← Back to SOC feed Coverage →

Disclosed hacktool set (old stuff) - file Antiy Ports 1.21.exe

yara HIGH 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-30T11:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies adversaries leveraging legacy or disclosed hacking tools, such as the specific “Antiy Ports” executable, to establish a foothold and execute reconnaissance within the environment. Proactively hunting for these artifacts in Azure Sentinel is critical because attackers often reuse known tool signatures to blend with legitimate traffic, allowing them to bypass standard defenses while maintaining persistence on compromised hosts.

YARA Rule

rule Antiy_Ports_1_21 {
	meta:
		description = "Disclosed hacktool set (old stuff) - file Antiy Ports 1.21.exe"
		author = "Florian Roth"
		date = "23.11.14"
		score = 60
		hash = "ebf4bcc7b6b1c42df6048d198cbe7e11cb4ae3f0"
	strings:
		$s0 = "AntiyPorts.EXE" fullword wide
		$s7 = "AntiyPorts MFC Application" fullword wide
		$s20 = " @Stego:" fullword ascii
	condition:
		all of them
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 3 string patterns in its detection logic.

False Positive Guidance

Here are 5 specific scenarios that could trigger the “Disclosed hacktool set (old stuff) - file Antiy Ports 1.21.exe” detection rule in a legitimate enterprise environment, along with suggested filters or exclusions:

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