Skip to content

Commit 3077166

Browse files
authored
Merge pull request #245330 from danielledennis/main
Product release updates
2 parents 4237e6c + 52826c8 commit 3077166

13 files changed

+64
-42
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ The following filters require that the user manually enters the value with which
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` |
4141
| 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-
| 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-
| Affected CVSS v3 Score | Searches for assets with a CVE v3 that matches a specific numerical score or range of scores. | Numerical (1-10) | |
42+
| Affected CVSS Score | Searches for assets with a CVE that matches a specific numerical score or range of scores. | Numerical (1-10), supports decimal values (e.g. 8.6). | `Equals` `Not Equals` `In` `Not In` `Greater Than or Equal To` `Less Than or Equal To` `Between` `Empty` `Not Empty` |
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), supports decimal values (e.g. 8.6). | |
4444
| 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 | |

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: IP address asset filters
33
titleSuffix: Defender EASM IP address asset filters
4-
description: This article outlines the filter functionality available in Microsoft Defender External Attack Surface Management for IP address assets specifically, includiung operators and applicable field values.
4+
description: This article outlines the filter functionality available in Microsoft Defender External Attack Surface Management for IP address assets specifically, including operators and applicable field values.
55
author: danielledennis
66
ms.author: dandennis
77
ms.service: defender-easm
@@ -16,11 +16,11 @@ These filters specifically apply to IP address assets. Use these filters when se
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 | Applicable operators |
2222
|----------------------------|-------------------------------------------------------------------------------------------------------------------------|------------------------------|---------------------------|
23-
| 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` |
23+
| 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` |
2424
| IPv6 | Indicates that the host resolves to an IP comprised of 128-bit hexadecimal digits noted in eight four-digit groups. | true / false | |
2525
| Is Mail Server Record | Indicates that the host powers a mail server. | true / false | |
2626
| Is Name Server Record | Indicates that the host powers a name server. | true / false | |
@@ -36,9 +36,9 @@ The following filters require that the user manually enters the value with which
3636
| Port State | Indicates the status of the observed port. | Open, Filtered | `Equals` `In` |
3737
| Port | Any ports detected on the asset. | 443, 80 | `Equals` `Not Equals` `In` `Not In` |
3838
| 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` |
39-
| Banner | A banner is a text displayed by a host that provides details such as the type and version of software running on the system or server. | We recommend using the “matches” operator to search for HTML banners by keyword (e.g. “HTTP/1.1”) | `Matches` `Does not match` `Matches in` `Does not match in` `Empty` `Not empty` |
40-
| 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` |
41-
| Affected CVSS v3 Score | Searches for assets with a CVE v3 that matches a specific numerical score or range of scores. | Numerical (1-10) | |
39+
| Banner | A banner is a text displayed by a host that provides details such as the type and version of software running on the system or server. | We recommend using the “matches” operator to search for HTML banners by keyword (for example, “HTTP/1.1”) | `Matches` `Does not match` `Matches in` `Does not match in` `Empty` `Not empty` |
40+
| Affected CVSS Score | Searches for assets with a CVE that matches a specific numerical score or range of scores. | Numerical (1-10), supports decimal values (for example, 8.6). | `Equals` `Not Equals` `In` `Not In` `Greater Than or Equal To` `Less Than or Equal To` `Between` `Empty` `Not Empty` |
41+
| Affected CVSS v3 Score | Searches for assets with a CVE v3 that matches a specific numerical score or range of scores. | Numerical (1-10), supports decimal values (for example, 8.6). | |
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 | |

0 commit comments

Comments
 (0)