Microsoft-Antimalware-Engine-Instrumentation

2 events across 1 channel

EventTitleChannelSample
1Data driven signature start eventApplicationY
2Data driven signature end eventApplicationY

Event ID 1: Data driven signature start event

#
Provider
Microsoft-Antimalware-Engine-Instrumentation
Channel
Application
Also via
realtime ETW trace
Level
Informational
Task
Datadrivensignaturetask
Opcode
Start

Description

Data driven signature start event.

Message #

Data driven signature start event

Fields #

NameDescription
Type AnsiString
Name AnsiString
FileName UnicodeString
VPath UnicodeString

Example Event #

{
  "system": {
    "provider": "Microsoft-Antimalware-Engine-Instrumentation",
    "guid": "{68621C25-DF8D-4A6B-AABC-19A22E296A7C}",
    "event_source_name": "",
    "event_id": 1,
    "version": 1,
    "level": 4,
    "task": 1,
    "opcode": 1,
    "keywords": "0x0000000000000000",
    "time_created": "2026-06-02T05:20:52.969+00:00",
    "event_record_id": 0,
    "correlation": {},
    "execution": {
      "process_id": 3756,
      "thread_id": 1744
    },
    "channel": "ETW Trace",
    "computer": "DESKTOP-FF3N5XK",
    "security": {
      "user_id": ""
    }
  },
  "event_data": {
    "FileName": "n/a",
    "Name": "2e9b31aa4e002",
    "Type": "Lua",
    "VPath": "n/a"
  },
  "message": "DataDrivenSignatureTask"
}

Event ID 2: Data driven signature end event

#
Provider
Microsoft-Antimalware-Engine-Instrumentation
Channel
Application
Also via
realtime ETW trace
Level
Informational
Task
Datadrivensignaturetask
Opcode
Stop

Description

Data driven signature end event.

Message #

Data driven signature end event

Fields #

NameDescription
Type AnsiString
Name AnsiString
FileName UnicodeString
VPath UnicodeString

Example Event #

{
  "system": {
    "provider": "Microsoft-Antimalware-Engine-Instrumentation",
    "guid": "{68621C25-DF8D-4A6B-AABC-19A22E296A7C}",
    "event_source_name": "",
    "event_id": 2,
    "version": 1,
    "level": 4,
    "task": 1,
    "opcode": 2,
    "keywords": "0x0000000000000000",
    "time_created": "2026-06-02T05:20:52.969+00:00",
    "event_record_id": 0,
    "correlation": {},
    "execution": {
      "process_id": 3756,
      "thread_id": 1744
    },
    "channel": "ETW Trace",
    "computer": "DESKTOP-FF3N5XK",
    "security": {
      "user_id": ""
    }
  },
  "event_data": {
    "FileName": "n/a",
    "Name": "2e9b31aa4e002",
    "Type": "Lua",
    "VPath": "n/a"
  },
  "message": "DataDrivenSignatureTask"
}

Provenance

Where this provider's schema came from, and which Windows build it was observed on. Windows can change a provider's event schema between builds, so use this to judge whether it matches the build you collect from.

ETW provider GUID {68621C25-DF8D-4A6B-AABC-19A22E296A7C}

Defined in mpengine_etw.dll, which carries the event manifest.

Observed on:

  • Win11-26200.6584, sample captured from a live trace, binary version 1.1.26040.8, captured 2026-06-02
  • WS2022-20348.4893, schema read from the registered manifest, binary version 1.1.26040.8, captured 2026-06-02
  • Win11-26200.6584, schema read from the registered manifest, binary version 1.1.26040.8, captured 2026-06-02

Downloads