Skip to content

roblox phishing Detection

ID: roblox-phish

Severity: info

Author: rxerium

Tags: phishing,roblox,osint

A roblox phishing website was detected

id: roblox-phish
info:
name: roblox phishing Detection
author: rxerium
severity: info
description: |
A roblox phishing website was detected
reference:
- https://roblox.com
metadata:
max-request: 1
tags: phishing,roblox,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Roblox is ushering in the next generation of entertainment. Imagine, create, and play together with millions of people across an infinite variety of immersive, user-generated 3D worlds.'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"roblox.com")'
# digest: 4a0a0047304502202d81cb015f8df678f7bd5e4502df12c9fc1194321f0ceac80a2d3091d0ce90cc02210085ffb1af9b317736a81e9614a6dfc73ae2d5e26be9ed79958dea693cda1642d1:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/osint/phishing/roblox-phish.yaml"

View on Github