How are you improving API security testing?
Sort by:
Director of IT in IT Servicesa year ago
We're constantly refining our API security testing by leveraging the latest tools and techniques to stay ahead of potential vulnerabilities. I am not mentioning tool names and techniques as the tools and techniques are dependent on API and use cases, the tool/technologies we are using may/may not be best for your organisation.
Make sure assessment tools consume the Open API standard such that the tool can interact with the API and some level of coverage can be achieved. https://swagger.io/specification/
API testing is pretty much usless without knowledge of how the API works and how to communicate with it.
Consider API discovery across all Internet facing endpoints to help uncover unknown API's