Skip to content

Commit cdc0a24

Browse files
authored
Merge pull request #4663 from MicrosoftDocs/poliveria-ah-function-updates-080502025
edits
2 parents 6e11a0e + adee612 commit cdc0a24

File tree

4 files changed

+16
-15
lines changed

4 files changed

+16
-15
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: FileProfile() function in advanced hunting for Microsoft Defender XDR
3-
description: Learn how to use the FileProfile() to enrich information about files in your advanced hunting query results
3+
description: Learn how to use the FileProfile() to enrich information about files in your advanced hunting query results.
44
search.appverid: met150
55
ms.service: defender-xdr
66
ms.subservice: adv-hunting
77
f1.keywords:
88
- NOCSH
9-
ms.author: maccruz
10-
author: schmurky
9+
ms.author: pauloliveria
10+
author: poliveria
1111
ms.localizationpriority: medium
12-
manager: dansimp
12+
manager: orspodek
1313
audience: ITPro
1414
ms.collection:
1515
- m365-security
@@ -21,7 +21,7 @@ appliesto:
2121
- Microsoft Defender XDR
2222
- Microsoft Sentinel in the Microsoft Defender portal
2323
ms.topic: reference
24-
ms.date: 03/28/2025
24+
ms.date: 08/05/2025
2525
---
2626

2727
# FileProfile()
@@ -51,7 +51,7 @@ The `FileProfile()` function is an enrichment function in [advanced hunting](adv
5151
| `ThreatName` | `string` | Detection name for any malware or other threats found |
5252
| `Publisher` | `string` | Name of the organization that published the file |
5353
| `SoftwareName` | `string` | Name of the software product |
54-
| `ProfileAvailability` | `string` | Indicates the availability status of the profile data for the file: Available - profile was successfully queried and file data returned, Missing - profile was successfully queried but no file info was found, Error - error in querying the file info or maximum allotted time was exceeded before query could be completed, or an empty value - if file ID is invalid or the maximum number of files was reached |
54+
| `ProfileAvailability` | `string` | Indicates the availability status of the profile data for the file: Available - profile was successfully queried and file data returned, Missing - profile was successfully queried but no file info was found, Error - error in querying the file info or maximum allotted time was exceeded before query could be completed, or an empty value - if file ID is invalid or the maximum number of files was reached<br><br>If this column's value is Missing or is empty, the value of the `GlobalPrevalance` column would be null. |
5555

5656

5757

@@ -69,7 +69,7 @@ invoke FileProfile(x,y)
6969

7070

7171
> [!TIP]
72-
> 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 FileProfile() in your queries or in creating custom detections. For best results, we recommend using the FileProfile() function with SHA1.
72+
> Enrichment functions will show supplemental information only when they're available. Availability of information is varied and depends on numerous factors. Make sure to consider this when using FileProfile() in your queries or in creating custom detections. For best results, we recommend using the FileProfile() function with SHA1.
7373
7474
## Examples
7575

defender-xdr/advanced-hunting-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ appliesto:
2121
- Microsoft Defender XDR
2222
- Microsoft Sentinel in the Microsoft Defender portal
2323
ms.topic: how-to
24-
ms.date: 07/28/2025
24+
ms.date: 08/04/2025
2525
---
2626

2727
# Use the advanced hunting query resource report

defender-xdr/advanced-hunting-query-results.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.custom:
1818
- cx-ti
1919
- cx-ah
2020
ms.topic: how-to
21-
ms.date: 07/28/2025
21+
ms.date: 08/04/2025
2222
appliesto:
2323
- Microsoft Defender XDR
2424
- Microsoft Sentinel in the Microsoft Defender portal

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: SeenBy() function in advanced hunting for Microsoft Defender XDR
3-
description: Learn how to use the SeenBy() function to look for which onboarded devices discovered a certain device
3+
description: Learn how to use the SeenBy() function to look for which onboarded devices discovered a certain device.
44
search.appverid: met150
55
ms.service: defender-xdr
66
ms.subservice: adv-hunting
77
f1.keywords:
88
- NOCSH
9-
ms.author: maccruz
10-
author: schmurky
9+
ms.author: pauloliveria
10+
author: poliveria
1111
ms.localizationpriority: medium
12-
manager: dansimp
12+
manager: orspodek
1313
audience: ITPro
1414
ms.collection:
1515
- m365-security
@@ -21,7 +21,7 @@ appliesto:
2121
- Microsoft Defender XDR
2222
- Microsoft Sentinel in the Microsoft Defender portal
2323
ms.topic: reference
24-
ms.date: 03/28/2025
24+
ms.date: 08/05/2025
2525
---
2626

2727
# SeenBy()
@@ -39,7 +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.
42+
You can enter up to 1,000 devices in this function.
4343

4444
## Syntax
4545

@@ -65,4 +65,5 @@ DeviceInfo
6565
- [Learn the query language](advanced-hunting-query-language.md)
6666
- [Understand the schema](advanced-hunting-schema-tables.md)
6767
- [Get more query examples](advanced-hunting-shared-queries.md)
68+
6869
[!INCLUDE [Microsoft Defender XDR rebranding](../includes/defender-m3d-techcommunity.md)]

0 commit comments

Comments
 (0)