Update zeek_dns_mining_pools.yml
This commit is contained in:
@@ -93,8 +93,8 @@ detection:
|
||||
exclude_rejected:
|
||||
rejected: "true"
|
||||
condition: selection and not (exclude_answers OR exclude_rejected)
|
||||
falsepositives: |
|
||||
A DNS lookup does not necessarily mean a successful attempt, verify a) if there was a response using the zeek answers field, if there was then verify the connections (conn.log) to those IPs. b) verify if HTTP, SSL, or TLS activity to the domain that was queried. http.log field is "host" and ssl/tls is "server_name".
|
||||
falsepositives:
|
||||
- A DNS lookup does not necessarily mean a successful attempt, verify a) if there was a response using the zeek answers field, if there was then verify the connections (conn.log) to those IPs. b) verify if HTTP, SSL, or TLS activity to the domain that was queried. http.log field is "host" and ssl/tls is "server_name".
|
||||
fields:
|
||||
- id.orig_h
|
||||
- id.resp_h
|
||||
|
||||
Reference in New Issue
Block a user