Hi Team,
I have a question regarding the join condition used in the following analytic rule:
https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Threat%20Intelligence/Analytic%20Rules/EmailEntity_PaloAlto.yaml
Specifically, at line 45, the join condition is defined as:
on $left.EmailSenderAddress == $right.DestinationUserID
Could you please confirm if joining on DestinationUserID is correct in this context?
Alternatively, would it be more appropriate to use DestinationUserName instead, depending on the data mapping and field semantics?
I want to ensure the join logic aligns correctly with the intended entities and avoids any mismatch in results.
Hi Team,
I have a question regarding the join condition used in the following analytic rule:
https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Threat%20Intelligence/Analytic%20Rules/EmailEntity_PaloAlto.yaml
Specifically, at line 45, the join condition is defined as:
on $left.EmailSenderAddress == $right.DestinationUserID
Could you please confirm if joining on DestinationUserID is correct in this context?
Alternatively, would it be more appropriate to use DestinationUserName instead, depending on the data mapping and field semantics?
I want to ensure the join logic aligns correctly with the intended entities and avoids any mismatch in results.