How can I modify the HTML of the phishing email in my scenario?
To modify the phishing email and include personalized elements, click on Duplicate on the scenario thumbnail from the scenarios list. Once you have entered the details, click Next.
Modifying general email information
Modifying email body
Start by choosing html builder.
You can modify:
The sender's name
The sender's email
The email subject
Regarding the sender's email, choose the email domain from the exhaustive list available to you. This list is regularly updated by our team. Additionally, you can configure your own sending domains.
If you wish to indicate that one of these three fields should have alerted the collaborator before clicking, you can check the flag on the right of the field.
If you want this field to appear as a field that will be framed in red when displaying the training page, check the flag. Otherwise, leave it unchecked.
If you check a flag, this will allow you to personalize your training page by framing the field in red and allowing you to choose the explanation phrase selected by Arsen, or to modify it for your own mention.
To modify the email body, you have an accessible toolbar and the email in editing format.
Here is the list of actions you can take on this email:
You can write in the email, modify the font...
You can dynamically include information in the email, on the target, or on the organization by adding tags in the email to make it more personal.
The tags are called Tokens in the platform.
Here is the exhaustive list of available Tokens :
To access a greater level of detail, you can edit the HTML code of the email.
Click on the < > button to edit the HTML code.
Finally, you can add an image by downloading it from your computer..
Summary
Modifying general email information
Modifying email body
Modifying general email information
Start by choosing html builder.
You can modify:
The sender's name
The sender's email
The email subject
Regarding the sender's email, choose the email domain from the exhaustive list available to you. This list is regularly updated by our team. Additionally, you can configure your own sending domains.
🚩 Red Flags
If you wish to indicate that one of these three fields should have alerted the collaborator before clicking, you can check the flag on the right of the field.
If you want this field to appear as a field that will be framed in red when displaying the training page, check the flag. Otherwise, leave it unchecked.
If you check a flag, this will allow you to personalize your training page by framing the field in red and allowing you to choose the explanation phrase selected by Arsen, or to modify it for your own mention.
Modifying the email body
To modify the email body, you have an accessible toolbar and the email in editing format.
Here is the list of actions you can take on this email:
You can write in the email, modify the font...
You can dynamically include information in the email, on the target, or on the organization by adding tags in the email to make it more personal.
The tags are called Tokens in the platform.
Here is the exhaustive list of available Tokens :
Token | Exemple | Explications |
---|---|---|
{{ target.firstname }} | John | Recipient's First Name |
{{ target.lastname }} | Doe | Recipient's Last Name |
{{ target.email }} | "john.doe@arsen.co" | Recipient's Email |
{{ organization.name }} | Arsen | Organization Name |
{{ organization.domain }} | Arsen.co | Organization's domain |
{{ toImage(organization.logo.url) }} | <img src="https://[...]/logo.png" /> | Organization's Logo |
{{ toImage(organization.logo.url, { heigth: 100, width: 100 }) }} | <img src="https://[...]/logo.png" height="100" width="100" /> | resizing of the organisation's logo |
{{ organization.logo.url }} | "https://[...]/logo.png" | Organization's Logo URL |
{{ campaign.phishingUrl }} | "https://[...].fakedomain/" | Phish Link |
{{ target.phone }} | "+33610111213" | Target's phone number |
{{ formatDate(now, 'short') }} | 04/10/2022 | Today's date |
{{ formatDate(now, 'medium') }} | 04 oct. 2022 | Today's long date |
{{ formatDate(now, 'long') }} | vendredi 14 octobre 2022 | Today's long date |
{{ formatDate(now, 'time') }} | 14:56 | Exact time |
To access a greater level of detail, you can edit the HTML code of the email.
Click on the < > button to edit the HTML code.
Finally, you can add an image by downloading it from your computer..
Updated on: 03/10/2024
Thank you!