35 lines
937 B
YAML
35 lines
937 B
YAML
id: keepass-phish
|
|
|
|
info:
|
|
name: keepass phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A keepass phishing website was detected
|
|
reference:
|
|
- https://keepass.info
|
|
metadata:
|
|
max-request: 1
|
|
tags: phishing,keepass,osint
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'KeePass is a free open source password manager. Passwords can be stored in an encrypted database, which can be unlocked with one master key.'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"keepass.info")'
|
|
# digest: 4a0a0047304502206ee8d741c0b12161dd42b3049e66d2a24621d71cc345f4e4586f4a76b11b35cd0221009d7c8aae4306ef3d48e0518037fefacc8bc36784c97d700f04d2e618e5f4d0ae:922c64590222798bb761d5b6d8e72950 |