FortiSIEM Rules

ICS Alert: Brute Force I/O

Rule ID

PH_RULE_ICS_Brute_Force_I_O

Default Status

Enabled

Description

An ICS monitoring system has detected an event containing Mitre ICS Technique ID T0806 - Brute Force I/O. Adversaries may repetitively or successively change I/O point values to manipulate a process function. The adversary may be able to generate instability on the process function associated with that particular point.

Severity

8

Category

Security

MITRE ATT&CK® Tactics

Impair Process Control

MITRE ATT&CK® Techniques

Impacts

Network

Data Source

Dragos Platform via Syslog and Nozomi SCADA Guardian/CMC via NOZOMI_API

Detection

Correlation

Remediation Guidance

Investigate the source, and determine if the event was legitimate.

Time Window

If the following pattern or patterns match an ingested event within the given time window in seconds, trigger an incident.

300 seconds

Trigger Conditions

If the following defined pattern/s occur within a 300 second time window.

mitre_ics_event

SubPattern Definitions

SubPattern Name: mitre_ics_event

This is the named definition of the event query, this is important if multiple subpatterns are defined to distinguish them.

SubPattern Query

This is the query logic that matches incoming events

(eventType CONTAIN "FortiDeceptor-" OR eventType CONTAIN "Dragos-" OR eventType CONTAIN "Nozomi-")  AND  attackTechniqueId REGEXP "^(T\d+,)*T0806(,T\d+)*$"

Group by Attributes

This defines how matching events are aggregated, only events with the same matching attribute values are grouped into one unique incident ID

srcIpAddr,destIpAddr,eventType

Aggregate Constraint

This is most typically a numerical constraint that defines when the rule should trigger an incident

COUNT(*) >= 1

Incident Attribute Mapping

This section defines which fields in matching raw events should be mapped to the incident attributes in the resulting incident.

The available raw event attributes to map are limited to the group by attributes and the aggregate event constraint fields for each subpattern

 compEventType=mitre_ics_event.eventType,
srcIpAddr=mitre_ics_event.srcIpAddr,
destIpAddr=mitre_ics_event.destIpAddr,
incidentCount=mitre_ics_event.COUNT(*)