blender phishing Detection
ID: blender-phish
Severity: info
Author: rxerium
Tags: phishing,blender,osint
Description
Section titled “Description”A blender phishing website was detected
YAML Source
Section titled “YAML Source”id: blender-phish
info: name: blender phishing Detection author: rxerium severity: info description: | A blender phishing website was detected reference: - https://blender.org metadata: max-request: 1 tags: phishing,blender,osinthttp: - 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: 490a00463044022069e6165653edfc8771297157fbfc44ac35ae9f16c9314daa1b9dbda815c5512102202820936417f8b72b1d096e41ae7fecb380796251d7fd03c389a47fc3f372cb43:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/osint/phishing/blender-phish.yaml"