- Tactic
- Defense Impairment
- Platform
- Network Devices
- Version
- 2.0
- Created
- 19 October 2020
- Last modified
- 12 May 2026
Adversaries may reduce the level of effort required to decrypt data transmitted over the network by reducing the cipher strength of encrypted communications.[1]
Offense vs defense T1600.001
Is defensive coverage keeping up with adversary use? Eight counts, each ranked against all 697 ATT&CK techniques. Attack sits left, defense right, so a shape leaning left means adversaries are better documented here than defenders are equipped. Hover any spoke for its percentile and the share of techniques that have more. The timeline below shows when each side arrived.
Reduce Key Space detection strategy DET0243
MITRE names one behaviour worth catching for this technique and breaks it into 1 analytic, one per platform. Each carries the log sources it needs and the fields you tune per environment.
Detection Strategy for Weaken Encryption: Reduce Key Space on Network Devices
AN0681 · Network Devices
Defenders may observe attempts to alter cryptographic settings on network devices that reduce key strength or allowable cipher suites. Suspicious indicators include configuration changes that downgrade encryption algorithms, key length parameters, or the disabling of strong encryption in favor of legacy ciphers. These activities often appear as CLI commands modifying crypto policies, firmware changes affecting crypto libraries, or unexpected updates to key management files. Correlation across device config logs and traffic analysis showing weaker ciphers provides higher confidence of malicious key space reduction.
Log sources
The data this analytic draws on. You do not need every component — each one you already collect covers part of it. Each links to its ATT&CK record.
| Data component | Name | Channel |
|---|---|---|
| File ModificationDC0061 | networkdevice:config | Configuration changes referencing 'crypto', 'key length', 'cipher', or downgrade of encryption settings |
| Command ExecutionDC0064 | networkdevice:cli | Execution of CLI commands altering crypto parameters (e.g., 'crypto key generate rsa modulus 512') |
| Network Traffic ContentDC0085 | NSM:Flow | Observed downgrade in negotiated cipher suites or TLS/SSH versions across sessions |
Tunable fields
MITRE calls these the analytic’s mutable elements: the thresholds and filters you set for your own environment.
| Field | What you tune |
|---|---|
| AllowedKeyLengths | Defines the minimum acceptable encryption key sizes; tunable to organizational policy. |
| CipherSuiteBaseline | Baseline list of approved cipher suites for network sessions; deviations may indicate tampering. |
| AuthorizedAdminAccounts | Whitelisted accounts for executing crypto configuration changes; ensures alerts only trigger on unauthorized actions. |
| TimeWindow | Time correlation period between configuration change and anomalous traffic downgrade; adjustable to reduce noise. |