Censys · JSON Structure

Platform Smb Headerlog Structure

Smb_HeaderLog schema from Censys Platform API

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

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

Properties

command credits flags protocol_id status

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/platform-smb-headerlog-structure.json",
  "name": "Smb_HeaderLog",
  "description": "Smb_HeaderLog schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "command": {
      "type": "int32",
      "minimum": 0
    },
    "credits": {
      "type": "int32",
      "minimum": 0
    },
    "flags": {
      "type": "int32",
      "minimum": 0
    },
    "protocol_id": {
      "type": "string"
    },
    "status": {
      "type": "int32",
      "minimum": 0
    }
  }
}