Skip to content

Commit a98ef45

Browse files
Update page-asset-filters.md
Acrolinx fixes
1 parent 990cbc5 commit a98ef45

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ These filters specifically apply to page assets. Use these filters when searchin
1616

1717
## Defined value filters
1818

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

2121
| Filter name | Description | Value format example | Applicable operators |
2222
|------------------------|-------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------|-----------------------------------|
2323
| 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` |
24-
| IPv6 | Indicates that the host resolves to an IP comprised of 128-bit hexadecimal digits noted in eight four-digit groups. | true / false | |
24+
| IPv6 | Indicates that the host resolves to an IP comprised of 128-bit hexadecimal digits noted in eight 4-digit groups. | true / false | |
2525
| Live | Indicates if the page is hosting live web content. | true / false | |
2626
| Parked Domain | Indicates whether a domain is registered but not connected to an online service (website, email hosting). | true / false | |
2727
| Parked Page | Indicates whether a webpage is registered but not connected to an online service (website, email hosting). | true / false | |
@@ -39,7 +39,7 @@ The following filters require that the user manually enters the value with which
3939
| 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` |
4040
| Affected CVSS v3 Score | Searches for assets with a CVE v3 that matches a specific numerical score or range of scores. | Numerical (1-10) | |
4141
| Final Response Code | The final response code associated to the final URL. | 200 | |
42-
| Reponse Code | Other detected responses codes when attempting to access the asset. | 400 | |
42+
| Response Code | Other detected responses codes when attempting to access the asset. | 400 | |
4343
| 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` |
4444
| Attribute Type & Value | The attribute type and value within a single field. | address 192.168.92.73 | |
4545
| Attribute Value | The values for any attributes found on the asset. | 192.168.92.73 | |
@@ -60,7 +60,7 @@ The following filters require that the user manually enters the value with which
6060
| State/Province Code | The state or province code associated with the state of origin. | WA | |
6161
| Web Component Type | The infrastructure type of a detected component. | Hosting Provider, DDOS Protection, Service, Server | |
6262
| Domain | The parent domain of the page. | contoso.com | `Equals` `Not Equals` `Starts with` `Does not start with` `Matches` `Does Not Match` `In` `Not in` `Starts with in` `Does not start with in` `Matches in` `Does not match in` `Contains` `Does Not Contain` `Contains In` `Does Not Contain In` `Empty` `Not Empty` |
63-
| Error | Error message when retrieving a page. | It is recommended that users use the “contains” operator to find errors that match a specific keyword (e.g. ”script error”). | |
63+
| Error | Error message when retrieving a page. | It's recommended that users use the “contains” operator to find errors that match a specific keyword (e.g. ”script error”). | |
6464
| Final URL | The final URL that is presented via the page URL. This value will be the same as the Page name unless there were detected redirects. | https://contoso.com/mainpage.html | |
6565
| Framework | Framework services running on the asset. | PHP, J2EE, Java | |
6666
| Host | Any host(s) associated with the asset. | host1.contoso.com | |

0 commit comments

Comments
 (0)