Cyber security Flashcards

1
Q

Cybersecurity

A

The practice of protecting systems, networks, and programs from digital attacks. These cyberattacks are usually aimed at accessing, changing, or destroying sensitive information; extorting money from users; or interrupting normal business processes.

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

Network security

A

Any activity designed to protect the usability and integrity of network and data. It includes both hardware and software technologies. Effective network security manages access to a network. It targets a variety of threats and stops them from entering or spreading on a network.

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

Hackers

A

Individuals who will violate computer security for malicious or financial reason

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

Ethical hackers

A

Individuals whose activities are designed to test and enhance computer security

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

Hacktivists

A

Individuals who use technology to announce a social, ideological, religious, or political message.

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

Keylogging

A

Software designed to record and store every keystroke made on a computer. Criminals often attempt to install keylogging software onto a computer remotely.

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

Social engineering

A

The psychological manipulation of people into performing actions or divulging confidential information.

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

Tailgating

A

Tailgating is a physical security breach in which an unauthorised person follows an authorised individual to enter secured premises.

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

Pharming

A

Pharming redirects victims to a bogus site even if the victim has typed the correct web address. This type of scam is often applied to the websites of banks or e-commerce sites.

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

Phishing

A

Phishing is the act of trying to obtain confidential records such as passwords. Emails that look as if they are from a legitimate, respected organisation are sent, but they contain links to fake websites that ‘phish’ data from unsuspecting victims.

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

Eavesdropping

A

A technique that involves the social engineer being physically present to overhear confidential conversations

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

Shoulder surfing

A

Looking over another person’s shoulder to view passwords or other data that is being entered.

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

Malware

A

Short for malicious software, this is programming or code that is used to disrupt computers by:
● Gathering sensitive information
● Gaining access to private computer systems
● Displaying unwanted advertising
● Distributing the performance of a computer or network

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

Trojan

A

A malicious computer program that tricks users into willingly running it is called a ‘Trojan horse’ or simply a ‘Trojan’. They can be delivered via internet downloads, infected USBs, or email attachments.

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

Zombie

A

A computer connected to the internet that has been compromised by a hacker, computer virus, or Trojan horse program and can be used to perform malicious tasks under remote direction.

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

Data breach

A

A data breach is a security incident in which sensitive, protected, or confidential data is copied, transmitted, viewed, stolen, or used by an individual who is not authorised to do so.

17
Q

Brute force attack

A

This type of attack can occur when an attacker systematically submits guessed passwords with the hope of eventually guessing correctly

18
Q

DoS

A

A denial of service attack (DoS attack) is a cyberattack in which a criminal makes a network resource unavailable to its intended users by flooding the targeted machine or website with lots of requests in an attempt to overload systems and prevent some or all legitimate requests from being fulfilled.

19
Q

DDoS

A

In a distributed denial of service attack (DDoS attack), the incoming traffic flooding the victim originates from many different sources. This makes it impossible to stop the attack simply by blocking a single source

20
Q

SQL injection

A

SQL injection occurs when malicious SQL statements are inserted into an entry field for execution (e.g. to dump the database contents to the attacker)

21
Q

Virus

A

Malware that usually embeds itself into existing software on a device and then, once that software is run, spreads to other executable files.

22
Q

Worm

A

While also self-replicating, a worm does not need to infect an existing program. Worms are able to spread very rapidly, infecting large numbers of machines.

23
Q

Ransomware

A

This type of Trojan can modify data on a computer or device so that it doesn’t run correctly or so that users can no longer use specific data.

24
Q

Spyware

A

Programs that can spy on how a user makes use of their computer or device, for example by tracking the data entered via a keyboard, taking screenshots, or getting a list of running applications.

25
Q

Adware

A

Software that contains advertisements embedded in the application. It is not always a bad thing and is considered a legitimate alternative offered to consumers who do not wish to pay for software.

26
Q

Exploit

A

Code that takes advantage of a security vulnerability in an operating system, application, or any other software code, including application plug-ins or software libraries.

27
Q

Encryption

A

Encryption is the process of encoding data or a message so that it cannot be understood by anyone other than its intended recipient.

28
Q

Encryption key

A

An encryption key is a piece of information, usually random characters, used by a software algorithm to encrypt data or a message into a form that is unreadable (encryption) and allow the data or message to be made readable again (decryption).

29
Q

Firewall

A

A firewall sits between a local network or computer and another network, controlling the incoming and outgoing network traffic.

30
Q

Antivirus software

A

Software that is designed to detect and block attacks from malware. Some operating systems have their own inbuilt antivirus software.

31
Q

Network policy

A

Usually contains both an archiving policy and an acceptable use policy.

32
Q

Backup policy

A

A backup is a copy of data or files. A backup policy is a written statement that specifies how backups will be organised in an organisation, including frequency, by whom, using what media, and how the files are labelled.

33
Q

Disaster recovery policy

A

A policy that allows an organisation to resume business quickly during or after a disaster, which could include a cyberattack.

34
Q

Penetration testing

A

A type of security testing used to test the insecure areas of a system or application.

35
Q

White box pen test

A

Testing in which the tester has full knowledge, more like a malicious insider.

36
Q

Grey box pen test

A

Testing in which the tester has some knowledge — a compromise between a white and black box pen test.

37
Q

Black box pen test

A

Testing in which the tester has no knowledge, more like an external hacker.