Question
1. What simple thing for network-facing systems must be done to prevent Brute Force and Dictionary attacks from being feasible? (Throttle is a hint.) 2.
1. What simple thing for network-facing systems must be done to prevent Brute Force and Dictionary attacks from being feasible? (Throttle is a hint.)
2. Pass-the-hash and Mimikatz are mentioned in TestOut, but not described much. The idea for pass- the-hash is to dump the NTLM tokens from a compromised machine and then use them as authentication tokens to other machines until a machine is found that an elevated user had previously used. Dumping tokens out of memory requires DEBUG privileges, so a way to prevent pass-the-hash is to reduce user privileges. The source for Mimikatz is at https://github.com/gentilkiwi/mimikatz. Look at the page. What is the NTLM hash for Gentil Kiwi?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started