34 lines
839 B
YAML
34 lines
839 B
YAML
id: teamviewer-phish
|
||
|
||
info:
|
||
name: teamviewer phishing Detection
|
||
author: rxerium
|
||
severity: info
|
||
description: |
|
||
A teamviewer phishing website was detected
|
||
reference:
|
||
- https://teamviewer.com
|
||
tags: phishing,teamviewer,osint
|
||
|
||
http:
|
||
- method: GET
|
||
path:
|
||
- "{{BaseURL}}"
|
||
|
||
host-redirects: true
|
||
max-redirects: 2
|
||
|
||
matchers-condition: and
|
||
matchers:
|
||
- type: word
|
||
words:
|
||
- 'TeamViewer – The Remote Connectivity Software'
|
||
|
||
- type: status
|
||
status:
|
||
- 200
|
||
|
||
- type: dsl
|
||
dsl:
|
||
- '!contains(host,"teamviewer.com")'
|
||
# digest: 4a0a00473045022022163fef635951a4621d8eb417ca5b1f1453a1a64e8dcab5856caf402174a238022100c831d734ff319a6d7d8556631ef71e319ee184be007e92a8088861a68e6455cb:922c64590222798bb761d5b6d8e72950 |