35 lines
904 B
YAML
35 lines
904 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,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: 4b0a00483046022100e16be058b1f59e0975ccdf0cce8923714f84f5a6dd04fdd2bca31bf723a6c42b022100920457a1d65e3544baab0f0c7b45a9e35b72d9df2226bc2750a2cc717b491a03:922c64590222798bb761d5b6d8e72950 |