Censys · Schema

Network_MobileInfo

Network_MobileInfo schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
carrier_name string The name of the mobile carrier.
mcc string The Mobile Country Code, identifying the country of the mobile network.
mnc string The Mobile Network Code, identifying the specific carrier network.
View JSON Schema on GitHub

JSON Schema

asset-graph-network-mobileinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/asset-graph-network-mobileinfo-schema.json",
  "title": "Network_MobileInfo",
  "description": "Network_MobileInfo schema from Asset Graph API",
  "type": "object",
  "properties": {
    "carrier_name": {
      "description": "The name of the mobile carrier.",
      "type": "string"
    },
    "mcc": {
      "description": "The Mobile Country Code, identifying the country of the mobile network.",
      "type": "string"
    },
    "mnc": {
      "description": "The Mobile Network Code, identifying the specific carrier network.",
      "type": "string"
    }
  },
  "additionalProperties": false
}