Defender-ExposureGraphEdges
| ActionType | Title | Sample | Rule |
|---|---|---|---|
| any | Exposure graph edges | Y | Y |
any: Exposure graph edges
#Detection Fields #
Fields referenced by at least one attached detection rule. This view counts distinct rules and is not a complete event schema.
| Name | Rules | Vendors |
|---|---|---|
EdgeLabel | 1 detection rule | Kusto |
SourceNodeLabel | 1 detection rule | Kusto |
SourceNodeName | 1 detection rule | Kusto |
TargetNodeName | 1 detection rule | Kusto |
Example Event #
{
"EdgeId": "00000000-0000-0000-0000-000000000001_CB5887B0C1018BF3993BCEA65E1D089F",
"EdgeLabel": "has role on",
"EdgeProperties": {
"@odata.type": "#microsoft.graph.security.dynamicColumnValue",
"rawData": {
"@odata.type": "#microsoft.graph.security.dynamicColumnValue",
"acl": {
"@odata.type": "#microsoft.graph.security.dynamicColumnValue",
"controlTypes": [
"allValidatedRights",
"writeDacl",
"writeOwner"
],
"controlTypes@odata.type": "#Collection(String)",
"type": "ACL"
}
}
},
"SourceNodeCategories": [
"environmentAzure",
"environmentCloud",
"identities",
"identity",
"user_group"
],
"SourceNodeCategories@odata.type": "#Collection(String)",
"SourceNodeId": "a159cbf029ed4312aa433c99287a23c6",
"SourceNodeLabel": "group",
"SourceNodeName": "Domain Admins",
"TargetNodeCategories": [
"environmentAzure",
"environmentCloud",
"identities",
"identity",
"user_group"
],
"TargetNodeCategories@odata.type": "#Collection(String)",
"TargetNodeId": "6df54631f61243e3a11c531f4819d990",
"TargetNodeLabel": "group",
"TargetNodeName": "Schema Admins"
}
Detection Patterns #
Common Indicators #
Positive field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis. This is separate from Fields accounting, which also includes exclusions and counts distinct attached rules.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
TpmActivated (kusto rule field) | ne | true | 2 rules | kusto |
TpmEnabled (kusto rule field) | ne | true | 2 rules | kusto |
TpmSupported (kusto rule field) | ne | true | 2 rules | kusto |
type (kusto rule field) | eq | DeviceInventoryId | 2 rules | kusto |
ActionType (kusto rule field) | starts_with | AppControl | 1 rule | kusto |
DestinationHostname (kusto rule field) | eq | login.microsoftonline.com | 1 rule | kusto |
NodeLabel (kusto rule field) | eq | device | 1 rule | kusto |
OnboardingStatus (kusto rule field) | ne | Onboarded | 1 rule | kusto |
file_name (kusto rule field) | eq | ncrypt.dll | 1 rule | kusto |
parent_process_name (kusto rule field) | ne | microsoft.tri.sensor.exe | 1 rule | kusto |
Detection Rules #
Full rule details for this event, including ATT&CK technique mappings and native queries →Kusto #
T1078