Skip to main content

ASIM

The Advanced Security Information Model is Microsoft Sentinel's normalization standard. It defines a set of schemas, each covering one class of security event, so that analytics rules and queries can be written once and run across every source that normalizes to them.

DataStream converts to ASIM with the Normalize processor, writing the schema version into the EventSchemaVersion field of each event.

Available ASIM Tables

Each schema is versioned independently by Microsoft. The versions below are the ones DataStream emits.

TableSchema VersionDescription
ASimAuditEventLogs0.1Audit events and administrative actions
ASimAuthenticationEventLogs0.1.3Authentication and logon events
ASimDhcpEventLogs0.1DHCP address assignment events
ASimDnsActivityLogs0.1.7DNS query and response events
ASimFileEventLogs0.2.1File system activity events
ASimNetworkSessionLogs0.2.6Network connection and session events
ASimProcessEventLogs0.1.4Process creation and termination events
ASimRegistryEventLogs0.1.2Windows registry modification events
ASimUserManagementActivityLogs0.1User account management events
ASimWebSessionLogs0.2.6Web browsing and HTTP session events