Skip to content

Commit 0b09f12

Browse files
authored
Reference about QR code payloads within the payloads section #1129
Added details about creating a new QR payload, global QR payloads, and accessing them.
1 parent 75b5227 commit 0b09f12

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

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

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,47 @@ On the **Tenant payloads** or **Global payloads** tabs, you can send a copy of t
407407

408408
Select the payload by clicking the check box next to the name, and then select the :::image type="icon" source="media/m365-cc-sc-send-icon.png" border="false"::: **Send a test** button that appears.
409409

410+
### QR code payloads
411+
412+
#### Global payloads
413+
Within the payload library, you can see multiple payloads across 5 languages, addressing various real-world scenarios involving QR code attacks. These payloads can be found in the Content Library- Global Payloads, name of each beginning with QR code payloads (for example, QR code payloads: Prize Winner Notification). You can locate these by typing "QR" in the search bar.
414+
415+
:::image type="content" source="media/attack-simulation-training-global-payloads-QR-code.png" alt-text="Image showing the QR code how to guide within the content library" lightbox="media/attack-simulation-training-global-payloads-QR-code.png":::
416+
417+
> [!TIP]
418+
> Before utilizing these payloads in your simulations, make sure to examine different fields and contents of the payload for your requirements.
419+
#### Tenant payloads
420+
You can create a custom payload by duplicating the existing global payloads, or creating a payload from scratch. Within the payload editing experience, you can insert QR code using Dynamic Tags(Insert QR code) or formatting controls (QR code icon). You have the options to select the size and position of the QR code.
421+
422+
:::image type="content" source="media/attack-simulation-training-insert-QR-code-1.png" alt-text="Image showing the experience for inserting a QR code in tenant payload" lightbox="media/attack-simulation-training-insert-QR-code-1.png":::
423+
424+
:::image type="content" source="media/attack-simulation-training-insert-QR-code-2.png" alt-text="Image showing the experience for inserting a QR code in tenant payload" lightbox="media/attack-simulation-training-insert-QR-code-2.png":::
425+
426+
:::image type="content" source="media/attack-simulation-training-insert-QR-code-3.png" alt-text="Image showing the experience for inserting a QR code in tenant payload" lightbox="media/attack-simulation-training-insert-QR-code-3.png":::
427+
428+
:::image type="content" source="media/attack-simulation-training-insert-QR-code-4.png" alt-text="Image showing the experience for inserting a QR code in tenant payload" lightbox="media/attack-simulation-training-insert-QR-code-4.png":::
429+
430+
:::image type="content" source="media/attack-simulation-training-insert-QR-code-5.png" alt-text="Image showing the experience for inserting a QR code in tenant payload" lightbox="media/attack-simulation-training-insert-QR-code-5.png":::
431+
432+
The QR code that is generated will map to the phishing URL that is selected by you while configuring the payload in the payload wizard. When this payload is used in simulation, the service will replace the QR code with a dynamically generated QR code, to track click and compromise metrics. The size, position, and shape of the QR code would match the configuration of the QR set by you in the payload.
433+
434+
Note that if you are using Send a Test, you will still see the QR code, but it will point to the
435+
{phishingURL} that you have selected. The dynamic QR is generated when the payload is used in an
436+
actual simulation
437+
438+
The QR code is inserted as an image. If you look at the code section, you will see that the image has
439+
been inserted into a base64 format. The QR code inserted using the wizard (and which will be
440+
used for dynamic URL update) is marked with div id= QRcode as seen in the first line of below
441+
image.
442+
443+
:::image type="content" source="media/attack-simulation-training-insert-QR-code-6-html-div.png" alt-text="Image showing the base 64 format of the QR image and the variable" lightbox="media/attack-simulation-training-insert-QR-code-6-html-div.png":::
444+
445+
> [!TIP]
446+
> Make sure to verify the login page while using the payload in a simulation. You can also
447+
change the login page while selecting the payload in a simulation.
448+
> It is advisable to conduct a test simulation to validate the end-to-end flow before
449+
circulating the final payload to broader audiences. Make sure that the payload contains the div id= QR code within the payload code, before using it in a simulation.
450+
410451
## Related links
411452

412453
[Get started using Attack simulation training](attack-simulation-training-get-started.md)

0 commit comments

Comments
 (0)