From 2a8d238a0df89f79a745f18c326aaa2e96e9de07 Mon Sep 17 00:00:00 2001 From: theadsguy <50166176+theadsguy@users.noreply.github.com> Date: Tue, 5 May 2026 14:20:54 +0530 Subject: [PATCH] Add IPASIS to API Security section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d1c5d1c..6da16fb 100644 --- a/README.md +++ b/README.md @@ -283,6 +283,7 @@ Contributions are most welcome. Categories are also open to suggestions! ## API Security - [Online OpenAPI/Swagger File Security Audit](https://apisecurity.io/tools/audit/): Free online static analysis of API contract files. Upload the file and get the report. - [API Security checklist](https://github.com/shieldfy/API-Security-Checklist): Checklist of the most important security countermeasures when designing, testing, and releasing your API. +- [IPASIS](https://ipasis.com/docs): Real-time bot detection and fraud prevention API. Combines IP reputation, proxy/VPN detection, and email validation in a single call. Free tier available. - [Ory Hydra](https://github.com/ory/hydra): OAuth2 server with OpenID Connect written in Go. ## API Web Scanners