-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Expand file tree
/
Copy pathinternal_host.yaml
More file actions
30 lines (30 loc) · 796 Bytes
/
internal_host.yaml
File metadata and controls
30 lines (30 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
id: internal_host
version: 1
meta:
name: A host resolving to unroutable IPs was found
description: >
A host that resolves to an IP address on ranges reserved for
internal use (10.0.0.0/8, etc.) was found to be publicly
resolvable. This might reveal information about the internal
infrastructure and workings of the target.
risk: MEDIUM
collections:
- collect:
- method: exact
field: type
value: INTERNAL_IP_ADDRESS
- collect:
- method: exact
field: type
value: IP_ADDRESS
- method: regex
field: data
value:
- ^192\\.168\\..*
- ^10\\..*
- method: exact
field: module
value: sfp_dnsresolve
aggregation:
field: data
headline: "An internal host was found: {data}"