Skip to content

Commit 808c41f

Browse files
authored
Update attack-simulation-training-faq.md
Added a couple of FAQs based on some recent customer questions received on AST.
1 parent 86928cc commit 808c41f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,4 +361,12 @@ 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 payload and then modify the copy. For instructions, see [Copy payloads](attack-simulation-training-payloads.md#copy-payloads).
365+
366+
### Q: I am trying to run a QR code simulation, and on scanning the QR code, it shows me as ping successful instead of the landing page?
367+
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.
368+
At this stage, if you scan the QR code, or you use the Send a Test experience to review the payload, you will see the QR code point to the base phishing URL that you had selected.
369+
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. It is during an actual simulation, when scanning the QR code will take you to the configured landing page.
370+
371+
### Q: I am trying to create a payload in HTML, but the payload editor seems to be removing certain content from my design?
372+
A: There are certain HTML tags which are not currently supported within the payload editor. Please make sure that you are not using these tags in your code: applet, base, basefont, command, embed, frame, frameset, iframe, keygen, link, meta, noframes, noscript, param, script, object, title.

0 commit comments

Comments
 (0)