File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ rule SUSP_Email_Redirection_Spoofing_Feb25 {
2
+ meta :
3
+ description = " Detects redirect spoofing in embedded URLs. This technique is used by threat actors to obscure the actual destination of a link "
4
+ author = " Jonathan Peters (cod3nym) "
5
+ date = " 2025-02-20 "
6
+ reference = " https://any.run/cybersecurity-blog/cyber-attacks-january-2025/#fake-youtube-links-redirect-users-to-phishing-pages-11298 "
7
+ hash = " 9b196220b369c199a7e4d57cb5db18b32eb2565a6f9190929c5c01ac4fa04ac8 "
8
+ hash = " c4eb35c1a1c10226bff9bb0c88ca516441208d193b4994eeb292a66e53a2cc04 "
9
+ hash = " e3b8ea03a472348814c6ac81088234836e627a1878ec36e46ce62526e1390935 "
10
+ score = 70
11
+ strings :
12
+ $ sa1 = " Content-Transfer-Encoding: " ascii
13
+ $ sa2 = " Subject: " ascii
14
+
15
+ $ x = " .com%20%20%20%20%20% " ascii
16
+ condition :
17
+ all of them
18
+ }
You can’t perform that action at this time.
0 commit comments