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/T1090
MITRE ATT&CK Technique

T1090: Proxy

ShareXLinkedInRedditHN

Adversaries may use a connection proxy to direct network traffic between systems or act as an intermediary for network communications to a command and control server to avoid direct connections to their infrastructure. Many tools exist that enable traffic redirection through proxies or port redirection, including [HTRAN](https://attack.mitre.org/software/S0040), ZXProxy, and ZXPortMap. (Citation: Trend Micro APT Attack Tools) Adversaries use these types of proxies to manage command and control communications, reduce the number of simultaneous outbound network connections, provide resiliency in the face of connection loss, or to ride over existing trusted communications paths between victims to avoid suspicion. Adversaries may chain together multiple proxies to further disguise the source of malicious traffic. Adversaries can also take advantage of routing schemes in Content Delivery Networks (CDNs) to proxy command and control traffic.

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

▪Sub-techniques (4)

T1090.001Internal ProxyT1090.002External ProxyT1090.003Multi-hop ProxyT1090.004Domain Fronting

▪Mitigations (3)

M1037Filter Network Traffic

Employ network appliances and endpoint software to filter ingress, egress, and lateral network traffic. This includes protocol-based filtering, enforcing firewall rules, and blocking or restricting traffic based on predefined conditions to limit adversary movement and data exfiltration. This mitigation can be implemented through the following measures: Ingress Traffic Filtering: - Use Case: Configure network firewalls to allow traffic only from authorized IP addresses to public-facing servers. - Implementation: Limit SSH (port 22) and RDP (port 3389) traffic to specific IP ranges. Egress Traffic Filtering: - Use Case: Use firewalls or endpoint security software to block unauthorized outbound traffic to prevent data exfiltration and command-and-control (C2) communications. - Implementation: Block outbound traffic to known malicious IPs or regions where communication is unexpected. Protocol-Based Filtering: - Use Case: Restrict the use of specific protocols that are commonly abused by adversaries, such as SMB, RPC, or Telnet, based on business needs. - Implementation: Disable SMBv1 on endpoints to prevent exploits like EternalBlue. Network Segmentation: - Use Case: Create network segments for critical systems and restrict communication between segments unless explicitly authorized. - Implementation: Implement VLANs to isolate IoT devices or guest networks from core business systems. Application Layer Filtering: - Use Case: Use proxy servers or Web Application Firewalls (WAFs) to inspect and block malicious HTTP/S traffic. - Implementation: Configure a WAF to block SQL injection attempts or other web application exploitation techniques.

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 (19)

G0010TurlaG0034Sandworm TeamG0047Gamaredon GroupG0052CopyKittensG0059Magic HoundG0069MuddyWaterG0096APT41G0108Blue MockingbirdG0117Fox KittenG0124WindigoG1004LAPSUS$G1005POLONIUMG1006Earth LuscaG1015Scattered SpiderG1017Volt TyphoonG1019MoustachedBouncerG1021Cinnamon TempestG1052Contagious InterviewG1054MirrorFace

▪Software using this technique (46)

S0040HTRANtoolS0108netshtoolS0117XTunnelmalwareS0198NETWIREmalwareS0207VasportmalwareS0245BADCALLmalwareS0246HARDRAINmalwareS0262QuasarRATtoolS0263TYPEFRAMEmalwareS0268BisonalmalwareS0273SocksbotmalwareS0283jRATmalwareS0332RemcostoolS0347AuditCredmalwareS0348Cardinal RATmalwareS0376HOPLIGHTmalwareS0378PoshC2toolS0384DridexmalwareS0386UrsnifmalwareS0412ZxShellmalwareS0435PLEADmalwareS0436TSCookiemalwareS0456Aria-bodymalwareS0461SDBbotmalwareS0487KesselmalwareS0508ngroktoolS0615SombRATmalwareS0629RainyDaymalwareS0669KOCTOPUSmalwareS0670WarzoneRATmalwareS0690Green LambertmalwareS1044FunnyDreammalwareS1051KEYPLUGmalwareS1081BADHATCHmalwareS1099SamuraimalwareS1114ZIPLINEmalwareS1121LITTLELAMB.WOOLTEAmalwareS1141LunarWebmalwareS1144FRPtoolS1187reGeorgmalwareS1189Neo-reGeorgmalwareS1190KapekamalwareS1197GoBearmalwareS1210SagerunexmalwareS1212RansomHubmalwareS1229Havocmalware

▪Reference

T1090on 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.