Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Roblox phishing 🚀 #252

Merged
merged 8 commits into from
May 20, 2024
32 changes: 32 additions & 0 deletions indicators/roblox-phishing-8l0pamh6.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
title: Roblox Phishing Kit 8l0pamh6
description: |
Detects Roblox phishing sites using a roblox body id and cdn.
Usually at /controlPage/create you can create a "Beaming link".
Often spread trough discord.

references:
- https://www.youtube.com/watch?v=lUL2vgyhsw4
- https://urlscan.io/result/c716b820-174e-4211-9c09-4663b4a7e47d/
- https://urlscan.io/result/e76d7a2f-3e6d-455e-8da8-1a94ea6c222f/
- https://urlscan.io/result/f9ccb8a3-624b-4cb1-b237-36dd81cef6e3/
- https://urlscan.io/result/1a62439f-de11-4ee6-a0ed-9c482c0c1906/

detection:

realdomain:
hostname|endswith:
- .roblox.com
- .rbxcdn.com

rbxbodyid:
dom|contains: body id="rbx-body"

rbxcdn:
dom|contains: rbxcdn


condition: rbxcdn and rbxbodyid and not realdomain

tags:
- kit
- target.roblox
Loading