security Flashcards
what is malware ?
Malware is any type of harmful program that seeks to damage or gain unauthorised access to your computer system
virus
- can replicate itself
- and spread from system to system by attaching itself to infected files
- only activated when opened by a human
- once activated , it can change data or corrupt a system so that it stops working
worm
- can replicate itself
- and spread from system to system by finding weaknesses in software
- does not need an infected file or human interaction to spread
- can spread very quickly across a network once it has infiltrated it
what is a trojan?
- a harmful program that looks like legitimate software so users are tricked into installing it
- secretly ives the attacker backdoor access to the system
- do not self replicate or infect other files
what is spyware ?
- secretly records the activities of a user on a computer
- aim of spyware is to record usernames, passwords and credit card information
- all recorded information is secretly passed back to the attacker to use
keylogger
- secretly records the key presses of a user on a computer.
- data is stored or sent back to the attacker
- aim of keylogger is to record usernames, password and credit card information
- keyloggers can be downloaded or plugged into the USB port
ransomware?
- locks files on a computer system using encryption so that a user can no longer access them
- the attacker demands money from the victim to decrypt (unlock) the data
- attackers usually use digital currencies like bitcoin which makes it hard to trace them
what is phishing ?
- the method of misleading individuals or organizations into sharing sensitive information , often through the use of emails
- phishers may pose as trusted company like amazon or YouTube to direct users to open malicious attachments or encourage them to follow fraudulent links to steal their data
what is social engineering?
- the means to trick others into revealing their personal data by posing as a trusted source
- e.g. impersonating an IT technician of a school via email and asking for a student’s username and password
what is interception?
- when data packets on a network are intercepted by a third party (e.g hacker) and copied to a different location than the intended destination.
- software called packet sniffers are used to intercept and analyse data packets
what software is used to intercept and analyse data packets ?
software called packet sniffers are used to intercept and analyse data packets
what is physical theft?
- computer systems or storage devices may be stolen in public or from offices
- unwanted systems and storage media should be disposed of securely as data could be stolen from discarded information, such as old CDs or even printed paper
what is hacking ?
- the method of exploiting weaknesses in a system or network to create, view, modify or delete files without permission.
- A hacker is anyone who gains access to data or systems that they do not have authority to access
what does DoS and DDoS stand for?
denial of service attack
distributed denial of service attack
what is a DoS attack?
- when a computer repeatedly sends requests to a server to overload the system
- a server overload will slow the system and may take websites offline temporarily
what is a DDos Attack?
- a coordinated attack using a botnet of infected systems to overload a server with requests.
- A botnet is a large group of devices controlled and used maliciously by an attacker
what does SQL stand for?
Structured Query Language
what is an SQL injection?
- SQL is a programming language used for manipulating data in databases
- SQL injection is when a malicious SQL Query (command) is entered into a data input box on a website
- if the website is insecure then the SQL query can trick the website into giving unauthorised access to the website’s database
- An SQL injection can be used to view and edit the contents of a database or even gain administrator privileges
What is brute force attack?
- in order to break a password , every possible combination is tested in order from start to finish
- This is not a quick method but it should break the password eventually and can be sped up if multiple computer systems are used at the same time
What is IP Address Spoofing ?
- when an attacker changes the IP address of a legitimate host so any visitors to the URL are instead taken to a spoofed (fake) web page
- This web page is used to record any inputted data (e.g usernames and passwords) and send it back to the attacker
- The spoofed web page can also be used to install malware
what is network forensics ?
- the monitoring of a network to identify unauthorised intrusions
- network forensics is used to record and analyse attacks on a network and to gather other information about how the network is performing
- it is important for organisations to identify weaknesses in their networks so that they can fix them and be prepared for any type of attack or malware
what is footprinting?
- a method of evaluating a network’s security
- when a security team puts itself in the attacker’s shoes by obtaining all publicly available information about the organisation and its network
- footprinting allows the company to discover how much detail a potential attacker could find out about a system
- the company can limit the technical information about its system that is publicly available
what are penetration tests?
- carried out as part of ethical hacking
- ethical hacking is when a. organisation gives permission to specific ‘good ‘ hackers to try and attack a system so that the weak points can be highlighted and then fixed
- the purpose of penetration tests is to review the system’s security to find any risks or weaknesses and to fix them
what is ethical hacking ?
- ethical hacking is when a. organisation gives permission to specific ‘good ‘ hackers to try and attack a system so that the weak points can be highlighted and then fixed