← Back to SOC feed Coverage →

identifiers for remote and gmremote

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-06-29T23:00:00Z · Confidence: medium

Hunt Hypothesis

This detection rule identifies authentication events involving the “Remote” and “GMRemote” service accounts to uncover potential lateral movement or unauthorized administrative access within the Azure environment. Proactively hunting for these identifiers allows the SOC team to establish a baseline of legitimate service behavior and quickly detect anomalies that may indicate compromised credentials or privilege escalation attempts.

YARA Rule

rule RSharedStrings : Surtr Family {
	meta:
		description = "identifiers for remote and gmremote"
		author = "Katie Kleemola"
		last_updated = "07-21-2014"
	
	strings:
		$ = "nView_DiskLoydb" wide
		$ = "nView_KeyLoydb" wide
		$ = "nView_skins" wide
		$ = "UsbLoydb" wide
		$ = "%sBurn%s" wide
		$ = "soul" wide

	condition:
		any of them

}

Deployment Notes

This YARA rule can be deployed in the following contexts:

False Positive Guidance

Here are 5 specific false positive scenarios for the “identifiers for remote and gmremote” detection rule in an enterprise environment, along with targeted exclusion strategies:

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