Filetour
Overview
Trojan:Win32/FileTour is a hybrid threat acting as both a deceptive adware downloader and a stealthy cryptomining loader.
Understanding FileTour
To the victim, FileTour significantly degrades system performance, causing the computer's fans to spin loudly and applications to freeze. For incident responders, FileTour is a dual-pronged attack. Initially posing as a media codec or software installer, it floods the system with traditional adware. However, its primary, highly profitable payload is the silent installation of XMRig (or similar) cryptocurrency miners that hijack the endpoint's CPU and GPU resources.
Execution and Evasion Strategies
FileTour is typically encountered on illegal streaming sites, torrent trackers, or fake software crack portals. Once executed, it drops a massive barrage of bundled software to distract the user. Simultaneously, it injects a highly obfuscated cryptomining payload into legitimate system processes (like <code>svchost.exe or notepad.exe) to hide its resource consumption from Task Manager. It establishes persistence via the Windows Startup folder or scheduled tasks. FileTour often utilizes anti-analysis techniques, pausing the cryptominer if it detects mouse movement or the opening of Task Manager.
Indicators of Compromise (IoCs)
Threat hunters should immediately investigate endpoints displaying sustained 100% CPU utilization. Network analysts will observe persistent outbound TCP connections over non-standard ports (e.g., 3333, 4444, 14444) indicative of Stratum mining protocol communications with mining pools. The presence of dropped E-mail spam modules or secondary adware in the %Temp% directory are also strong IoCs.
MITRE ATT&CK Techniques
Observed techniques used by this family, mapped to the MITRE ATT&CK framework:
Tactical Mitigations
Based on the techniques used by this family, consider the following defensive strategies:
- T1105: Implement network intrusion detection systems (NIDS) and host-based firewalls to block unauthorized inbound or outbound file transfers.
Generated Detections (Boilerplate)
These YARA and Sigma rules are auto-generated based on the family name and aliases. They must be heavily tuned before deployment in a production environment.
YARA Rule
rule MALWARE_WIN_FILETOUR {
meta:
description = "Detects Filetour (pua)"
author = "SystemHelpdesk Boilerplate Generator"
date = "2026-07-06"
strings:
$s1 = "filetour" ascii wide nocase
condition:
uint16(0) == 0x5a4d and any of them
}Sigma Rule
title: Suspicious Filetour Activity
id: 12d710c3aa98a072ccce3608c7fa0f12
status: experimental
description: Detects generic indicators of the filetour malware family.
logsource:
category: process_creation
product: windows
detection:
selection:
Image|endswith:
- '\cmd.exe'
- '\powershell.exe'
CommandLine|contains:
- "*filetour*"
condition: selection
level: mediumContainment & Response Steps
Ordered checklist for responders. Adapt to your environment and engage professional support for active incidents.
- Disconnect the endpoint from the network to sever the Stratum protocol connection, immediately halting the cryptomining activity.
- Utilize EDR or memory forensics to identify and terminate the legitimate processes (like <code>svchost.exe</code>) that have been injected with the mining payload.
- Audit the firewall logs to identify the mining pool IP addresses and block them enterprise-wide.
- Perform a full system sweep to remove the vast amount of secondary adware and bundleware dropped by the FileTour installer.
What to Avoid
Common mistakes during response to this family that can destroy evidence, spread the infection, or worsen recovery.
- Do not trust Task Manager to identify the malicious process; FileTour actively hooks APIs to hide its CPU usage or pauses when monitoring tools are opened.
- Avoid leaving the machine in a prolonged infected state, as the extreme thermal stress caused by cryptomining can cause hardware failure.
References & External Analysis
- Search "filetour" on VirusTotal (External Analysis)
Frequently Asked Questions
How do I remove the Filetour Pua from Windows?
Manual removal of Filetour is highly discouraged as it may leave persistence mechanisms intact. We recommend disconnecting the device from the internet and utilizing a professional incident response service or enterprise-grade EDR software to conduct a full forensic sweep.
Is Filetour a virus or a Pua?
Filetour is classified as a Pua. Unlike traditional viruses that infect files, modern malware like Filetour typically operates as a standalone payload designed to compromise systems, steal data, or deploy secondary stage implants.
What are the main symptoms of a Filetour infection?
Symptoms of Filetour can include unexpected system slowness, unauthorized outbound network traffic to unknown IP addresses, disabled security software, and suspicious background processes running from AppData or Temp directories.
Related Families (Category: pua)
Explore other malware families in the same category:
Protect Your Network Against Puas
Want to prevent Filetour and similar threats from compromising your organization? Read our comprehensive defensive guide: Suspect an Infection? What to do.
Machine-readable
Get this profile as JSON: https://jordan123234-malware-families-explorer.static.hf.space/api/filetour.json
Ecosystem & Interactive Environments
This profile is part of the Malware Families Catalog, a public dataset of 2,899 malware families. The catalog is also published across our ecosystem: Hugging Face, Kaggle, Zenodo, Replit, StackBlitz, CodeSandbox, and CodePen.