A Distributed Denial-of-Service (DDoS) attack is a malicious attempt to disrupt the normal traffic of a targeted server, service, or network by overwhelming it with a flood of internet traffic. This is achieved by using multiple compromised computer systems as sources of attack traffic
WHAT IS THE PURPOSE OF HAVING DEFENCE IN DEPTH?
Defense in depth is a cybersecurity strategy that involves using multiple layers of security measures to protect an organization’s assets. The main purpose of this approach is to ensure that if one layer of defense is compromised, additional layers are in place to stop or mitigate the attack
Here are some key reasons why defense in depth is important:
Redundancy: Multiple layers of security provide backup in case one layer fails.
Comprehensive Protection: It addresses vulnerabilities in hardware, software, and human factors.
Think of it like securing a home: you don’t just lock the door; you might also have an alarm system, security cameras, and window locks. Each layer adds an extra level of protection.
WHAT CAN KEY VAULT MANAGE?
Azure Key Vault is a versatile service that can manage several types of sensitive information and cryptographic assets. Here are the main things it can handle:
TO CREATE A KEY VAULT
Step 1 : Login to azure account
-
Step 2: In the search resources, service docs field. type key vaults
Step 3: Under the key vaults ,click on create
-
-
Step 4: under the project details,give name to your resource group.
Step 5: click on create
Step 6: After creating the key vaults, a green tick will show that your deployment is complete.
-
Step 7: create a key
Step 8: Create a secret
-
step 9: Generate or import.