Dragos Platform Modeling Rule

Modeling Rule

Dragos Platform

Details

IDDragos_Platform_ModelingRule
From Version8.5.0
TagsDragos

Schema

dragos_platform_raw

Field Type Array?
asset_hostname string
asset_id string
asset_ip string
asset_mac string
cefSeverity string
content string
detection_quad string
dst_asset_hostname string
dst_asset_id string
dst_asset_ip string
dst_asset_mac string
id string
matchedRuleId string
src_asset_hostname string
src_asset_id string
src_asset_ip string
src_asset_mac string
type string
{
  "dragos_platform_raw": {
      "src_asset_ip": {
          "type": "string",
          "is_array": false
      },
      "asset_ip": {
          "type": "string",
          "is_array": false
      },
      "src_asset_mac": {
          "type": "string",
          "is_array": false
      },
      "asset_mac": {
          "type": "string",
          "is_array": false
      },
      "src_asset_id": {
          "type": "string",
          "is_array": false
      },
      "asset_id": {
          "type": "string",
          "is_array": false
      },
      "content": {
          "type": "string",
          "is_array": false
      },
      "detection_quad": {
          "type": "string",
          "is_array": false
      },
      "cefSeverity": {
          "type": "string",
          "is_array": false
      },
      "matchedRuleId": {
          "type": "string",
          "is_array": false
      },
      "type": {
          "type": "string",
          "is_array": false
      },
      "id": {
          "type": "string",
          "is_array": false
      },
      "src_asset_hostname": {
          "type": "string",
          "is_array": false
      },
      "asset_hostname": {
          "type": "string",
          "is_array": false
      },
      "dst_asset_ip": {
          "type": "string",
          "is_array": false
      },
      "dst_asset_hostname": {
          "type": "string",
          "is_array": false
      },
      "dst_asset_mac": {
          "type": "string",
          "is_array": false
      },
      "dst_asset_id": {
          "type": "string",
          "is_array": false
      }
  }
}