Introduction
As the global cyber threat landscape evolves, adversaries continue to refine and adapt their tactics. Bitsight threat intelligence indicates that there are several tactics, techniques, and procedures (TTPs) that are most commonly and consistently leveraged by threat actors.
These attacks are not isolated; they’re systemic. Threat actors are exploiting the growing interconnectivity of enterprise and industrial systems to gain access, move laterally, exfiltrate sensitive data, and disrupt business-critical operations.
By mapping these TTPs to the MITRE ATT&CK framework, Bitsight provides defenders with a structured, intelligence-led understanding of adversary behavior, empowering organizations to detect and disrupt threats earlier in the kill chain.
Top techniques mapped to MITRE ATT&CK
Below are the most frequently observed techniques in recent campaigns, organized by MITRE ATT&CK category.
Initial access
- Exploiting Public-Facing Applications (T1190)
Attackers continue to exploit internet-facing vulnerabilities to gain initial access and execute code remotely. In 2025, threat actors have actively abused newly discovered flaws such as CVE-2025-58360, a critical XML External Entity (XXE) vulnerability in GeoServer added to CISA’s Known Exploited Vulnerabilities catalog, which allows unauthorized file access and other malicious actions when left unpatched.
- Phishing (T1566.001)
Phishing remains one of the most common entry points for threat actors. According to Bitsight threat intelligence and observed research, adversaries continue to rely on phishing and targeted spear phishing campaigns that mimic trusted internal communications to harvest credentials and gain initial access. These campaigns often direct victims to fraudulent login portals or other spoofed resources designed to capture sensitive information such as personally identifiable information PII.
Execution
- Command and Scripting Interpreter (T1059)
Post-compromise, adversaries often execute payloads via PowerShell (T1059.001) to automate reconnaissance, persistence, or data exfiltration, while evading traditional antivirus detection.
Credential access
- OS Credential Dumping (T1003.001)
Tools like Mimikatz remain widely used to steal credentials directly from system memory, enabling privilege escalation and lateral movement within enterprise networks.
Persistence
- Scheduled Task/Job (T1053) and Registry Run Keys (T1547.001)
Creating scheduled jobs or modifying registry keys are still among the most common persistence mechanisms. These ensure that malware reactivates even after system reboots.
Exfiltration and impact
- Exfiltration Over Web Services (T1567.002)
Attackers are exfiltrating data via trusted platforms (e.g., cloud storage) to avoid detection and blend with legitimate network traffic. CISA’s eviction strategies documentation describes Exfiltration to Cloud Storage, noting that adversaries may misuse services like Dropbox and Google Docs to transfer stolen data because hosts within the victim network often already communicate with these services, providing cover and reducing suspicion.
- Data Encrypted for Impact (T1486) and Data Destruction (T1485)
Ransomware and wiper operations remain top threats, with adversaries encrypting or destroying data to extort victims and disrupt operations.
Infrastructure abuse
- Reflection/Amplification (T1498.002)
Adversaries use reflection and amplification to generate large scale DDoS traffic by abusing misconfigured or exposed network services to magnify spoofed requests. These volumetric attacks can overwhelm upstream links in seconds disrupting online services across sectors including financial services and are often used as a smokescreen to complicate incident response. Recent reporting on botnets such as Aisuru highlights how hyper volumetric UDP based attacks can cause collateral disruption across ISPs gaming platforms hosting providers and financial institutions.
Supply chain compromise
- Resource Hijacking (T1496)
Attackers are targeting service providers to infiltrate supply chains (e.g. npm supply chain attack). By hijacking partner infrastructure, they can propagate malware or conduct stealthy C2 operations across multiple organizations simultaneously.
Bypassing security measures
Modern threat actors prioritize defense evasion as much as intrusion. Bitsight has observed the following recurring behaviors:
- Disabling Microsoft Defender and tampering with EDR processes.
- Altering Group Policy Objects (GPOs) to weaken enterprise-wide controls.
- Modifying or deleting event logs to remove forensic traces.