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

34 lines
708 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
2024-03-08 07:16:17 +00:00
tags: phishing,bitdefender,osint
2024-02-17 19:59:25 +00:00
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")'