Skip to content

Commit e8f5fd8

Browse files
authored
Merge pull request #1444 from MicrosoftDocs/main
Publish main to live 09/23/2024, 3:30 PM
2 parents 7325015 + b569de8 commit e8f5fd8

12 files changed

+45
-19
lines changed

defender-office-365/attack-simulation-training-faq.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.custom:
1919
- seo-marvel-apr2020
2020
description: Admins can learn about deployment considerations and frequently asked questions regarding Attack simulation and training in Microsoft 365 E5 or Microsoft Defender for Office 365 Plan 2 organizations.
2121
ms.service: defender-office-365
22-
ms.date: 06/14/2024
22+
ms.date: 09/23/2024
2323
appliesto:
2424
- ✅ <a href="https://learn.microsoft.com/defender-office-365/mdo-about#defender-for-office-365-plan-1-vs-plan-2-cheat-sheet" target="_blank">Microsoft Defender for Office 365 Plan 2</a>
2525
---
@@ -361,4 +361,16 @@ A: Yes. First you archive the payload, then you delete the archived payload. For
361361

362362
### Q: Can I modify the built-in payloads?
363363

364-
A: Not directly. You can copy the payload and then modify the copy. For instructions, see [Copy payloads](attack-simulation-training-payloads.md#copy-payloads).
364+
A: Not directly. You can copy the built-in payload and then modify the copy. For instructions, see [Copy payloads](attack-simulation-training-payloads.md#copy-payloads).
365+
366+
### Q: I'm trying to run a QR code simulation, but scanning the QR code shows me 'ping successful' instead of the landing page?
367+
368+
A: When you insert a QR code in the payload editor, it maps to the base phishing URL that you selected in the **Phishing link** section \> **Select URL**. The QR code is inserted in the email message as an image. If you switch from the **Text** tab to the **Code** tab, you see the inserted image in Base64 format. The beginning of the image contains `<div id="QRcode"...>`. Make sure to verify that the finished payload contains `<div id="QRcode"...>` before you use it in a simulation.
369+
370+
During simulation creation, if you scan the QR code or you use **Send a Test** to review the payload, the QR code points to the base phishing URL that you selected.
371+
372+
When the payload is used in a simulation, the service replaces the QR code with a dynamically generated QR code to track click and compromise metrics. The size, position, and shape of the QR code matches the configuration options you configured in the payload. Scanning the QR code during an actual simulation takes you to the configured landing page.
373+
374+
### Q: I'm trying to create a payload in HTML, but the payload editor seems to remove certain content from my design?
375+
376+
A: Currently, the following HTML tags aren't supported in the payload editor: `applet, base, basefont, command, embed, frame, frameset, iframe, keygen, link, meta, noframes, noscript, param, script, object, title`.

defender-xdr/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,8 @@
444444
href: copilot-in-defender-file-analysis.md
445445
- name: Generate device summaries
446446
href: copilot-in-defender-device-summary.md
447+
- name: Summarize identities
448+
href: security-copilot-defender-identity-summary.md
447449
- name: Use guided responses
448450
href: security-copilot-m365d-guided-response.md
449451
- name: Generate KQL queries

defender-xdr/advanced-hunting-deviceevents-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ For information on other tables in the advanced hunting schema, [see the advance
6868
| `InitiatingProcessSHA1` | `string` | SHA-1 of the process (image file) that initiated the event |
6969
| `InitiatingProcessSHA256` | `string` | SHA-256 of the process (image file) that initiated the event. This field is usually not populated — use the SHA1 column when available. |
7070
| `InitiatingProcessMD5` | `string` | MD5 hash of the process (image file) that initiated the event |
71-
| `InitiatingProcessFileName` | `string` | Name of the process file name that initiated the event; if unavailable, the name of the process that initiated the event might be shown instead |
71+
| `InitiatingProcessFileName` | `string` | Name of the process file that initiated the event; if unavailable, the name of the process that initiated the event might be shown instead |
7272
| `InitiatingProcessFileSize` | `long` | Size of the file that ran the process responsible for the event |
7373
| `InitiatingProcessFolderPath` | `string` | Folder containing the process (image file) that initiated the event |
7474
| `InitiatingProcessId` | `long` | Process ID (PID) of the process that initiated the event |

defender-xdr/advanced-hunting-devicefileevents-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ For information on other tables in the advanced hunting schema, [see the advance
6060
| `InitiatingProcessSHA1` | `string` | SHA-1 of the process (image file) that initiated the event |
6161
| `InitiatingProcessSHA256` | `string` | SHA-256 of the process (image file) that initiated the event. This field is usually not populated — use the SHA1 column when available. |
6262
| `InitiatingProcessFolderPath` | `string` | Folder containing the process (image file) that initiated the event |
63-
| `InitiatingProcessFileName` | `string` | Name of the process file name that initiated the event; if unavailable, the name of the process that initiated the event might be shown instead |
63+
| `InitiatingProcessFileName` | `string` | Name of the process file that initiated the event; if unavailable, the name of the process that initiated the event might be shown instead |
6464
| `InitiatingProcessFileSize` | `long` | Size of the process (image file) that initiated the event |
6565
| `InitiatingProcessVersionInfoCompanyName` | `string` | Company name from the version information of the process (image file) responsible for the event |
6666
| `InitiatingProcessVersionInfoProductName` | `string` | Product name from the version information of the process (image file) responsible for the event |

defender-xdr/advanced-hunting-deviceimageloadevents-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ For information on other tables in the advanced hunting schema, [see the advance
5656
| `InitiatingProcessSHA1` | `string` | SHA-1 of the process (image file) that initiated the event |
5757
| `InitiatingProcessSHA256` | `string` | SHA-256 of the process (image file) that initiated the event. This field is usually not populated — use the SHA1 column when available. |
5858
| `InitiatingProcessMD5` | `string` | MD5 hash of the process (image file) that initiated the event |
59-
| `InitiatingProcessFileName` | `string` | Name of the process file name that initiated the event; if unavailable, the name of the process that initiated the event might be shown instead |
59+
| `InitiatingProcessFileName` | `string` | Name of the process file that initiated the event; if unavailable, the name of the process that initiated the event might be shown instead |
6060
| `InitiatingProcessFileSize` | `long` | Size of the file that ran the process responsible for the event |
6161
| `InitiatingProcessVersionInfoCompanyName` | `string` | Company name from the version information of the process (image file) responsible for the event |
6262
| `InitiatingProcessVersionInfoProductName` | `string` | Product name from the version information of the process (image file) responsible for the event |

defender-xdr/advanced-hunting-devicelogonevents-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ For information on other tables in the advanced hunting schema, [see the advance
6464
| `InitiatingProcessSHA1` | `string` | SHA-1 hash of the process (image file) that initiated the event |
6565
| `InitiatingProcessSHA256` | `string` | SHA-256 hash of the process (image file) that initiated the event. This field is usually not populated - use the SHA1 column when available. |
6666
| `InitiatingProcessMD5` | `string` | MD5 hash of the process (image file) that initiated the event |
67-
| `InitiatingProcessFileName` | `string` | Name of the process file name that initiated the event; if unavailable, the name of the process that initiated the event might be shown instead|
67+
| `InitiatingProcessFileName` | `string` | Name of the process file that initiated the event; if unavailable, the name of the process that initiated the event might be shown instead|
6868
| `InitiatingProcessFileSize` | `long` | Size of the file that ran the process responsible for the event |
6969
| `InitiatingProcessVersionInfoCompanyName` | `string` | Company name from the version information of the process (image file) responsible for the event |
7070
| `InitiatingProcessVersionInfoProductName` | `string` | Product name from the version information of the process (image file) responsible for the event |

defender-xdr/advanced-hunting-devicenetworkevents-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ For information on other tables in the advanced hunting schema, [see the advance
5353
| `InitiatingProcessSHA1` | `string` | SHA-1 of the process (image file) that initiated the event |
5454
| `InitiatingProcessSHA256` | `string` | SHA-256 of the process (image file) that initiated the event. This field is usually not populated — use the SHA1 column when available. |
5555
| `InitiatingProcessMD5` | `string` | MD5 hash of the process (image file) that initiated the event |
56-
| `InitiatingProcessFileName` | `string` | Name of the process file name that initiated the event; if unavailable, the name of the process that initiated the event might be shown instead |
56+
| `InitiatingProcessFileName` | `string` | Name of the process file that initiated the event; if unavailable, the name of the process that initiated the event might be shown instead |
5757
| `InitiatingProcessFileSize` | `long` | Size of the file that ran the process responsible for the event |
5858
| `InitiatingProcessVersionInfoCompanyName` | `string` | Company name from the version information of the process (image file) responsible for the event |
5959
| `InitiatingProcessVersionInfoProductName` | `string` | Product name from the version information of the process (image file) responsible for the event |

defender-xdr/advanced-hunting-deviceprocessevents-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ For information on other tables in the advanced hunting schema, [see the advance
7676
| `InitiatingProcessSHA1` | `string` | SHA-1 hash of the process (image file) that initiated the event |
7777
| `InitiatingProcessSHA256` | `string` | SHA-256 of the process (image file) that initiated the event. This field is usually not populated — use the SHA1 column when available. |
7878
| `InitiatingProcessMD5` | `string` | MD5 hash of the process (image file) that initiated the event |
79-
| `InitiatingProcessFileName` | `string` | Name of the process file name that initiated the event; if unavailable, the name of the process that initiated the event might be shown instead |
79+
| `InitiatingProcessFileName` | `string` | Name of the process file that initiated the event; if unavailable, the name of the process that initiated the event might be shown instead |
8080
| `InitiatingProcessFileSize` | `long` | Size of the file that ran the process responsible for the event |
8181
| `InitiatingProcessVersionInfoCompanyName` | `string` | Company name from the version information of the process (image file) responsible for the event |
8282
| `InitiatingProcessVersionInfoProductName` | `string` | Product name from the version information of the process (image file) responsible for the event |

defender-xdr/advanced-hunting-deviceregistryevents-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ For information on other tables in the advanced hunting schema, [see the advance
5555
| `InitiatingProcessSHA1` | `string` | SHA-1 of the process (image file) that initiated the event |
5656
| `InitiatingProcessSHA256` | `string` | SHA-256 of the process (image file) that initiated the event. This field is usually not populated — use the SHA1 column when available. |
5757
| `InitiatingProcessMD5` | `string` | MD5 hash of the process (image file) that initiated the event |
58-
| `InitiatingProcessFileName` | `string` | Name of the process file name that initiated the event; if unavailable, the name of the process that initiated the event might be shown instead |
58+
| `InitiatingProcessFileName` | `string` | Name of the process file that initiated the event; if unavailable, the name of the process that initiated the event might be shown instead |
5959
| `InitiatingProcessFileSize` | `long` | Size of the file that ran the process responsible for the event |
6060
| `InitiatingProcessVersionInfoCompanyName` | `string` | Company name from the version information of the process (image file) responsible for the event |
6161
| `InitiatingProcessVersionInfoProductName` | `string` | Product name from the version information of the process (image file) responsible for the event |

defender-xdr/security-copilot-defender-identity-summary.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ search.appverid:
1818
- MOE150
1919
- MET150
2020
ms.date: 09/23/2024
21-
appliiesto:
21+
appliesto:
2222
- Microsoft Defender XDR
2323
- Microsoft Sentinel in the unified security operations center (SOC) platform
2424
---
@@ -59,6 +59,10 @@ You can access the identity summary capability in the following ways:
5959

6060
:::image type="content" source="/defender/media/copilot-in-defender/identity-summary/identity-assets-small.png" alt-text="Screenshot showing the Assets tab and a user account highlighted." lightbox="/defender/media/copilot-in-defender/identity-summary/identity-assets.png":::
6161

62+
- In an alert page, select a user then select **Summarize** in the user details pane to generate the identity summary.
63+
64+
- In the advanced hunting page, you can access the identity summary capability by selecting a user in the results table, then selecting the link to the user page. Copilot automatically generates the identity summary and displays the side panel upon opening the user page.
65+
6266
- From the main menu, navigate to **Assets > Identities**. Select a username from the list, then select **View user page** to open the user page. Copilot automatically generates the identity summary and displays the side panel upon opening the user page.
6367

6468
:::image type="content" source="/defender/media/copilot-in-defender/identity-summary/identity-identities-small.png" alt-text="Screenshot highlighting the view user page option in an username search within Identities." lightbox="/defender/media/copilot-in-defender/identity-summary/identity-identities.png":::

0 commit comments

Comments
 (0)