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

推荐订阅源

美团技术团队
T
The Blog of Author Tim Ferriss
月光博客
月光博客
阮一峰的网络日志
阮一峰的网络日志
Engineering at Meta
Engineering at Meta
量子位
I
InfoQ
Jina AI
Jina AI
Microsoft Security Blog
Microsoft Security Blog
H
Help Net Security
H
Hackread – Cybersecurity News, Data Breaches, AI and More
G
Google Developers Blog
J
Java Code Geeks
Recent Announcements
Recent Announcements
aimingoo的专栏
aimingoo的专栏
小众软件
小众软件
V
V2EX
腾讯CDC
P
Proofpoint News Feed
A
About on SuperTechFans
爱范儿
爱范儿
U
Unit 42
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Last Week in AI
Last Week in AI

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
Trickbot Banking Trojan
Intel 471 · 2021-12-01 · via Intel 471 Blog

OVERVIEW

TrickBot (TrickLoader, Trickster, TheTrick, TrickLoader, Totbrick, TSPY_TRICKLOAD, TrickBot) is a semi-modular, pervasive, banking trojan which has been observed since mid-2016. The malware appears to owe its heritage to the Dyre (aka Dyreza) malware. The malware's primary function is the capturing of victims' consumer financial credentials; however, it has also expanded its capabilities to include capturing of credentials for wealth management firms, and even data that allows it to carry out so-called 'SIM-swapping' attacks.

It is also of note that TrickBot has been observed dropping additional payloads, especially ransomware, including Ryuk and GlobeImposter.

On 04 June 2021 a Latvian national was charged by the US Department of Justice for his role in the TrickBot malware operation.

TARGETING

TrickBot targeting it often done very broadly, aligning to potential victims in regions with financial institutions which TrickBot supports.

DELIVERY

The malware is almost exclusively delivered through various phishing campaigns. The typical delivery mechanism is using malicious documents ('maldocs') which either download the malware directly, or download another malware family which serves as a downloader (historically this malware has utilized the RIG Exploit Kit (RIGEK), and the Necurs botnet, but more recently it has relied heavily on Emotet for delivery). Note however that TrickBot has also been seen being delivered through malicious scripts which are zipped and attached to the email.

TRICKBOT INSTALLATION

Upon initial execution, TrickBot determines if it is running in the %APPDATA% (Windows Vista and above) or %Application Data% (Windows XP) folders. If it determines it is beging run from another folder, it copies itself into one of those folders based on the operationg system.

The malware then performs several checks to validate if it is located in an analysis environment, including registry checks to determine if the version of windows is an evaluation version; the malware also checks against the username and hostname; and also checks to determine if it has been executed in a virtual environment.

TRICKBOT PERSISTENCE

TrickBot has been observed using scheduled jobs as a means of persistence.

TRICKBOT MODULES

Modules for the malware has been observed being stored in subdirectories directly within %APPDATA% or under the same subdirectory that TrickBot installs itself into.

TrickBot analysis has revealed several modules which are available:

  • System Information Collection (aka 'Systeminfo')
  • Network Information Collection (aka 'NetworkDll')
  • Credential Harvesting - Leverages MimiKats to dump LSASS.exe. Credentials gathered from this module are then passed to the Lateral Movement modules.
  • Remote Administration through VNC
  • Lateral Movement (aka 'WormDll' and 'ShareDll') - Leverages EternalBlue for lateral movement.
  • Lateral Movement (aka 'TabDll') - Leverages EternalRomance for lateral movement.
  • Email Address Collection (aka 'Mailsearcher') - this module searches through specific file types in order to gather email addresses which can be used for further exploitation.
  • Browser Data Collection (aka 'Pwgrab') - Gathers credentials, autofill data, browser history, as well as additional data from various browsers.
  • Browser Data Collection (aka 'ModuleDll' and 'ShareDll') - Collect cookies and browser configuration.
  • LoaderDll/InjectDll - Web Injections (e.g. extra fields or pop over windows)
  • Server-side Web Injections (aka Dinj)
  • Redirection Module (aka Sinj)
  • CyrptoMiner - TrickBot has been observed deploying XMRIG in order to mine the Monero cryptocurrency.
  • Exfiltration (aka Dpost) - module which collects consumer financial information and POSTs it to a hard coded IP address.

Trickbot Hunt Packages