Skip to content

Commit f520f6c

Browse files
Nadia-JSchclaude
andcommitted
1251: tighten security recipe intro sentences to match compute style
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f0c7b09 commit f520f6c

4 files changed

Lines changed: 4 additions & 4 deletions

docs/reports/dbb-cookbook/security/devices-accessed-by-external-ips.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Devices Accessed by External IPs"
33
sidebar_position: 22
44
---
55

6-
Returns compute devices that have communication to or from external (public internet) IP addresses — use this to identify potential security exposure.
6+
Returns compute devices that have communication to or from external (public internet) IP addresses.
77

88
<details>
99
<summary>Click to expand the code block</summary>

docs/reports/dbb-cookbook/security/devices-using-commonly-exploited-ports.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Devices Using Commonly Exploited Ports"
33
sidebar_position: 24
44
---
55

6-
Returns devices using commonly exploited ports (20, 21, 22, 23, 25, 53, 80, 139, 443, 445, 1433, 1434, 3306, 3389, 8080) — use this to identify and manage security risk across your environment.
6+
Returns devices using commonly exploited ports: 20, 21, 22, 23, 25, 53, 80, 139, 443, 445, 1433, 1434, 3306, 3389, and 8080.
77

88
<details>
99
<summary>Click to expand the code block</summary>

docs/reports/dbb-cookbook/security/devices-with-prohibited-software-as-designated-by-customer.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Devices with Prohibited Software (as designated by customer)"
33
sidebar_position: 28
44
---
55

6-
Returns devices running software flagged as prohibited — use this to identify compliance violations and opportunities to clean up devices that don't conform to your business rules.
6+
Returns devices running software flagged as prohibited — use this to identify compliance violations and clean up devices that don't conform to your business rules.
77

88
<details>
99
<summary>Click to expand the code block</summary>

docs/reports/dbb-cookbook/security/network-information-for-ips-without-attached-devices.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Network Information for IPs Without Attached Devices"
33
sidebar_position: 29
44
---
55

6-
Returns DNS `A` and `AAAA` records for IP addresses that don’t have a corresponding device in Device42 — use this to identify opportunities to clean up DNS records or discover additional devices.
6+
Returns DNS `A` and `AAAA` records for IP addresses that don’t have a corresponding device in Device42 — useful for cleaning up DNS records or identifying opportunities for additional device discovery.
77

88
<details>
99
<summary>Click to expand the code block</summary>

0 commit comments

Comments
 (0)