You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
subject: "Urgent: Your Account Has Been Compromised",
50
-
body: "Dear user, we have detected suspicious activity on your account. Please click the link below to reset your password immediately:\n\nhttps://fake-bank.com/reset-password\n\nIf you did not request this change, please contact us at support@bank.com.",
54
+
body: "Dear user, we have detected suspicious activity on your account. Please click the link below to reset your password immediately:\n\nhttps://bankofscammers.com/reset-password\n\nIf you did not request this change, please contact us at support@bank.com.",
51
55
isPhishing: true,
52
56
},
53
57
{
@@ -61,7 +65,7 @@ export class PhishingEmail extends Task {
61
65
sender: "noreply@paypal.com",
62
66
recipient: playerRecipient,
63
67
subject: "Action Required: Verify Your Account",
64
-
body: "We noticed unusual login attempts on your PayPal account. To secure your account, please verify your identity by clicking the link below:\n\nhttps://fake-paypal.com/verify\n\nIf this was not you, please contact us immediately.",
68
+
body: "We noticed unusual login attempts on your PayPal account. To secure your account, please verify your identity by clicking the link below:\n\nhttps://paypal-real.com/verify\n\nIf this was not you, please contact us immediately.",
65
69
isPhishing: true,
66
70
},
67
71
{
@@ -75,7 +79,7 @@ export class PhishingEmail extends Task {
75
79
sender: "prizes@lottery.com",
76
80
recipient: playerRecipient,
77
81
subject: "Congratulations! You've Won $1000",
78
-
body: "You are the lucky winner of a $1000 gift card! Click the link below to claim your prize:\n\nhttps://fake-lottery.com/claim-prize\n\nHurry, this offer expires soon!",
82
+
body: "You are the lucky winner of a $1000 gift card! Click the link below to claim your prize:\n\nhttps://ez-lottery.com/claim-prize\n\nHurry, this offer expires soon!",
79
83
isPhishing: true,
80
84
},
81
85
{
@@ -89,7 +93,7 @@ export class PhishingEmail extends Task {
89
93
sender: "no-reply@facebook.com",
90
94
recipient: playerRecipient,
91
95
subject: "Your Account Has Been Temporarily Locked",
92
-
body: "Due to suspicious activity, your account has been temporarily locked. Click the link below to unlock your account:\n\nhttps://fake-facebook.com/unlock-account\n\nIf you did not request this, please contact us immediately.",
96
+
body: "Due to suspicious activity, your account has been temporarily locked. Click the link below to unlock your account:\n\nhttps://facebook-real.com/unlock-account\n\nIf you did not request this, please contact us immediately.",
93
97
isPhishing: true,
94
98
},
95
99
{
@@ -103,21 +107,21 @@ export class PhishingEmail extends Task {
103
107
sender: "billing@netflix.com",
104
108
recipient: playerRecipient,
105
109
subject: "Payment Failed - Update Your Payment Information",
106
-
body: "We were unable to process your last payment. Please update your payment details to avoid service interruption:\n\nhttps://fake-netflix.com/update-payment",
110
+
body: "We were unable to process your last payment. Please update your payment details to avoid service interruption:\n\nhttps://netflix-verify.com/update-payment",
107
111
isPhishing: true,
108
112
},
109
113
{
110
-
sender: "noreply@twitter.com",
114
+
sender: "noreply@x.com",
111
115
recipient: playerRecipient,
112
-
subject: "Your Twitter Account Has Been Compromised",
113
-
body: "We detected suspicious activity on your Twitter account. Click the link below to secure your account:\n\nhttps://twitter.com/account/secure",
116
+
subject: "Your X Account Has Been Compromised",
117
+
body: "We detected suspicious activity on your Twitter account. Click the link below to secure your account:\n\nhttps://x.com/account/secure",
114
118
isPhishing: false,
115
119
},
116
120
{
117
121
sender: "support@dropbox.com",
118
122
recipient: playerRecipient,
119
123
subject: "Your Dropbox Storage Is Full",
120
-
body: "Your Dropbox storage is full. Upgrade your plan to continue syncing your files:\n\nhttps://fake-dropbox.com/upgrade",
124
+
body: "Your Dropbox storage is full. Upgrade your plan to continue syncing your files:\n\nhttps://dropbox-login.com/upgrade",
121
125
isPhishing: true,
122
126
},
123
127
{
@@ -131,7 +135,7 @@ export class PhishingEmail extends Task {
131
135
sender: "support@irs.gov",
132
136
recipient: playerRecipient,
133
137
subject: "Urgent: Tax Refund Notification",
134
-
body: "You are eligible for a tax refund. Click the link below to claim your refund:\n\nhttps://fake-irs.com/claim-refund",
138
+
body: "You are eligible for a tax refund. Click the link below to claim your refund:\n\nhttps://irs-tax-us.com/claim-refund",
135
139
isPhishing: true,
136
140
},
137
141
{
@@ -145,7 +149,7 @@ export class PhishingEmail extends Task {
145
149
sender: "support@paypal.com",
146
150
recipient: playerRecipient,
147
151
subject: "Your Account Has Been Limited",
148
-
body: "We have limited your account due to suspicious activity. Click the link below to resolve this issue:\n\nhttps://fake-paypal.com/resolve-issue",
152
+
body: "We have limited your account due to suspicious activity. Click the link below to resolve this issue:\n\nhttps://paypal-secure.com/resolve-issue",
149
153
isPhishing: true,
150
154
},
151
155
{
@@ -159,7 +163,7 @@ export class PhishingEmail extends Task {
159
163
sender: "security@amazon.com",
160
164
recipient: playerRecipient,
161
165
subject: "Suspicious Activity Detected on Your Account",
162
-
body: "We detected unusual activity on your Amazon account. Click the link below to secure your account:\n\nhttps://fake-amazon.com/secure-account",
166
+
body: "We detected unusual activity on your Amazon account. Click the link below to secure your account:\n\nhttps://amazon.security.com/secure-account",
163
167
isPhishing: true,
164
168
},
165
169
{
@@ -191,9 +195,15 @@ export class PhishingEmail extends Task {
0 commit comments