mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-14 05:14:06 +02:00
8 lines
313 B
YAML
8 lines
313 B
YAML
#filter: "evt.Overflow.Labels.remediation == 'true'"
|
|
name: tests/rdns
|
|
description: "Lookup the DNS assiocated to the source IP only for overflows"
|
|
statics:
|
|
- method: reverse_dns
|
|
expression: evt.Enriched.IpToResolve
|
|
- meta: did_dns_succeeded
|
|
expression: 'evt.Enriched.reverse_dns == "" ? "no" : "yes"'
|