Skip to content

Commit db10fdc

Browse files
authored
Merge pull request #242633 from ajinkyagore-msft/patch-1
Update faq-defender-for-apis.yml
2 parents 194e073 + 52e93d8 commit db10fdc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/defender-for-cloud/faq-defender-for-apis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,14 @@ sections:
5858
- question: How soon can we receive alerts on anomalous APIs?
5959
answer: APIs are assessed against their behavior studying traffic for the past 30 days. The alerts on anomalous APIs may be generated sooner if the API receives significant traffic for the ML models to learn traffic behavior.
6060

61+
- name: Questions about Defender for APIs and WAF
62+
questions:
63+
- question: Is Azure WAF sufficient for securing APIs?
64+
answer: While Web Application Firewalls (WAF) are a valuable solution for protecting applications, they may not provide complete security for APIs. WAFs are designed to apply generalized protection measures like dictionary, pattern, and signature mapping, which work well for applications with consistent traffic patterns. However, APIs are unique to each application and have dynamically changing nature, making the abstract protections offered by WAFs less effective. <br> APIs have different request and response payloads, and each consumer interacts with them in their own specific ways. The general dictionary, pattern, and signature mappings used by WAFs may not adequately offer complete in depth protection for APIs due to their uniqueness. Although there are some cases where overlap exists, such as detecting and preventing SQL injection attacks, APIs often require more granular security measures. <br> To achieve the level of security needed for APIs, a solution like Microsoft Defender for APIs is recommended. Defender for APIs learns and understands the API logic using machine learning algorithms, thereby providing a contextual understanding that enables more precise and effective security measures. This granular level of protection helps safeguard APIs against various threats and ensures a higher level of security for organizations.
6165

6266
additionalContent: |
6367
6468
## Next steps
6569
6670
[Learn about Defender for APIs](defender-for-apis-introduction.md)
67-
71+

0 commit comments

Comments
 (0)