You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| IPv4 | Indicates that the host resolves to a 32-bit number notated in four octets (e.g. 192.168.92.73). | true / false |`Equals``Not Equals`|
22
+
| IPv4 | Indicates that the host resolves to a 32-bit number notated in four octets (for example, 192.168.92.73). | true / false |`Equals``Not Equals`|
23
23
| IPv6 | Indicates that the host resolves to an IP comprised of 128-bit hexadecimal digits noted in eight four-digit groups. | true / false ||
24
24
| Is Mail Server Record | Indicates that the host powers a mail server. | true / false ||
25
25
| Is Name Server Record | Indicates that the host powers a name server. | true / false ||
@@ -32,16 +32,16 @@ The following filters provide a drop-down list of options to select. The availab
32
32
33
33
## Free form filters
34
34
35
-
The following filters require that the user manually enters the value with which they want to search. This list is organized by the number of applicable operators for each filter, then alphabetically. Please note that many of these values are case-sensitive.
35
+
The following filters require that the user manually enters the value with which they want to search. This list is organized according to the number of applicable operators for each filter, then alphabetically. Note that many values are case-sensitive.
36
36
37
37
| Filter name | Description | Value format example | Applicable operators |
| Port State | Indicates the status of the observed port. | Open, Filtered |`Equals``In`|
40
40
| Port | Any ports detected on the asset. | 443, 80 |`Equals``Not Equals``In``Not In`|
41
-
| ASN | Autonomous System Number is a network identification for transporting data on the Internet between Internet routers. An ASN will have associated public IP blocks tied to it where hosts are located. | 12345 |`Equals``Not Equals``In``Not In``Empty``Not Empty`|
41
+
| ASN | Autonomous System Number is a network identification for transporting data on the Internet between Internet routers. An ASN is associated to any public IP blocks tied to it where hosts are located. | 12345 |`Equals``Not Equals``In``Not In``Empty``Not Empty`|
42
42
| Affected CVSS Score | Searches for assets with a CVE that matches a specific numerical score or range of scores. | Numerical (1-10) |`Equals``Not Equals``In``Not In``Greater Than or Equal To``Less Than or Equal To``Between``Empty``Not Empty`|
43
43
| Affected CVSS v3 Score | Searches for assets with a CVE v3 that matches a specific numerical score or range of scores. | Numerical (1-10) ||
44
-
| Attribute Type | Additional services running on the asset. This can include IP addresses trackers. | address, AdblockPlusAcceptableAdsSignature |`Equals``Not Equals``Starts with``Does not start with``In``Not in``Starts with in``Does not start with in``Contains``Does Not Contain``Contains In``Does Not Contain In``Empty``Not Empty`|
44
+
| Attribute Type |Services running on the asset. These services can include IP addresses trackers. | address, AdblockPlusAcceptableAdsSignature |`Equals``Not Equals``Starts with``Does not start with``In``Not in``Starts with in``Does not start with in``Contains``Does Not Contain``Contains In``Does Not Contain In``Empty``Not Empty`|
45
45
| Attribute Type & Value | The attribute type and value within a single field. | address 192.168.92.73 ||
46
46
| Attribute Value | The values for any attributes found on the asset. | 192.168.92.73 ||
47
47
| CWE ID | Searches for assets by a specific CWE ID, or range of IDs. | CWE-89 ||
0 commit comments