Microsoft Windows Sysmon Modeling Rule

Modeling Rule

Microsoft Sysmon

Details

IDMicrosoft_Windows_Sysmon_ModelingRule
From Version8.4.0

Schema

microsoft_sysmon_raw

Field Type Array?
channel string
computer_name string
event_action string
event_data string
event_id int
host_name string
log_level string
message string
opcode string
process_pid int
process_thread_id int
provider_guid string
provider_name string
record_id int
task int
time_created datetime
user string
{
    "microsoft_sysmon_raw": {
        "event_id": {
            "type": "int",
            "is_array": false
        },
        "record_id": {
            "type": "int",
            "is_array": false
        },
        "process_pid": {
            "type": "int",
            "is_array": false
        },
        "process_thread_id": {
            "type": "int",
            "is_array": false
        },
        "task": {
            "type": "int",
            "is_array": false
        },
        "user": {
            "type": "string",
            "is_array": false
        },
        "opcode": {
            "type": "string",
            "is_array": false
        },
        "channel": {
            "type": "string",
            "is_array": false
        },
        "message": {
            "type": "string",
            "is_array": false
        },
        "host_name": {
            "type": "string",
            "is_array": false
        },
        "log_level": {
            "type": "string",
            "is_array": false
        },
        "event_data": {
            "type": "string",
            "is_array": false
        },
        "event_action": {
            "type": "string",
            "is_array": false
        },
        "computer_name": {
            "type": "string",
            "is_array": false
        },
        "provider_guid": {
            "type": "string",
            "is_array": false
        },
        "provider_name": {
            "type": "string",
            "is_array": false
        },
        "time_created": {
            "type": "datetime",
            "is_array": false
        }
    }
}