This rule detects the presence of the PseudoSigner01FSG10Anorganix YARA signature, which identifies a specific low-severity artifact or code pattern often associated with minor obfuscation or benign tooling that may be leveraged in initial access or living-off-the-land scenarios. Proactively hunting for this indicator in Azure Sentinel allows the SOC to distinguish between known low-fidelity signatures and potential stealthy adversary activity, ensuring that subtle deviations in file integrity or process behavior are not overlooked during routine monitoring.
rule PseudoSigner01FSG10Anorganix
{
meta:
author="malware-lu"
strings:
$a0 = { 90 90 90 90 68 [4] 67 64 FF 36 00 00 67 64 89 26 00 00 F1 90 90 90 90 BB D0 01 40 00 BF 00 10 40 00 BE 90 90 90 90 53 E8 0A 00 00 00 02 D2 75 05 8A 16 46 12 D2 C3 FC B2 80 A4 6A 02 5B E9 }
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.
internal-ci-agent.exe) that embeds a specific cryptographic hash or string pattern matching the YARA rule to verify artifact integrity during the CI/CD pipeline.
msbuild.exe or dotnet.exe and the command line contains /t:Rebuild or --build, or exclude files located in the C:\BuildAgent\ directory tree.falconctl.exe, falconctl64.exe, sentinelone.exe, or s1agent.exe, and the file extension is .log, .bak, or .db.7z.exe or tar.exe) that includes a known signature string in its binary header, triggering the rule on the executable itself rather than the data being processed.
C:\Program Files\7-Zip\7z.exe or C:\Windows\System32\tar.exe, and the parent process is powershell.exe or pwsh.exe with a command line containing Compress-Archive or --create.