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 committed Aug 6, 2019
1 parent 7817ae9 commit 952d3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/falco_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2534,7 +2534,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 952d3b8

Please sign in to comment.