malwarebytes phishing Detection
ID: malwarebytes-phish
Severity: info
Author: rxerium
Tags: phishing,malwarebytes,osint
Description
Section titled “Description”A malwarebytes phishing website was detected
YAML Source
Section titled “YAML Source”id: malwarebytes-phish
info: name: malwarebytes phishing Detection author: rxerium severity: info description: | A malwarebytes phishing website was detected reference: - https://malwarebytes.com metadata: max-request: 1 tags: phishing,malwarebytes,osinthttp: - method: GET path: - "{{BaseURL}}"
host-redirects: true max-redirects: 2
matchers-condition: and matchers: - type: word words: - 'Cyber Security Software and Anti-Malware | Malwarebytes' - 'Protect your home and business PCs, Macs, iOS and Android devices from the latest cyber threats and malware, including ransomware.' condition: and
- type: status status: - 200
- type: dsl dsl: - '!contains(host,"malwarebytes.com")'# digest: 4a0a00473045022100a9fc3db0591f97fbb1508dc867b54f645c6b58e4401c0afa11c02ac17b46eebe022043f49b004077a7a13c3419c11c8b28be1379ad350ef08d739f1f8f1c98da76e3: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/malwarebytes-phish.yaml"