Potential Perl Reverse Shell Execution
Description
Detects execution of the perl binary with the "-e" flag and common strings related to potential reverse shell activity
Query · sigma
selection_img: Image|endswith: /perl CommandLine|contains: ' -e ' selection_content: - CommandLine|contains|all: - fdopen( - ::Socket::INET - CommandLine|contains|all: - Socket - connect - open - exec condition: all of selection_*
Known false positives
- Unlikely