35 lines
844 B
YAML
35 lines
844 B
YAML
id: adobe-phish
|
|
|
|
info:
|
|
name: adobe phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
An adobe phishing website was detected
|
|
reference:
|
|
- https://adobe.com
|
|
metadata:
|
|
max-request: 1
|
|
tags: phishing,adobe,osint
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Adobe: Creative, marketing and document management solutions'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"adobe.com")'
|
|
# digest: 4a0a0047304502210095217af37b396e2f4e26d3a9fe5c8d1e51c2a9096895eacca4d7b624b45a2512022040b6a52cc44733f45b0c1e460a52e2149562516b72c721906e056971bf345155:922c64590222798bb761d5b6d8e72950 |