Skip to content

Commit df165eb

Browse files
Merge pull request #223022 from danielledennis/main
Minor changes -- field example updates, typo fix
2 parents 1b376ad + 2c892fd commit df165eb

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The following filters require that the user manually enters the value with which
3030

3131
| Filter name | Description | Value format example | Applicable operators |
3232
|------------------------------------|----------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
33-
| Domain Status | Any detected domain configurations. | clientDeleteProhibited, clientRenewProhibited, clientTransferProhibited, clientUpdateProhibited | `Equals` `Not Equals` `Starts with` `Does not start with` `Matches` `Does not match` `In` `Not In` `Starts with in` `Does not start with in` `Contains` `Does Not Contain` `Contains In` `Does Not Contain In` `Empty` `Not Empty` |
33+
| Domain Status | Any detected domain configurations. | clientDeleteProhibited, clientRenewProhibited, clientTransferProhibited, clientUpdateProhibited | `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` |
3434
| IANA ID | The allocated unique ID for a domain, IP or AS seen within WhoIs, IANA and ICANN records. | 1005 | |
3535
| Domain | The domain name of the desired asset(s). | Must align with the standard format of domains in inventory: “domain.tld” | `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` |
3636
| Name Server | Any name servers connected to the domain. | dns.domain.com | |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The following filters require that the user manually enters the value with which
4444
| 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` |
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 | |
47-
| CWE ID | Searches for assets by a specific CWE ID, or range of IDs. | CVE-2015-9251 | |
47+
| CWE ID | Searches for assets by a specific CWE ID, or range of IDs. | CWE-89 | |
4848
| City | The city of origin detected for this asset. | Redmond | |
4949
| Country | The country/region of origin detected for this asset. | United States | |
5050
| Country Code | The country code associated with the asset. | USA | |
@@ -62,7 +62,7 @@ The following filters require that the user manually enters the value with which
6262
| Host | The host name. | host.contoso.com | |
6363
| Name Server | Any name servers connected to the host. | dns.contoso.com | |
6464
| Registrar | The name of the registrar within the Whois record. | GODADDY.COM, INC. | |
65-
| Resource Hos | The hosts of any resources running on the asset. | host.resource.com | |
65+
| Resource Host | The hosts of any resources running on the asset. | host.resource.com | |
6666
| Resource URL | Any URLs associated to resources on the asset. | host.resource.com/supplychain.js | |
6767
| Web Component Name | The name of a web component observed on an asset. | Netscaler Gateway | |
6868
| Web Component Name & Version | Both the name and detected version observed on the asset. | jQuery 3.4.1 | |

articles/external-attack-surface-management/ip-address-asset-filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The following filters require that the user manually enters the value with which
4242
| 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` |
4343
| Attribute Type & Value | The attribute type and value within a single field. | address 192.168.92.73 | |
4444
| Attribute Value | The values for any attributes found on the asset. | 192.168.92.73 | |
45-
| CWE ID | Searches for assets by a specific CWE ID, or range of IDs. | CVE-2015-9251 | |
45+
| CWE ID | Searches for assets by a specific CWE ID, or range of IDs. | CWE-89 | |
4646
| City | The city of origin detected for this asset. | Redmond | |
4747
| Country | The country/region of origin detected for this asset. | United States | |
4848
| Country Code | The applicable country code for the country/region of origin. | USA | |

0 commit comments

Comments
 (0)