Saturday, 13 May 2023

Can Apigee's API management platform integrate with other security solutions?

 Yes, Apigee's API management platform can integrate with other security solutions through its plugin architecture:

• Web Application Firewalls (WAFs) - Apigee can be integrated with popular WAF solutions like ModSecurity, F5 BIG-IP, Imperva, and others. The WAF can inspect API traffic and block suspected attacks.

• Fraud detection services - Apigee can interface with fraud detection solutions to analyze API requests for patterns indicative of fraud. Suspicious requests can then be flagged or blocked.

• Malware scanning - Apigee plugins can interface with malware scanning services to scan API payloads for malicious content like viruses, trojans, etc. Infected requests can be dropped.

• DLP and data security tools - Apigee can integrate with data loss prevention (DLP) and data security management systems to enforce policies around sensitive data usage and ensure compliance.


• Identity and access management (IAM) - Apigee can authenticate and authorize API clients based on credentials and roles managed by an external IAM solution. This provides a single source of identity.


• SIEM/SOAR solutions - Apigee can send API security event data to security information and event management (SIEM) systems or security orchestration systems for threat detection, incident response, and forensic analysis.


• Threat intelligence feeds - Apigee plugins can consume threat intelligence feeds with information like IP blocklistsmalware signatures, and indicators of compromise. This data can be used to detect and block attacks in real time.


By integrating with these external security tools, Apigee can leverage their specialized features while still providing its core API management capabilities. The combined solution gives organizations a robust set of defenses to secure their API ecosystems.

Hope this helps! Let me know if you have any other questions about Apigee's integrations with third party security solutions.

No comments:

Post a Comment

What is the difference between the Rate Limit and Quota policies?

  The   Rate Limit   and   Quota policies   in Apigee serve similar but distinct purposes: Rate Limit: • Limits the number of requests withi...