Live Active security incident? Get immediate response
MITRE ATT&CK® Tool

S0363: Empire

Empire is an open-source, cross-platform remote administration and post-exploitation framework that is publicly available on GitHub. While the tool itself is primarily written in Python, the post-exploitation agents are written in pure PowerShell for Windows and Python for Linux/macOS. Empire was one of five tools singled out by a joint report on public hacking tools being widely used by adversaries.[1][2][3]

EnterpriseS0363ToolObject v1.8 Modified
Glexia's Take

Analyst context for executives and security teams

Analyst confidence High

Empire matters because it is a publicly available, cross-platform post-exploitation framework that can turn ordinary scripting environments into a remote administration capability after initial access. For leaders, the key issue is not the tool name alone; it is whether Windows PowerShell and Linux/macOS Python activity, remote access paths, credential access attempts, and outbound data movement are governed and observable well enough to support rapid containment.

Executive priority

Treat Empire as a control-validation use case for post-compromise readiness. ATT&CK links it to many intrusion sets and to behaviors including LSASS credential access, network discovery, DCOM and SSH lateral movement, command obfuscation, and automated exfiltration. Executives should ask whether SOC, IR, identity, endpoint, and network teams can prove visibility across Windows, Linux, and macOS, especially for privileged credentials, remote administration, and egress activity. This is also useful audit evidence: it tests whether logging, least privilege, administrative protocol control, and incident response playbooks work against a well-known public tool rather than a rare custom implant.

Technical view

Empire is listed as an open-source remote administration and post-exploitation framework, written primarily in Python, with PowerShell agents for Windows and Python agents for Linux/macOS. ATT&CK provides no official detection text for this software, so defenders should build coverage from the related behaviors: PowerShell and Python execution, command obfuscation, LSASS memory access, system network configuration discovery, DCOM and SSH lateral movement, and automated exfiltration. Detection engineering should focus on behavior chains rather than static tool signatures, because public tools can be modified and command content may be obfuscated.

Likely telemetry

  • Endpoint process creation with command line and parent-child process context for PowerShell, Python, shells, and remote administration utilities
  • PowerShell script block, module, transcript, and operational logs where enabled
  • Python interpreter execution and script/module loading evidence on Linux, macOS, and Windows where collected
  • EDR or OS telemetry for suspicious access to LSASS process memory on Windows
  • Authentication and session logs for DCOM-related Windows remote activity and SSH logins on Linux/macOS

Detection direction

  • Validate behavior-based analytics for PowerShell and Python post-exploitation activity instead of relying only on known Empire indicators or repository-derived signatures.
  • Correlate scripting execution with follow-on discovery, credential access, lateral movement, and outbound transfer events; individual administrative commands may be benign in isolation.
  • Tune for false positives from legitimate systems administration, DevOps, and remote support activity by incorporating user role, host criticality, execution parent, frequency, destination, and time-of-day context.
  • Confirm visibility on all listed platforms: Windows, Linux, and macOS. A Windows-only PowerShell strategy will miss Python-based activity on Linux/macOS.
  • Because ATT&CK does not provide official detection guidance for this object, document local assumptions, log sources, and tested coverage gaps during purple-team or detection validation exercises.

Mitigation priorities

  • Start with least privilege and administrative access governance so post-exploitation frameworks cannot easily expand from one host to broad enterprise control.
  • Harden and monitor scripting environments, especially PowerShell on Windows and Python usage on Linux/macOS, without assuming those interpreters are malicious by default.
  • Protect credentials by reducing unnecessary administrative logons, limiting credential exposure, and validating controls around LSASS access on Windows.
  • Restrict and monitor remote administration paths such as DCOM and SSH, including where they are allowed, who can use them, and whether activity is logged centrally.
  • Strengthen egress controls and monitoring so automated exfiltration-like behavior is visible and can be contained quickly.
Analyst notes and limits

Empire’s materiality comes from its public availability, cross-platform design, and ATT&CK relationships to many groups and a campaign, not from any claim of current activity in a specific environment. The relationship set is broad and includes espionage, financially motivated, ransomware-associated, and targeted campaign contexts, so defenders should use it as a prioritization signal for common post-exploitation behaviors rather than as attribution evidence.

The supplied ATT&CK object has no official detection text and no tactics listed directly on the tool. The assessment therefore relies on the official description, platforms, external references, and related techniques/groups/campaigns. Local telemetry, asset roles, identity architecture, and approved administrative practices are required to determine actual exposure or detection coverage.

Official MITRE ATT&CK definition

Empire

Empire is an open-source, cross-platform remote administration and post-exploitation framework that is publicly available on GitHub. While the tool itself is primarily written in Python, the post-exploitation agents are written in pure PowerShell for Windows and Python for Linux/macOS. Empire was one of five tools singled out by a joint report on public hacking tools being widely used by adversaries.[1][2][3]

View the same entry on attack.mitre.org (MITRE-hosted reference; in-page links above use the Glexia ATT&CK library.)

Glexia analysis

How security teams should use this page

Treat this object as behavior context, not an attribution claim. Validate the related groups, software, data sources, and mitigations against official ATT&CK relationships and your own telemetry before making control-coverage decisions.

ATT&CK relationship table

Techniques used

This mirrors the MITRE pattern of making group, software, campaign, and technique relationships scannable. Relationship notes come from mirrored ATT&CK relationship text when available.

62 rows
Domain ID Name Relationship / procedure
Enterprise T1125 Video Capture

Empire can capture webcam data on Windows and macOS systems.[2]

Enterprise T1021.003 Distributed Component Object Model Sub-technique

Empire can utilize Invoke-DCOM to leverage remote COM execution for lateral movement.[2]

Enterprise T1557.001 Name Resolution Poisoning and SMB Relay Sub-technique

Empire can use Inveigh to conduct name service poisoning for credential theft and associated relay attacks.[2]CitationGitHub Inveigh

Enterprise T1016 System Network Configuration Discovery

Empire can acquire network configuration information like DNS servers, public IP, and network proxies used by a host.[2]CitationTalos Frankenstein June 2019

Enterprise T1059.001 PowerShell Sub-technique

Empire leverages PowerShell for the majority of its client-side agent tasks. Empire also contains the ability to conduct PowerShell remoting with the Invoke-PSRemoting module.[2][1]

Enterprise T1482 Domain Trust Discovery

Empire has modules for enumerating domain trusts.[2]

Enterprise T1056.001 Keylogging Sub-technique

Empire includes keylogging capabilities for Windows, Linux, and macOS systems.[2]

Enterprise T1027.010 Command Obfuscation Sub-technique

Empire has the ability to obfuscate commands using Invoke-Obfuscation.[2]

Enterprise T1136.001 Local Account Sub-technique

Empire has a module for creating a local user if permissions allow.[2]

Enterprise T1113 Screen Capture

Empire is capable of capturing screenshots on Windows and macOS systems.[2]

Enterprise T1046 Network Service Discovery

Empire can perform port scans from an infected host.[2]

Enterprise T1552.001 Credentials In Files Sub-technique

Empire can use various modules to search for files containing passwords.[2]

Enterprise T1560 Archive Collected Data

Empire can ZIP directories on the target system.[2]

Enterprise T1484.001 Group Policy Modification Sub-technique

Empire can use New-GPOImmediateTask to modify a GPO that will install and execute a malicious Scheduled Task/Job.[2]

Enterprise T1041 Exfiltration Over C2 Channel

Empire can send data gathered from a target through the command and control channel.[2]CitationTalos Frankenstein June 2019

Enterprise T1082 System Information Discovery

Empire can enumerate host system information like OS, architecture, domain name, applied patches, and more.[2]CitationTalos Frankenstein June 2019

Enterprise T1115 Clipboard Data

Empire can harvest clipboard data on both Windows and macOS systems.[2]

Enterprise T1068 Exploitation for Privilege Escalation

Empire can exploit vulnerabilities such as MS16-032 and MS16-135.[2]

Enterprise T1020 Automated Exfiltration

Empire has the ability to automatically send collected data back to the threat actors' C2.CitationTalos Frankenstein June 2019

Enterprise T1546.008 Accessibility Features Sub-technique

Empire can leverage WMI debugging to remotely replace binaries like sethc.exe, Utilman.exe, and Magnify.exe with cmd.exe.[2]

Enterprise T1119 Automated Collection

Empire can automatically gather the username, domain name, machine name, and other information from a compromised system.CitationTalos Frankenstein June 2019

Enterprise T1555.001 Keychain Sub-technique

Empire uses the command `/usr/bin/security dump-keychain -d` to read the keychain credential.CitationEmpire Keychain Decrypt

Enterprise T1615 Group Policy Discovery

Empire includes various modules for enumerating Group Policy.[2]

Enterprise T1087.002 Domain Account Sub-technique

Empire can acquire local and domain user account information.[2]CitationSecureWorks August 2019

Enterprise T1547.005 Security Support Provider Sub-technique

Empire can enumerate Security Support Providers (SSPs) as well as utilize PowerSploit's Install-SSP and Invoke-Mimikatz to install malicious SSPs and log authentication events.[2]

Enterprise T1021.004 SSH Sub-technique

Empire contains modules for executing commands over SSH as well as in-memory VNC agent injection.[2]

Enterprise T1558.003 Kerberoasting Sub-technique

Empire uses PowerSploit's Invoke-Kerberoast to request service tickets and return crackable ticket hashes.[2]

Enterprise T1134.005 SID-History Injection Sub-technique

Empire can add a SID-History to a user if on a domain controller.[2]

Enterprise T1574.009 Path Interception by Unquoted Path Sub-technique

Empire contains modules that can discover and exploit unquoted path vulnerabilities.[2]

Enterprise T1547.001 Registry Run Keys / Startup Folder Sub-technique

Empire can modify the registry run keys HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run and HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run for persistence.[2]

Enterprise T1135 Network Share Discovery

Empire can find shared drives on the local system.[2]

Enterprise T1574.008 Path Interception by Search Order Hijacking Sub-technique

Empire contains modules that can discover and exploit search order hijacking vulnerabilities.[2]

Enterprise T1558.001 Golden Ticket Sub-technique

Empire can leverage its implementation of Mimikatz to obtain and use golden tickets.[2]

Enterprise T1210 Exploitation of Remote Services

Empire has a limited number of built-in modules for exploiting remote SMB, JBoss, and Jenkins servers.[2]

Enterprise T1569.002 Service Execution Sub-technique

Empire can use PsExec to execute a payload on a remote host.[2]

Enterprise T1567.001 Exfiltration to Code Repository Sub-technique

Empire can use GitHub for data exfiltration.[2]

Enterprise T1083 File and Directory Discovery

Empire includes various modules for finding files of interest on hosts and network shares.[2]

Enterprise T1056.004 Credential API Hooking Sub-technique

Empire contains some modules that leverage API hooking to carry out tasks, such as netripper.[2]

Enterprise T1574.007 Path Interception by PATH Environment Variable Sub-technique

Empire contains modules that can discover and exploit path interception opportunities in the PATH environment variable.[2]

Enterprise T1106 Native API

Empire contains a variety of enumeration modules that have an option to use API calls to carry out tasks.[2]

Enterprise T1047 Windows Management Instrumentation

Empire can use WMI to deliver a payload to a remote host.[2]

Enterprise T1055 Process Injection

Empire contains multiple modules for injecting into processes, such as Invoke-PSInject.[2]

Enterprise T1550.002 Pass the Hash Sub-technique

Empire can perform pass the hash attacks.[2]

Enterprise T1217 Browser Information Discovery

Empire has the ability to gather browser data such as bookmarks and visited sites.[2]

Enterprise T1127.001 MSBuild Sub-technique

Empire can use built-in modules to abuse trusted utilities like MSBuild.exe.[2]

Enterprise T1552.004 Private Keys Sub-technique

Empire can use modules like Invoke-SessionGopher to extract private key and session information.[2]

Enterprise T1567.002 Exfiltration to Cloud Storage Sub-technique

Empire can use Dropbox for data exfiltration.[2]

Enterprise T1071.001 Web Protocols Sub-technique

Empire can conduct command and control over protocols like HTTP and HTTPS.[2]

Enterprise T1134 Access Token Manipulation

Empire can use PowerSploit's Invoke-TokenManipulation to manipulate access tokens.[2]

Enterprise T1040 Network Sniffing

Empire can be used to conduct packet captures on target hosts.[2]

Enterprise T1114.001 Local Email Collection Sub-technique

Empire has the ability to collect emails on a target system.[2]

Enterprise T1059.003 Windows Command Shell Sub-technique

Empire has modules for executing scripts.[2]

Enterprise T1102.002 Bidirectional Communication Sub-technique

Empire can use Dropbox and GitHub for C2.[2]

Enterprise T1555.003 Credentials from Web Browsers Sub-technique

Empire can use modules that extract passwords from common web browsers such as Firefox and Chrome.[2]

Enterprise T1518.001 Security Software Discovery Sub-technique

Empire can enumerate antivirus software on the target.[2]

Enterprise T1087.001 Local Account Sub-technique

Empire can acquire local and domain user account information.[2]

Enterprise T1574.004 Dylib Hijacking Sub-technique

Empire has a dylib hijacker module that generates a malicious dylib given the path to a legitimate dylib of a vulnerable application.[2]

Enterprise T1049 System Network Connections Discovery

Empire can enumerate the current network connections of a host.[2]

Enterprise T1053.005 Scheduled Task Sub-technique

Empire has modules to interact with the Windows task scheduler.[2]

Enterprise T1003.001 LSASS Memory Sub-technique

Empire contains an implementation of Mimikatz to gather credentials from memory.[2]

Enterprise T1573.002 Asymmetric Cryptography Sub-technique

Empire can use TLS to encrypt its C2 channel.[2]

Enterprise T1134.002 Create Process with Token Sub-technique

Empire can use Invoke-RunAs to make tokens.[2]

Associated objects

Groups, software, and campaigns

Group Enterprise

G0091: Silence

Silence is a financially motivated threat actor targeting financial institutions in different countries. The group was first seen in June 2016. Their main targets reside in Russia, Ukraine, Belarus, Azerbaijan, Poland and Kazakhstan. They compromised various banking systems, including the Russian Central Bank's Automated Workstation Client, ATMs, and card processing.[1][2]

Group Enterprise

G0051: FIN10

FIN10 is a financially motivated threat group that has targeted organizations in North America since at least 2013 through 2016. The group uses stolen data exfiltrated from victims to extort organizations. [1]

Group Enterprise

G0010: Turla

Turla is a cyber espionage threat group that has been attributed to Russia's Federal Security Service (FSB). They have compromised victims in over 50 countries since at least 2004, spanning a range of industries including government, embassies, military, education, research and pharmaceutical companies. Turla is known for conducting watering hole and spearphishing campaigns, and leveraging in-house tools and malware, such as Uroburos.[1][2][3][4][5]

Group Enterprise

G0090: WIRTE

WIRTE is a cyberespionage actor, believed to be a subgroup of the Hamas-affiliated Gaza Cybergang, that has been active since at least August 2018. WIRTE has targeted diplomatic, financial, military, legal, and technology organizations across the Middle East, North Africa, and in Europe to gather intelligence. WIRTE has remained persistently active despite the ongoing Israel-Hamas conflict and has expanded their operations to include wiper malware attacks against Israeli targets.[1][2][3][4]

Group Enterprise

G0034: Sandworm Team

Sandworm Team is a destructive threat group that has been attributed to Russia's General Staff Main Intelligence Directorate (GRU) Main Center for Special Technologies (GTsST) military unit 74455.[1][2] This group has been active since at least 2009.[3][4][5][6]

In October 2020, the US indicted six GRU Unit 74455 officers associated with Sandworm Team for the following cyber operations: the 2015 and 2016 attacks against Ukrainian electrical companies and government organizations, the 2017 worldwide NotPetya attack, targeting of the 2017 French presidential campaign, the 2018 Olympic Destroyer attack against the Winter Olympic Games, the 2018 operation against the Organisation for the Prohibition of Chemical Weapons, and attacks against the country of Georgia in 2018 and 2019.[1][2] Some of these were conducted with the assistance of GRU Unit 26165, which is also referred to as APT28.[7]

Group Enterprise

G1040: Play

Play is a ransomware group that has been active since at least 2022 deploying Playcrypt ransomware against the business, government, critical infrastructure, healthcare, and media sectors in North America, South America, and Europe. Play actors employ a double-extortion model, encrypting systems after exfiltrating data, and are presumed by security researchers to operate as a closed group.[1][2]

Group Enterprise

G0065: Leviathan

Leviathan is a Chinese state-sponsored cyber espionage group that has been attributed to the Ministry of State Security's (MSS) Hainan State Security Department and an affiliated front company.[1] Active since at least 2009, Leviathan has targeted the following sectors: academia, aerospace/aviation, biomedical, defense industrial base, government, healthcare, manufacturing, maritime, and transportation across the US, Canada, Australia, Europe, the Middle East, and Southeast Asia.[1][2][3][4]

Group Enterprise

G1016: FIN13

FIN13 is a financially motivated cyber threat group that has targeted the financial, retail, and hospitality industries in Mexico and Latin America, as early as 2016. FIN13 achieves its objectives by stealing intellectual property, financial data, mergers and acquisition information, or PII.[1][2]

Group Enterprise

G0073: APT19

APT19 is a Chinese-based threat group that has targeted a variety of industries, including defense, finance, energy, pharmaceutical, telecommunications, high tech, education, manufacturing, and legal services. In 2017, a phishing campaign was used to target seven law and investment firms. [1] Some analysts track APT19 and Deep Panda as the same group, but it is unclear from open source information if the groups are the same. [2] [3] [4]

Group Enterprise

G0052: CopyKittens

CopyKittens is an Iranian cyber espionage group that has been operating since at least 2013. It has targeted countries including Israel, Saudi Arabia, Turkey, the U.S., Jordan, and Germany. The group is responsible for the campaign known as Operation Wilted Tulip.[1][2][3]

Group Enterprise

G1001: HEXANE

HEXANE is a cyber espionage threat group that has targeted oil & gas, telecommunications, aviation, and internet service provider organizations since at least 2017. Targeted companies have been located in the Middle East and Africa, including Israel, Saudi Arabia, Kuwait, Morocco, and Tunisia. HEXANE's TTPs appear similar to APT33 and OilRig but due to differences in victims and tools it is tracked as a separate entity.[1][2][3][4]

Campaign Enterprise

C0001: Frankenstein

Frankenstein was described by security researchers as a highly-targeted campaign conducted by moderately sophisticated and highly resourceful threat actors in early 2019. The unidentified actors primarily relied on open source tools, including Empire. The campaign name refers to the actors' ability to piece together several unrelated open-source tool components.[1]

Relationship explorer

All related ATT&CK context

Change history

Object version and sync metadata

The fields below describe the current mirrored snapshot. When Glexia retains multiple ATT&CK source imports, you can open the table to compare the same object across releases (hashes and MITRE timestamps). For MITRE’s own release notes and roadmap, see ATT&CK resources — Updates .

ATT&CK release
19.1
Object version
1.8
Created
Modified
Raw hash
f6ddcf771a4e5ab2...
Imported snapshots across ATT&CK releases (1)
Release Bundle imported Object version Modified Status Raw hash
19.1 1.8 Current bundle f6ddcf771a4e…
Raw source

Mirrored ATT&CK source object

The raw object is retained through the mirrored ATT&CK source bundle and object hash. The raw endpoint returns the exact object from the mirrored bundle when available.

Source references

External references and citations

MITRE external references are preserved separately from Glexia analysis so citations remain traceable to their original source records.

  1. [1]
    NCSC Joint Report Public Tools

    The Australian Cyber Security Centre (ACSC), the Canadian Centre for Cyber Security (CCCS), the New Zealand National Cyber Security Centre (NZ NCSC), CERT New Zealand, the UK National Cyber Security Centre (UK NCSC) and the US National Cybersecurity and Communications Integration Center (NCCIC). (2018, October 11). Joint report on publicly available hacking tools. Retrieved March 11, 2019.

    Open source URL
  2. [2]
    Github PowerShell Empire

    Schroeder, W., Warner, J., Nelson, M. (n.d.). Github PowerShellEmpire. Retrieved April 28, 2016.

    Open source URL
  3. [3]
    GitHub ATTACK Empire

    Stepanic, D. (2018, September 2). attck_empire: Generate ATT&CK Navigator layer file from PowerShell Empire agent logs. Retrieved March 11, 2019.

    Open source URL
  4. [4]
    EmPyre

    (Citation: Github PowerShell Empire)

  5. [5]
    PowerShell Empire

    (Citation: Github PowerShell Empire)

  6. [6]
    mitre-attack S0363
    Open source URL
Source and licensing

Source: MITRE ATT&CK®. © 2026 The MITRE Corporation. This work is reproduced and distributed with the permission of The MITRE Corporation. MITRE ATT&CK and ATT&CK are registered trademarks of The MITRE Corporation. Glexia is not affiliated with or endorsed by MITRE.