add content brute-force-vs-password-spray@Q0i-plPQkb_NIvOQBVaDd.md (#6712)
parent
ad3a5da811
commit
ab69587aa5
1 changed files with 13 additions and 0 deletions
@ -0,0 +1,13 @@ |
||||
# Brute Force vs Password Spray |
||||
|
||||
## What is Brute Force? |
||||
|
||||
Brute Force is a method of password cracking where an attacker systematically tries all possible combinations of characters until the correct password is found. This method is highly resource-intensive, as it involves attempting numerous password variations in a relatively short period of time. |
||||
|
||||
## What is Password Spray? |
||||
|
||||
Password Spray is a more targeted and stealthy method of password cracking where an attacker tries a small number of common passwords across many different accounts. Instead of bombarding a single account with numerous password attempts (as in brute force), password spraying involves using one or a few passwords against multiple accounts. |
||||
|
||||
Visit the following resources to learn more: |
||||
|
||||
- [@article@Brute force vs. Password Spray attack](https://www.inspark.nl/brute-force-vs-password-spray-attack-in-azure-sentinel/) |
Loading…
Reference in new issue