34 lines
852 B
YAML
34 lines
852 B
YAML
id: blender-phish
|
|
|
|
info:
|
|
name: blender phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A blender phishing website was detected
|
|
reference:
|
|
- https://blender.org
|
|
tags: phishing,blender,osint
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'blender.org - Home of the Blender project - Free and Open 3D Creation Software'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"blender.org")'
|
|
# digest: 4a0a00473045022062913fea0dd6ae5b4cebab64f433584d222b56d47d6e98841d02917cb8c765690221008773bd24c8239ba388a8cb037a04afe0cffe4d1744aee504263c6863ae9c3a61:922c64590222798bb761d5b6d8e72950 |