Skip to content

Commit

Permalink
fix selector syntax (#952)
Browse files Browse the repository at this point in the history
  • Loading branch information
nskobov authored Nov 17, 2023
1 parent b5b0a49 commit 407e6dc
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions lookup_tables/greynoise/basic/riot_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,44 +221,44 @@ LogTypeMap:
- "src_ip"
- LogType: Zeek.Conn
Selectors:
- '$id.orig_h'
- '$id.resp_h'
- '$.id.orig_h'
- '$.id.resp_h'
- LogType: Zeek.DNS
Selectors:
- '$id.orig_h'
- '$id.resp_h'
- '$.id.orig_h'
- '$.id.resp_h'
- LogType: Zeek.DPD
Selectors:
- '$id.orig_h'
- '$id.resp_h'
- '$.id.orig_h'
- '$.id.resp_h'
- LogType: Zeek.HTTP
Selectors:
- '$id.orig_h'
- '$id.resp_h'
- '$.id.orig_h'
- '$.id.resp_h'
- LogType: Zeek.Notice
Selectors:
- '$id.orig_h'
- '$id.resp_h'
- '$.id.orig_h'
- '$.id.resp_h'
- LogType: Zeek.NTP
Selectors:
- '$id.orig_h'
- '$id.resp_h'
- '$.id.orig_h'
- '$.id.resp_h'
- LogType: Zeek.Ssh
Selectors:
- '$id.orig_h'
- '$id.resp_h'
- '$.id.orig_h'
- '$.id.resp_h'
- LogType: Zeek.Ssl
Selectors:
- '$id.orig_h'
- '$id.resp_h'
- '$.id.orig_h'
- '$.id.resp_h'
- LogType: Zeek.Tunnel
Selectors:
- '$id.orig_h'
- '$id.resp_h'
- '$.id.orig_h'
- '$.id.resp_h'
- LogType: Zeek.Weird
Selectors:
- '$id.orig_h'
- '$id.resp_h'
- '$.id.orig_h'
- '$.id.resp_h'
- LogType: Zendesk.Audit
Selectors:
- "ip_address"
Expand Down

0 comments on commit 407e6dc

Please sign in to comment.