When using the YARA-L language for detection logic on ingested threat data, which field is primarily used to match against normalized IP addresses?
Trap 1: file.md5
This is for file hash matching.
Trap 2: metadata.event_type
This is used for event categorization.
Trap 3: user.userid
This is for user identity.
- A
file.md5
Why wrong: This is for file hash matching.
- B
metadata.event_type
Why wrong: This is used for event categorization.
- C
principal.ip
This field is used to represent the source IP address.
- D
user.userid
Why wrong: This is for user identity.