QuestionQ27
Detection engineeringYou are responsible for identifying suspicious activity and security events across your organization's environment. You find that certain detection rules are triggering for internal IP addresses in the 192.0.2.0/8 subnet, causing false-positive alerts. You want to improve these detection rules. What should you add to the YARA-L detection rules?
- A net.ip_in_range_cidr(all Se.principal.ip, "192.0.2.0/8")
- B net.ip_in_range_cidr(any Se.principal.ip, "192.0.2.0/8")
- C not net.ip_in_range_cidr(all Se.principal.ip, "192.0.2.0/8")
- D not net.ip_in_range_cidr(any Se.principal.ip, "192.0.2.0/8")
Community Discussion