top of page
Image by ThisisEngineering RAEng

API
Security

Check your api security using below list

scroll

  • 1000
    Page 3

Input

Use the proper HTTP method according to the operation: GET (read), POST (create), PUT/PATCH (replace/update), and DELETE (to delete a record), and respond with 405 Method Not Allowed if the requested method isn't appropriate for the requested resource.

Access

Use HTTPS on server side to avoid MITM (Man in the Middle Attack).

Access

Use HSTS header with SSL to avoid SSL Strip attack.

Access

For private APIs, only allow access from whitelisted IPs/hosts.

Access

Limit requests (Throttling) to avoid DDoS / brute-force attacks.

OAuth

Define the default scope, and validate scope parameters for each application.

OAuth

Use state parameter with a random hash to prevent CSRF on the OAuth authentication process.

OAuth

Always try to exchange for code and not tokens (don't allow response_type=token).

OAuth

Always validate redirect_uri server-side to allow only whitelisted URLs.

JWT (JSON Web Token)

Don't extract the algorithm from the header. Force the algorithm in the backend (HS256 or RS256).

JWT (JSON Web Token)

Make token expiration (TTL, RTTL) as short as possible.

JWT (JSON Web Token)

Don't store sensitive data in the JWT payload, it can be decoded easily.

An error occurred. Try again later

Your content has been submitted

  • 4
    Page 3

Cyber Security Services

           CynorSense Solution Pvt. Ltd. is your dedicated partner in the ever-evolving domain of cybersecurity. We are committed to delivering cutting-edge cybersecurity solutions, tailored to meet the unique needs of each client. Our comprehensive suite of services includes Penetration Testing, SOC & SIEM Services, Incident Response, and Cyber Security Consultation.

Our expertise extends across Secure Code Review, Vulnerability Assessment and Penetration Testing (VAPT) Services, Security Audits, Risk and Threat Assessment, and Vulnerability Scanning. In addition, we offer services in Malware Analysis, Phishing Simulation, Social Engineering Testing, Web Application Testing, Mobile Application Testing, Network Security Testing, Infrastructure Security Testing, Application Security Testing, and Data Security Testing. 

We understand the importance of compliance in today's regulatory environment. Our Compliance Testing services are designed to help your organization navigate the complex landscape of regulations such as ISO 27001, PCI DSS, HIPAA, SOX, GLBA, NERC CIP, FISMA, and the NIST Cybersecurity Framework. 

At CynorSense, we blend innovative technology with a robust understanding of the cybersecurity landscape to provide you with the tools and knowledge needed to safeguard your digital assets. Let us be your trusted guide in the realm of cybersecurity, providing the assurance you need in an increasingly interconnected world.

ISO 27001 and ISO 9001 certified company

TELEPHONE:

 01169310389

 ADDRESS: 

 Cynor Sense Solutions Pvt. Ltd.

 Vijay Krishna Towers,   Nanakramguda, Hyderabad,

 Telangana, India - 500032

© 2023 Cynorsense Pvt. Ltd. All rights reserved.

bottom of page