Skip to content

bitdefender phishing Detection

ID: bitdefender-phish

Severity: info

Author: rxerium

Tags: phishing,bitdefender,osint

A bitdefender phishing website was detected

id: bitdefender-phish
info:
name: bitdefender phishing Detection
author: rxerium
severity: info
description: |
A bitdefender phishing website was detected
reference:
- https://bitdefender.com
metadata:
max-request: 1
tags: phishing,bitdefender,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Bitdefender - Global Leader in Cybersecurity Software'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"bitdefender.com")'
- '!contains(host,"bitdefender.co.uk")'
# digest: 4b0a00483046022100b7b3b66a130b2e2761e84ff505da1d82df0148eab08523610e8bccecbb8c8de60221008821fdcb3f132416a41b0b1ba935be446be56beaa0e55d66fa527f72123b60d2: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/bitdefender-phish.yaml"

View on Github