UNC4841 - SSL Certificate Exfiltration Via Openssl
Description
Detects the execution of "openssl" to connect to an IP address. This techniques was used by UNC4841 to exfiltrate SSL certificates and as a C2 channel with named pipes. Investigate commands executed in the temporal vicinity of this command.
Query · sigma
selection:
Image|endswith: /openssl
CommandLine|re: '[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}'
CommandLine|contains|all:
- s_client
- -quiet
- -connect
CommandLine|contains:
- :443
- :8080
condition: selection
Known false positives
- Unknown