34 lines
805 B
YAML
34 lines
805 B
YAML
id: sky-phish
|
|
|
|
info:
|
|
name: sky phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A sky phishing website was detected
|
|
reference:
|
|
- https://sky.com
|
|
tags: phishing,sky,osint
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Discover TV, Broadband & Mobile Phone Packages with Sky'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"sky.com")'
|
|
# digest: 4a0a00473045022013366b0873344e630167747b3c1dfb7b0d532aae6ab34723c1f5520c0cc8bad70221009332d81c874793606b5653eb5e469693686bc004c49e9748c848a6363f5f9b59:922c64590222798bb761d5b6d8e72950 |