2b - Understanding system vulnerabilities 1 Flashcards
What is iptables firewall?
iptables is a software firewall for linux which accepts, rejects, or drops network traffic
features of software firewalls
cheaper to install, require little space, easy to install, run on end devices
features of hardware firewalls
control the traffic reaching the network, can be configured with different policies for different traffic, relieve the burden of software firewalls
what is DPI
deep packet inspection examines a packets header, and contents, in detail to look for any preconfigured data
list good password policies
must include uppercase letters, lowercase letters, numbers, and special characters, must be a minimum of 10 characters in length, and must be changed every 3 months
define password entropy
how predictable a password is too guess, normally measured in bits
what is a password history?
a password history defines how many unique passwords a user must use before they can reuse passwords
define a few software vulnerabilities
0 day exploits, bugs, unupdated software may contain exploits, pirated software may contain edited code
define SQL injection
typing in SQL code into an input field which will be read by a database and ran, can be used to delete or extract data from a database
define some OS vulnerabilities
organisations using out of date or unsupported OS which contain vulnerabilities, 0 day exploits
why does some orgs choose to work on out of date OS
cost of migration and installation against the specified benefits. called cost benefit analysis