2.0 Threats, Vulnerabilities, and mitigations Flashcards
(58 cards)
What is phishing?
A: Social engineering attack using spoofed links/emails to steal data or deliver malware.
Q: What is smishing and vishing?
A: Smishing = phishing via SMS; vishing = phishing via voice call.
Q: What are removable device vectors?
A: Malware delivered via USB drives; may emulate a keyboard.
Q: What is agentless malware?
A: Malware exploiting vulnerable software without installing itself.
Name some vectors of attack a hacker could enter through?
Bluetooth, wifi, file based or image based vectors, voice fishing
What is Agentless?
No installed executable, compromised software on the server
Name some unsecure wireless network protocols?
WEP, WPA, WPA2, 802.1X
What is smishing?
Phishing over text message
What is an SQL injection?
inject malicious SQL code into a database query
What is an LDAP injection?
Targets LDAP queries
How to keep OS’s safe?
Patch and up to date
What is cross-site scripting (XSS)?
When information from one site goes onto another
Hackers hijacks a victim who goes to a legitimate site and thus the javascript code will execute.
Steal info, hijack sessions, or redirect users
What is non-persistent XSS attack?
Script is included in the URL or input and reflected back immediately in the response
Only works if the user clicks on a suspicious link
What is a persistent XSS attack?
The malicious script is stored on the server like in a comment, profile bio or post
Runs everytime a person visits the affected page
What is End of Life?
When a manufactuer will stop selling a product, usually a warning out first
What is end of service?
Complete end of support unless maybe you pay a lot
What is directory traversal?
When you move to a part of the project/folder that you shouldn’t have access to
Name insecure protocols
Telnet, FTP, SMTP, IMAP
Name some secure protocols
SSH, SFTP, IMAPS
What port is FTP on?
Port 21
What port is Telnet on?
Port 23
What is port http on?
Port 80
What is port SMTP on?
Port 25
What port is IMAP on?
Port 143