← Back to SOC feed Coverage →

This signature detects the Ncrack brute force tool

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

Hunt Hypothesis

This detection rule identifies active Ncrack brute force attacks by analyzing network traffic patterns characteristic of this specific enumeration and cracking tool. SOC teams should proactively hunt for these signatures in Azure Sentinel to rapidly identify credential compromise attempts before adversaries successfully enumerate valid accounts or gain unauthorized access.

YARA Rule

rule Ncrack
{
	meta:
		author = "Florian Roth"
		description = "This signature detects the Ncrack brute force tool"
		date = "07/2014"
		score = 60
	strings:
		$s1 = "NcrackOutputTable only supports adding up to 4096 to a cell via"
	condition:
		1 of them
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 1 string patterns in its detection logic.

False Positive Guidance

Here are 5 specific false positive scenarios for the Ncrack Brute Force Tool detection rule, including targeted filters and exclusions:

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