UNC6201

Suspected PRC-Nexus Threat Model - Dell RecoverPoint Internal-Access Scenario
CVE-2026-22769 (CVSS 10.0 critical)INITIAL ACCESS CAVEATED3 OBSERVED / 2 MODELED / 4 GAPSRECOVERY-PLANE RISK3 SOURCE ARTICLES282 EXTRACTED ARTIFACTS
01

Executive Summary

Critical exposure

RecoverPoint appliance risk

The source pack centers on CVE-2026-22769 in Dell RecoverPoint for Virtual Machines. The practical model is recovery-plane compromise, not a generic web-app story.

Initial access caveated

Do not overstate the path

The RecoverPoint exploitation is strongly supported, but the initial access vector into victim environments was not confirmed.

Observed tooling

SLAYSTYLE / BRICKSTORM / GRIMBOLT

This model keeps tooling evidence separate from modeled movement. Tool deployment is evidence; path order is defensive reasoning.

Source-backed

Three Google reports

The model uses the UNC6201 article, the BRICKSTORM campaign article, the GTIG AI Threat Tracker, and Dell advisory context as separate source layers.

Observed stages
3
direct display stages
Modeled stages
2
threat-model steps
Evidence gaps
4
validation questions
Source articles
3
GTIG/Mandiant sources
Extracted artifacts
282
evidence objects

Defender takeaway

UNC6201 activity has reportedly been present since at least mid-2024, so remediation should include retrospective hunting, not just patch deployment. The most distinctive operational risk is the recovery-plane pivot: RecoverPoint compromise can become a path toward VMware/vCenter control, including Ghost NIC-style virtual networking changes and iptables-based Single Packet Authorization.

02

Evidence Boundaries

Observed evidence

  • T1078 Valid Accounts: Tomcat Manager administrative access.
  • T1059.004 Unix Shell: command execution on the appliance.
  • T1505.003 Web Shell: SLAYSTYLE via malicious WAR deployment.

Modeled / caveated

  • T1190 remains caveated because initial access was not confirmed.
  • RecoverPoint-to-VMware pivot risk is modeled from appliance trust boundaries and source context.

Validation gaps

  • Credential access, internal discovery, account manipulation, and data access remain tabletop questions unless backed by environment evidence.
  • AI/LLM abuse is actor-capability context, not part of the RecoverPoint attack path.

Reading rule

Green means quote-backed or directly extracted. Amber means modeled or caveated. Red means a useful validation gap. Treat the page as a defensive model, not a confirmed incident timeline.

Source evidence anchors: Main UNC6201 article | BRICKSTORM espionage campaign | GTIG AI Threat Tracker

03

Actor & Asset Model

Actor frame

UNC6201 is treated as a suspected PRC-nexus threat cluster. Overlap with UNC5221 / Silk Typhoon remains a caveat, not identity equivalence.

Asset at risk

RecoverPoint for Virtual Machines is modeled as a high-trust recovery and replication control surface adjacent to VMware, ESXi, vCenter, and restore workflows.

Trust boundary

Appliance management access can cross into command execution, persistence, recovery-plane operations, and modeled internal pivot paths if segmentation and logging are weak.

04

Threat Model Detail

Scope

This is the working threat model for UNC6201 against RecoverPoint-backed VMware recovery environments. It separates confirmed source evidence from modeled internal-access risk and from environment-specific validation work.

StageAsset / surfaceEntry pointPreconditionsTrust boundary crossedAbuse caseTelemetry and controls
Caveated initial accessEdge or internal route to RecoverPoint managementUnknown for the observed incidents; RecoverPoint exploitation is supported, first entry is not confirmed.Actor can reach appliance management or already has internal access.External or untrusted network into management plane.Turn reachable appliance management into a path toward recovery infrastructure.Restrict management access, review VPN and edge appliance auth, correlate first-seen RecoverPoint activity with perimeter logs.
Identity controlApache Tomcat Manager on RecoverPointHard-coded/default administrative credentials.Management interface reachable; credentials are not rotated or mitigated.Unauthenticated network actor into appliance administration.Use legitimate manager access to blend with administrative deployment behavior.Review Tomcat auth logs, rotate/remediate credentials, block manager access outside jump hosts.
ExecutionRecoverPoint appliance operating systemWAR deployment and command execution through Tomcat Manager.Manager credentials work; Tomcat can deploy applications with appliance privileges.Application administration into root-level appliance execution.Execute commands on a recovery-plane appliance that may have limited endpoint visibility.Hunt for /manager/text/deploy, unexpected WAR/JSP files, process execution from Tomcat paths.
PersistenceTomcat webapps, startup scripts, appliance filesystemSLAYSTYLE web shell and modified legitimate scripts such as convert_hosts.sh.Write access to Tomcat and boot-time script paths.Runtime compromise into durable appliance foothold.Survive reboots and maintain access while appearing close to normal appliance behavior.File integrity monitoring, clean-baseline comparison, startup script review, Tomcat directory inventory.
Recovery-plane pivotvCenter, ESXi, virtual networking, restore workflowsModeled from RecoverPoint adjacency plus VMware/vCenter campaign context.Appliance has network paths or credentials that touch VMware management functions.Recovery appliance into virtualization control plane.Reach high-value systems, inspect protected workloads, or support later credential and data access. The primary VMware concern is Ghost NIC-style activity: temporary network ports on existing ESXi VMs used to bridge toward internal or SaaS infrastructure and then disappear from normal inventory.Monitor appliance-to-vCenter traffic, vNIC changes, VM clone/delete events, recovery-job audit trails, and short-lived virtual network adapter or port group changes.
Validation gapsIdentity stores, SaaS repositories, sensitive VMs, backup setsNot directly proven for the RecoverPoint incident path in this page.Requires victim-specific logs, EDR, identity telemetry, and VMware task history.Management plane into enterprise identity and data planes.Credential theft, account manipulation, internal discovery, and data access are plausible outcomes to test.Use tabletop questions, retrospective hunts, privileged-account review, and restore-plane access audits.

Primary assumptions

  • The appliance is reachable from a path the actor can use.
  • RecoverPoint has meaningful trust relationships with VMware and recovery operations.
  • Appliance telemetry may be weaker than workstation or server EDR coverage.

Key abuse cases

  • Use Tomcat Manager as a legitimate-looking deployment surface.
  • Persist on a high-trust appliance with limited monitoring.
  • Create Ghost NIC-style temporary virtual network paths from ESXi VMs toward internal or SaaS infrastructure.
  • Pivot from recovery infrastructure toward vCenter, ESXi, privileged VMs, or SaaS document access.

Decision points

  • Can the team prove whether RecoverPoint was reached from the internet, VPN, or internal host?
  • Can it distinguish normal recovery operations from attacker-driven VM or network changes?
  • Can it scope credentials exposed through appliance or VMware access?
05

Attack Chain - Evidence-Aware Model

STEP 01
caveated
Initial Access
RecoverPoint exploitation is supported, but the first entry into victim environments was not confirmed.
T1190
STEP 02
observed
Identity Control
Hard-coded/default Tomcat Manager credentials create an administrative access path.
T1078
STEP 03
observed
Execution
Tomcat Manager/WAR activity leads to command execution on the appliance.
T1059.004
STEP 04
observed
Web Shell
SLAYSTYLE web shell persistence is tied to malicious WAR deployment.
T1505.003
STEP 05
modeled
Recovery-Plane Pivot
VMware/vCenter movement remains modeled from trust boundaries and campaign context. Ghost NICs are the key pivot pattern to validate.
Ghost NIC / VMware risk
STEP 06
gap
Internal Outcomes
Credential access, discovery, account changes, and data access need environment validation.
tabletop gaps
06

Technical & Forensic Anchors

Tomcat Manager

Review manager authentication, /manager/text/deploy, WAR/JSP deployment, Tomcat webapps/cache changes, and RecoverPoint audit logs.

Persistence artifacts

Watch convert_hosts.sh, rc.local, Tomcat deployment paths, iptables state, and boot-time restoration behavior.

Malware families

SLAYSTYLE is the web shell anchor. BRICKSTORM and GRIMBOLT are tooling and persistence context. Keep those separate from lateral-movement claims.

Malware Behavior Notes

FamilyRole in this modelBehavioral notesEvidence boundary
SLAYSTYLEObserved web-shell / backdoor context.In the RecoverPoint case, SLAYSTYLE is tied to malicious WAR deployment through Tomcat Manager. In the BRICKSTORM campaign article, SLAYSTYLE is described as a JSP web shell that receives operating-system commands through HTTP requests and returns command output in the HTTP response.Use as web-shell persistence and command-execution evidence; do not treat every vCenter SLAYSTYLE behavior as confirmed for UNC6201 unless incident logs support it.
BRICKSTORMObserved tooling for UNC6201 and broader campaign context.The campaign article frames BRICKSTORM as backdoor malware used to maintain persistent access. The UNC6201 article ties BRICKSTORM to RecoverPoint activity and later GRIMBOLT replacement context.Supports persistence/tooling and campaign memory; not a lateral-movement technique by itself.
GRIMBOLTObserved UNC6201 backdoor/tooling context.The UNC6201 article identifies GRIMBOLT as a novel C# foothold backdoor compiled with native ahead-of-time (AOT) compilation and packed with UPX. Those choices improve performance on resource-constrained appliances and complicate static analysis by removing common .NET intermediate-language metadata. GRIMBOLT provides remote shell capability and uses the same command-and-control infrastructure as previously deployed BRICKSTORM payloads.Use for C2, persistence, file-hash hunting, and static-analysis expectations. AOT/UPX means defenders should not rely only on conventional .NET metadata or unpacked binary patterns.

Activity Timeline

TimeframeWhat it means for defendersEvidence status
Mid-2024Earliest identified exploitation activity for CVE-2026-22769. Hunt windows should reach back to this period where logs and backups allow.Primary incident evidence.
September 2025Mandiant observed older BRICKSTORM binaries replaced with GRIMBOLT. The reason is uncertain: planned tooling lifecycle and reaction to incident response are both possibilities.Primary incident evidence with stated uncertainty.
February 2026 disclosureDell remediation, public reporting, and CISA KEV pressure shifted the issue from stealth campaign to urgent remediation item.Primary incident plus external vendor/government context.
07

Relationship Graph

What the graph shows

This graph shows entity-to-entity links from source relationships, plus one modeled trust-boundary pivot. It is meant for analyst reasoning, not a timeline.

primary incidentUNC6201

Suspected PRC-nexus cluster in the RecoverPoint article.

uses
relationship-backedSLAYSTYLE / BRICKSTORM / GRIMBOLT

Explicit source relationships connect UNC6201 to these malware/tooling names.

targets / operates through
primary incidentDell RecoverPoint / Tomcat Manager

CVE, hard-coded credentials, WAR deployment, and command execution evidence.

modeled pivot
modeledVMware / vCenter / Recovery Plane

Trust-boundary risk shaped by RecoverPoint adjacency and BRICKSTORM campaign context.

RelationshipSource layerProvenanceConfidenceEvidence note
UNC5221 uses BRICKSTORMCampaign contextexplicit0.9Google Threat Intelligence Group (GTIG) is tracking BRICKSTORM malware activity, which is being used to maintain persistent access to victim organizations in the United States....
UNC5221 uses SLAYSTYLECampaign contextexplicit0.9The threat actor has also created a web shell tracked by Mandiant as SLAYSTYLE on vCenter servers. SLAYSTYLE, tracked by MITRE as BEEFLUSH , is a JavaServer Pages (JSP) web shel...
UNC6201 uses SLAYSTYLEPrimary incident evidenceexplicit0.9Mandiant and Google Threat Intelligence Group (GTIG) have identified the zero-day exploitation of a high-risk vulnerability in Dell RecoverPoint for Virtual Machines , tracked a...
UNC6201 uses BRICKSTORMPrimary incident evidenceexplicit0.9Mandiant and Google Threat Intelligence Group (GTIG) have identified the zero-day exploitation of a high-risk vulnerability in Dell RecoverPoint for Virtual Machines , tracked a...
UNC6201 uses GRIMBOLTPrimary incident evidenceexplicit0.9Mandiant and Google Threat Intelligence Group (GTIG) have identified the zero-day exploitation of a high-risk vulnerability in Dell RecoverPoint for Virtual Machines , tracked a...
08

ATT&CK Validation Matrix

How to read this matrix

Technique rows are merged by ATT&CK ID. Source layers show whether the support comes from the UNC6201 incident article, broader BRICKSTORM campaign context, or actor-capability context. T1190 stays caveated because the first entry vector was not confirmed.

IDTechniqueStatusSource layersValidation note
T1190Exploit Public-Facing ApplicationcaveatedPrimary incident evidenceRecoverPoint exploitation is strongly supported, but the initial access vector into victim environments was not confirmed.
T1059.004Unix Shellmodeled from evidencePrimary incident evidence, campaign contextSupported by shell command execution evidence around Tomcat/web-shell activity; exact use depends on the source layer.
T1090Proxymodeled from evidencePrimary incident evidence, campaign contextRepresents proxy, tunneling, or pivot behavior in the source material; validate with network and appliance logs before treating it as observed locally.
T1497.001System Checksmodeled from evidencePrimary incident evidence, campaign contextMapped from virtualization and VM environment checks; useful for hunting but not a standalone incident sequence.
T1505.003Web Shellmodeled / quote-supportedPrimary incident evidence, campaign contextSLAYSTYLE web-shell evidence supports this mapping; the RecoverPoint and vCenter contexts should remain separated.
T1071.001Application Layer Protocol: Web Protocolsobserved in campaign contextCampaign contextExplicit ATT&CK identifier appears in BRICKSTORM detection content. Use as campaign tradecraft context, not automatic UNC6201 incident proof.
T1587Develop Capabilitiesactor capability contextGTIG AI Threat TrackerThreat-tracker context only: capability development is not promoted into the RecoverPoint attack path.
09

Detection & Controls

RecoverPoint / Tomcat

  • Hunt for /manager and /manager/text/deploy.
  • Review unexpected WAR/JSP deployments.
  • Baseline Tomcat users and audit logs.

Persistence / C2

  • Monitor startup scripts and Tomcat deployment directories.
  • Review outbound WSS from appliances.
  • Audit iptables redirects, hidden ports, and SPA-like rules.

VMware / recovery plane

  • Alert on unusual appliance-to-vCenter traffic.
  • Review transient vNIC and VM clone/delete activity.
  • Restrict RecoverPoint and vCenter management access to hardened admin paths.

Worked Detection Example

ScenarioLogs neededAnalytic ideaExpected signalFalse positivesControl that breaks it
Tomcat Manager WAR deployment on a RecoverPoint appliance.RecoverPoint audit log, Tomcat access logs, filesystem change data for webapps/cache paths, process execution if available.Alert when /manager/text/deploy or manager authentication appears on RecoverPoint, especially with new WAR/JSP files or Tomcat-spawned shell execution.Manager request followed by deployment artifact and command execution from Tomcat context.Rare vendor maintenance or controlled recovery operation; validate change ticket and administrator source.Network restrict Tomcat Manager, rotate/remediate hard-coded credentials, enforce jump-host-only appliance administration.

What Would Promote VMware Pivot From Modeled To Observed

QuestionEvidence that would confirmEvidence that would weaken
Did RecoverPoint reach vCenter or ESXi in an unusual way?Firewall, proxy, NetFlow, or appliance logs showing unexpected RecoverPoint-to-vCenter/ESXi connections near the compromise window.Only expected recovery-operation traffic from approved service accounts and scheduled jobs.
Were Ghost NICs used?vSphere events showing short-lived virtual NIC or network-port creation on existing ESXi VMs, especially where the adapter is quickly removed after access to internal or SaaS infrastructure.No unexplained network adapter additions, no temporary port group membership changes, and no related internal/SaaS access from the VM timeline.
Was virtual networking manipulated?vSphere events showing short-lived vNIC additions, port group changes, or VM reconfiguration not tied to an approved change.No unexplained VmReconfiguredEvent activity and no anomalous virtual switch membership changes.
Was VM cloning used for credential or data access?vCenter task history showing clone, snapshot, export, or delete sequences involving sensitive VMs and high-privilege accounts.Clone/delete activity aligns with documented backup, DR test, or administrative workflows.
Did credentials move from recovery plane to identity or SaaS access?Privileged logons from appliance-adjacent hosts, unusual SSO activity, new OAuth/SaaS access, or access to document repositories after appliance compromise.No identity events, SaaS audit entries, or privileged sessions connected to the appliance timeline.

Tabletop Validation Questions

Scope

  • Which RecoverPoint appliances existed before patching?
  • Were any reachable from VPN, edge, or broad internal segments?
  • Can logs establish first suspicious manager access?

Recovery plane

  • Which vCenter, ESXi, storage, and restore workflows trusted the appliance?
  • Were any VM clone, vNIC, or port group changes unexplained?
  • Were backup or recovery credentials reused elsewhere?

Containment

  • Can management interfaces be isolated without breaking recovery objectives?
  • Can privileged credentials be rotated safely?
  • What evidence would prove the actor did or did not reach data repositories?
10

Source Evidence Ledger

Deduped evidence view

Repeated claims are grouped here so the same source quote is not shown over and over for every stage label or malware name.

Claim groupSource layerConfidenceQuote anchorHow to use it
RecoverPoint CVE and caveatPrimary incident evidencehighMandiant and Google Threat Intelligence Group (GTIG) have identified the zero-day exploitation of a high-risk vulnerability in Dell RecoverPoint for Virtual Machines , tracked as CVE-2026-22769 , with a CVSSv3.1 score of 10.0 . Analysis of incident response...Use as the incident anchor; keep initial access caveated.
Tomcat Manager access pathPrimary incident evidencehighMandiant discovered CVE-2026-22769 while investigating multiple Dell RecoverPoint for Virtual Machines within a victim’s environment that had active C2 associated with BRICKSTORM and GRIMBOLT backdoors. During analysis of the appliances, analysts identified...Supports appliance-management access and WAR deployment review.
BRICKSTORM campaign memoryCampaign contexthighGoogle Threat Intelligence Group (GTIG) is tracking BRICKSTORM malware activity, which is being used to maintain persistent access to victim organizations in the United States. Since March 2025, Mandiant Consulting has responded to intrusions across a range...Use as campaign/tradecraft context, not proof of every UNC6201 step.
AI capability contextActor capability contextcontext_onlyThis marks a new operational phase of AI abuse, involving tools that dynamically alter behavior mid-execution.Use as actor-capability context only, outside the RecoverPoint attack path.

AI tracker provenance

The GTIG AI Threat Tracker is included only because it was part of the three-article Google source set used to enrich actor-capability context. It does not prove AI use in the RecoverPoint intrusion path. Treat it as background on adversary capability development unless a future incident source directly connects those behaviors to UNC6201 activity in this campaign.

11

External Vendor Context

Why this section is separate

Dell guidance is operationally important for remediation and scoping. It is labeled as external vendor context so readers do not confuse vendor remediation facts with the Google incident and campaign evidence.

Dell advisory

DSA-2026-079

Dell rates the RecoverPoint for Virtual Machines issue as critical. The advisory describes CVE-2026-22769 as a hard-coded credential vulnerability that can allow unauthenticated access to the underlying operating system and root-level persistence.

Affected versions

Prior to 6.0.3.1 HF1

Dell lists RecoverPoint for Virtual Machines 6.0 through 6.0 SP3 P1 as affected prior to 6.0.3.1 HF1. Dell also notes 5.3 SP4 P1 and earlier 5.3 releases require upgrade/remediation steps.

Deployment boundary

Not public-facing

Dell recommends deploying RecoverPoint for Virtual Machines only within trusted, access-controlled internal networks protected by firewalls and segmentation. This reinforces the page's recovery-plane threat model.

CISA KEV

Known exploited

CISA lists CVE-2026-22769 in the Known Exploited Vulnerabilities catalog. Treat that as a remediation urgency signal and a reason to hunt retrospectively, not just apply the vendor fix.

Targeting scope

North America

The Hacker News reported that Google said the activity targeted organizations across North America. This is external reporting context, not a replacement for internal exposure scoping.

Vendor Remediation View

Vendor itemDell contextHow this changes the model
Primary fix pathUpgrade RecoverPoint for Virtual Machines to 6.0.3.1 HF1, or apply Dell's remediation script where upgrade is not immediately possible.Adds an operational response layer without changing the evidence status of the attack path.
Legacy 5.3 pathDell states 5.3 SP4 P1 should migrate to 6.0 SP3 and then upgrade to 6.0.3.1 HF1, or follow the remediation script path.Useful for environment scoping and exposure review.
Product boundaryDell says RecoverPoint Classic physical and virtual appliances are not affected by this CVE.Prevents over-scoping the model to unrelated RecoverPoint product lines.
Exposure guidanceRecoverPoint for Virtual Machines is not intended for untrusted or public networks.Supports the control recommendation to segment appliance management and recovery-plane traffic.
CISA KEV statusCVE-2026-22769 is listed in the CISA Known Exploited Vulnerabilities catalog.Prioritize patching, compensating controls, and retrospective hunting.
External targeting noteThe Hacker News reported that Google said the activity targeted organizations across North America.Useful for regional awareness; still validate local exposure and telemetry.

External sources: Dell DSA-2026-079 | NVD/CISA KEV reference for CVE-2026-22769 | The Hacker News targeting report. Dell, CISA, and media context are not counted in the three Google article totals.

12

Technical Appendix

Purpose

This appendix keeps the heavier UNC6201 material: source roles, selected artifacts, long hashes, and YARA names. It preserves rigor without slowing down the main threat model.

Cross-Report Memory Map

Google sourceContributesUse in this modelConfidence effect
Primary incident evidence
UNC6201 RecoverPoint article
RecoverPoint exploitation, CVE-2026-22769, Tomcat Manager/WAR deployment, SLAYSTYLE, BRICKSTORM/GRIMBOLT, caveats, IOCs, and YARA names.Primary source for the UNC6201 RecoverPoint threat model and for the caveat that initial access was not confirmed.Raises incident confidence with direct evidence, while qualifying initial access and path ordering.
Campaign context
BRICKSTORM article
BRICKSTORM and SLAYSTYLE campaign context, VMware/vCenter tradecraft, VM cloning, long-dwell persistence, and hunting logic.Enriches the recovery-plane and VMware pivot model without turning every campaign behavior into a confirmed UNC6201 RecoverPoint step.Raises tradecraft confidence but remains contextual for this incident path.
Actor capability context
GTIG AI Threat Tracker
AI/LLM abuse and capability-development context from the broader GTIG tracker.Explains a possible actor capability layer only; it is not part of the RecoverPoint attack chain in this brief.Context only; does not raise confidence for RecoverPoint exploitation, VMware pivoting, or data access.

Network IOC Coverage

The UNC6201 source data used here provides one public network IOC, 149.248.11.71, and one C2 endpoint, wss://149.248.11.71/rest/apisession. The BRICKSTORM campaign material also includes local/private examples such as 10.0.0.255 and vCenter access URLs. No additional public C2 domains are shown in this page. Treat the absence of domains as a source limitation, not proof that no other infrastructure existed.

Selected Artifacts

TypeValueSource layer
cveCVE-2026-22769Primary incident evidence
file_path/home/kos/tomcat9/tomcat-users.xmlPrimary incident evidence
file_path/manager/text/deployPrimary incident evidence
port443Primary incident evidence
port10443Primary incident evidence
file_path/home/kos/auditlog/fapi_cl_audit_log.logPrimary incident evidence
file_path/var/lib/tomcat9Primary incident evidence
file_path/var/cache/tomcat9/CatalinaPrimary incident evidence
file_path/var/log/tomcat9Primary incident evidence
file_path/home/kos/kbox/src/installation/distribution/convert_hosts.shPrimary incident evidence
ioc_ip149.248.11.71Primary incident evidence
file_path/bin/shPrimary incident evidence

File Hash Reference

TypeSHA256Source layer
ioc_hash_sha25624a11a26a2586f4fba7bfe89df2e21a0809ad85069e442da98c37c4add369a0cPrimary incident evidence
ioc_hash_sha256dfb37247d12351ef9708cb6631ce2d7017897503657c6b882a711c0da8a9a591Primary incident evidence
ioc_hash_sha25692fb4ad6dee9362d0596fda7bbcfe1ba353f812ea801d1870e37bfc6376e624aPrimary incident evidence
ioc_hash_sha256aa688682d44f0c6b0ed7f30b981a609100107f2d414a3a6e5808671b112d1878Primary incident evidence
ioc_hash_sha2562388ed7aee0b6b392778e8f9e98871c06499f476c9e7eae6ca0916f827fe65dfPrimary incident evidence
ioc_hash_sha256320a0b5d4900697e125cebb5ff03dee7368f8f087db1c1570b0b62f5a986d759Primary incident evidence
ioc_hash_sha25690b760ed1d0dcb3ef0f2b6d6195c9d852bcb65eca293578982a8c4b64f51b035Primary incident evidence
ioc_hash_sha25645313a6745803a7f57ff35f5397fdf117eaec008a76417e6e2ac8a6280f7d830Primary incident evidence

YARA Rule Names

RuleSource layer
G_APT_BackdoorToehold_GRIMBOLT_1Primary incident evidence
G_Hunting_BackdoorToehold_GRIMBOLT_1Primary incident evidence
G_APT_BackdoorWebshell_SLAYSTYLE_4Primary incident evidence
G_APT_Backdoor_BRICKSTORM_3Campaign context
G_Backdoor_BRICKSTORM_2Campaign context
G_APT_Backdoor_BRICKSTORM_1Campaign context
G_APT_Backdoor_BRICKSTORM_2Campaign context
G_APT_BackdoorWebshell_SLAYSTYLE_1Campaign context
G_APT_BackdoorWebshell_SLAYSTYLE_2Campaign context
G_Backdoor_BRICKSTEAL_1Campaign context
G_Dropper_BRICKSTEAL_1Campaign context
G_Dropper_BRICKSTEAL_2Campaign context