🔥 3-day streak
Professional Security Operations Engineer230 / 241
Question 230 of 241
A detection engineer is writing a YARA-L single-event rule to flag process events where the command line references any host from a suspicious infrastructure list. The UDM event has a repeated field, principal.process.command_line, but the log also populates target.process.command_line as a repeated field carrying multiple parsed argument values. The engineer writes: $e.target.process.command_line = /badhost\.example/ and finds the rule silently fails to match some events that clearly contain the string in one of several argument values. What is the MOST likely cause and correct fix?
Reviewed for accuracy · Report an issueNext question