4.7 Flashcards

1
Q

Automation

A

Execution of tasks without manual intervention

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

Orchestration

A

Coordinated execution of multiple automated tasks for a specific outcome or
workflow

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

SOAR

A

SOAR (Security Orchestration, Automation, and Response)
■ Class of security tools for incident response, threat hunting, and security
configurations
■ Purpose
● Orchestrate and automate runbooks, deliver data enrichment
■ Example
● Integrating SIEM and SOAR for advanced security capabilities

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

Playbook

A

Checklist of actions for detecting and responding to a specific incidentRu

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

Runbook

A

automated version of a playbook with defined interaction points for human analysis
Executes automated tasks with human decision points

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

CICD

A

CI/CD includes continuous integration
● Continuous Delivery (CD) ensures code is always deployable after every
change
○ Automated testing and build processes
○ CD stops short of automatic production deployment
○ CD is part of the release process
○ Full deployment process is automated only to a certain stage
■ Doesn’t deploy into the production environment
automatically
○ Deployment to production environment is a manual business
decision
○ Allows flexi

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

Continuous Deployment

A

Takes CI/CD further by automatically deploying code changes to testing
and production environments

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

Integration

A

Combining subsystems or components into a single, functioning system

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

API

A

Set of rules and protocols used for building and integrating application software
■ Enable software developers to access functions or features of another
application programmatically

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

REST (Representational State Transfer)

A

REST uses standard HTTP methods, status codes, URIs, and MIME
types for interactions
○ Primarily uses JSON for data transfer
○ Lightweight protocol suitable for integrating with existing website

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

SOAP

A

SOAP (Simple Object Access Protocol)
SOAP has a structured message format in XML
○ Known for robustness, additional security features, and
transaction compliance
○ Suitable for enterprise-level web services with complex
transactions and regulatory compliance requirements

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

CURL

A

A tool for transferring data to or from a server using various supported
protocols
an api testing tool

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