This hunt hypothesis targets adversaries utilizing the specific “NorthStarPEShrinker13Liuxingping” signature to identify early-stage file-based threats that may evade standard heuristic detection. Proactive hunting in Azure Sentinel is essential to uncover these low-severity indicators before they escalate, ensuring comprehensive visibility into potential lateral movement or initial access attempts within the environment.
rule NorthStarPEShrinker13Liuxingping
{
meta:
author="malware-lu"
strings:
$a0 = { 9C 60 E8 00 00 00 00 5D B8 B3 85 40 00 2D AC 85 40 00 2B E8 8D B5 }
condition:
$a0 at pe.entry_point
}
This YARA rule can be deployed in the following contexts:
This rule contains 1 string patterns in its detection logic.
Here are 4 specific false positive scenarios for the NorthStarPEShrinker13Liuxingping detection rule, including suggested filters and exclusions:
Scenario: Scheduled Antivirus Definition Updates
Liuxingping logic may flag the temporary extraction of compressed signature databases by the antivirus engine as a suspicious process behavior, mistaking it for a shimming attack.MsMpEng.exe (Microsoft) or Symantec Endpoint Protection Client (Srtsc.exe) and the file extension is .cab or .zip.Scenario: Automated Patch Deployment via SCCM
NorthStarPEShrinker utility to compress logs or cache files before applying patches.CcmExec.exe and IntuneManagementExtension.exe when they spawn child processes with file sizes under 5MB.Scenario: Legacy Backup Agent Operations