Skip to content

anydesk phishing Detection

ID: anydesk-phish

Severity: info

Author: rxerium

Tags: phishing,anydesk,osint

An anydesk phishing website was detected

id: anydesk-phish
info:
name: anydesk phishing Detection
author: rxerium
severity: info
description: |
An anydesk phishing website was detected
reference:
- https://anydesk.com
metadata:
max-request: 1
tags: phishing,anydesk,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'The Fast Remote Desktop Application – AnyDesk'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"anydesk.com")'
# digest: 4a0a0047304502207da68235c446f033cf8c8f549845bd4619462f9a149e05966eec3170bdbc77c0022100ab2a967f790c043bee6dc8721d8a065d426948e38bcb03ea750a56340068f245:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/osint/phishing/anydesk-phish.yaml"

View on Github