Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
banner Expire 25 April 2025
adv ex on 22 February 2024
Kfc Club

Patrick Stash
banner expire at 13 August 2024
BidenCash Shop
banner Expire 10 May 2025
Money Club cc shop
Luki Crown
Wizard's shop 2.0
Trump cc shop
Blackstash cc shop
Yale lodge shop
UniCvv
banner Expire 1 April  2021

Hackers use mouse cursor to deliver malware

Neon Ghost

TRUSTED VENDOR
Staff member
Joined
Dec 3, 2020
Messages
2,270
To infect, the user only needs to look at the malicious link.

Fancy Bear (APT28), believed to be linked to the Russian military intelligence agency GRU, is using a new remote code execution technique, according to research firm Cluster25. Hackers use mouse movements in Microsoft PowerPoint presentations to execute a malicious PowerShell script using the "SyncAppvPublishingServer" utility.

The attacks are reportedly targeting organizations in the defense and government sectors of the European Union and Eastern European countries.

The mouseover technique is used to spread the Graphite malware. The victim is lured by fraudulent PowerPoint PPT files linked to the Organization for Economic Co-operation and Development (OECD).

The file contains 2 slides with instructions in English and French on how to use the Interpret option in the Zoom app.


content-img(506).png




When you open the decoy document in presentation mode and hover over the hyperlink, a malicious PowerShell script is activated to download a JPEG file from your Microsoft OneDrive account.

A JPEG file is an encrypted DLL file that is decrypted and placed in the "C:\ProgramData\" directory and then executed via "rundll32.exe". A registry key is also created to maintain network persistence.

After deobfuscation, the resulting payload, Graphite malware, uses the Microsoft Graph and OneDrive APIs to communicate with the command and control (C&C) server. An attacker uses a fixed client ID and a valid OAuth2 token to access the service.

Ultimately, Graphite allows an attacker to load other malware into system memory and maintain persistence on the system. The malware allows remote execution of commands by allocating a new area of memory and executing the resulting shellcode by invoking a new dedicated thread.
 
Top Bottom