GreyNoise Intelligence · JSON Structure

Greynoise Session Request Metadata Structure

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

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

Properties

start_time end_time query

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-session-request-metadata-structure.json",
  "name": "SessionRequestMetadata",
  "type": "object",
  "properties": {
    "start_time": {
      "type": "string",
      "description": "Start time of the query range.",
      "example": "2025-01-01T00:00:00Z"
    },
    "end_time": {
      "type": "string",
      "description": "End time of the query range.",
      "example": "2025-01-07T23:59:59Z"
    },
    "query": {
      "type": "string",
      "description": "The Lucene query string used.",
      "example": "tags:Mirai"
    }
  }
}