Data Exfiltration with Wget
Description
Detects attempts to post the file with the usage of wget utility. The adversary can bypass the permission restriction with the misconfigured sudo permission for wget utility which could allow them to read files like /etc/shadow.
Query · sigma
selection: type: EXECVE a0: wget a1|startswith: --post-file= condition: selection
Known false positives
- Legitimate usage of wget utility to post a file