4. Security Flashcards

1
Q

Who is in charge of the security in the cloud ?

A

It’s a shared responsibility model:
- Microsoft handle the physical security
- Digital security is shared between customer and Microsoft. Azure has tools to mitigate security threats, consumer is responsible to use the tools.

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

What are the layers of cloud infrastructure for which Azure provide security ?

A
  • Data (compliance with regulator)
  • Application (security in app dev)
  • Compute (implement endpoint protection)
  • Networking (restrict traffic)
  • Perimeter (use DDoS protection)
  • Identity and access (MFA, SSO etc)
  • Physical security
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Azure Security Center ?

A
  • Monitoring service that provides threat protection across all services both in Azure, and on-premises.
  • Gives security recommendations based on your configurations, resources, and networks
  • Analyzes & identifies identify potential inbound attacks
  • Just-in-time access control for ports through Azure Defender
  • Automatic security assessments through continuous monitoring to identify potential vulnerabilities
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Azure Defender ?

A
  • Provides a full suite of security-related services including
    continuous monitoring, threat detection, just-in-time access control for ports
  • $15 per node per month, 30-day free trial available
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Identity & Access (Azure AD): what is it ?

A

Cloud- based identity services to manage authentication and authorization through Azure Active Directory

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

Identity & Access (Azure AD): can Azure AD synchronize with on-prem AD ?

A

Yes

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

Identity & Access (Azure AD): what are the service provided by Azure AD ?

A
  • Authentication
  • SSO
  • Application management
  • Business to business (B2B) identity services
  • Business-to-Customer (B2C) identity services
  • Device Management (how cloud/ on-prem device access to corporate data)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Encryption (Azure Key Vault, Certificates): what are the different encryption on Azure ?

A
  • For raw storages: Azure Storage Service Encryption
  • For virtual machine disks: Azure Disk Encryption
  • For databases: Transparent data encryption (TDE)
  • For secrets: Azure Key Vault
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Encryption (Azure Key Vault, Certificates): what is Azure Storage Service Encryption?

A

Automatically encrypts your data before persisting it to e.g. Azure Managed Disks, Azure Blob storage, Azure Files, or Azure Queue storage and decrypts the data before retrieval

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

Encryption (Azure Key Vault, Certificates): what is Azure Disk Encryption?

A

Helps you encrypt your Windows (with Bitlocker) and Linux (dm-crypt) IaaS virtual machine disks.

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

Encryption (Azure Key Vault, Certificates): what is Azure Key Vault?

A

πŸ“ Stores & manages: Secrets (password, certificates, API keys …), Keys (creates & ctrl encryption keys), Certificates (manage & deploy SSL/TLS)

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

Network Protection: why is it important in cloud environment ?

A

secure your network from attacks and unauthorized access

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

Network Protection: what measure can you set up in your cloud environment from outside threat ?

A
  • Firewall: Azure Firewall, Azure Application Gateway (load balancer + WAF), Network virtual appliances (NVAs, similar to hardware firewall)
  • DDoS Protection: Azure DDoS Protection (network monitoring and mitigation for DDoS)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Network Protection: what measure can you set up in your cloud environment from inside threat ?

A
  • Virtual network security: Network Security Groups (NSGs, list of allowed/denied communication), Service endpoints (limit access to your virtual network)
  • Network integration: VPN, Azure ExpressRoute (dedicated & private connection between your network and Azure)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Microsoft Azure Information Protection (AIP): what is it ?

A
  • πŸ“ Helps to classify and optionally protect (encrypt) documents and emails by applying labels (data classification).
  • After your content is classified, you can track and control how the content is used. E.g. you can: Analyze data flows to gain insight into your business, Detect risky behaviors and take corrective measures, Track access to documents, Prevent data leakage or misuse of confidential information
  • You can purchase AIP either as a standalone solution, or through one of the following Microsoft licensing suites:
    Enterprise Mobility + Security
    or Microsoft 365 Enterprise
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Microsoft Defender for Identity: what is it ?

A
  • Formerly Azure Advanced Threat Protection (ATP): Cloud-based security solution that identifies, detects, helps you investigate threats.
17
Q

Microsoft Security Development Lifecycle (SDL): what is it ?

A

Set of guidance, best practices, tools, and processes used internally at Microsoft to build more secure products and services.

18
Q

Microsoft Security Development Lifecycle (SDL): what is the difference between static and dynamic code testing ?

A
  • static code analysis can help identify security issues in source code
  • dynamic code analysis allows software teams to scan running applications and identify vulnerabilities
19
Q
A