403. Adversaries Abuse ControlR Agent

Hello everyone!

Today we're looking at another example of the Remote Desktop Software technique (T1219.002). Notably, the remote access tool leveraged by the threat actor is currently not included in the LOLRMM project.

According to a report from Seqrite, the ShadowRecruit campaign distributed archive files containing multiple components, including a malicious Windows shortcut (LNK), a PowerShell script, and an executable.

Execution of the LNK file resulted in the launch of PowerShell, which, among other actions, downloaded and executed the installer for the legitimate remote access software ControlR. Once installed, ControlR could be abused by the threat actor as either a primary or fallback channel for persistent remote access to the compromised host.

One approach to detecting this activity is to identify network communications with ControlR infrastructure:

event_type: "dnsreqwin"

AND

dns_rname: "controlr.app"

Another option is to hunt for evidence of ControlR agent execution:

event_type: "processcreatewin"

AND

proc_file_productname: *controlr*

See you soon!

Comments

Popular posts from this blog

391. Hunting for TeamPCP's Stealer

343. Ransomware Gangs Abuse SystemSettingsAdminFlows to Evade Defenses

013. It Can Remove Rootkits. And Your EDR!