|
| 1 | + |
| 2 | +<!DOCTYPE html> |
| 3 | +<html lang="en"> |
| 4 | +<head> |
| 5 | + <meta charset="UTF-8"> |
| 6 | + <title>Security Awareness Simulation – Post Login</title> |
| 7 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 8 | + <style> |
| 9 | + body { font-family: Segoe UI, Arial, sans-serif; background: #0F172A; color: #F9FAFB; margin: 0; } |
| 10 | + .container { max-width: 800px; margin: 40px auto; background: #1E293B; padding: 30px; border-radius: 12px; box-shadow: 0 8px 24px rgba(0,0,0,0.4); } |
| 11 | + h1 { color: #38BDF8; margin-bottom: 10px; } |
| 12 | + p { line-height: 1.6; font-size: 18px; } |
| 13 | + .alert { background: #F87171; color: #0F172A; padding: 12px; border-radius: 8px; font-weight: bold; margin: 20px 0; } |
| 14 | + ul { margin-top: 10px; padding-left: 20px; } |
| 15 | + li { margin-bottom: 8px; } |
| 16 | + footer { text-align: center; font-size: 14px; color: #94A3B8; margin-top: 40px; } |
| 17 | + </style> |
| 18 | +</head> |
| 19 | +<body> |
| 20 | + <div class="container"> |
| 21 | + <h1>Simulation Complete</h1> |
| 22 | + <div class="alert">⚠️ This was a phishing simulation – no credentials were captured.</div> |
| 23 | + <p>You just interacted with a real Microsoft login page and almost approved an app request. Attackers use this exact technique to gain access to your data.</p> |
| 24 | + <h2>What should you have noticed?</h2> |
| 25 | + <ul> |
| 26 | + <li>The app name was <strong>Microsoft Security Portal</strong> – sounds official but is not a verified Microsoft app.</li> |
| 27 | + <li>The permissions requested included access to your profile and maintaining access to data.</li> |
| 28 | + <li>Attackers rely on trust in familiar branding and URLs. The login page was real, but the app was not.</li> |
| 29 | + </ul> |
| 30 | + <h2>How to protect yourself:</h2> |
| 31 | + <ul> |
| 32 | + <li>Always check the <strong>app publisher</strong> and <strong>permissions</strong> before clicking “Accept.”</li> |
| 33 | + <li>If unsure, cancel and report to IT Security.</li> |
| 34 | + </ul> |
| 35 | + </div> |
| 36 | + <footer>© 2025 Security Awareness Program | Controlled simulation for training purposes.</footer> |
| 37 | +</body> |
| 38 | +</html> |
0 commit comments