← Back to SOC feed Coverage →

sitrof fortis scar

yara LOW Yara-Rules
community
This rule was pulled from an open-source repository and enriched with AI. Validate in a test environment before deploying to production.
View original rule at Yara-Rules →
Retrieved: 2026-07-02T23:00:00Z · Confidence: medium

Hunt Hypothesis

This detection targets adversary behavior involving the execution of the Sitorf Fortis Scar malware, which often indicates an initial foothold or lateral movement attempt within the network. The SOC team should proactively hunt for this signature in Azure Sentinel to identify early-stage compromises that may exhibit low severity but possess the potential for significant downstream impact if left unmonitored.

YARA Rule

rule sitrof_fortis_scar {

    meta:
        author = "J from THL <j@techhelplist.com>"
        date = "2018/23"
        reference1 = "https://www.virustotal.com/#/file/59ab6cb69712d82f3e13973ecc7e7d2060914cea6238d338203a69bac95fd96c/community"
	reference2 = "ETPRO rule 2806032, ETPRO TROJAN Win32.Scar.hhrw POST"
	version = 2
        maltype = "Stealer"
        filetype = "memory"

    strings:
	
	$a = "?get&version"
	$b = "?reg&ver="
	$c = "?get&exe"
	$d = "?get&download"
	$e = "?get&module"
	$f = "&ver="
	$g = "&comp="
	$h = "&addinfo="
	$i = "%s@%s; %s %s \"%s\" processor(s)"
	$j = "User-Agent: fortis"

    condition:
        6 of them
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 10 string patterns in its detection logic.

False Positive Guidance

Here are 4 specific false positive scenarios for the sitrof_fortis_scar detection rule in an enterprise environment, including recommended filters and exclusions:

Original source: https://github.com/Yara-Rules/rules/blob/main/malware/MALW_sitrof_fortis_scar.yar