Gold Open Source
ExplorePackagesVulnerabilitiesCWEsMCP ServersScan
Login
Gold Open Source

The authoritative source for production-ready open-source components. Every package, container image, AI model, and MCP server undergoes rigorous verification for security, malware, and license compliance.

Explore Gold

  • Explore Everything
  • Packages
  • Gold Certified Packages
  • Container Images
  • AI Models
  • MCP Servers
  • Agent Skills
  • Chip Manufacturers

Security Data & Tools

  • Scan Your Dependencies
  • Trending Threats
  • Threat RSS Feeds
  • CVE Database
  • Actively Exploited (KEV)
  • SGZ Zero-Days
  • CWE Index
  • MITRE ATT&CK
  • Malicious Packages
  • Security Glossary
  • Supply-Chain Report
  • Developers (API & Badge)
  • Chrome Extension
  • Credits & Data Sources

Products

  • The Platform
  • ESSCM
  • Portal
  • TPRM
  • OSM
  • Cowork
  • Code / Runner
  • Guard

Use Cases

  • Know Your Software
  • Auto-Fix Vulnerabilities
  • Asset Discovery
  • AI Governance
  • MCP Server Security
  • Supply Chain Compliance
  • Zero-Day Discovery
  • All Use Cases

Company

  • About
  • Pricing
  • Blog
  • Documentation
  • Safeguard Academy
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 Gold Open Source. All rights reserved.

Built with care bySafeguard
Home/ATT&CK/T1573/T1573.002
MITRE ATT&CK Sub-Technique

T1573.002: Asymmetric Cryptography

ShareXLinkedInRedditHN

Adversaries may employ a known asymmetric encryption algorithm to conceal command and control traffic rather than relying on any inherent protections provided by a communication protocol. Asymmetric cryptography, also known as public key cryptography, uses a keypair per party: one public that can be freely distributed, and one private. Due to how the keys are generated, the sender encrypts data with the receiver’s public key and the receiver decrypts the data with their private key. This ensures that only the intended recipient can read the encrypted data. Common public key encryption algorithms include RSA and ElGamal. For efficiency, many protocols (including SSL/TLS) use symmetric cryptography once a connection is established, but use asymmetric cryptography to establish or transmit a key. As such, these protocols are classified as [Asymmetric Cryptography](https://attack.mitre.org/techniques/T1573/002).

Tactics
Command and Control
Platforms
ESXi, Linux, macOS, Network Devices, Windows

▪Parent technique

T1573: Encrypted Channel

▪Mitigations (2)

M1031Network Intrusion Prevention

Use intrusion detection signatures to block traffic at network boundaries.

M1020SSL/TLS Inspection

SSL/TLS inspection involves decrypting encrypted network traffic to examine its content for signs of malicious activity. This capability is crucial for detecting threats that use encryption to evade detection, such as phishing, malware, or data exfiltration. After inspection, the traffic is re-encrypted and forwarded to its destination. This mitigation can be implemented through the following measures: Deploy SSL/TLS Inspection Appliances: - Implement SSL/TLS inspection solutions to decrypt and inspect encrypted traffic. - Ensure appliances are placed at critical network choke points for maximum coverage. Configure Decryption Policies: - Define rules to decrypt traffic for specific applications, ports, or domains. - Avoid decrypting sensitive or privacy-related traffic, such as financial or healthcare websites, to comply with regulations. Integrate Threat Intelligence: - Use threat intelligence feeds to correlate inspected traffic with known indicators of compromise (IOCs). Integrate with Security Tools: - Combine SSL/TLS inspection with SIEM and NDR tools to analyze decrypted traffic and generate alerts for suspicious activity. - Example Tools: Splunk, Darktrace Implement Certificate Management: - Use trusted internal or third-party certificates for traffic re-encryption after inspection. - Regularly update certificate authorities (CAs) to ensure secure re-encryption. Monitor and Tune: - Continuously monitor SSL/TLS inspection logs for anomalies and fine-tune policies to reduce false positives.

▪Used by groups (11)

G0037FIN6G0049OilRigG0061FIN8G0080Cobalt GroupG0081Tropic TrooperG1018TA2541G1039RedCurlG1042RedEchoG1044APT42G1047Velvet AntG1051Medusa Group

▪Software using this technique (79)

S0017BISCUITmalwareS0018SykipotmalwareS0022UroburosmalwareS0023CHOPSTICKmalwareS0045ADVSTORESHELLmalwareS0087Hi-ZormalwareS0094Trojan.KaraganymalwareS0117XTunnelmalwareS0126ComRATmalwareS0150POSHSPYmalwareS0154Cobalt StrikemalwareS0168GazermalwareS0180VolgmermalwareS0183TortoolS0192PupytoolS0202adbupdmalwareS0223POWERSTATSmalwareS0250KoadictoolS0251ZebrocymalwareS0332RemcostoolS0335CarbonmalwareS0342GreyEnergymalwareS0363EmpiretoolS0366WannaCrymalwareS0382ServHelpermalwareS0384DridexmalwareS0409MachetemalwareS0428PoetRATmalwareS0438AttormalwareS0448Rising SunmalwareS0455MetamorfomalwareS0483IcedIDmalwareS0491StrongPitymalwareS0496REvilmalwareS0514WellMessmalwareS0515WellMailmalwareS0531GrandoreiromalwareS0534BazarmalwareS0556Pay2KeymalwareS0587PenquinmalwareS0588GoldMaxmalwareS0600DokimalwareS0615SombRATmalwareS0627SodaMastermalwareS0632GrimAgentmalwareS0633SlivertoolS0641KobalosmalwareS0668TinyTurlamalwareS0673DarkWatchmanmalwareS0687Cyclops BlinkmalwareS0699MythictoolS1035Small SievemalwareS1051KEYPLUGmalwareS1065Woody RATmalwareS1081BADHATCHmalwareS1085SardonicmalwareS1105COATHANGERmalwareS1121LITTLELAMB.WOOLTEAmalwareS1122MispadumalwareS1123PITSTOPmalwareS1141LunarWebmalwareS1144FRPtoolS1155CovenanttoolS1163SnappyTCPmalwareS1169MangomalwareS1172OilBoostermalwareS1184BOLDMOVEmalwareS1192NICECURLmalwareS1198GomirmalwareS1203J-magicmalwareS1210SagerunexmalwareS1213Lumma StealermalwareS1219REPTILEmalwareS1224CASTLETAPmalwareS9015BRICKSTORMmalwareS9017DCRATtoolS9019PureCryptermalwareS9023HiddenFacemalwareS9035LAMEHUGmalware

▪Reference

T1573.002on MITRE ATT&CK

MITRE ATT&CK® is a registered trademark of The MITRE Corporation. © 2026 The MITRE Corporation. This work is reproduced and distributed with the permission of The MITRE Corporation.