Phishing template: Microsoft account misuse

Below is a phishing template which you can use to perform phishing tests. Do NOT use this template for actual phishing attempts! Replace the following code to make it fit your phishing test software: {{.FirstName}} , {{.CurrentDate}} and {{Phishinglink}}


Template preview:

Unusual sign-in activity

Dear {{.FirstName}},

We detected something unusual to use and application to sign in to your Windows computer. We have found suspicious login attempt on your windows computer through an unknown source.


Sign-in details:
Country/region: Bogotá, Colombia
IP Address: 231.62.172.84
Date: {{.CurrentDate}}


If you are not sure if this was you, we strongly advise you to change your password now by clicking here.
If you want to see more details on this matter please clicking here.


Microsoft Account Team


Template code:

<html>
<head>
 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
</head>
<body>
<h1 style="color:#4472c4">Unusual sign-in activity</h1>
<div style="margin-top: 0px; margin-bottom: 10px;">
<p>Dear {{.FirstName}},</p>
<p>We detected something unusual to use and application to sign in to your Windows computer. We have found suspicious login attempt on your windows computer through an unknown source.</p>
<br><p><b>
Sign-in details:<br>
Country/region: Bogotá, Colombia<br>
IP Address: 231.62.172.84<br>
Date: {{.CurrentDate}}</b><br><br></p>
<p>If you are not sure if this was you, we strongly advise you to change your password now by <a href={{Phishinglink}}>clicking here</a>.<br>
If you want to see more details on this matter please <a href={{Phishinglink}}>clicking here</a>.</p>
<p><br> Microsoft Account Team</P>
</div>
</body>
</html>