GreyNoise Intelligence · JSON Structure

Greynoise Time Series Intelligence Structure

Intelligence data for an IP in the timeseries dataset

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

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

Properties

first_seen last_seen found tags actor spoofable classification cves vpn vpn_service tor last_seen_timestamp metadata raw_data

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-time-series-intelligence-structure.json",
  "name": "TimeSeriesIntelligence",
  "type": "object",
  "description": "Intelligence data for an IP in the timeseries dataset",
  "properties": {
    "first_seen": {
      "type": "date",
      "description": "The earliest date GreyNoise observed any activity from this IP.",
      "example": "2018-01-28"
    },
    "last_seen": {
      "type": "date",
      "description": "The most recent date GreyNoise observed any activity from this IP.",
      "example": "2018-02-28"
    },
    "found": {
      "type": "boolean",
      "description": "Indicates if the IP was observed scanning the GreyNoise sensor network. Also referred to as 'noise'.",
      "example": true
    },
    "tags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "A list of activity/malware tags GreyNoise has applied to this\nIP.\n",
      "example": [
        "Mirai",
        "Telnet Worm"
      ]
    },
    "actor": {
      "type": "string",
      "description": "The overt actor this IP is associated with.",
      "example": "Shodan.io"
    },
    "spoofable": {
      "type": "boolean",
      "description": "This IP address has been opportunistically scanning the Internet, however has failed to complete a full TCP connection. Any reported activity could be spoofed.",
      "example": true
    },
    "classification": {
      "type": "string",
      "description": "The classification of the IP address, either \"benign\", \"malicious\", or \"unknown\", based on the activity observed by GreyNoise.",
      "enum": [
        "benign",
        "malicious",
        "unknown"
      ],
      "example": "benign"
    },
    "cves": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "A list of CVEs associate with this IP.",
      "example": [
        "CVE-2020-1234",
        "CVE-2021-2345"
      ]
    },
    "vpn": {
      "type": "boolean",
      "description": "This IP is associated with a VPN service. Activity, malicious or otherwise, should not be attributed to the VPN service provider.",
      "example": true
    },
    "vpn_service": {
      "type": "string",
      "description": "Name of associated VPN Service.",
      "example": "IPVANISH_VPN"
    },
    "tor": {
      "type": "boolean",
      "description": "Whether or not the device is a known Tor exit node.",
      "example": false
    },
    "last_seen_timestamp": {
      "type": "datetime",
      "description": "The timestamp of the last observed activity from this IP.",
      "example": "2025-01-15T12:30:45Z"
    },
    "metadata": {
      "$ref": "./greynoise-metadata-v3-structure.json#"
    },
    "raw_data": {
      "$ref": "./greynoise-time-series-raw-data-structure.json#"
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/greynoise-time-series-intelligence-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.