Tenable_io Modeling Rule

Modeling Rule

Tenable Vulnerability Management (formerly Tenable.io)

Details

IDTenable_io_ModelingRule
From Version8.15.0
Tagstenable

Schema

tenable_io_raw

Field Type Array?
action string
actor string
description string
fields string
id string
target string

tenable_io_vulnerabilities_raw

Field Type Array?
asset string
output string
plugin string
severity string
{
    "tenable_io_raw": {
        "actor": {
            "type": "string",
            "is_array": false
        },
        "description": {
            "type": "string",
            "is_array": false
        },
        "target": {
            "type": "string",
            "is_array": false
        },
        "id": {
            "type": "string",
            "is_array": false
        },
        "action": {
            "type": "string",
            "is_array": false
        },
        "fields": {
            "type": "string",
            "is_array": false
        }
    },
    "tenable_io_vulnerabilities_raw": {
        "asset": {
            "type": "string",
            "is_array": false
        },
        "plugin": {
            "type": "string",
            "is_array": false
        },
        "severity": {
            "type": "string",
            "is_array": false
        },
        "output": {
            "type": "string",
            "is_array": false
        }
    }
}