35 lines
861 B
YAML
35 lines
861 B
YAML
id: sync-phish
|
|
|
|
info:
|
|
name: sync storage phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A sync storage phishing website was detected
|
|
reference:
|
|
- https://sync.com
|
|
metadata:
|
|
max-request: 1
|
|
tags: phishing,sync,osint
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Sync | Secure Cloud Storage, File Sharing and Document Collaboration'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"sync.com")'
|
|
# digest: 4a0a00473045022074a2330133f110fc2410b8e0df6ab9a4afe09674c1c988cce791b0bdb003ac9d022100d78ee592805802b91151796fd1c20e193ee446424744069840942bf40b133e1b:922c64590222798bb761d5b6d8e72950 |