← Back to SOC feed Coverage →

Auto-generated rule on file MooreR Port Scanner.exe

yara LOW Yara-Rules
backdoorcommunity
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-27T11:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies potential reconnaissance activities where adversaries utilize the “MooreR Port Scanner.exe” utility to map network topology and identify open ports for subsequent exploitation. Proactive hunting is essential in Azure Sentinel to distinguish this legitimate scanning behavior from malicious port enumeration that often precedes lateral movement or data exfiltration campaigns within the environment.

YARA Rule

rule MooreR_Port_Scanner {
	meta:
		description = "Auto-generated rule on file MooreR Port Scanner.exe"
		author = "yarGen Yara Rule Generator by Florian Roth"
		hash = "376304acdd0b0251c8b19fea20bb6f5b"
	strings:
		$s0 = "Description|"
		$s3 = "soft Visual Studio\\VB9yp"
		$s4 = "adj_fptan?4"
		$s7 = "DOWS\\SyMem32\\/o"
	condition:
		all of them
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 4 string patterns in its detection logic.

False Positive Guidance

Here are 4 specific false positive scenarios for the MooreR Port Scanner.exe detection rule, along with targeted exclusion strategies:

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