34 lines
914 B
YAML
34 lines
914 B
YAML
id: keybase-phish
|
|
|
|
info:
|
|
name: keybase phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A keybase phishing website was detected
|
|
reference:
|
|
- https://keybase.io
|
|
tags: phishing,keybase,osint
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Keybase is for keeping everyone's chats and files safe, from families to communities to companies. MacOS, Windows, Linux, iPhone, and Android."
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"keybase.io")'
|
|
# digest: 4a0a004730450220141bff9df3921939e26833e02886cc51a2886e9912bdb3998dfe2f1c91f54326022100a541b31a466c30fca6e214ef43eeafe7494616aba3ca516eaff5b9cf8db3d506:922c64590222798bb761d5b6d8e72950 |