🔥 3-day streak
Professional Security Operations Engineer215 / 241
Question 215 of 241
A detection engineer is writing a YARA-L multi-event rule to detect a credential-dumping tool being copied to a host and then executed within a short timeframe. The rule uses two event variables: $copy (a file write of the tool) and $exec (a process launch of the same file). The engineer wants the two events to be correlated only when they occur on the same host within 10 minutes of each other. Which combination of YARA-L constructs correctly enforces this correlation?
Reviewed for accuracy · Report an issueNext question