33 lines
596 B
YAML
33 lines
596 B
YAML
|
id: github-phish
|
||
|
|
||
|
info:
|
||
|
name: github phishing Detection
|
||
|
author: rxerium
|
||
|
severity: info
|
||
|
description: |
|
||
|
A github phishing website was detected
|
||
|
reference:
|
||
|
- https://github.com
|
||
|
tags: phishing,github
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
host-redirects: true
|
||
|
max-redirects: 2
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- 'Sign in to GitHub · GitHub'
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: dsl
|
||
|
dsl:
|
||
|
- '!contains(host,"github.com")'
|