34 lines
807 B
YAML
34 lines
807 B
YAML
id: linkedin-phish
|
|
|
|
info:
|
|
name: linkedin phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A linkedin phishing website was detected
|
|
reference:
|
|
- https://linkedin.com
|
|
tags: phishing,linkedin,osint
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'LinkedIn: Log In or Sign Up'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"linkedin.com")'
|
|
# digest: 4a0a0047304502201d4e6971fa32939018e4daf744868869f71f88f749f3e12553752a928769a84c022100ebe93755ab558370981067b7d65a5ab2550f44e49f4fd0fc890fbcc7f7e1b044:922c64590222798bb761d5b6d8e72950 |