Skip to content

Commit

Permalink
rule update: fine grained sending to mining domain
Browse files Browse the repository at this point in the history
Signed-off-by: kaizhe <derek0405@gmail.com>
  • Loading branch information
Kaizhe authored and fntlnz committed Aug 12, 2019
1 parent a7ee011 commit 1fc509d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/falco_rules.yaml
Expand Up @@ -2550,7 +2550,7 @@
condition: (fd.sport in (miner_ports) and fd.sip.name in (miner_domains))

- macro: net_miner_pool
condition: (outbound and ((minerpool_http) or (minerpool_https) or (minerpool_other)))
condition: (evt.type in (sendto, sendmsg) and evt.dir=< and ((minerpool_http) or (minerpool_https) or (minerpool_other)))

- rule: Detect outbound connections to common miner pool ports
desc: Miners typically connect to miner pools on common ports.
Expand Down

0 comments on commit 1fc509d

Please sign in to comment.