35 lines
826 B
YAML
35 lines
826 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
|
|
metadata:
|
|
max-request: 1
|
|
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: 490a0046304402200dd015314828144be3379ebb7173e3cc35157717b9217652bf55d8f31c8d302502201cf2a841fc4a9bf11b20f40c11e177ae686557f90b3f27b51072d48492b20275:922c64590222798bb761d5b6d8e72950 |