Home / Companies / StackHawk / Blog / April 2023

April 2023 Summaries

3 posts from StackHawk

Filter
Month: Year:
Post Summaries Back to Blog
StackHawk, a company focused on integrating web application and API security testing into software delivery processes, has been recognized by Cyber Defense Magazine as a winner in the Next Gen API Security category at the 11th Annual Global Infosec Awards during RSA 2023. Their platform allows engineers to identify and fix security vulnerabilities at any stage of development, emphasizing pre-production API and web application security testing. This approach aims to address security issues early, minimizing production disruptions and reducing the workload on AppSec teams. StackHawk's recent expansion of capabilities to cater to large-scale enterprises highlights their commitment to optimizing, scaling, and governing API security testing. The company aims to bridge the gap between development and application security teams by empowering engineers with tools to ensure secure code and reducing the risk of cyber breaches.
Apr 24, 2023 723 words in the original blog post.
X-Forwarded-For headers can be easily spoofed, posing security challenges such as bypassing API rate limiting, as initially experienced by StackHawk. The header, which is intended to track the originating IP address through a chain of proxies, can be manipulated by users to include false or invalid IP addresses. Various cloud providers and application frameworks handle this header differently; for example, AWS appends a single client IP, while GCP appends both the client and load balancer IPs. Application frameworks like Spring Boot and Tomcat differ in their handling of the header, with Spring Boot selecting the first unvalidated IP and Tomcat offering a more secure, configurable approach. StackHawk addressed the issue by restricting rate limiting to user IDs and implementing a more intelligent system to select trusted IP addresses, highlighting the importance of validating input sources and regularly reviewing framework configurations to prevent vulnerabilities.
Apr 18, 2023 1,597 words in the original blog post.
In 2023, the integration of StackHawk with Azure Pipelines and Azure Boards is gaining attention as a means to enhance software security and project management. Azure Pipelines is a CI/CD tool that facilitates the building, testing, and deployment of applications, and with StackHawk, it incorporates application security testing to detect vulnerabilities before software reaches production. Setting up this integration involves installing the StackHawk Azure Extension and using tasks like HawkScanInstall and HawkScanRun to execute security scans. Azure Boards, a project management tool, benefits from StackHawk by allowing teams to create issues directly linked to security findings, streamlining the process of tracking and prioritizing vulnerabilities alongside other development tasks. This synergy between StackHawk and Azure's tools aims to provide development teams with more robust security measures and efficient project management workflows.
Apr 06, 2023 421 words in the original blog post.