Skip to content

Commit

Permalink
fix: use explicit CIDR notation for loopback
Browse files Browse the repository at this point in the history
  • Loading branch information
phantinuss committed Aug 25, 2023
1 parent af05a5b commit bffbdab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rules/web/proxy_generic/proxy_webdav_search_ms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ references:
- https://micahbabinski.medium.com/search-ms-webdav-and-chill-99c5b23ac462
author: Micah Babinski
date: 2023/08/21
modified: 2023/08/25
tags:
- attack.initial_access
- attack.t1584
Expand All @@ -32,7 +33,7 @@ detection:
- '10.0.0.0/8'
- '172.16.0.0/12'
- '192.168.0.0/16'
- '::1' # IPv6 loopback
- '::1/128' # IPv6 loopback
- 'fe80::/10' # IPv6 link-local addresses
- 'fc00::/7' # IPv6 private addresses
condition: all of selection_* and not 1 of filter_main_*
Expand Down

0 comments on commit bffbdab

Please sign in to comment.