| name | T0856_spoof-reporting-message |
| description | Adversaries may spoof reporting messages in control system environments for evasion and to impair process control. |
| category | configuration |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","ics","t0856","evasion","impair-process-control"] |
| technique_id | T0856 |
| tactic | evasion |
| all_tactics | ["evasion","impair-process-control"] |
| platforms | ["ICS"] |
| mitre_url | https://attack.mitre.org/techniques/T0856 |
| tech_stack | ["ics"] |
| cwe_ids | ["CWE-693"] |
| chains_with | [] |
| prerequisites | [] |
| severity_boost | {} |
T0856 Spoof Reporting Message
High-Level Description
Adversaries may spoof reporting messages in control system environments for evasion and to impair process control. In control systems, reporting messages contain telemetry data (e.g., I/O values) pertaining to the current state of equipment and the industrial process. Reporting messages are important for monitoring the normal operation of a system or identifying important events such as deviations from expected values.
If an adversary has the ability to Spoof Reporting Messages, they can impact the control system in many ways. The adversary can Spoof Reporting Messages that state that the process is operating normally, as a form of evasion. The adversary could also Spoof Reporting Messages to make the defenders and operators think that other errors are occurring in order to distract them from the actual source of a problem.
Kill Chain Phase
- Evasion (TA0103)
- Impair Process Control (TA0106)
Platforms: ICS
What to Check
How to Test
Identify Attack Surface
Determine if the target ICS/SCADA environment is susceptible to Spoof Reporting Message by examining operational technology systems and network architecture.
Assess Existing Defenses
Review whether mitigations for T0856 are in place. If defenses are absent or misconfigured, this technique may be exploitable in the ICS environment.
Remediation Guide
M0813 Software Process and Device Authentication
Devices should authenticate all messages between master and outstation assets.
M0802 Communication Authenticity
Protocols used for control functions should provide authenticity through MAC functions or digital signatures. If not, utilize bump-in-the-wire devices or VPNs to enforce communication authenticity between devices that are not capable of supporting this (e.g., legacy controllers, RTUs).
M0930 Network Segmentation
Segment operational assets and their management devices based on their functional role within the process. Enabling more strict isolation to more critical control and operational information within the control environment.