mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-15 13:53:58 +02:00
* cscli inspect: suggest --diff if an item is tainted * appropriate warning, or error if context configuration file is empty * fix user/group lookup unit test * fix: allow hub upgrade --force with local items * fix pkg/parser lookup for 8.8.8.8 * fix func test * fix hubtests: machines add --force
21 lines
459 B
YAML
21 lines
459 B
YAML
#these are the events we input into parser
|
|
lines:
|
|
- Enriched:
|
|
IpToResolve: 1.1.1.1
|
|
- Enriched:
|
|
IpToResolve: 1.2.3.4
|
|
#these are the results we expect from the parser
|
|
results:
|
|
- Enriched:
|
|
reverse_dns: one.one.one.one.
|
|
IpToResolve: 1.1.1.1
|
|
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
|