bitbucket.org/Aishee/synsec@v0.0.0-20210414005726-236fc01a153d/pkg/parser/tests/reverse-dns-enrich/test.yaml (about)

     1  #these are the events we input into parser
     2  lines:
     3    - Enriched:
     4        IpToResolve: 8.8.8.8
     5    - Enriched:
     6        IpToResolve: 1.2.3.4
     7  #these are the results we expect from the parser
     8  results:
     9    - Enriched:
    10        reverse_dns: dns.google.
    11        IpToResolve: 8.8.8.8
    12      Meta:
    13        did_dns_succeeded: yes
    14      Process: true
    15      Stage: s00-raw
    16    - Enriched:
    17        IpToResolve: 1.2.3.4
    18      Meta:
    19        did_dns_succeeded: no
    20      Process: true
    21      Stage: s00-raw