This detection rule identifies specific identifying strings associated with the Quarian adversary to uncover potential reconnaissance or initial access activities within the environment. Proactively hunting for these indicators in Azure Sentinel allows the SOC team to establish a baseline of known benign patterns and rapidly detect deviations that may signal early-stage threat actor presence before escalation occurs.
rule QuarianStrings : Quarian Family
{
meta:
description = "Quarian Identifying Strings"
author = "Seth Hardy"
last_modified = "2014-07-09"
strings:
$ = "s061779s061750"
$ = "[OnUpLoadFile]"
$ = "[OnDownLoadFile]"
$ = "[FileTransfer]"
$ = "---- Not connect the Manager, so start UnInstall ----"
$ = "------- Enter CompressDownLoadDir ---------"
$ = "------- Enter DownLoadDirectory ---------"
$ = "[HandleAdditionalData]"
$ = "[mswsocket.dll]"
$ = "msupdate.dll........Enter ThreadCmd!"
$ = "ok1-1"
$ = "msupdate_tmp.dll"
$ = "replace Rpcss.dll successfully!"
$ = "f:\\loadhiddendriver-mdl\\objfre_win7_x86\\i386\\intelnat.pdb"
$ = "\\drivercashe\\" wide ascii
$ = "\\microsoft\\windwos\\" wide ascii
$ = "\\DosDevices\\LOADHIDDENDRIVER" wide ascii
$ = "\\Device\\LOADHIDDENDRIVER" wide ascii
$ = "Global\\state_maping" wide ascii
$ = "E:\\Code\\2.0\\2.0_multi-port\\2.0\\ServerInstall_New-2010-0913_sp3\\msupdataDll\\Release\\msupdate_tmp.pdb"
$ = "Global\\unInstall_event_1554_Ower" wide ascii
condition:
any of them
}
This YARA rule can be deployed in the following contexts:
Here are 5 specific false positive scenarios for the Quarian Identifying Strings detection rule in an enterprise environment, including suggested filters and exclusions:
Scheduled Backup Agent Heartbeats
System event log on domain controllers, mimicking a potential lateral movement signature.svc_veeam_backup) or processes named VeeamAgent.exe and SimpanaService.exe. Additionally, filter out log entries containing the substring “Scheduled-Heartbeat” in the message body.Endpoint Detection & Response (EDR) Policy Updates
FalconSensor.exe or SentinelOneAgent.exe. Implement a time-based filter to suppress alerts during known maintenance windows (e.g., 01:00–04:00 UTC) for these specific processes.Identity Management Synchronization Jobs