33 lines
754 B
YAML
33 lines
754 B
YAML
|
id: roblox-phish
|
||
|
|
||
|
info:
|
||
|
name: roblox phishing Detection
|
||
|
author: rxerium
|
||
|
severity: info
|
||
|
description: |
|
||
|
A roblox phishing website was detected
|
||
|
reference:
|
||
|
- https://roblox.com
|
||
|
tags: phishing,roblox
|
||
|
|
||
|
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")'
|