Skip to content

Commit 03b2238

Browse files
Merge pull request #229337 from danielledennis/main
removed "closed" from port state filter options
2 parents 050f66b + a3277e4 commit 03b2238

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

3737
| Filter name | Description | Value format example | Applicable operators |
3838
|-------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
39-
| Port State | Indicates the status of the observed port. | Open, Closed, Filtered | `Equals` `In` |
39+
| 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 will have associated 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` |

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

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

3434
| Filter name | Description | Value format | Applicable operators |
3535
|-------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
36-
| Port State | Indicates the status of the observed port. | Open, Closed, Filtered | `Equals` `In` |
36+
| 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` |
3939
| 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` |

0 commit comments

Comments
 (0)