crowdsec/pkg/parser/tests/reverse-dns-enrich/test.yaml
Thibault bui Koechlin 2016167654 initial import
2020-05-15 11:39:16 +02:00

22 lines
454 B
YAML

#these are the events we input into parser
lines:
- Enriched:
IpToResolve: 8.8.8.8
- Enriched:
IpToResolve: 1.2.3.4
#these are the results we expect from the parser
results:
- Enriched:
reverse_dns: dns.google.
IpToResolve: 8.8.8.8
Meta:
did_dns_succeeded: yes
Process: true
Stage: s00-raw
- Enriched:
IpToResolve: 1.2.3.4
Meta:
did_dns_succeeded: no
Process: true
Stage: s00-raw