FortiSIEM Rules

UEBA Policy detects file archiver application

Rule ID

PH_Rule_UEBA_TAG_26

Default Status

Disabled

Description

FortiSIEM UEBA Policy detects file archiver application

Severity

7

Category

Security

MITRE ATT&CK® Tactics

Collection

Collection consists of techniques adversaries may use to gather information and the sources information is collected from that are relevant to following through on the adversary's objectives. Frequently, the next goal after collecting data is to steal (exfiltrate) the data. Common target sources include various drive types, browsers, audio, video, and email. Common collection methods include capturing screenshots and keyboard input.

https://attack.mitre.org/tactics/TA0009

MITRE ATT&CK® Techniques


T1560.001

Archive Collected Data: Archive via Utility

An adversary may compress or encrypt data that is collected prior to exfiltration using 3rd party utilities. Many utilities exist that can archive data, including 7-Zip, WinRAR, and WinZip. Most utilities include functionality to encrypt and/or compress data.

https://attack.mitre.org/techniques/T1560/001

Impacts

Application

Data Source

Windows via FortiSIEM Agent with UEBA turned on

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.

UEBA

SubPattern Definitions

SubPattern Name: UEBA

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 = "FINS-Windows-new-process-created" AND procName IN ("7z.exe", "7za", "7za.exe", "7zfm.exe", "7zg.exe", "bunzip", "bunzip2", "bzip", "bzip2", "gunzip", "gzip", "peazip.exe", "rar.exe", "tar", "winrar.exe", "winzip.exe", "zip.exe")  AND user NOT REGEXP ".*\$$|dwn-.*|dwm-.*|umfd-.*|.*SYSTEM.*|.*ANONYMOUS.*"

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

hostName,domain,user,procName,activityName,resourceName

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

 hostName = UEBA.hostName,
 domain = UEBA.domain,
 user = UEBA.user,
 procName = UEBA.procName,
 activityName = UEBA.activityName,
 resourceName = UEBA.resourceName