Censys · JSON Structure

Asset Graph Network Mobileinfo Structure

Network_MobileInfo schema from Asset Graph API

Type: object Properties: 3
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Network_MobileInfo is a JSON Structure definition published by Censys, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

carrier_name mcc mnc

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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