mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-14 05:14:06 +02:00
21 lines
454 B
YAML
21 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
|