Assessment 2 Flashcards
What does SQL stand for?
Structured Query Language
What does SQL do?
To Query, operate, and Administer database systems.
What is SQL Injection
A hacker uses SQL commands in a weak area (such as login) and gains access to the backend database. The bad actor could attempt to view, change or delete data from the back-end server. The hacker could also use their access to open a network connection from inside the network.
Describe Compromised Availability of data.
It can change data from the database. This could result in changes to a connected web page, or application. Can delete data, and audit information for the purpose of harm or mischief
What does XSS stand for?
Cross Site Scripting
How does an XSS work?
XSS uses javascript stolen from a trusted site to get information about a single user’s personal web browser and break their privacy.
What does DDoS do?
An attack with multiple sources sending false requests to a server. The goal is to overload the servers and make it inaccessible.
What are the kinds of harm a DDoS uses to achieve its goals?
Eating system resources like memory and cpu. Consuming network bandwidth.
What is a Botnet
A large number of computers, often controlled by malware, used too execute a DDoS attack.