FortiSIEM Rules

Excessive Destination Windows DC Replication Failure

Rule ID

PH_Rule_Avail_65

Default Status

Enabled

Description

Detects that a specific Domain Controller is failing to replicate to a destination Windows Domain Controller

Severity

9

Category

Availability

MITRE ATT&CK® Tactics

Domain Controller

MITRE ATT&CK® Techniques

No Technique Specified

Impacts

Server

Data Source

Windows App Log / Agent or OMI

Detection

Correlation

Remediation Guidance

Identify the root cause and solve the issue

Time Window

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

120 seconds

Trigger Conditions

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

Down

SubPattern Definitions

SubPattern Name: Down

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 = "PH_DEV_MON_DST_AD_REPL_STAT"

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

destName,hostName

Aggregate Constraint

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

COUNT(*) >= 1 AND AVG(failurePct) > 30

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

 srcName = Down.hostName,
destName = Down.destName