Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create proc_creation_win_remote_access_tools_anydesk_set_password_via_cli.yml #5143

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
title: Remote Access Tool - Potential AnyDesk Set Password Via CLI
id: b1377339-fda6-477a-b455-ac0923f9ec2c
related:
- id: b1377339-fda6-477a-b455-ac0923f9ec2c
type: similar
status: test
DanielKoifman marked this conversation as resolved.
Show resolved Hide resolved
description: Detects setting the password on an anydesk instance via CMD and the '--set-password' flag.
references:
- https://redcanary.com/blog/misbehaving-rats/
- https://www.fox-it.com/nl-en/research-blog/the-dark-side-how-threat-actors-leverage-anydesk-for-malicious-activities/
author: Nasreddine Bencherchali (Nextron Systems), Daniel Koifman('@KoifSec')
date: 2024-12-25
tags:
- attack.command-and-control
- attack.t1219
logsource:
category: process_creation
product: windows
detection:
selection:
CommandLine|contains: '.exe --set-password' # Example: C:\WINDOWS\system32\cmd.exe /C cmd.exe /c echo J9kzQ2Y0qO |C:\ProgramData\anydesk.exe --set-password
condition: selection
falsepositives:
- Legitimate password setting operation on anydesk
- Some FP could occur with similar tools that uses the same command line '--set-password'
level: medium
Loading