D430 Fundamentals of Information Security

0.0(0)
studied byStudied by 3 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/242

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

243 Terms

1
New cards
bounds checking
to set a limit on the amount of data we expect to receive to set aside storage for that data
*required in most programming languages
* prevents buffer overflows
2
New cards
race conditions
A type of software development vulnerability that occurs when multiple processes or multiple threads within a process control or share access to a particular resource, and the correct handling of that resource depends on the proper ordering or timing of transactions
3
New cards
input validation
a type of attack that can occur when we fail to validate the input to our applications or take steps to filter out unexpected or undesirable content
4
New cards
format string attack
a type of input validation attacks in which certain print functions within a programming language can be used to manipulate or view the internal memory of an application
5
New cards
authentication attack
A type of attack that can occur when we fail to use strong authentication mechanisms for our applications
6
New cards
authorization attack
A type of attack that can occur when we fail to use authorization best practices for our applications
7
New cards
cryptographic attack
A type of attack that can occur when we fail to properly design our security mechanisms when implementing cryptographic controls in our applications
8
New cards
client-side attack
A type of attack that takes advantage of weaknesses in the software loaded on client machines or one that uses social engineering techniques to trick us into going along with the attack
9
New cards
XSS (Cross Site Scripting)
an attack carried out by placing code in the form of a scripting language into a web page or other media that is interpreted by a client browser
10
New cards
XSRF (cross-site request forgery)
an attack in which the attacker places a link on a web page in such a way that it will be automatically executed to initiate a particular activity on another web page or application where the user is currently authenticated
11
New cards
SQL Injection Attack
Attacks against a web site that take advantage of vulnerabilities in poorly coded SQL (a standard and common database software application) applications in order to introduce malicious program code into a company's systems and networks.
12
New cards
clickjacking
An attack that takes advantage of the graphical display capabilities of our browser to trick us into clicking on something we might not otherwise
13
New cards
server-side attack
A type of attack on the web server that can target vulnerabilities such as lack of input validation, improper or inadequate permissions, or extraneous files left on the server from the development process
14
New cards
Protocol issues, unauthenticated access, arbitrary code execution, and privilege escalation
Name the 4 main categories of database security issues
15
New cards
web application analysis tool
A type of tool that analyzes web pages or web-based applications and searches for common flaws such as XSS or SQL injection flaws, and improperly set permissions, extraneous files, outdated software versions, and many more such items
16
New cards
protocol issues
unauthenticated flaws in network protocols, authenticated flaws in network protocols, flaws in authentication protocols
17
New cards
arbitrary code execution
An attack that exploits an applications vulnerability into allowing the attacker to execute commands on a user's computer.
* arbitrary code execution in intrinsic or securable SQL elements
18
New cards
Privilege Escalation
An attack that exploits a vulnerability in software to gain access to resources that the user normally would be restricted from accessing.
* via SQL injection or local issues
19
New cards
validating user inputs
a security best practice for all software
* the most effective way of mitigating SQL injection attacks
20
New cards
Nikto (and Wikto)
A web server analysis tool that performs checks for many common server-side vulnerabilities & creates an index of all the files and directories it can see on the target web server (a process known as spidering)
21
New cards
burp suite
A well-known GUI web analysis tool that offers a free and professional version; the pro version includes advanced tools for conducting more in-depth attacks
22
New cards
fuzzer
A type of tool that works by bombarding our applications with all manner of data and inputs from a wide variety of sources, in the hope that we can cause the application to fail or to perform in unexpected ways
23
New cards
MiniFuzz File Fuzzer
A tool developed by Microsoft to find flaws in file-handling source code
24
New cards
BinScope Binary Analyzer
A tool developed by Microsoft to examine source code for general good practices
25
New cards
SDL Regex Fuzzer
A tool developed by Microsoft for testing certain pattern-matching expressions for potential vulnerabilities
26
New cards
good sources of secure coding guidelines
CERT, NIST 800, BSI, an organization's internal coding guidelines
27
New cards
OS hardening
the process of reducing the number of available avenues through which our OS might be attacked
28
New cards
attack surface
The total of the areas through which our operating system might be attacked
29
New cards
6 main hardening categories
1. Removing unnecessary software
2. Removing or turning off unessential services
3. Making alterations to common accounts
4. Applying the principle of least privilege
5. Applying software updates in a timely manner
6. Making use of logging and auditing functions
30
New cards
Principle of Least Privilege
states we should only allow a party the absolute minimum permission needed for it to carry out its function
31
New cards
stuxnet
A particularly complex and impactful item of malware that targeted the Supervisory Control and Data Acquisition (SCADA) systems that run various industrial processes; this piece of malware raised the bar for malware from largely being a virtual-based attack to actually being physically destructive
32
New cards
anti-malware tool
A type of tool that uses signature matching or anomaly detection (heuristics) to detect malware threats, either in real-time or by performing scans of files and processes
33
New cards
heuristics
the process of anomaly detection used by anti-malware tools to detect malware without signatures
34
New cards
executable space protection
A hardware and software-based technology that prevents certain portions of the memory used by the operating system and applications from being used to execute code
35
New cards
buffer overflow (overrun)
The act of inputting more data than an application is expecting from a particular input, creating the possibility of executing commands by specifically crafting the excess data
36
New cards
ASLR (Address Space Layout Randomization)
a security method that involves shifting the contents of memory around to make tampering difficult
37
New cards
software firewall
This type of firewall generally contains a subset of the features on a large firewall appliance but is often capable of similar packet filtering and stateful packet inspection activities
38
New cards
HIDS (host-based intrusion detection system)
a system used to analyze the activities on or directed at the network interface of a particular host.
* may communicate with management device by sending regular beacons
39
New cards
scanner
a type of tool that can detect various security flaws when examining hosts
40
New cards
vulnerability assessment tool
A tool that is aimed specifically at the task of finding and reporting network services on hosts that have known vulnerabilities
41
New cards
Nessus
A well-known vulnerability assessment tool that includes a port scanner
42
New cards
exploit framework
A group of tools that can include network mapping tools, sniffers, and exploits
43
New cards
exploits
small bits of software that take advantage of flaws in software/applications in order to cause them to behave in ways that were not intended by their creators
44
New cards
Metasploit, Immunity CANVAS, Core Impact
Name 3 examples of exploit frameworks
45
New cards
security in network design
This method of security involves a well-configured and patched network, and incorporating elements such as network segmentation, choke points, and redundancy
46
New cards
network segmentation
The act of dividing a network into multiple smaller networks, each acting as its own small network (subnet)
47
New cards
choke points
certain points in the network, such as routers, firewalls, or proxies, where we can inspect, filter, and control network traffic
48
New cards
redundancy
a method of security that involves designing a network to always have another route if something fails or loses connection
49
New cards
firewall
a mechanism for maintaining control over the traffic that flows into and out of our networks
50
New cards
packet filtering
A firewall technology that inspects the contents of each packet in network traffic individually and makes a gross determination (based on source and destination IP address, port number, and the protocol being used) of whether the traffic should be allowed to pass
51
New cards
SPI (Stateful Packet Inspection)
a firewall that can watch packets and monitor the traffic from a given connection
52
New cards
DPI (Deep Packet Inspection)
a firewall technology that can analyze the actual content of the traffic that is flowing through
53
New cards
proxy server
a specialized type of firewall that can serve as a choke point, log traffic for later inspection, and provides a layer of security by serving as a single source of requests for the devices behind it
54
New cards
DMZ (demilitarized zone)
a combination of a network design feature and a protective device such as a firewall.
Often used for systems that need to be exposed to external networks but are connected to our own network (such as a web server)
55
New cards
NIDS (Network intrusion detection system)
A system that monitors network traffic and alerts for unauthorized activity
56
New cards
signature-based IDS
An IDS that maintains a database of signatures that might signal a particular type of attack and compares incoming traffic to those signatures
57
New cards
anomaly-based IDS
an IDS that takes a baseline of normal network traffic and activity and measures current traffic against this baseline to detect unusual events
58
New cards
VPN (Virtual Private Network)
an encrypted connection between two points
59
New cards
SSH (Secure Shell)
protocol used to secure traffic in a variety of ways, including file transfers and terminal access. uses RSA encryption (asymmetric encryption)
60
New cards
BYOD (bring your own device)
a phrase that refers to an organization's strategy and policies regarding the use of personal vs. corporate devices
61
New cards
MDM (mobile device management)
a solution that manages security elements for mobile devices in the workplace
62
New cards
kismet
a well-known Linux sniffing tool used to detect wireless access points
63
New cards
NetStumbler
A Windows tool used to detect wireless access points
64
New cards
nmap
A well-known port scanner that can also search for hosts on a network, identify the operating systems those hosts are running, detect the version of the services running on any open ports, and more
65
New cards
packet sniffer (aka network or protocol analyzer)
this type of tool can intercept traffic on a network;
listens for any traffic that the network interface of our computer or device can see
66
New cards
tcpdump (WinDump for Windows)
classic, command-line sniffing tool that monitors network activities, filters traffic, and more
runs on UNIX systems
67
New cards
Wireshark
a graphical interface protocol sniffing tool that is capable of filtering, sorting, & analyzing both wired and wireless traffic
- popular troubleshooting tool
68
New cards
honeypot
A type of tool that deliberately displays vulnerabilities or attractive data so it can detect, monitor, and sometimes tamper with the activities of an attacker
69
New cards
hping3
A tool used to test the security of firewalls and map network topology.
- constructs specially crafted ICMP packets to evade measures to hide devices behind firewall
- scripting functionality to test firewall/IDS
70
New cards
physical security
A type of security that is concerned with the protection of people, equipment, and data
71
New cards
BCP (Business Continuity Plan)
the plans we put in place to ensure that critical business functions can continue operations in the event of an emergency
72
New cards
DRP (Disaster Recovery Plan)
the plans we put in place in preparation for a potential disaster, and what exactly we will do during and after
73
New cards
major categories of physical threats
extreme temperature, gases, living organisms, projectiles, movement, energy anomalies, people, toxins, smoke, and fire
74
New cards
physical security controls
The devices, systems, people, and other methods we put in place to ensure our security in a physical sense
75
New cards
deterrent, detective, preventive
name the 3 main types of physical controls
76
New cards
deterrent controls
Controls designed to discourage those who might seek to violate our security controls
77
New cards
detective controls
controls designed to detect and report undesirable events that are taking place
78
New cards
preventive controls
Controls designed to physically prevent unauthorized entities from breaching our physical security
79
New cards
residual data
Data that is unintentionally left behind on a storage device
80
New cards
Safety, evacuation plans, administrative controls
Name the 3 main considerations for protecting people
81
New cards
availability, residual data, backups
Name the 3 main considerations for protecting data
82
New cards
equipment, facility repair/replacement
Name the considerations for protecting equipment
83
New cards
flash media
storage media that is least sensitive to temperature, humidity, magnetic fields, and impacts
84
New cards
RAID (redundant array of inexpensive disks)
a data storage virtualization technology that combines multiple physical disk drive components into a single logical unit for the purposes of data redundancy, performance improvement, or both.
85
New cards
most common security awareness issues
protecting data, passwords, social engineering, network usage, malware, the use of personal equipment, clean desk, policy knowledge
86
New cards
protecting data
a security awareness issue that is concerned with the criticality of carefully handling data from the perspectives of compliance, as well as reputation and customer retention
87
New cards
passwords
a security awareness issue that involves educating users of the importance of strong passwords and password handling best practices
88
New cards
social engineering
techniques used by an attacker that rely on the willingness of people to help others
89
New cards
pretexting
A technique involving a fake identity & a believable scenario that elicits the target to give out sensitive information or perform some action which they would not normally do for a stranger
90
New cards
phishing
a social engineering technique that uses electronic communications (email, text, phone calls) to convince a potential victim to give out sensitive information or perform some action
91
New cards
spearphishing
a social engineering techniqe that targets a specific company, organization, or person, and involves knowing specifics about the target to appear valid
92
New cards
tailgating (piggybacking)
a method by which a person follows directly behind another person who authenticates to the physical access control measure, thus allowing the follower to gain access without authenticating
93
New cards
network usage
a security awareness issue that involves educating users about security issues around connecting devices to networks, such as connecting outside devices to the corporate network, and connecting corporate resources to a public network
94
New cards
malware
a security awareness issue that involves educating users about malicious software and how to avoid it
95
New cards
use of personal equipment
security awareness issue that is concerned with protecting a company's assets
96
New cards
clean desk policy
a security awareness issue that requires users to protect sensitive information at all times, even when away from one's desk
97
New cards
policy and regulatory knowledge
a security awareness issue that is necessary to maintain compliance throughout the organization
98
New cards
SATE (Security Awareness, Training and Education)
a program that seeks to make users aware of the risk they are accepting through their current actions and attempts to change their behavior through targeted efforts
99
New cards
OPSEC
(Operations Security)
the process we use to protect our information
100
New cards
Sun Tzu
A Chinese military general from 6th century BC who wrote The Art of War, a text that shows early examples of operations security principles