Endpoint Protection WithSecure Modeling Rule

Modeling Rule

WithSecure

Details

IDEndpoint_Protection_WithSecure_ModelingRule
From Version6.10.0
TagsEndpoint_Protection

Schema

withsecure_endpoint_protection_raw

Field Type Array?
action string
details string
device string
engine string
id string
severity string
source string
{
    "withsecure_endpoint_protection_raw": {
        "details": {
            "type": "string",
            "is_array": false
        },
        "severity": {
            "type": "string",
            "is_array": false
        },
        "engine": {
            "type": "string",
            "is_array": false
        },
        "id": {
            "type": "string",
            "is_array": false
        },
        "action": {
            "type": "string",
            "is_array": false
        },
        "source": {
            "type": "string",
            "is_array": false
        },
        "device": {
            "type": "string",
            "is_array": false
        }
    }
}