possible_data_exfiltration_via_smtp
Description
This rule detects when a process initiates an smtp connection, most keylogger variant use smtp to exfiltrate the keystrokes collected..eg hawkeye, agent tesla License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md.
Query · yara_l
events:
($selection.metadata.product_event_type = "3" and ($selection.target.port = "587" or $selection.target.port = "465"))
condition:
$selection