General Flashcards
F5 ASM
- define it
- provide function
Definition:
Application Security Manager is a flexible web application firewall
Function:
Secures web apps in traditional, virtual and private cloud environments.
Helps secure apps against unknown vulnerabilities, DNS poisoning and DDoS attacks.
Summary - filters and monitors by using policies to determine which traffic is malicious and which is safe
Pipeline (Azure)
- define it
- provide function
Definition:
Azure Pipelines is a fully featured continuous integration (CI) and continuous delivery (CD) service.
Function:
It works with your preferred Git provider and can deploy to most major cloud services, which include Azure services.
McAfee MVISION
- define it
- provide function
Definition:
McAfee MVISION Cloud (formerly Skyhigh Networks) protects data where it lives today, with a solution that was built natively in the cloud, for the cloud. It’s cloud-native data security.
Function:
Protects data and stops threats across devices, networks, clouds (IaaS, PaaS, and SaaS), and on-premises environments.
CASB
- define it
- provide function
Definition:
A cloud access security broker (CASB) is a software tool or service that sits between an organization’s on-premises infrastructure and a cloud provider’s infrastructure.
Function:
A CASB acts as a gatekeeper, allowing the organization to extend the reach of their security policies beyond their own infrastructure.
Summary - tool that acts as gatekeeper between cloud and on-prem
Logging
- define it
- provide function
Definition:
In computing, a log file is a file that records either events that occur in an operating system or other software runs, or messages between different users of a communication software.
Function:
Logging is the act of keeping a log.
Hardened images
Hardened images are virtual machine images that have been hardened, or configured, to be more resilient to cyber attacks. These images are available in the Azure Marketplace and can be used by Azure customers to create new, securely configured virtual machines.
ISO27001
- define it
- provide function
Definition:
ISO27001 is a specification for an information security management system (ISMS)
Function:
As the leading international standard and certification for information security, ISO 27001 covers 75-80% of GDPR. This makes it the ideal choice of a framework to support GDPR compliance. The connection between GDPR and ISO 27001 is around personal data
RTO & RPO
- define
RTO is concerned with applications and systems. The measurement includes data recovery but primarily describes time limitations on application downtime. RPO is concerned with the amount of data that is lost following a failure event.
F5 Load Balancer
- define it
- provide function
Definition:
A load balancer is a device that acts as a reverse proxy and distributes network or application traffic across a number of servers.
Function:
Load balancers are used to increase capacity (concurrent users) and reliability of applications.
IP
- define it
- provide function
Definition:
Part of a longer abbreviation — TCP/IP. That stands for Transmission Control Protocol/Internet Protocol. IP stands for ‘Internet Protocol.
Function:
An Internet Protocol address (IP address) is a numerical label assigned to each device connected to a computer network that uses the Internet Protocol for communication. An IP address serves two main functions: host or network interface identification and location addressing.
Azure Activity Log
Definition:
The Azure Activity Log is a subscription log.
Function:
Provides insight into subscription-level events that have occurred in Azure. This includes a range of data, from Azure Resource Manager operational data to updates on Service Health events
DC
Definition:
A domain controller (DC) is a server that responds to security authentication requests within a Windows Server domain.
Function:
It is a server on a Microsoft Windows or Windows NT network that is responsible for allowing host access to Windows domain resources
Summary - authentication server within Windows Server domain
DNS
Definition:
The Domain Name System (DNS) is the phonebook of the Internet. Humans access information online through domain names, like nytimes.com or espn.com. Web browsers interact through Internet Protocol (IP) addresses.
Function:
DNS translates domain names to IP addresses so browsers can load Internet resources.
VIP
Definition:
A virtual IP address (VIP or VIPA) is an IP address that doesn’t correspond to an actual physical network interface.
Functions:
Uses for VIPs include network address translation (especially, one-to-many NAT), fault-tolerance, and mobility.
WAF
Definition:
Azure Web Application Firewall is a cloud-native service.
Function:
Protects your web applications from bot attacks and common web vulnerabilities such as SQL injection and cross-site scripting. … This setting ensures that the Azure DDoS Protection service also protects the application gateway virtual IP (VIP).
Logstash
Definition:
Logstash is a free and open server-side data processing pipeline
Function:
Ingests data from a multitude of sources, transforms it, and then sends it to your favorite “stash.”
Elasticsearch vs Logstash vs Kibana (ELK Stack)
Elasticsearch is a search and analytics engine.
Logstash is a server‑side data processing pipeline that ingests data from multiple sources simultaneously, transforms it, and then sends it to a “stash” like Elasticsearch.
Kibana lets users visualize data with charts and graphs in Elasticsearch.
Azure Event Hubs
Definition:
Azure Event Hubs is a big data streaming platform and event ingestion service.
Function:
It can receive and process millions of events per second. Data sent to an event hub can be transformed and stored by using any real-time analytics provider or batching/storage adapters.
Summary - used to process and then send data to multiple location for storage or analysis
SaaS
Software as a service (SaaS) allows users to connect to and use cloud-based apps over the Internet. Common examples are email, calendaring and office tools (such as Microsoft Office 365).
PaaS
Platform as a service (PaaS) is a complete development and deployment environment in the cloud, with resources that enable you to deliver everything from simple cloud-based apps to sophisticated, cloud-enabled enterprise applications. You purchase the resources you need from a cloud service provider on a pay-as-you-go basis and access them over a secure Internet connection.
IaaS
Infrastructure as a service (IaaS) is an instant computing infrastructure, provisioned and managed over the internet.
IaC
Infrastructure as a service (IaaS) is an instant computing infrastructure, provisioned and managed over the internet. It’s one of the four types of cloud services, along with software as a service (SaaS), platform as a service (PaaS), and serverless.
Azure DevOps
Azure DevOps is a Software as a service (SaaS) platform from Microsoft that provides an end-to-end DevOps toolchain for developing and deploying software. It also integrates with most leading tools on the market and is a great option for orchestrating a DevOps toolchain.
Summary - SaaS for developing and deploying software