1.6 System Security COMPLETE Flashcards

1
Q

Define malware

A

MALicious softWARE written to infect computers and commit crimes such as fraud and identity theft.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define virus

A

Malware designed to cause harm to a network or computer.

Most have a human element to them.

Attaches itself to programs or files on a computer or server.

Almost all are attached to an executable file, so the virus may exist on a system; won’t be active or able to spread until a user runs or opens the malicious host file or program.

Often spread through files, programs, emails, messages or games that you download.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Define worms

A

Replicates itself to spread to other computers often using a computer network and fills up the RAM.

To achieve this, the worm exploits vulnerabilities across the computer network.

Unlike a virus, it doesn’t need to attach to a program.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Define trojan horse

A

Harmful piece of software that looks legitimate.

Users are typically tricked into loading and executing it on their systems.

After it’s activated, it can achieve any number of attacks on the host.

Create back doors to give malicious users access to the system.

Trojans must spread through user interaction such as opening an e-mail attachment or downloading and running a file from the internet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Define network policies

A

How a system can be secured through specific rules or requirements.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Define firewalls

A

Software that performs a “barrier” between a potential attacker and the computer system.

Can be held on a server, or a standalone computer.

Many have this feature as part of an anti-virus package.

Not 100% effective – an attacker could exploit a vulnerability.

Monitors applications and network usages.

Can block access from certain computer users and disable processes which may be perceived as a threat.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Define penetration testing

A

Tests performed under a controlled environment by a qualified person.

Checks for current vulnerabilities and explores potential ones in order to expose weaknesses in the system so they can’t be maliciously exploited.

May use tools to help them in their duties.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the effects of malware?

A

1) Computer may crash, reboot spontaneously or slow down without any logical explanation.
2) When a worm infects a computer, the internet connection may become slow as the worm searches online for other computers to infect.
3) Files may be deleted, become corrupt or encrypted.
4) Hackers record typed keys of computer so they know passwords.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How can you prevent malware?

A

1) Strong security software (firewall, spam filter, anti-virus, anti-spyware, anti-spam).
2) Enable OS updates.
3) Staff training: caution opening attachments.
4) Back up files regularly.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Define social engineering

A

Relies on human interaction (social skills).

Commonly involves tricking users into breaking normal security procedures.

Method doesn’t revolve around technical cracking techniques such as: worms or viruses.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Define phishing

A

Form of social engineering.

Designed to acquire sensitive information such as: usernames, passwords, card details etc.

Most common phishing attacks are sent through email.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the effects of phishing?

A

1) Accessing a victim’s account and withdraw money or purchase merchandise or services.
2) Open new bank or credit-card accounts in a victim’s names, and use the new account to cash illegitimate checks or purchase merchandise.
3) Gaining access high-value corporate data.
4) Financial services can blacklist institutions, resulting in reputational damage.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How can you prevent phishing?

A

1) Strong security software (firewall, spam filter, anti-virus, anti-spam).
2) Staff training: awareness of spotting fake websites & amp; emails.
3) Staff training: never disclose personal or financial information.
4) Staff training: disable pop-ups.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Define brute force attack

A

Trial and error method used by programs to decode encrypted data such as: passwords or Data Encryption Standard (DES) keys, through exhaustive effort rather than employing intellectual strategies.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are the effects of brute force attack?

A

1) Theft of data.

2) Access to corporate systems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How can you prevent brute force attacks?

A

1) Network lockout policy: locks out after number of tries expires.
2) Effective software: progressive delays.
3) Staff training: using effective passwords that contain symbols and numbers.
4) Challenge response tests e.g. reCAPTCHA.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Define denial of service attack

A

Flooding a server with useless traffic causes servers to become overloaded preventing them responding to legitimate client-server requests from users.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What are the effects of denial of service attack?

A

1) Revenue losses: downtime affects profits.
2) Productivity Loss.
3) Reputation Damage.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

How can you prevent denial of service attacks?

A

1) Strong security software (firewall).
2) Packet filters on routers.
3) Configuration of the web server.
4) Good network policy: audits, logs, monitoring.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Define data interception and theft

A

An attacker monitors data streams to/from a target, in order to gather sensitive information.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

What are the effects of data interception and theft?

A

1) Discovering username and password credentials.
2) Gaining access to systems.
3) Disclosure of corporate data.
4) Theft of data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

How can you prevent data interception and theft?

A

1) Strong encryption.
2) Using virtual networks.
3) Staff training: use of passwords, locking and portable storage devices.
4) Network forensics.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Define SQL injection

A

A code injection technique, used to attack data-driven applications.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

What are the effects of SQL injection?

A

1) Contents of the database can be output, revealing data that otherwise would be hidden.
2) Data in the database can be amended and deleted.
3) New rogue records can be added.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
How can you prevent SQL injection?
1) Validation of input fields. 2) Using parameterised queries. 3) Using database permissions. 4) Penetration testing.
26
There are few/many ways in which networks can be attacked
many
27
True/False: Networks can be attacked by targeting the people who use them
True
28
What does social engineering involve?
Tricking people into divulging secret information such as passwords and login information
29
Give an example of private information that can be given when tricking people as a result of social engineering
Anything such as passwords, login information, etc
30
What does phishing involve?
Emailing someone claiming or appearing to be from a bank or building society e-commerce site, asking for details of passwords or credit cards
31
What does blagging involve?
A criminal inventing a scenario to persuade a victim to give out information, eg they cold pretend to be another employee or network administrator
32
What does shouldering involve?
Finding passwords and PINs by watching people enter them. This could happen in a busy office or at a distance using binoculars or recording equipment
33
All organisations should have an __________ use policy
acceptable
34
What must users do when there is an acceptable use policy in place?
Read it, sign it and abide by it
35
List things that should be included in an acceptible use policy
Any from users must not use their own devices on the network, users must not download files from the internet, etc
36
Why should users on a network not use their own devices such as USB flash drives?
These pose a threat as malware can be introduced to the network and data can be removed and stolen
37
Why should users connected to a network not download files from the internet?
They could be infected with malware
38
____ passwords are a major security risks
Weak
39
What is a weak password?
A password that can be easily and quickly guessed by humans and computers
40
Hackers often use _____-_____ techniques to try different combinations of letters, numbers and symbols to get in to a system
brute force
41
Brute-force software tries...to get in to a system
every single combination of letters, numbers and symbols until it finds the correct combination
42
A long password with a combination of what will take longer to guess?
Letters, numbers and symbols
43
Passwords should be changed _________
regularly
44
True/False: You should reuse old passwords
False, old passwords should never be reused
45
Why should dates of birth and relatives names never be used in passwords?
Hackers can find them out
46
Many forms of attack target users by getting them to install _______ (harmful software) on their computers
malware
47
What is malware?
Software that has been designed to gain unauthorised access to a computer system in order to disrupt its functioning, or collect information
48
Malware is software that has been designed to gain unauthorised access to a computer system in order to...
disrupt its functioning, or collect information
49
Malware is software that has been designed to gain what to a computer system?
Unauthorised access
50
What is a virus?
A computer program hidden inside another program which can delete or corrupt data on an infected computer
51
A virus can _________ itself and insert itself into other programs or files that can then be passed on
replicate
52
Viruses can delete or _______ data held on an infected computer
corrupt
53
A worm needs/does not need another program to carry it
does not need
54
A work can replicate and send itself in emails that are then sent to everyone in a user's...
address book
55
What do worms consume? (Computer Science)
Computer resources as they are reproducing
56
Why do worms consume computer resources as they are reproducing?
To allow criminals to gain access to an infected computer and take it over
57
Trojans are installed by _____
users
58
When do users install trojans?
When they think they are installing legitimate software
59
What can trojans do?
Delete files, change the desktop layout and send screenshots and key presses to a hacker's computer
60
Spyware often comes packaged with what?
Other software
61
Users do/do not know that they are installing spyware
do not
62
What does spyware do?
Spies on the user like a trojan by sending information to a criminal
63
What does adware do?
Displays unwanted adverts or diverts browser requests to advertising sites
64
To prevent infection, you can install _________ software and ensure that it is constantly updated
antivirus
65
To prevent infection, you can ensure that _________ software can scan emails
antivirus
66
To prevent infection, you can use adware removal...
software
67
To prevent infection, you can install anti-spyware protection software that...
removes or blocks spyware
68
To prevent infection, you can avoid opening emails and attachments from...
unknown sources
69
To prevent infection, you can install a ________ to ensure that software is not downloaded without your knowledge
firewall
70
True/False: To prevent infection, you can ensure that an operating system is up to date
True
71
To prevent infection, you can install the latest ________ updates
security
72
Many attacks on networks use methods that bypass the users and target...
the network operating system and security
73
What are brute-force attacks?
Attacks where automated software tries millions of different password cobinations to get in to a system
74
Brute-force attacks are general attacks that need little/lots of special knowledge and techniques
Little
75
In a brute-force attack, automated software is used to try...
millions of different passwords
76
Success in a brute-force attack is based on...
computing power rather than any specialist techniques
77
What does data interception and theft involve?
The use of packet sniffers to intercept data packets on a network, which are then analysed
78
What do packet sniffers do?
Intercept data packets on a network and analyse them
79
What can be obtained during data interception and theft?
Sensitive data such as login names, passwords and credit card numbers
80
What does DoS stand for?
Denial of Service
81
What are denial of service attacks?
An overload on a network or website by flooding it with network communications such as login requests
82
What does DDoS stand for?
Distributed denial of service
83
Malware can be used to take control of lots of computers (zombies) that will all send information and login requests at the same time. This is called...
A distributed denial of service (DDoS) attack
84
True/False: DoS attacks may be used to extort money or they may be organised by rival organisations
True
85
Why are DoS attacks often used by hacktivists?
To punish organisations they think are unethical
86
SQL injection exploits...
personal and financial data held on websites stored in huge databases
87
Give an example of a site that stores personal and financial data in huge databases, which can be exploited by SQL injection
Any from social networking sites, banks, online commerce sites, etc
88
SQL stands for...
Structured Query Language
89
SQL is used to __________ data
manipulate
90
Give an example of how SQL is used to manipulate data
Any from to create new records, search for information, check login names and passwords, etc
91
Why would criminals want to create commands entered in login fields to bypass security?
To gain access to records and steal valuable data such as names, addresses and bank details
92
Although a brute-force attack may be able to gain access to an account eventually, these attacks can take...
several hours, days, months and even years to run
93
What does the time to complete a brute-force attack depend on?
The password and the power of the computer(s) used to conduct the attack
94
Why are brute-force attacks called brute-force attacks?
No specialist techniques are used. Raw computing power is used to try millions of combinations
95
All networks must be protected against unauthorised access by...
identifying risks and applying measures to prevent them
96
Penetration testing is used to...
test a computer system or network in order to find vulnerabilities that an attacker could exploit
97
In penetration testing, testers take the role of hackers and...
try to gain unauthorised access
98
Penetration testing assesses...
the security awareness of users and demonstrates the effectiveness of network security policies
99
What are network forensics?
The monitoring, recording and analysis of network events
100
Give 2 examples of events that can be monitored with network forensics
Any 2 from who has logged in, how many unsuccessful attempts have been made, what users have done and what has been deleted
101
Network forensics can identify...
unusual network activity
102
Network forensics analysis can be used as legal evidence if...
illegal activity is detected
103
Passwords should/shouldn't be strong
should
104
A strong should include...
at least eight characters and include non-alphanumeric characters
105
Passwords should/shouldn't be changed regularly
should
106
Passwords should never be written down or...
shared
107
Old passwords should never be...
reused
108
User access levels are used to set...
which files and folders users are allowed to access and at what level
109
User access levels set which files and folders users are allowed to...
see, browse, edit or delete
110
What are network policies?
Rules that set out what users can and cannot do on a network
111
Give an example of something that may be in a network policy
Any from must not use removable storage devices, install their own software, download files from internet sites. etc
112
Users of a network should/shouldn't use removable storage devices
shouldn't
113
Users of a network should/shouldn't install their own software and download files from internet sites
shouldn't
114
Network policies should set out when backups will be made and where...
they will be kept
115
What policies should have rules which sets out what should be done if there is a problem or breach of security?
Network policies
116
Workers on a network who use removable media must...
abide by policies put in place to safeguard the business network
117
State two types of removable media that workers might use on their journey to and from work
Any 2 from smartphone, mp3 player and camera
118
State two reasons why the use of removable media on a network at work mught be restricted
Malware could be introduced to the network and data could be copied or stolen
119
System measures can also be taken to...
protect networks from threats
120
Anti-malware software is designed to...
detect and remove malware
121
Give an example of anti-malware software
Any from antivirus, spyware removal software, etc
122
Anti-malware software should be constantly...
updated to tackle new threats
123
Operating systems should be kept up to date as...
new security features are introduced
124
What is encryption?
The conversion of data into a form that cannot be understood unless a user knows how to convert it back again
125
The processes of converting data into a form that cannot be understood and converting it back again are called...
Encryption and decryption
126
A common method of encryption and decryption is using a...
'public' and 'private' key
127
How is a 'public' key used in encryption?
A user would encrypt a message to send using the recipient's public key that is available to all
128
How is a 'private' key used in encryption?
Only the recipient's private key is able to decrypt the message sent using the public key
129
What does a firewall do?
Protects a network connected to a WAN such as the internet
130
Firewalls can be provided by...
hardware or software
131
Firewalls can be configured to prevent ______________ from entering a network
communications
132
Firewalls can prevent what/who from accessing the internet from within a network?
Programs and users