| DDoS | Attack vectorVolumetric load or targeted requests against public endpoints until gateway or application stop responding. | Azure control that catches itAzure DDoS Protection on the virtual network, Azure Front Door as the upstream edge, rate limiting in Azure API Management. | What DEVDEER configuresProtection plan on every public IP address, alerting on mitigation events, load tests against the agreed thresholds. | How you notice it is missingYour application turns sluggish or is intermittently unreachable, with no release or code defect that would explain it. |
|---|
| Credential stuffing | Attack vectorAutomated sign-in attempts using credentials from third-party leaks against your login screens and APIs. | Azure control that catches itMicrosoft Entra ID with Conditional Access, sign-in risk evaluation, multi-factor authentication and smart lockout. | What DEVDEER configuresPolicies per user group and application, legacy authentication protocols switched off, sign-in logs analysed in Microsoft Sentinel. | How you notice it is missingThe sign-in logs show waves of failed sign-ins across many accounts, and individual accounts get locked out although their users changed nothing. |
|---|
| Injection attacks | Attack vectorManipulated input that gets executed in SQL queries, commands or templates and exposes data. | Azure control that catches itWeb Application Firewall in the Azure Application Gateway with the OWASP rule set, parameterised data access, SAST and DAST in the CI/CD pipeline. | What DEVDEER configuresRule set in log mode first, then blocking, every exception documented; scans as a mandatory step before each merge. | How you notice it is missingDatabase errors and aborted queries show up in the logs for inputs that could not have come from any of your forms. |
|---|
| Supply chain attacks | Attack vectorCompromised or tampered packages and build tools that reach production through your pipeline. | Azure control that catches itDependency scanning in the CI/CD pipeline, signed artefacts, private registries, managed identities instead of secrets in pipelines. | What DEVDEER configuresPinned versions, automated review of new dependencies, separated build and deployment permissions, findings tracked through DELTA. | How you notice it is missingA build pulls a package version nobody asked for, and nobody can say who approved it. |
|---|
| Ransomware | Attack vectorEncryption of data and backups after accounts have been taken over or system access has been exploited. | Azure control that catches itMicrosoft Defender for Cloud, immutable backups in Azure Backup, network segmentation, Privileged Identity Management. | What DEVDEER configuresSeparate backup targets with their own permission scope, regular restore tests, defined containment paths in the incident process. | How you notice it is missingBackups run through, but nobody can say when a restore was last actually tested. |
|---|