mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-28 07:37:32 +00:00
rule update(Detect crypto miners using the Stratum protocol): update protocols
Signed-off-by: Shay Berkovich <Sberkovich@blackberry.com> Co-authored-by: Meera Balsara <mbalsara@blackberry.com>
This commit is contained in:
parent
d989e9c2d5
commit
fdcd7bffd0
@ -2820,7 +2820,7 @@
|
|||||||
|
|
||||||
- rule: Detect crypto miners using the Stratum protocol
|
- 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'
|
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"
|
condition: spawned_process and (proc.cmdline contains "stratum+tcp" or proc.cmdline contains "stratum2+tcp" or proc.cmdline contains "stratum+ssl" or proc.cmdline contains "stratum2+ssl")
|
||||||
output: Possible miner running (command=%proc.cmdline container=%container.info image=%container.image.repository)
|
output: Possible miner running (command=%proc.cmdline container=%container.info image=%container.image.repository)
|
||||||
priority: CRITICAL
|
priority: CRITICAL
|
||||||
tags: [process, mitre_execution]
|
tags: [process, mitre_execution]
|
||||||
|
Loading…
Reference in New Issue
Block a user