Skip to content

Clarification on Join Condition in EmailEntity_PaloAlto Analytic Rule #13957

@SudBuddy

Description

@SudBuddy

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.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions