Skip to main content
T1110Credential Accesseasy difficulty

Brute Force

Brute Force covers any guess-driven path to credentials: classic password guessing, password spraying a few common passwords across many accounts, credential stuffing of breached pairs, and offline hash cracking. Spraying deliberately stays under lockout thresholds, so per-account failure counts miss it. Defenders correlate by source IP and across accounts, watching for low-and-slow failures, a sudden success after many failures, and authentication from proxy or breach-linked addresses.

Practice detecting Brute Force on realistic SIEM, Firewall alerts in SOCSimulator Operations.

SIEMFirewall

What is Brute Force?

Brute Force is documented as technique T1110 in MITRE ATT&CK® v19.1 under the Credential Access tactic. Detection requires visibility into SIEM, Firewall telemetry.

Detection Strategies

The following detection strategies help SOC analysts identify Brute Force activity. These methods apply across SIEM, Firewall environments and can be implemented as detection rules, correlation queries, or behavioral analytics in your security platform.

  1. 1

    Monitor authentication logs for accounts exceeding failed login thresholds within defined time windows, applying both per-account and per-source-IP analysis to detect both targeted and distributed brute force patterns.

  2. 2

    Detect password spraying by analyzing authentication failures across many accounts from a single source or small set of sources, where each account has only a small number of failures that would not trigger individual account lockout policies.

  3. 3

    Alert on credential stuffing patterns by monitoring for authentication attempts using usernames that match known breach data and originate from IP addresses associated with proxy services, botnets, or automated scanning infrastructure.

  4. 4

    Track authentication failures against services not normally exposed to brute force attacks including internal applications, databases, and network devices, as attackers target these after gaining initial network access.

  5. 5

    Monitor for offline password cracking indicators including large volumes of Kerberoastable service ticket requests, NTLM hash extraction attempts, and access to password database files on domain controllers.

Example Alerts

These realistic alert examples show what Brute Force looks like in your security tools. Use them to tune detection rules and train analysts to recognize true positives versus false positives in live environments.

HighSIEM

Password Spraying Attack Against Active Directory

Authentication analysis detected password spraying pattern: single password "Winter2024!" attempted against 847 Active Directory accounts over 23 minutes from IP 10.45.12.200. Attempting the same password across many accounts avoids per-account lockout thresholds. Three accounts successfully authenticated, indicating they used this predictable password.

HighFirewall

Credential Stuffing Attack Against Web Application

Web application authentication endpoint received 15,000 login attempts in 40 minutes using username-password pairs consistent with the 2021 LinkedIn data breach. Attempts originate from 340 distinct IP addresses rotating through residential proxy services. Automated rate limiting was triggered but 23 successful authentications occurred before throttling was implemented.

HighSIEM

Kerberoasting Attack Detected

Unusual Kerberos service ticket request pattern detected from workstation WS-ACCT-023: 47 service principal name requests within 2 minutes, requesting tickets for service accounts with weak encryption (RC4). This pattern is characteristic of Kerberoasting, where an attacker requests service tickets for offline brute force cracking to recover service account passwords.

Frequently Asked Questions

How do SOC analysts detect Brute Force?
Detection centers on SIEM, Firewall telemetry for the credential access phase of the attack. Monitor authentication logs for accounts exceeding failed login thresholds within defined time windows, applying both per-account and per-source-IP analysis to detect both targeted and distributed brute force patterns. Detect password spraying by analyzing authentication failures across many accounts from a single source or small set of sources, where each account has only a small number of failures that would not trigger individual account lockout policies.
What does a Brute Force alert look like?
A representative SIEM detection is "Password Spraying Attack Against Active Directory" (high severity): Authentication analysis detected password spraying pattern: single password "Winter2024!" attempted against 847 Active Directory accounts over 23 minutes from IP 10.45.12.200. Attempting the same password across many accounts avoids per-account lockout thresholds. Three accounts successfully authenticated, indicating they used this predictable password.
Which tools detect Brute Force, and how can I practice?
Brute Force (T1110) is best surfaced with SIEM, Firewall telemetry, which exposes the credential access signals described above. Practice detecting it on those exact consoles in SOCSimulator Operations, free.
Glossary

What is Brute Force Attack? SOC Glossary

A brute force attack systematically tries large numbers of username and password combinations, or decryption keys, until…

Read more
Glossary

What is MFA? SOC Glossary

Multi-Factor Authentication (MFA) requires a user to prove their identity with two or more independent factors, somethin…

Read more
Glossary

What is Lateral Movement? SOC Glossary

Lateral movement is the attack phase where adversaries expand access from an initial foothold to additional systems, usi…

Read more
Glossary

What is SIEM? SOC Glossary

Security Information and Event Management (SIEM) is a platform that aggregates, normalizes, and correlates log data from…

Read more
Career Path

SOC Analyst (Tier 1) Career Guide: Salary & Skills

Tier 1 SOC Analysts are the front line. You monitor alert queues, triage incoming detections, classify them as true or f…

Read more
Career Path

Incident Responder Career Guide: Salary & Skills

Incident Responders lead the technical response when confirmed breaches happen. You coordinate containment, run forensic…

Read more
Tool

SIEM Training Console: SOCSimulator

The SIEM console in SOCSimulator replicates the workflow of enterprise platforms like Splunk Enterprise Security, Micros…

Read more
Tool

Firewall Training Console: SOCSimulator

The Firewall console in SOCSimulator replicates the log analysis experience of enterprise platforms like Palo Alto Netwo…

Read more
Comparison

SOCSimulator Vs. Letsdefend: Platform Comparison

SOCSimulator wins on operational realism. You get multi-tool shift simulation with SLA pressure, noise injection, and al…

Read more
Playbook

Brute Force Attack Investigation: Investigation Playbook

When authentication logs show repeated failed login attempts against one or more accounts, investigate by identifying th…

Read more
Playbook

Impossible Travel Login Investigation: Investigation Playbook

When authentication logs show a user logging in from two geographically distant locations within a timeframe that makes …

Read more
Playbook

MFA Fatigue / Push Bombing Investigation: Investigation Playbook

When authentication logs show repeated MFA push notifications sent to a user in rapid succession, especially outside bus…

Read more