Created
March 23, 2020 18:13
-
-
Save vicenteherrera/a2d5185afe126bfa4a4e2b4f47b54670 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- rule: Detect crypto miners using the Stratum protocol | |
desc: Miners typically specify the mining pool to connect to with a URI that begins with 'stratum+tcp' | |
condition: spawned_process and proc.cmdline contains "stratum+tcp" | |
output: Possible miner running (command=%proc.cmdline container=%container.info image=%container.image.repository) | |
priority: CRITICAL | |
tags: [process, mitre_execution] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment