Tofsee
Overview
Tofsee (also known as Gheg) is a multi-purpose Trojan and botnet that is primarily used as an email-oriented tool, targeting victims' email accounts and sending spam. According to analyses such as PCrisk, Tofsee is modular and capable of a wide range of malicious activity, including launching distributed denial-of-service (DDoS) attacks, mining cryptocurrency, sending emails, stealing various account credentials, and updating itself. Because it is modular, an infected machine can be repurposed for several of these tasks. Tofsee is documented by Fraunhofer FKIE's Malpedia.
Known aliases
Threat reports may refer to this family under multiple names:
MITRE ATT&CK Techniques
This family has been observed using the following ATT&CK techniques: T1071.001 T1547.001
Tactical Mitigations
Based on the techniques used by this family, consider the following defensive strategies:
- T1071.001: Implement web filtering and SSL/TLS inspection to detect malicious command and control (C2) traffic hiding in HTTP/HTTPS.
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_TOFSEE {
meta:
description = "Detects Tofsee (spam_bot)"
author = "SystemHelpdesk Boilerplate Generator"
date = "2026-07-06"
strings:
$s1 = "tofsee" ascii wide nocase
$s2 = "gheg" ascii wide nocase
condition:
uint16(0) == 0x5a4d and any of them
}Sigma Rule
title: Suspicious Tofsee Activity
id: 7c2de38d5a6c239bbca0c84e989689a7
status: experimental
description: Detects generic indicators of the tofsee malware family.
logsource:
category: process_creation
product: windows
detection:
selection:
Image|endswith:
- '\cmd.exe'
- '\powershell.exe'
CommandLine|contains:
- "*tofsee*"
- "*gheg*"
condition: selection
level: mediumReferences & External Analysis
Frequently Asked Questions
What is Tofsee?
Tofsee, also known as Gheg, is a modular Trojan and botnet most commonly used as an email-oriented tool. It targets users' email accounts and is widely associated with sending spam.
What is Tofsee capable of?
Tofsee is modular and can perform a range of malicious actions, including launching DDoS attacks, mining cryptocurrency, sending emails and spam, stealing account credentials, and updating itself with new functionality.
What is the main purpose of Tofsee?
Although it has many capabilities, Tofsee is mainly used as an email-oriented tool that targets victims' email accounts. Having Tofsee installed can, however, lead to additional problems because of its other modules.
What sources document Tofsee?
Tofsee (Gheg) is profiled in Fraunhofer FKIE's Malpedia, and its capabilities have been described in vendor analyses such as those referenced by PCrisk.
How do I remove the Tofsee Spam_Bot from Windows?
Manual removal of Tofsee 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 Tofsee a virus or a Spam_Bot?
Tofsee is classified as a Spam_Bot. Unlike traditional viruses that infect files, modern malware like Tofsee typically operates as a standalone payload designed to compromise systems, steal data, or deploy secondary stage implants.
What are the main symptoms of a Tofsee infection?
Symptoms of Tofsee 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: spam_bot)
Explore other malware families in the same category:
Protect Your Network Against Spam_Bots
Want to prevent Tofsee 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/tofsee.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.