GreyNoise Intelligence · JSON Structure

Greynoise Quick Internet Scanner Intelligence Structure

Type: object Properties: 2
SecurityThreat IntelligenceCybersecurityIP ReputationVulnerability ManagementNetwork TelemetrySOC AutomationPublic APIs

QuickInternetScannerIntelligence is a JSON Structure definition published by GreyNoise Intelligence, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

found classification

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/greynoise/json-structure/greynoise-quick-internet-scanner-intelligence-structure.json",
  "name": "QuickInternetScannerIntelligence",
  "type": "object",
  "properties": {
    "found": {
      "type": "boolean",
      "description": "Indicates if the IP was observed scanning the GreyNoise sensor network. Also referred to as 'noise'.\n",
      "example": false
    },
    "classification": {
      "type": "string",
      "description": "The classification of the IP address, either \"benign\", \"malicious\",\nor \"unknown\", based on the activity observed by GreyNoise.\n",
      "enum": [
        "benign",
        "malicious",
        "unknown"
      ],
      "example": "benign"
    }
  }
}