34 lines
855 B
YAML
34 lines
855 B
YAML
id: vlc-media-phish
|
|
|
|
info:
|
|
name: vlc media phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A vlc media phishing website was detected
|
|
reference:
|
|
- https://www.videolan.org
|
|
tags: phishing,vlc-media,osint
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'VLC: Official site - Free multimedia solutions for all OS! - VideoLAN'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"videolan.org")'
|
|
# digest: 490a00463044022066617a02d88a6381e8a07ee39bbb44b11f407b5586c505dce923f206e1882d06022008fa04d18fc4b1e2d936d30ef12735c036211f106bbacf5153009dabef023dd7:922c64590222798bb761d5b6d8e72950 |