35 lines
829 B
YAML
35 lines
829 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: 4b0a00483046022100ad9b37d49bf1f15cf20fae591d28477f5f94309652b14074506ca70b61553d31022100e0d03dfdc9465538b8d0c199c6b7af58dbaa62d9a897cc22f840587f797285ab:922c64590222798bb761d5b6d8e72950 |