35 lines
803 B
YAML
35 lines
803 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
|
|
metadata:
|
|
max-request: 1
|
|
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: 490a0046304402206b696da84e881c172d5b7ce66ccdb6f306a7b0ddd8343d749535f53bbff67c7c022060e849781425d5dd278963504c0833140fd465b91bf91e1717b5bdd5eb9f004f:922c64590222798bb761d5b6d8e72950 |