Modify Parameter

Adversaries may modify parameters used to instruct industrial control system devices. These devices operate via programs that dictate how and when to perform actions based on such parameters. Such parameters can determine the extent to which an action is performed and may specify additional options. For example, a program on a control system device dictating motor processes may take a parameter defining the total number of seconds to run that motor.

An adversary can potentially modify these parameters to produce an outcome outside of what was intended by the operators. By modifying system and process critical parameters, the adversary may cause Impact to equipment and/or control processes. Modified parameters may be turned into dangerous, out-of-bounds, or unexpected values from typical operations. For example, specifying that a process run for more or less time than it should, or dictating an unusually high, low, or invalid value as a parameter.

ID: T0836
Sub-techniques:  No sub-techniques
Platforms: None
Version: 1.3
Created: 21 May 2020
Last Modified: 13 October 2023

Procedure Examples

ID Name Description
S1045 INCONTROLLER

INCONTROLLER can use the HTTP CGI scripts on Omron PLCs to modify parameters on EtherCat connected servo drives.[1]

S1072 Industroyer2

Industroyer2 modifies specified Information Object Addresses (IOAs) for specified Application Service Data Unit (ASDU) addresses to either the ON or OFF state.[2][3]

C0020 Maroochy Water Breach

In the Maroochy Water Breach, the adversary gained remote computer access to the control system and altered data so that whatever function should have occurred at affected pumping stations did not occur or occurred in a different way. The software program installed in the laptop was one developed for changing configurations in the PDS computers. This ultimately led to 800,000 liters of raw sewage being spilled out into the community.[4]

S0603 Stuxnet

In states 3 and 4 Stuxnet sends two network bursts (done through the DP_SEND primitive). The data in the frames are instructions for the frequency converter drives. For example one of the frames contains records that change the maximum frequency (the speed at which the motor will operate). The frequency converter drives consist of parameters, which can be remotely configured via Profibus. One can write new values to these parameters changing the behavior of the device. [5]

Targeted Assets

ID Asset
A0005 Intelligent Electronic Device (IED)
A0003 Programmable Logic Controller (PLC)
A0004 Remote Terminal Unit (RTU)

Mitigations

ID Mitigation Description
M0947 Audit

Provide the ability to verify the integrity and authenticity of changes to parameter values.

M0800 Authorization Enforcement

All field controllers should restrict the modification of parameter values to only certain users (e.g., engineers, field technician), preferably through implementing a role-based access mechanism. They should also restrict online edits and enable write protection for parameters.

M0804 Human User Authentication

All field controllers should require that user authenticate for all remote or local management sessions. The authentication mechanisms should also support Account Use Policies, Password Policies, and User Account Management.

M0818 Validate Program Inputs

Devices and programs should validate the content of any remote parameter changes, including those from HMIs, control servers, or engineering workstations.[6]

Detection

ID Data Source Data Component Detects
DS0015 Application Log Application Log Content

Monitor device application logs parameter changes, although not all devices will produce such logs.

DS0039 Asset Asset Inventory

Monitor asset management systems for device configuration changes which can be used to understand expected parameter settings.

DS0029 Network Traffic Network Traffic Content

Monitor ICS management protocols for parameter changes, including for unexpected values, changes far exceeding standard values, or for parameters being changed in an unexpected way (e.g., via a new function, at an unusual time).

DS0040 Operational Databases Device Alarm

Monitor for device alarms produced when parameters are changed, although not all devices will produce such alarms.

References