@@ -234,9 +242,9 @@
showText: false,
current: topics[0],
pick(angle) {
- this.rotation = -angle; // spin to slice
+ this.rotation = -angle;
this.showText = false;
- setTimeout(() => { // after spin
+ setTimeout(() => {
this.current = topics[angle / 60];
this.showText = true;
}, 350);
@@ -245,6 +253,69 @@
}
+
+
+
+
+
+
+
+
+
🎣
+
+
Phishing and business-email-compromise (BEC)
+
Credential theft via spoofed emails.
+
+
+
+
+
+
👻
+
+
Spoofing and impersonation
+
Fake domains and identity fraud.
+
+
+
+
+
+
📎
+
+
Malware embedded in attachments
+
Files weaponised to deliver payloads.
+
+
+
+
+
+
💥
+
+
Accidental or malicious data leaks
+
Sensitive data sent to wrong recipients.
+
+
+
+
+
+
🔓
+
+
Lack of encryption across providers
+
Messages in clear text outside your domain.
+
+
+
+
+
+
âš
+
+
Absence of role-based governance
+
No enforced policies or audit trails.
+
+
+
+
+
+