35 lines
827 B
YAML
35 lines
827 B
YAML
id: vultr-phish
|
|
|
|
info:
|
|
name: vultr phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A vultr phishing website was detected
|
|
reference:
|
|
- https://my.vultr.com/
|
|
metadata:
|
|
max-request: 1
|
|
tags: phishing,vultr,osint
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Log In to your Vultr Account - Vultr.com'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"vultr.com")'
|
|
# digest: 4a0a00473045022100c5e893a2192a855e240ccfaeb623282ee0edfe8fee737f5a923bb1bc6ef3a45f022057f7bf47c8e7e0d66f85edc47dc69f8e82bb411a8bab2b00070193c0b16d6f0d:922c64590222798bb761d5b6d8e72950 |