Skip to content

keybase phishing Detection

ID: keybase-phish

Severity: info

Author: rxerium

Tags: phishing,keybase,osint

A keybase phishing website was detected

id: keybase-phish
info:
name: keybase phishing Detection
author: rxerium
severity: info
description: |
A keybase phishing website was detected
reference:
- https://keybase.io
metadata:
max-request: 1
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: 4a0a00473045022075c2c72e6daf6fc5784362ada83560bb719a068bb5c7b2884d7cb66f44fd75f402210080ee71461d3bee8562906516d730e522971f8bf58d1296f740e4a6a32c7c4171:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/osint/phishing/keybase-phish.yaml"

View on Github