37 lines
885 B
YAML
37 lines
885 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
|
|
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: 4b0a0048304602210088268eb6207dbad9eb3cce7d95625b6acff15310851772e251bc1113f55b7820022100bd99db13f0adc57c4ad6764baef2f1b7262588d9bd5e0990d4273f7bef7c3ffa:922c64590222798bb761d5b6d8e72950 |