Information Security Flashcards
What is the acronym SSL? (in terms of Identity and Access Management)
Secure Sockets Layer - cryptographic protocol to provide secure communication over a network (HTTPS). Relies on digital certificates and a “handshake” process.
Succeeded by TLS
What is the acronym TLS? (in terms of Identity and Access Management)
Transport Layer Security - cryptographic protocol to provide secure communication over a network (HTTPS). Relies on digital certificates and a “handshake” process.
Preceded by SSL
In the context of Identity and Access Management, what is a “handshake”?
A process where the client and server establish a secure connection.
Exchanging certs, agreeing on encryption algorithms, establishing a session key.
What is the acronym CA? (in terms of Identity and Access Management)
Certificate Authority - trusted organizations that issue and manage digital certificates.
What is the acronym SSH?
Secure Shell - protocol for secure, remote access to a computer or server.
A testing methodology that includes analyzing source code to find security vulnerabilities. Find and fix flaws prior to deployment
Static Application Security Testing (SAST)
Scanning open source and third party components contained within source code. Check for the use of open source license risks, outdated, unsupported components, and dependencies within components.
Software Composition Analysis (SCA)
A nested inventory, a list of ingredients that make up software components.
Software Bill of Materials (SBOM)