FortiSIEM Rules

Cisco AVC: P2P Applications that exceed interface utilization

Rule ID

PH_Rule_Perf_AVC_3

Default Status

Disabled

Description

Detects P2P applications that exceed interface utilization as reported by Cisco AVC.

Severity

1

Category

Performance

MITRE ATT&CK® Tactics

Interface

MITRE ATT&CK® Techniques

No Technique Specified

Impacts

Application

Data Source

Cisco Application Visibility and Control (AVC) logs via Netflow V9

Detection

Correlation

Remediation Guidance

No remediation guidance specified

Time Window

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

600 seconds

Trigger Conditions

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

AlertP2PUtil

SubPattern Definitions

SubPattern Name: AlertP2PUtil

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 = "IOS-AVC-NETFLOW" OR eventType = "Cisco-WLC-AVC-NETFLOW") AND nbarP2PFlag = 1 AND (inIntfUtil > 10 OR outIntfUtil > 10)

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

nbarApplicationId, appName, appCategory, appSubcategory, appGroupName, ipProto, srcIpAddr, destIpAddr, destIpPort

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

 nbarApplicationId = AlertP2PUtil.nbarApplicationId,
 appName = AlertP2PUtil.appName,
 appCategory = AlertP2PUtil.appCategory,
 appSubcategory = AlertP2PUtil.appSubcategory,
 appGroupName = AlertP2PUtil.appGroupName,
 ipProto = AlertP2PUtil.ipProto,
 srcIpAddr = AlertP2PUtil.srcIpAddr,
 destIpAddr = AlertP2PUtil.destIpAddr