General Flashcards
What is dns fast flux?
It’s where IP addresses are rapidly changed pointing to a malicious dns domain
What is double flux?
Where the DNS is replaced with fast flux
What is domain flux network
Where random DGA is used to rotate domain name.
What is a birthday attack
Brute force to exploit collisions in hash functions
What is a plaintext/ unencrypted attack ?
Exploits password storage or network authentication that isn’t encrypted
What is an online password attack ?
Where attackers interacts directly with authentication service such as RDP or web login form
What is password spraying ?
Horizontal brute force where a few passwords are used against a range of different accounts
What is a offline password attack ?
Where attacker has a database of password hashes and tries to crack it offline
How to make rainbow table attacks harder to do?
Use a salt and password length above 14 characters
When assessing supplier risk what two relationships should you keep in mind
Vendor and business partner relationships
What is a TOCTTOU race condition?
Time of check to time of use occurs when there is a change between when resource is checked and used
What is DLL injection?
Where a legitimate apps process can be forced to run a malicious DLL
How can malware use shim database?
It’s there for legacy apps to run
Malware with local admin rights can use it to gain persistence
What is session replaying ?
An attack that involves replaying a session such as a token or cookie
3 ways to counter cookie hijacking
Encrypt cookies during transmission
Delete cookie from browser cache
Use new cookie for each new session between client and app