nuclei-templates/http/osint/phishing/bitdefender-phish.yaml

34 lines
703 B
YAML
Raw Normal View History

2024-02-17 19:59:25 +00:00
id: bitdefender-phish
info:
name: bitdefender phishing Detection
author: rxerium
severity: info
description: |
A bitdefender phishing website was detected
reference:
- https://bitdefender.com
tags: phishing,bitdefender
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")'