diff --git a/rules/falco_rules.yaml b/rules/falco_rules.yaml index 70f0c0c9..78dc3595 100644 --- a/rules/falco_rules.yaml +++ b/rules/falco_rules.yaml @@ -2818,7 +2818,7 @@ desc: Miners typically connect to miner pools on common ports. condition: net_miner_pool and not trusted_images_query_miner_domain_dns enabled: false - output: Outbound connection to IP/Port flagged by cryptoioc.ch (command=%proc.cmdline port=%fd.rport ip=%fd.rip container=%container.info image=%container.image.repository) + output: Outbound connection to IP/Port flagged by https://cryptoioc.ch (command=%proc.cmdline port=%fd.rport ip=%fd.rip container=%container.info image=%container.image.repository) priority: CRITICAL tags: [network, mitre_execution]