38 lines
904 B
YAML
38 lines
904 B
YAML
id: python-phish
|
|
|
|
info:
|
|
name: python phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A python phishing website was detected
|
|
reference:
|
|
- https://python.org
|
|
metadata:
|
|
max-request: 1
|
|
tags: phishing,python,osint
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Welcome to Python.org'
|
|
- 'The official home of the Python Programming Language'
|
|
condition: and
|
|
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"python.org")'
|
|
# digest: 4a0a00473045022100800ad3ca42e2965bb96152802403d83d700ab4ca6f6055e32e7d410a4fded23702202f8b7a32c877f7c26ef767d80df463856c8ae9995e02008f6a0237d6c7764db1:922c64590222798bb761d5b6d8e72950 |