← Back to SOC feed Coverage →

Nettravelr

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-28T11:00:00Z · Confidence: medium

Hunt Hypothesis

The Nettravelr rule detects potential lateral movement by identifying suspicious network traffic patterns that may indicate an adversary using a network travel technique to move within a network. SOC teams should proactively hunt for this behavior in Azure Sentinel to identify and contain early-stage threats before they escalate.

YARA Rule

rule NetTraveler : Family {
	meta:
		description = "Nettravelr"
		author = "Katie Kleemola"
		last_updated = "2014-07-08"
	
	condition:
		NetTravExports or NetTravStrings or NetpassStrings

}

Deployment Notes

This YARA rule can be deployed in the following contexts:

False Positive Guidance

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