34 lines
703 B
YAML
34 lines
703 B
YAML
|
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")'
|