Microsoft-Windows-RPCSS

3 events across 1 channel

EventTitleChannelSample
1An error occurred.EndpointMapperN
2Interface registered.EndpointMapperY
3Interface unregistered.EndpointMapperY

Event ID 1: An error occurred.

#
Provider
Microsoft-Windows-RPCSS
Channel
EndpointMapper

Description

An error occurred.

Message #

An error occurred. 
	DetectionLocation: %1 
	Status: %2 
	AddionalData: %3 
	AdditionalData: %4

Fields #

NameDescription
DetectionLocation UInt16
Status HexInt32NTSTATUS reference
AdditionalData1 HexInt32
AdditionalData2 HexInt32

Event ID 2: Interface registered.

#
Provider
Microsoft-Windows-RPCSS
Channel
EndpointMapper
Also via
realtime ETW trace
Level
Informational

Description

Interface registered.

Message #

Interface registered. 
	InterfaceUuid: %1 
	ObjectUuid: %2 
	Protocol: %3 
	Endpoint: %4

Fields #

NameDescription
InterfaceUUID GUID
ObjectUUID GUID
Protocol AnsiString
Known values
0
HOPOPT
1
ICMP
2
IGMP
6
TCP
17
UDP
41
IPv6
43
IPv6-Route
44
IPv6-Frag
47
GRE
50
ESP
51
AH
58
ICMPv6
89
OSPF
103
PIM
132
SCTP
EndPoint AnsiString

Example Event #

{
  "system": {
    "provider": "Microsoft-Windows-RPCSS",
    "guid": "{D8975F88-7DDB-4ED0-91BF-3ADF48C48E0C}",
    "event_source_name": "",
    "event_id": 2,
    "version": 1,
    "level": 4,
    "task": 0,
    "opcode": 0,
    "keywords": "0x0000000000000200",
    "time_created": "2026-06-02T04:01:27.424+00:00",
    "event_record_id": 0,
    "correlation": {},
    "execution": {
      "process_id": 1028,
      "thread_id": 6340
    },
    "channel": "ETW Trace",
    "computer": "DESKTOP-FF3N5XK",
    "security": {
      "user_id": ""
    }
  },
  "event_data": {
    "EndPoint": "LRPC-8fd950c9bbf807c1b7",
    "InterfaceUUID": "{C9AC6DB5-82B7-4E55-AE8A-E464ED7B4277}",
    "ObjectUUID": "{6C637067-6569-746E-0000-000000000000}",
    "Protocol": "ncalrpc"
  },
  "message": ""
}

Event ID 3: Interface unregistered.

#
Provider
Microsoft-Windows-RPCSS
Channel
EndpointMapper
Also via
realtime ETW trace
Level
Informational

Description

Interface unregistered.

Message #

Interface unregistered. 
	InterfaceUuid: %1 
	ObjectUuid: %2 
	Protocol: %3 
	Endpoint: %4

Fields #

NameDescription
InterfaceUUID GUID
ObjectUUID GUID
Protocol AnsiString
Known values
0
HOPOPT
1
ICMP
2
IGMP
6
TCP
17
UDP
41
IPv6
43
IPv6-Route
44
IPv6-Frag
47
GRE
50
ESP
51
AH
58
ICMPv6
89
OSPF
103
PIM
132
SCTP
EndPoint AnsiString

Example Event #

{
  "system": {
    "provider": "Microsoft-Windows-RPCSS",
    "guid": "{D8975F88-7DDB-4ED0-91BF-3ADF48C48E0C}",
    "event_source_name": "",
    "event_id": 3,
    "version": 1,
    "level": 4,
    "task": 0,
    "opcode": 0,
    "keywords": "0x0000000000000400",
    "time_created": "2026-06-02T04:01:27.324+00:00",
    "event_record_id": 0,
    "correlation": {},
    "execution": {
      "process_id": 1028,
      "thread_id": 6340
    },
    "channel": "ETW Trace",
    "computer": "DESKTOP-FF3N5XK",
    "security": {
      "user_id": ""
    }
  },
  "event_data": {
    "EndPoint": "LRPC-a24919522e880eb43f",
    "InterfaceUUID": "{2EB08E3E-639F-4FBA-97B1-14F878961076}",
    "ObjectUUID": "{24D1F7C7-76AF-4F28-9CCD-7F6CB6468601}",
    "Protocol": "ncalrpc"
  },
  "message": ""
}

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 {D8975F88-7DDB-4ED0-91BF-3ADF48C48E0C}

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

Observed on:

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

Downloads