Azure Security Features Flashcards

1
Q

Azure Security Center

A

Unified infrastructure security management system that monitors and protects your systems inside and outside Azure. It strengthens security and faster and protects against threats.
It’s a centralized dashboard to manage the security your cloud environment.
It gives you a security score in percentage and you can see individual types of security and you can see recommendations for level of severity.

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

Key Vault

A

Central and secure repository for your secrets, certificates and keys. In this way if your code is leaked, or someone accesses you GitHub or something those secrets are still protected.
It also allows you to generate public private keys.
So basically you put the secrets in the key vault and you grant access to the applications that need them in real time.

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

Azure Sentinel

A

Its like Central Azure Monitor but has some intelligence to it.

  • You can centralize all the log files from multiples resources.
  • Analyzes them to detect threats.
  • Allows you to run queries on those logs yourself.
  • You can investigate an incident.
  • You can orchestrate and automatically fix the issue.

Ex: Someone tries to enter in account but puts to many wrong passwords that can trigger some type of alert; You can see the types of traffic that’s being sent to your website.
Being able to check all those incidents you can investigate and check the IP addresses the days when it happened. You can change permissions or accesses in Azure Sentinel directly.

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

Azure Dedicated Hosts

A

Hardware that is dedicated to you and to you only. (Ex: I want that the computer where my VM runs its used only by me)
You can reserve a machine and run multiple virtual machines on it.
Its of course more expensive.

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

Defense in Depth

A

A Microsoft concept; Multiple point of checking and authentication to get throughout different steps or places.

Ex: The front door of your house being the only security. But you can have multiple layers like the key + code that triggers an alarm + a locker with another code + a safe with a password + a password in the computer in the house office.

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

Layers of defense in cloud

A
  1. The physical layer – data center controlled by Microsoft, the fences, door locks, security guards, the fingerprint authentication, …
  2. Active Directory (identity & access)
  3. Perimeter – DDos, firewalls
  4. Network – NSG (Network Security Groups), Subnets, Denial of service attack protections
  5. Compute – Limit Remote Desktop Access, Windows update
  6. Application – API Management
  7. Data – virtual network endpoint; limit the types of application that can access to your data

The more of this you can implement the safer you are.

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

Network Security Group (NSG)

A

It’s a static sets of rules that protect each network. It’s basically a list of port number, IP addresses that are allowed to access.
A VM can be divided in subnets for example front-end and back-end and you can have different security levels in each of those (more in the back-end for example).

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

Azure Firewall

A

Analyze traffic trying to come in and see if it matches certain known bad patterns, like SQL commands into the body of the data and reject the request.
It’s an application gateway device.

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