Anomali Cyber Watch: API Hammering Confuses Sandboxes, Pirate Panda Wrote in Nim, Magecart Obfuscates Variable Names, and More


The various threat intelligence stories in this iteration of the Anomali Cyber Watch discuss the following topics: API hammering, APT, China, Phishing, Ransomware, Russia, and Vulnerabilities. The IOCs related to these stories are attached to Anomali Cyber Watch and can be used to check your logs for potential malicious activity.

Figure 1 – IOC Summary Charts. These charts summarize the IOCs attached to this magazine and provide a glimpse of the threats discussed.

Trending Cyber News and Threat Intelligence

Lockbit Ransomware Disguised as Copyright Claim E-mail Being Distributed

(published: June 24, 2022)

ASEC researchers have released their analysis of a recent phishing campaign, active since February 2022. The campaign aims to infect users with Lockbit ransomware, using the pretense of a copyright claim as the phishing lure. The phishing email directs the recipient to open the attached zip file which contains a pdf of the infringed material. In reality, the pdf is a disguised NSIS executable which downloads and installs Lockbit. The ransomware is installed onto the desktop for persistence through desktop change or reboot. Prior to data encryption, Lockbit will delete the volume shadow copy to prevent data recovery, in addition to terminating a variety of services and processes to avoid detection.
Analyst Comment: Never click on suspicious attachments or run any executables from suspicious emails. Copyright infringement emails are a common phishing lure. Such emails will be straight forward to rectify if legitimate. If a copyright email is attempting to coerce you into opening attachments, such emails should be treated with extreme caution.
MITRE ATT&CK: [MITRE ATT&CK] Phishing – T1566 | [MITRE ATT&CK] Data Encrypted for Impact – T1486 | [MITRE ATT&CK] Impair Defenses – T1562
Tags: malware:Phishing, malware:Lockbit, Lockbit, Copyright, Ransomware

There is More Than One Way To Sleep: Deep Dive into the Implementations of API Hammering by Various Malware Families

(published: June 24, 2022)

Researchers at Palo Alto Networks have released their analysis of new BazarLoader and Zloader samples that utilize API Hammering as a technique to evade sandbox detection. API Hammering makes use of a large volume of Windows API calls to delay the execution of malicious activity to trick sandboxes into thinking the malware is benign. Whilst BazarLoader has utilized the technique in the past, this new variant creates large loops of benign API using a new process. Encoded registry keys within the malware are used for the calls and the large loop count is created from the offset of the first null byte of the first file in System32 directory. Zloader uses a different form of API Hammering to evade sandbox detection. Hardcoded within Zloader are four large functions with many smaller functions within. Each function makes an input/output (I/O) call to mimic the behavior of many legitimate processes.
Analyst Comment: Defense in depth is the best defense against sophisticated malware. The Anomali Platform can assist in detection of malware and Match anomalous activity from all telemetry sources to provide the complete picture of adversary activity within your network.
MITRE ATT&CK: [MITRE ATT&CK] Virtualization/Sandbox Evasion – T1497
Tags: malware:BazarLoader, malware:Zloader, BazarLoader, Zloader, API Hammering

Malware Analysis Report (AR22-174A)

(published: June 23, 2022)

The Cybersecurity and Infrastructure Security Agency (CISA) have released a new malware analysis report on a malicious version of XMRIG Cryptominer which functions as a remote access trojan (RAT). The loader for the malware is only decrypted during execution, and is only executed within memory. C2 instructions for the RAT are received from a hardcoded ip address and always on port 443. Functionality for the RAT includes data exfiltration, desktop monitoring, keylogging, lateral movement and reverse shell access.
Analyst Comment: Malware signatures are provided within the report; an up to date antivirus solution is a critical component of a robust defense in depth protection policy.
MITRE ATT&CK: [MITRE ATT&CK] Exfiltration Over C2 Channel – T1041 | [MITRE ATT&CK] Obfuscated Files or Information – T1027 | [MITRE ATT&CK] Input Capture – T1056 | [MITRE ATT&CK] Remote Services – T1021
Tags: malware:XMRIG, XMRIG Cryptominer, XMRIG, RAT, CISA

CVE-2022-31749: WatchGuard Authenticated Arbitrary File Read/Write (Fixed)

(published: June 23, 2022)

Researchers at Rapid7 have reported that as of 23rd of June, a patch had been released for an exploit they discovered, recorded as CVE-2022-31749. The vulnerability allows users of a low privilege level of Watchguard Firebox or XTM users to read system files arbitrarily via argument injection if using SSH. If using the diagnose or import pac commands, arguments can be passed to ftpput and ftpget commands bypassing credential authentication. Whilst it is still unconfirmed if remote code execution (RCE) is possible with this vulnerability, proof of concept exploitations have shown that the configd-hash.xml file can be exfiltrated, containing user password hashes.
Analyst Comment: A patch management policy will ensure that critical systems and vulnerabilities are patched in a timely manner with minimal downtime. Always change standard passwords, as they are weak and their hashes can be reversed into usable passwords by threat actors easily if they are stolen.
MITRE ATT&CK: [MITRE ATT&CK] Command and Scripting Interpreter – T1059 | [MITRE ATT&CK] Abuse Elevation Control Mechanism – T1548 | [MITRE ATT&CK] Data from Local System – T1005 | [MITRE ATT&CK] Exploitation for Privilege Escalation – T1068
Tags: vulnerability:CVE-2021-26855, Watchguard, XTM, CVE-2021-26855, ssh

Chinese Actor Takes Aim, Armed with Nim Language and Bizzaro AES

(published: June 22, 2022)

Checkpoint Researchers have identified a campaign of activity by a Chinese-speaking actor that is likely closely linked to the threat actor Tropic Trooper (PIRATE PANDA, APT23). Whilst the initial infection vector the group employs is unknown, the dropper being used after infection in this campaign is written in Nim and executes 2 instructions. The first is to download a Mandarin based app named SMS Bomber, used to conduct DDOS attacks on phones, but additionally it injects some Shellcode into a notepad.exe process, effectively making SMS Bomber a trojanized app. The Shellcode contacts an obfuscated IP before downloading the Yahoyah trojan and TClient backdoor, both previously used by Tropic Trooper. To disrupt analysis, strings that are usually encrypted with AES are instead encrypted with an inverted sequence of AES operations, resulting in an increase to researcher time to deobfuscate.
Analyst Comment: A defense in depth approach to security is the best defense against APT groups. The Anomali Platform can assist in detecting APT activity within your networks, correlating your logs against global intelligence to detect malicious activity and launch investigations.
MITRE ATT&CK: [MITRE ATT&CK] Rogue Domain Controller – T1207 | [MITRE ATT&CK] Process Injection – T1055 | [MITRE ATT&CK] Data Encoding – T1132 | [MITRE ATT&CK] Command and Scripting Interpreter – T1059
Tags: actor:Tropic Trooper, actor:PIRATE PANDA, mitre-group:APT23, Tropic Trooper, PIRATE PANDA, APT23, malware:Yahoyah, malware:TClient, Yahoyah, TClient, AES, DDOS, SMS Bomber, Shellcode

Avos Ransomware Group Expands with New Attack Arsenal

(published: June 21, 2022)

Cisco Talos researchers have documented the recent activity of Avos, a threat actor who is typically involved in Ransomware as a Service (RaaS) activities. The threat actor maintains AvosLocker as the ransomware of choice. Whilst spam campaigns are often the initial infection vector, from late 2021 onward Avos was seen exploiting Log4j vulnerabilities for arbitrary code injection, specifically CVE-2021-44228, CVE-2021-45046, CVE-2021-45105, CVE-2021-44832. Once the threat actors gain access to the victim’s machine, an encoded Powershell script is used to download AvosLocker. As of publication date, Avos is still operating on a RaaS model of operations.
Analyst Comment: Critical vulnerabilities should be patched at the earliest possible opportunity to reduce the risk of exploitation. A patch management process should facilitate and oversee patch deployment to minimize downtime for vulnerable systems.
MITRE ATT&CK: [MITRE ATT&CK] Phishing – T1566 | [MITRE ATT&CK] Exploitation for Privilege Escalation – T1068 | [MITRE ATT&CK] Command and Scripting Interpreter – T1059 | [MITRE ATT&CK] Data Encrypted for Impact – T1486
Tags: actor:Avos, Avos, AvosLocker, malware:AvosLocker, Powershell, Log4j, RaaS, Spam

Unveiling an Unknown APT Actor Attacking High-Profile Entities in Europe and Asia

(published: June 21, 2022)

Kaspersky researchers have released their analysis of a new APT group dubbed ToddyCat. Active since December 2020, ToddyCat has been linked to multiple campaigns exploiting ProxyLogon (CVE-2021-26855) to compromise Microsoft Exchange servers initially in Taiwan and Vietnam. New countries they have targeted include Afghanistan, India, Indonesia, Iran, Kyrgyzstan, Malaysia, Pakistan, Russia, Slovakia, Thailand, United Kingdom and Uzbekistan. Additionally, ToddyCat utilizes two unique, custom malware; a backdoor named Samurai and a trojan named Ninja. Samurai is a sophisticated backdoor operated on ports 80 and 443 and it allows for the deployment of additional malware (mostly Ninja) and lateral movement. It features anti-analysis functionality, being heavily encrypted and using complicated switch cases to confuse instruction flow. Ninja is a powerful trojan that boasts functionality including file system management, process enumeration, multiple reverse shell sessions and arbitrary code injection.
Analyst Comment: Patch management policies should be enforced to ensure that critical vulnerabilities are patched as soon as possible. The Anomali platform can help identify malicious Indicators of Compromise within your system and provide insight into the threat actors targeting you.
MITRE ATT&CK: [MITRE ATT&CK] Remote Service Session Hijacking – T1563 | [MITRE ATT&CK] Exploit Public-Facing Application – T1190 | [MITRE ATT&CK] Network Service Scanning – T1046 | [MITRE ATT&CK] Obfuscated Files or Information – T1027 | [MITRE ATT&CK] Exploitation for Client Execution – T1203
Tags: actor:ToddyCat, vulnerability:CVE-2021-26855, Samurai, Ninja, ToddyCat, ProxyLogon, target-region:Asia, target-region:Europe, malware:Samurai, malware:Ninja

Russia’s APT28 Uses Fear of Nuclear War to Spread Follina Docs in Ukraine

(published: June 21, 2022)

Malwarebytes researchers have documented a new campaign by Russia-sponsored threat actor APT28 (Fancy Bear), utilizing Follina (CVE-2022-30190), a remote code execution vulnerability affecting Microsoft Support Diagnostic Tool (MSDT) to steal information. Phishing emails were distributed that contain a Microsoft Word document whose contents were copied from an Atlantic Council article. The document contained an embedded Document.xml.rels to retrieve a HTML file which, in turn, executes an encoded Powershell Script. Once executed, a custom stealer is installed which targets usernames, passwords and urls on Chrome and Edge, and cookie data on Firefox. Stolen data is exfiltrated to a C2 domain using IMAP email protocol.
Analyst Comment: Never open documents from suspicious emails. Fear is a common tactic to pressure victims into making a hasty decision, thus scare attempts to open attachments should be treated with a high degree of caution.
MITRE ATT&CK: [MITRE ATT&CK] Exfiltration Over Alternative Protocol – T1048 | [MITRE ATT&CK] Phishing – T1566 | [MITRE ATT&CK] Data Encoding – T1132 | [MITRE ATT&CK] Exploitation for Credential Access – T1212 | [MITRE ATT&CK] Command and Scripting Interpreter – T1059 | [MITRE ATT&CK] Steal Web Session Cookie – T1539
Tags: mitre-group:APT28, Fancy Bear, vulnerability:CVE-2022-30190, Atlantic Council, Russia, Follina, Powershell, Chrome, Edge, Firefox

Client-Side Magecart Attacks Still Around, but More Covert

(published: June 20, 2022)

Research from Malwarebytes has detected a new wave of Magecart skimmers, which have been active since November 2021. These still function client side, but come with additional functionality. Variable names, once in plain text with names reflecting the data they contained, are now obfuscated to make analysis more difficult. Additionally, the skimmers check for the presence of a VM, stopping their execution if they detect a sandbox.
Analyst Comment: Ensure endpoint security is up to date and security patches are installed in a timely manner to minimize the risk of skimmer injection. Monitor network traffic for strange behavior to detect possible C2 activity.
MITRE ATT&CK: [MITRE ATT&CK] Input Capture – T1056 | [MITRE ATT&CK] Exfiltration Over C2 Channel – T1041 | [MITRE ATT&CK] Virtualization/Sandbox Evasion – T1497
Tags: Magecart, skimmers, credential theft, sandbox evasion

Microsoft 365 Credentials Targeted in New Fake Voicemail Campaign

(published: June 20, 2022)

ZScaler researchers have discovered a new phishing campaign targeting organizations within the US, specifically those within the Healthcare, Manufacturing, Military and Security Software industries. The emails are routed through Japanese email services to spoof targeted organizations. Each phishing email contains a HTML attachment with a musical note inside the file text to masquerade as a voice note file. When opened, embedded Javascript within the file triggers, redirecting victims to a phishing site with a CAPTCHA security to feign legitimacy. Following this, a fake Microsoft login portal is presented that will steal any credentials entered.
Analyst Comment: Never click on attachments from suspicious emails. Education is the best defense against phishing attacks. Always check the domain and url are correct before entering in any private or personal information. If you are logged in already, and you are asked to log in an additional time, it is a possible indicator that the website is illegitimate.
MITRE ATT&CK: [MITRE ATT&CK] Phishing – T1566 | [MITRE ATT&CK] Input Capture – T1056 | [MITRE ATT&CK] User Execution – T1204
Tags: Phishing, Healthcare, Manufacturing, Military,Security Software, HTML, CAPTCHA, Microsoft, Javascript

!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version=’2.0′;n.queue=[];t=b.createElement(e);t.async=!0;t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,document,’script’,’https://connect.facebook.net/en_US/fbevents.js’);fbq(‘init’,’2115220198489652′);fbq(‘track’,’PageView’);



Source link