Skip to content

Commit fcd907a

Browse files
Update host-asset-filters.md
Acrolinx fixes
1 parent f75e660 commit fcd907a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/external-attack-surface-management/host-asset-filters.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ These filters specifically apply to host assets. Use these filters when searchin
1515

1616
## Defined value filters
1717

18-
The following filters provide a drop-down list of options to select. The available values are pre-defined.
18+
The following filters provide a drop-down list of options to select. The available values are predefined.
1919

2020
| Filter name | Description | Value format example | Applicable operators |
2121
|----------------------------|-------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------|-----------------------------------|
22-
| 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` |
2323
| IPv6 | Indicates that the host resolves to an IP comprised of 128-bit hexadecimal digits noted in eight four-digit groups. | true / false | |
2424
| Is Mail Server Record | Indicates that the host powers a mail server. | true / false | |
2525
| 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
3232

3333
## Free form filters
3434

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.
3636

3737
| Filter name | Description | Value format example | Applicable operators |
3838
|-------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
3939
| Port State | Indicates the status of the observed port. | Open, Filtered | `Equals` `In` |
4040
| 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` |
4242
| 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` |
4343
| 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` |
4545
| Attribute Type & Value | The attribute type and value within a single field. | address 192.168.92.73 | |
4646
| Attribute Value | The values for any attributes found on the asset. | 192.168.92.73 | |
4747
| CWE ID | Searches for assets by a specific CWE ID, or range of IDs. | CWE-89 | |

0 commit comments

Comments
 (0)