CySA+ Study Notes 14 Flashcards

1
Q

practice of automating the integration of code changes from multiple contributors into a single software project. It’s a primary DevOps best practice, allowing developers to frequently merge code changes into a central repository where builds and tests then run.

A

Continuous Integration

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

??? is a software engineering practice in which teams develop, build, test, and release software in short cycles. … ??? is the process by which qualified changes in software code or architecture are deployed to production as soon as they are ready and without human intervention.

A

Continuous Deployment / Delivery

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

when the malware communicates with a C2 server asking for instructions or to exfiltrate collected data on some predetermined asynchronous interval. The C2 server hosts instructions for the malware, which are then executed on the infected machine after the malware checks in.

A

Beaconing

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

??? limiting data collection to only what is required to fulfill a specific purpose.

??? data must be collected for specified, explicit and legitimate purposes only (purpose specification); and. data must not be further processed in a way that is incompatible with those purposes (compatible use).

??? the process used to prevent someone’s personal identity from being revealed.

A

Data Minimization / Purpose Limitation / Deidentification

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

is a basic network scanning technique used to determine which of a range of IP addresses map to live hosts (computers).

the connection between 2 or more types of data.

A

Scan, Sweep (on Network) / Data Correlation

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