Skip to content

Commit 0b8f999

Browse files
Merge pull request #4343 from MicrosoftDocs/main
[AutoPublish] main to live - 06/26 10:31 PDT | 06/26 23:01 IST
2 parents 204702a + db67398 commit 0b8f999

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

defender-office-365/safe-links-policies-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ You configure Safe Links policies in the Microsoft Defender portal or in Exchang
132132
- **Do not rewrite the following URLs in email** section: Select the **Manage (nn) URLs** link to allow access to specific URLs that would otherwise be blocked by Safe Links.
133133

134134
> [!NOTE]
135-
> Entries in the "Do not rewrite the following URLs" list aren't scanned or wrapped by Safe Links during mail flow, but might still be blocked at time of click. Report the URL as **I've confirmed it's clean** and then select **Alow this URL** to add an allow entry to the Tenant Allow/Block List so the URL isn't scanned or wrapped by Safe Links during mail flow _and_ at time of click. For instructions, see [Report good URLs to Microsoft](submissions-admin.md#report-good-urls-to-microsoft).
135+
> Entries in the "Do not rewrite the following URLs" list aren't scanned or wrapped by Safe Links during mail flow, but might still be blocked at time of click. Report the URL as **I've confirmed it's clean** and then select **Allow this URL** to add an allow entry to the Tenant Allow/Block List so the URL isn't scanned or wrapped by Safe Links during mail flow _and_ at time of click. For instructions, see [Report good URLs to Microsoft](submissions-admin.md#report-good-urls-to-microsoft).
136136
137137
1. In the **Manage URLs to not rewrite** flyout that opens, select :::image type="icon" source="media/m365-cc-sc-create-icon.png" border="false"::: **Add URLs**.
138138
2. In the **Add URLs** flyout that opens, click in the **URL** box, enter a value, and then press the ENTER key or select the complete value that's displayed below the box. Repeat this step as many times as necessary.

defender-xdr/advanced-hunting-seenby-function.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ This function returns a table that has the following column:
3939
|------------|---------------|-------------|
4040
| `DeviceId` | `string` | Unique identifier for the device in the service |
4141

42+
Up to 1,000 results are returned.
4243

4344
## Syntax
4445

@@ -49,7 +50,7 @@ invoke SeenBy(x)
4950
- where **x** is the device ID of interest
5051

5152
> [!TIP]
52-
> Enrichment functions will show supplemental information only when they are available. Availability of information is varied and depends on a lot of factors. Make sure to consider this when using SeenBy() in your queries or in creating custom detections. For best results, we recommend using the SeenBy() function with the DeviceInfo table.
53+
> Enrichment functions show supplemental information only when they're available. Availability of information is varied and depends on many factors. Make sure to consider this when using SeenBy() in your queries or in creating custom detections. For best results, we recommend using the SeenBy() function with the DeviceInfo table.
5354
5455
### Example: Obtain list of onboarded devices that have seen a device
5556

@@ -59,7 +60,7 @@ DeviceInfo
5960
| limit 100 | invoke SeenBy()
6061
```
6162

62-
## Related topics
63+
## Related articles
6364
- [Advanced hunting overview](advanced-hunting-overview.md)
6465
- [Learn the query language](advanced-hunting-query-language.md)
6566
- [Understand the schema](advanced-hunting-schema-tables.md)

0 commit comments

Comments
 (0)