惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

阮一峰的网络日志
阮一峰的网络日志
The GitHub Blog
The GitHub Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
雷峰网
雷峰网
U
Unit 42
Y
Y Combinator Blog
I
InfoQ
P
Proofpoint News Feed
Engineering at Meta
Engineering at Meta
量子位
Microsoft Security Blog
Microsoft Security Blog
B
Blog
The Cloudflare Blog
F
Fortinet All Blogs
Google DeepMind News
Google DeepMind News
MyScale Blog
MyScale Blog
C
Check Point Blog
S
SegmentFault 最新的问题
爱范儿
爱范儿
博客园 - 叶小钗
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Hugging Face - Blog
Hugging Face - Blog
罗磊的独立博客
T
Tailwind CSS Blog

Intel 471 Blog

TeamPCP Supply Chain Attacks Turning Geopolitical Tension into Actionable Intelligence CVE-2025-68613: Zerobot botnet exploits critical vulnerability impacting n8n AI orchestration platform Introducing Cyber Threat Exposure Bundle: A Unified Approach to External Risk CVE-2026-20127: Critical Cisco SD-WAN vulnerability exploited in wild Handala Threat Group OpenClaw: A viral AI assistant and a magnet for infostealer malware and ClickFix trickery Israeli, US strikes against Iran triggers a surge in hacktivist activity CVE-2026-1731: Finding a critical RCE in an age of AI-driven vulnerability research Born to bypass MFA: Taking down Tycoon 2FA The UK Cyber Security Resilience Bill How AI and the human advantage beat tomorrow’s threats Winter Olympics 2026: Hacktivism Surges Ahead of Protests and Suspected Sabotage How Threat Hunting and “Good” Metrics Help The Business Likely fake ransomware operator 0APT causes panic — Our analysis Hunting APTs: from state policy to TTPs CrazyHunter Ransomware DevMan Ransomware Introducing HUNTER Tuning: a New Tool for Driving Behavioral Threat Hunt Detections Battling check fraud in the U.S. Gootloader Malware Update Shai-Hulud Worm 2.0 New FvncBot Android banking trojan targets Poland White Paper Preview: Black "Fraud Day” and Beyond — The Key Cyber Threats Facing the Retail Sector this Holiday Season Threat hunting case study: Detecting IAB activity Using deception to extract cyber threat intelligence Lynx Ransomware Qilin Ransomware Group ClickFix: Tricking users into installing infostealers Cybercrime Takedowns: Trust, Partnerships and Focus
SysJoker Backdoor
Intel 471 · 2022-01-14 · via Intel 471 Blog

OVERVIEW

The SysJoker Backdoor is believed to have been active since the end of 2021, first discovered by Intezer researchers and believed to be attributed to an unknown APT group. First found targeting a server running the Linux operating system, it was later discovered that it has cross-platform capabilities (Windows,MacOS) being utilized for an undisclosed espionage campaign. Categorized as a backdoor abused for initial access on a victim's system, what makes this malware formidable is its current state of being practically "undetectable" - this can be attributed to Sysjoker's attack vector, which includes disguising itself as a system update on the different platforms. What also sets this variant apart from something commonly seen, which is due to the current "newness" and the unknowns in regards to threat actor and campaign this malware variant is worth observing and being prepared for.

TARGETING

Currently SysJoker has been observed attacking a "leading educational institution", however due to its recent emergence and challenging to detect nature, other institutions/organizations can potentially materialize.

DELIVERY

SysJoker has been observed masquerading as system updates (tailored to the target's OS) as the initial method of delivery.

INSTALLATION

During installation, SysJoker has been observed to have the same behavior on all three operating systems (differences stemming on OS makeup). For example, with Windows it uses a first-stage dropper that pulls a zipped file of the payload - which then is executed and creates files/directories to copy into. It will then masquerade as a Intel Graphics Common User Interface Service and gather information on the machine via Living off the Land tools.

PERSISTENCE

SysJoker has been observed to add the Intel Graphics Common User Interface Service to the Windows Run folder to achieve persistence. In terms of Linux, it creates a cron job pointing to the "updatesystem" file created in the attack chain. Finally in terms of MacOS, the variant abuses LaunchAgent masquerading as a apple launch service.

COMMUNICATION

Sysjoker awaits commands form the C2 once the communication is established. The initiation is found after initial delivery of the malware, which can be observed when a string is decoded that is pulled form a text file being hosted on Google Drive. It is worth it to note that the C2 was observed to change multiple times, meaning that there most likely is an operator monitoring/sending commands.

Get the Free Hunt Packages!

Check Out Other Emerging Threats >

Threat Update

Threat Synopsis

The SysJoker Backdoor was discovered in late 2021 on a Linux-based server belonging to an institution in the Education industry, and was later identified as a cross-platform malware variant that is "undetectable" (currently on 1/11/2022). The undetectable nature of the variant can be accredited to the techiniques it utilizes when infecting a system. It exhibits similar behavior across the three operating systems but the Windows version being a bit different due to its make-up - furthermore, what makes it distinct, is that its tailored specifically for each operating system.

Where the variant's behavior differs from Linux and Mac operating systems versus with Windows platforms, is the utilization of a first-stage dropper in the Windows version (d71e1a6ee83221f1ac7ed870bc272f01 which can be found on VirusTotal). The dropper than places Sysjoker on the system and executes it via PowerShell commands. After creating a "..\SystemData\" directory, it will masquerade as a "igfxCUIService.exe" service. This service gathers intel on the machine, which are encoded and sent back via C2 - additionally, persistence being achieved via registry run key. Also worth noting is the variant's use of the Windows WMIC utility to execute commands. Alternatively, the behavior SysJoker has been observed to conduct on the Linux and Mac operating systems begin with a malicious NPM package. It is disguised as a benign system update and its C2 server is generated via a string pulled from Google Drive. This allows the server to remotely execute maliciously crafted commands - which includes additional executable files that are exfiltrated back to the source.

Get the Free Hunt Packages!