MITRE ATT&CK technique
Exfiltration Over Alternative Protocol detection rulesT1048
Exfiltration Over Alternative Protocol (T1048) is a MITRE ATT&CK technique in the Exfiltration tactic. This page lists the 22 community-maintained Sigma detection rules in the library mapped to T1048 and its sub-techniques. Each rule includes its detection logic, log source, false positives and original YAML. These rules mainly target windows, linux, zeek.
Tactic
DNS Exfiltration and Tunneling Tools Execution
highWell-known DNS Exfiltration tools execution
windows · process_creation
Powershell DNSExfiltration
highDNSExfiltrator allows for transferring (exfiltrate) a file over a DNS request covert channel
windows · ps_script
PUA - Restic Backup Tool Execution
highDetects the execution of the Restic backup tool, which can be used for data exfiltration. Threat actors may leverage Restic to back up and exfiltrate sensitive data to remote storage locations, including cloud services. If not legitimately used in the enterprise environment, its presence may indicate malicious activity.
windows · process_creation
Suspicious Redirection to Local Admin Share
highDetects a suspicious output redirection to the local admins share, this technique is often found in malicious scripts or hacktool stagers
windows · process_creation
Suspicious WebDav Client Execution Via Rundll32.EXE
highDetects "svchost.exe" spawning "rundll32.exe" with command arguments like C:\windows\system32\davclnt.dll,DavSetCookie. This could be an indicator of exfiltration or use of WebDav to launch code (hosted on WebDav Server) or potentially a sign of exploitation of CVE-2023-23397
windows · process_creation
Copy From Or To Admin Share Or Sysvol Folder
mediumDetects a copy command or a copy utility execution to or from an Admin share or remote
windows · process_creation
Data Exfiltration with Wget
mediumDetects attempts to post the file with the usage of wget utility. The adversary can bypass the permission restriction with the misconfigured sudo permission for wget utility which could allow them to read files like /etc/shadow.
linux
Data Export From MSSQL Table Via BCP.EXE
mediumDetects the execution of the BCP utility in order to export data from the database. Attackers were seen saving their malware to a database column or table and then later extracting it via "bcp.exe" into a file.
windows · process_creation
DNS TOR Proxies
mediumIdentifies IPs performing DNS lookups associated with common Tor proxies.
zeek
FTP Connection Open Attempt Via Winscp CLI
mediumDetects the execution of Winscp with the "-command" and the "open" flags in order to open an FTP connection. Akira ransomware was seen using this technique in order to exfiltrate data.
windows · process_creation
Potential Data Exfiltration Over SMTP Via Send-MailMessage Cmdlet
mediumDetects the execution of a PowerShell script with a call to the "Send-MailMessage" cmdlet along with the "-Attachments" flag. This could be a potential sign of data exfiltration via Email. Adversaries may steal data by exfiltrating it over an un-encrypted network protocol other than that of the existing command and control channel. The data may also be sent to an alternate network location from the main command and control server.
windows · ps_script
PowerShell ICMP Exfiltration
mediumDetects Exfiltration Over Alternative Protocol - ICMP. Adversaries may steal data by exfiltrating it over an un-encrypted network protocol other than that of the existing command and control channel.
windows · ps_script
Python WebServer Execution - Linux
mediumDetects the execution of Python web servers via command line interface (CLI). After gaining access to target systems, adversaries may use Python's built-in HTTP server modules to quickly establish a web server without requiring additional software. This technique is commonly used in post-exploitation scenarios as it provides a simple method for transferring files between the compromised host and attacker-controlled systems.
linux · process_creation
Suspicious DNS Query with B64 Encoded String
mediumDetects suspicious DNS queries using base64 encoding
dns
Suspicious Outbound SMTP Connections
mediumAdversaries may steal data by exfiltrating it over an un-encrypted network protocol other than that of the existing command and control channel. The data may also be sent to an alternate network location from the main command and control server.
windows · network_connection
TanStack Supply-Chain Attack DNS Indicators
mediumDetects DNS queries to attacker-controlled infrastructure used by the Mini Shai-Hulud campaign targeting TanStack npm packages along with other packages such as mistralai, uipath and so on. The domain git-tanstack.com (registered May 9, 2026) hosted secondary payloads including transformers.pyz. The filev2.getsession.org endpoint was used for credential exfiltration via the Session protocol.
windows · dns_query
Tap Driver Installation
mediumWell-known TAP software installation. Possible preparation for data exfiltration using tunnelling techniques
windows
Tap Installer Execution
mediumWell-known TAP software installation. Possible preparation for data exfiltration using tunneling techniques
windows · process_creation
WebDav Client Execution Via Rundll32.EXE
mediumDetects "svchost.exe" spawning "rundll32.exe" with command arguments like "C:\windows\system32\davclnt.dll,DavSetCookie". This could be an indicator of exfiltration or use of WebDav to launch code (hosted on a WebDav server).
windows · process_creation
Winscp Execution From Non Standard Folder
mediumDetects the execution of Winscp from an a non standard folder. This could indicate the execution of Winscp portable.
windows · process_creation
Tap Driver Installation - Security
lowDetects the installation of a well-known TAP driver service. This could be a sign of potential preparation for data exfiltration using tunnelling techniques.
windows
WebDav Put Request
lowA General detection for WebDav user-agent being used to PUT files on a WebDav network share. This could be an indicator of exfiltration.
zeek