Mapping alerts correctly

Hi, How are you doing?

I've been having problems with the mapping for this 

MikelSA_0-1746191263936.png

It is supposed to come from AzureAD IdentityProtection, but at the moment i cant get to map any Entities Highlights for Default, only the IP.

The name of the user comes in the "aaduserid" variable, but I want the alert to show the user's email address or display name as an entity โ€” something more useful.

Any solutions? I came with the solution to do some KQL querys, get the json, en enricht the entities, but im sure that im missing something.

Thanks!

Solved Solved
0 2 55
1 ACCEPTED SOLUTION

This can be done in a few ways, but here is my first impression

The entity should be mapped to a UID/programmatic name (like email, or FQ), as this is what Actions work on. 

To get more interesting information you "add enrichment" that pulls additional fields from the ingested Alert and adds as sub attributes:
Cases > Alert > Events tab > Event > gear symbol > Mapping > Entity type > three dots > Add Enrichment
This way makes full use of the great info that comes in the original packet

To show this data, focus on the Entities highlights' widget, click 'View Details' and Add to highlight

SoarAndy_0-1746194521442.png

 

Alternatively you can use playbook logic to enrich usernames to get more 'friendly' info (display name, managers name etc).  This would be in the vendor predefined widget you add to the playbook view.

HTH Andy

 

 

 

View solution in original post

2 REPLIES 2

This can be done in a few ways, but here is my first impression

The entity should be mapped to a UID/programmatic name (like email, or FQ), as this is what Actions work on. 

To get more interesting information you "add enrichment" that pulls additional fields from the ingested Alert and adds as sub attributes:
Cases > Alert > Events tab > Event > gear symbol > Mapping > Entity type > three dots > Add Enrichment
This way makes full use of the great info that comes in the original packet

To show this data, focus on the Entities highlights' widget, click 'View Details' and Add to highlight

SoarAndy_0-1746194521442.png

 

Alternatively you can use playbook logic to enrich usernames to get more 'friendly' info (display name, managers name etc).  This would be in the vendor predefined widget you add to the playbook view.

HTH Andy

 

 

 

Perfect, thank you. Got it!