Skip to content

What is Brute-force attack? Definition and explanations

A brute-force attack systematically tries credential combinations until one works. Its common variants are the dictionary attack, password spraying — one common password tried against many accounts — and credential stuffing using data from breaches. It is countered by MFA, attempt rate limiting and detection of abnormal patterns.

In one sentence

A brute-force attack systematically tries credentials until one of them works.

Related terms

Sources and references

Glossary