34 lines
782 B
YAML
34 lines
782 B
YAML
id: zoom-phish
|
|
|
|
info:
|
|
name: zoom phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A zoom phishing website was detected
|
|
reference:
|
|
- https://zoom.us
|
|
tags: phishing,zoom,osint
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'One platform to connect | Zoom'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"zoom.us")'
|
|
# digest: 490a00463044022065ff8e22e57a18e8be7f5be7b8c3d81e9f00a3d6920a5de6f52787f0f08e1a470220693a5d379007097970b0979266826c564a75f000aac0d0078963b98a880c7121:922c64590222798bb761d5b6d8e72950 |