top of page

Search results

642 results found with an empty search

  • AlgoSec | NGFW vs UTM: What you need to know

    Podcast: Differences between UTM and NGFW In our recent webcast discussion alongside panelists from Fortinet, NSS Labs and General... Firewall Change Management NGFW vs UTM: What you need to know Sam Erdheim 2 min read Sam Erdheim 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 2/19/13 Published Podcast: Differences between UTM and NGFW In our recent webcast discussion alongside panelists from Fortinet, NSS Labs and General Motors, we examined the State of the Firewall in 2013. We received more audience questions during the webcast than the time allowed for, so we’d like to answer these questions through several blog posts in a Q&A format with the panelists. By far the most asked question leading up to and during the webcast was: “What’s the difference between a UTM and a Next-Generation Firewall?” Here’s how our panelists responded: Pankil Vyas, Manager – Network Security Center, GM UTM are usually bundled feature set, NGFW has bundle but licensing can be selective. Depending on the firewall’s function on the network, some UTM features might not be useful, creating performance issues and sometimes firewall conflicts with packet flows. Nimmy Reichenberg, VP of Strategy, AlgoSec Different people give different answers to this question, but if we refer to Gartner who are certainly a credible source, a UTM consolidates many security functions (email security, AV, IPS, URL filtering etc.) and is tailored mostly to SMBs in terms of management capabilities, throughput, support, etc. A NGFW is an enterprise-grade product that at the very least includes IPS capabilities and application awareness (layer 7 control). You can refer to a Gartner paper titled “Defining the Next-Generation Firewall” for more information. Ryan Liles, Director of Testing Services, NSS Labs There really aren’t any differences in a UTM and a NGFW. The technologies used in the two are essentially the same, and they generally have the same capabilities. UTM devices are typically classified with lower throughput ratings than their NGFW counterparts, but for all practical purposes the differences are in marketing. The term NGFW was coined by vendors working with Gartner to create a class of products capable of fitting into an enterprise network that contained all of the features of a UTM. The reason for the name shift is that there was a pervasive line of thought stating a device capable of all of the functions of a UTM/NGFW would never be fast enough to run in an enterprise network. As hardware has progressed, the capability of these devices to hit multi-gigabit speeds began to prove that they were indeed capable of enterprise deployment. Rather than try and fight the sentiment that a UTM could never fit into an enterprise, the NGFW was born. Patrick Bedwell, VP of Products, Fortinet There are several definitions in the market of both terms. Analyst firms IDC and Gartner provided the original definitions of the terms. IDC defined UTM as a security appliance that combines firewall, gateway antivirus, and intrusion detection / intrusion prevention (IDS/IPS). Gartner defined an NGFW as a single device with integrated IPS with deep packet scanning, standard first-generation FW capabilities (NAT, stateful protocol inspection, VPN, etc.) and the ability to identity and control applications running on the network. Since their initial definitions, the terms have been used interchangeably by customers as well as vendors. Depending on with whom you speak, UTM can include NGFW features like application ID and control, and NGFW can include UTM features like gateway antivirus. The terms are often used synonymously, as both represent a single device with consolidated functionality. At Fortinet, for example, we offer customers the ability to deploy a FortiGate device as a pure firewall, an NGFW (enabling features like Application Control or User- and Device-based policy enforcement) or a full UTM (enabling additional features like gateway AV, WAN optimization, and so forth). Customers can deploy as much or as little of the technology on the FortiGate device as they need to match their requirements. If you missed the webcast, you can view it on-demand. We invite you to continue this debate and discussion by commenting here on the blog or via the Twitter hashtag 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 | Drovorub’s Ability to Conceal C2 Traffic And Its Implications For Docker Containers

    As you may have heard already, the National Security Agency (NSA) and the Federal Bureau of Investigation (FBI) released a joint... Cloud Security Drovorub’s Ability to Conceal C2 Traffic And Its Implications For Docker Containers 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 8/15/20 Published As you may have heard already, the National Security Agency (NSA) and the Federal Bureau of Investigation (FBI) released a joint Cybersecurity Advisory about previously undisclosed Russian malware called Drovorub. According to the report, the malware is designed for Linux systems as part of its cyber espionage operations. Drovorub is a Linux malware toolset that consists of an implant coupled with a kernel module rootkit, a file transfer and port forwarding tool, and a Command and Control (C2) server. The name Drovorub originates from the Russian language. It is a complex word that consists of 2 roots (not the full words): “drov” and “rub” . The “o” in between is used to join both roots together. The root “drov” forms a noun “drova” , which translates to “firewood” , or “wood” . The root “rub” /ˈruːb/ forms a verb “rubit” , which translates to “to fell” , or “to chop” . Hence, the original meaning of this word is indeed a “woodcutter” . What the report omits, however, is that apart from the classic interpretation, there is also slang. In the Russian computer slang, the word “drova” is widely used to denote “drivers” . The word “rubit” also has other meanings in Russian. It may mean to kill, to disable, to switch off. In the Russian slang, “rubit” also means to understand something very well, to be professional in a specific field. It resonates with the English word “sharp” – to be able to cut through the problem. Hence, we have 3 possible interpretations of ‘ Drovorub ‘: someone who chops wood – “дроворуб” someone who disables other kernel-mode drivers – “тот, кто отрубает / рубит драйвера” someone who understands kernel-mode drivers very well – “тот, кто (хорошо) рубит в драйверах” Given that Drovorub does not disable other drivers, the last interpretation could be the intended one. In that case, “Drovorub” could be a code name of the project or even someone’s nickname. Let’s put aside the intricacies of the Russian translations and get a closer look into the report. DISCLAIMER Before we dive into some of the Drovorub analysis aspects, we need to make clear that neither FBI nor NSA has shared any hashes or any samples of Drovorub. Without the samples, it’s impossible to conduct a full reverse engineering analysis of the malware. Netfilter Hiding According to the report, the Drovorub-kernel module registers a Netfilter hook. A network packet filter with a Netfilter hook ( NF_INET_LOCAL_IN and NF_INET_LOCAL_OUT ) is a common malware technique. It allows a backdoor to watch passively for certain magic packets or series of packets, to extract C2 traffic. What is interesting though, is that the driver also hooks the kernel’s nf_register_hook() function. The hook handler will register the original Netfilter hook, then un-register it, then re-register the kernel’s own Netfilter hook. According to the nf_register_hook() function in the Netfilter’s source , if two hooks have the same protocol family (e.g., PF_INET ), and the same hook identifier (e.g., NF_IP_INPUT ), the hook execution sequence is determined by priority. The hook list enumerator breaks at the position of an existing hook with a priority number elem->priority higher than the new hook’s priority number reg->priority : int nf_register_hook ( struct nf_hook_ops * reg) { struct nf_hook_ops * elem; int err; err = mutex_lock_interruptible( & nf_hook_mutex); if (err < 0 ) return err; list_for_each_entry(elem, & nf_hooks[reg -> pf][reg -> hooknum], list) { if (reg -> priority < elem -> priority) break ; } list_add_rcu( & reg -> list, elem -> list.prev); mutex_unlock( & nf_hook_mutex); ... return 0 ; } In that case, the new hook is inserted into the list, so that the higher-priority hook’s PREVIOUS link would point into the newly inserted hook. What happens if the new hook’s priority is also the same, such as NF_IP_PRI_FIRST – the maximum hook priority? In that case, the break condition will not be met, the list iterator list_for_each_entry will slide past the existing hook, and the new hook will be inserted after it as if the new hook’s priority was higher. By re-inserting its Netfilter hook in the hook handler of the nf_register_hook() function, the driver makes sure the Drovorub’s Netfilter hook will beat any other registered hook at the same hook number and with the same (maximum) priority. If the intercepted TCP packet does not belong to the hidden TCP connection, or if it’s destined to or originates from another process, hidden by Drovorub’s kernel-mode driver, the hook will return 5 ( NF_STOP ). Doing so will prevent other hooks from being called to process the same packet. Security Implications For Docker Containers Given that Drovorub toolset targets Linux and contains a port forwarding tool to route network traffic to other hosts on the compromised network, it would not be entirely unreasonable to assume that this toolset was detected in a client’s cloud infrastructure. According to Gartner’s prediction , in just two years, more than 75% of global organizations will be running cloud-native containerized applications in production, up from less than 30% today. Would the Drovorub toolset survive, if the client’s cloud infrastructure was running containerized applications? Would that facilitate the attack or would it disrupt it? Would it make the breach stealthier? To answer these questions, we have tested a different malicious toolset, CloudSnooper, reported earlier this year by Sophos. Just like Drovorub, CloudSnooper’s kernel-mode driver also relies on a Netfilter hook ( NF_INET_LOCAL_IN and NF_INET_LOCAL_OUT ) to extract C2 traffic from the intercepted TCP packets. As seen in the FBI/NSA report, the Volatility framework was used to carve the Drovorub kernel module out of the host, running CentOS. In our little lab experiment, let’s also use CentOS host. To build a new Docker container image, let’s construct the following Dockerfile: FROM scratch ADD centos-7.4.1708-docker.tar.xz / ADD rootkit.ko / CMD [“/bin/bash”] The new image, built from scratch, will have the CentOS 7.4 installed. The kernel-mode rootkit will be added to its root directory. Let’s build an image from our Dockerfile, and call it ‘test’: [root@localhost 1]# docker build . -t test Sending build context to Docker daemon 43.6MB Step 1/4 : FROM scratch —> Step 2/4 : ADD centos-7.4.1708-docker.tar.xz / —> 0c3c322f2e28 Step 3/4 : ADD rootkit.ko / —> 5aaa26212769 Step 4/4 : CMD [“/bin/bash”] —> Running in 8e34940342a2 Removing intermediate container 8e34940342a2 —> 575e3875cdab Successfully built 575e3875cdab Successfully tagged test:latest Next, let’s execute our image interactively (with pseudo-TTY and STDIN ): docker run -it test The executed image will be waiting for our commands: [root@8921e4c7d45e /]# Next, let’s try to load the malicious kernel module: [root@8921e4c7d45e /]# insmod rootkit.ko The output of this command is: insmod: ERROR: could not insert module rootkit.ko: Operation not permitted The reason why it failed is that by default, Docker containers are ‘unprivileged’. Loading a kernel module from a docker container requires a special privilege that allows it doing so. Let’s repeat our experiment. This time, let’s execute our image either in a fully privileged mode or by enabling only one capability – a capability to load and unload kernel modules ( SYS_MODULE ). docker run -it –privileged test or docker run -it –cap-add SYS_MODULE test Let’s load our driver again: [root@547451b8bf87 /]# insmod rootkit.ko This time, the command is executed silently. Running lsmod command allows us to enlist the driver and to prove it was loaded just fine. A little magic here is to quit the docker container and then delete its image: docker rmi -f test Next, let’s execute lsmod again, only this time on the host. The output produced by lsmod will confirm the rootkit module is loaded on the host even after the container image is fully unloaded from memory and deleted! Let’s see what ports are open on the host: [root@localhost 1]# netstat -tulpn Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1044/sshd With the SSH server running on port 22 , let’s send a C2 ‘ping’ command to the rootkit over port 22 : [root@localhost 1]# python client.py 127.0.0.1 22 8080 rrootkit-negotiation: hello The ‘hello’ response from the rootkit proves it’s fully operational. The Netfilter hook detects a command concealed in a TCP packet transferred over port 22 , even though the host runs SSH server on port 22 . How was it possible that a rootkit loaded from a docker container ended up loaded on the host? The answer is simple: a docker container is not a virtual machine. Despite the namespace and ‘control groups’ isolation, it still relies on the same kernel as the host. Therefore, a kernel-mode rootkit loaded from inside a Docker container instantly compromises the host, thus allowing the attackers to compromise other containers that reside on the same host. It is true that by default, a Docker container is ‘unprivileged’ and hence, may not load kernel-mode drivers. However, if a host is compromised, or if a trojanized container image detects the presence of the SYS_MODULE capability (as required by many legitimate Docker containers), loading a kernel-mode rootkit on a host from inside a container becomes a trivial task. Detecting the SYS_MODULE capability ( cap_sys_module ) from inside the container: [root@80402f9c2e4c /]# capsh –print Current: = cap_chown, … cap_sys_module, … Conclusion This post is drawing a parallel between the recently reported Drovorub rootkit and CloudSnooper, a rootkit reported earlier this year. Allegedly built by different teams, both of these Linux rootkits have one mechanism in common: a Netfilter hook ( NF_INET_LOCAL_IN and NF_INET_LOCAL_OUT ) and a toolset that enables tunneling of the traffic to other hosts within the same compromised cloud infrastructure. We are still hunting for the hashes and samples of Drovorub. Unfortunately, the YARA rules published by FBI/NSA cause False Positives. For example, the “Rule to detect Drovorub-server, Drovorub-agent, and Drovorub-client binaries based on unique strings and strings indicating statically linked libraries” enlists the following strings: “Poco” “Json” “OpenSSL” “clientid” “—–BEGIN” “—–END” “tunnel” The string “Poco” comes from the POCO C++ Libraries that are used for over 15 years. It is w-a-a-a-a-y too generic, even in combination with other generic strings. As a result, all these strings, along with the ELF header and a file size between 1MB and 10MB, produce a false hit on legitimate ARM libraries, such as a library used for GPS navigation on Android devices: f058ebb581f22882290b27725df94bb302b89504 56c36bfd4bbb1e3084e8e87657f02dbc4ba87755 Nevertheless, based on the information available today, our interest is naturally drawn to the security implications of these Linux rootkits for the Docker containers. Regardless of what security mechanisms may have been compromised, Docker containers contribute an additional attack surface, another opportunity for the attackers to compromise the hosts and other containers within the same organization. The scenario outlined in this post is purely hypothetical. There is no evidence that supports that Drovorub may have affected any containers. However, an increase in volume and sophistication of attacks against Linux-based cloud-native production environments, coupled with the increased proliferation of containers, suggests that such a scenario may, in fact, be plausible. 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

  • Firewall management solution for network policy compliance

    Protect your network from cyber attacks with firewall management Configure, monitor, and update firewall policies for effective security Firewall management solution for network policy compliance Select a size Which network Can AlgoSec be used for continuous compliance monitoring? Yes, AlgoSec supports continuous compliance monitoring. As organizations adapt their security policies to meet emerging threats and address new vulnerabilities, they must constantly verify these changes against the compliance frameworks they subscribe to. AlgoSec can generate risk assessment reports and conduct internal audits on-demand, allowing compliance officers to monitor compliance performance in real-time. Security professionals can also use AlgoSec to preview and simulate proposed changes to the organization’s security policies. This gives compliance officers a valuable degree of lead-time before planned changes impact regulatory guidelines and allows for continuous real-time monitoring. Firewall management How do you manage firewall rules? Firewall policy management Firewall configuration monitoring and alerts Firewall vulnerability management Firewall security compliance management Extensive multi-vendor support Distributed firewall management Best 6 Practices for Firewall Management Managing firewalls with AlgoSec Get the latest insights from the experts Use these six best practices to simplify compliance and risk mitigation with the AlgoSec White paper Learn how AlgoSec can help you pass PCI-DSS Audits and ensure Solution overview See how this customer improved compliance readiness and risk Case study 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 for AWS Security Management in the Hybrid Cloud - AlgoSec

    AlgoSec for AWS Security Management in the Hybrid Cloud 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

  • Deloitte and AlgoSec Partner to Establish a Joint Network Protection Transformation Solution for Enterprises

    The joint offering helps enterprises tighten their security posture, effectively mitigate Ransomware and other Cyberattacks and ensure long-term sustainability Deloitte and AlgoSec Partner to Establish a Joint Network Protection Transformation Solution for Enterprises The joint offering helps enterprises tighten their security posture, effectively mitigate Ransomware and other Cyberattacks and ensure long-term sustainability November 9, 2020 Speak to one of our experts RIDGEFIELD PARK, N.J., November 9, 2020 – The EMEA Telecom Engineering Centre of Excellence (TEE) of Deloitte (located in Portugal) and AlgoSec , the leading provider of business-driven network security management solutions, have entered into an alliance to establish a network protection transformation offer to safeguard clients against complex threats and attacks. The combined team will deliver, operate, and maintain a network protection offer with joint functions managed between Deloitte and AlgoSec. Deloitte TEE will focus on delivering business process transformation capabilities, business and technical advisory and project management to ensure reliability and sustainability on the proposed capabilities, while AlgoSec will provide technical support to customize, deploy and operate the tool to accelerate and automate the network security management, and ensure the offer is aligned with the business’ requirements. The Deloitte and AlgoSec joint offering provides a business-centric approach to network security management across the entire hybrid and multi-vendor environment. The solution offers comprehensive visibility across the network security environment and business applications, agile and secure policy change management via zero touch automation, and continuous compliance assurance. The offering also includes a Network Security Hardening Service, which begins to understand the Client’s network level of exposure, current vulnerabilities and the potential impact of network threats, before performing a transformation strategy to strengthen current capabilities and remediate network risks and vulnerabilities, followed by a Network Security Managed Service to monitor and guarantee long-term sustainability. Deloitte TEE will also become a reselling partner to support AlgoSec in the global market, using a structured offer model with advantages for the partnership and the client. Jade Kahn, AlgoSec CMO said: “Network protection should be a priority for companies to mitigate the damage caused by an increasing number of complex cyber threats. With an appropriate strategy in place, they can identify and contain threats before they are able to move freely across the network. We look forward to working alongside Deloitte and delivering value to its clients.” Pedro Tavares, Partner of Deloitte Portugal and responsible for the EMEA Telecom Engineering Centre of Excellence (TEE): “TEE focus is on delivering high value telecoms engineering consultancy services towards our customers, and under the ongoing digitalization wave and in the advent of 5G, setting up a Network Protection offer to ensure that this improvement in the connectivity, communication and user experience do not bring substantial business risks is a key stepping stone towards this strategy. We expect with this combined offer to support our clients in improving their network security, mitigating their network risks and enhancing their key Capabilities to ensure a sustainable transformation of their business”. 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 Dach [email protected] Craig Coward Context Public [email protected] +44 (0)1625 511 966 Olga Neves Media Relations & External CommunicationsDeloitte PortugalTlm: (+351) 918 985 [email protected] About Deloitte Deloitte, us, we and our refer to one or more of Deloitte Touche Tohmatsu Limited (“DTTL”), its global network of member firms, and their related entities (collectively, the “Deloitte organization”). DTTL (also referred to as “Deloitte Global”) and each of its member firms and related entities are legally separate and independent entities, which cannot obligate or bind each other in respect of third parties. DTTL and each DTTL member firm and related entity is liable only for its own acts and omissions, and not those of each other. DTTL does not provide services to clients. Please see www.deloitte.com/about to learn more.Deloitte is a leading global provider of audit and assurance, consulting, financial advisory, risk advisory, tax and related services. Our global network of member firms and related entities in more than 150 countries and territories (collectively, the “Deloitte organization”) serves four out of five Fortune Global 500® companies. Learn how Deloitte’s more than 330,000 people make an impact that matters at www.deloitte.com . About EMEA Telecom Engineering Centre of Excellence (TEE) The EMEA Telecom Engineering Centre of Excellence (TEE) is an operational area specialized in telecom engineering services, managed by Deloitte Portugal, that offers engineering services for mobile, fixed and convergent telecom networks, service platforms and operating support systems (“OSS”) for the Europe, Middle East, Africa region (“EMEA”).

  • Application segmentation: Guardicore and AlgoSec | AlgoSec

    Enhance your network security with application segmentation solutions from Guardicore and AlgoSec, providing advanced visibility and control to protect critical assets. Application segmentation: Guardicore and AlgoSec ---- ------- Schedule a Demo Select a size ----- Get the latest insights from the experts Choose a better way to manage your network

  • Português | Algosec

    Securely accelerate application delivery by automating application connectivity and security policy across the hybrid network estate. Solução de gestão de segurança Algosec Bem-vindo! Administrar sua política de segurança de rede em firewalls locais e controles de segurança na nuvem é um delicado ato de equilíbrio. Por um lado, é preciso reduzir o risco, minimizando a superfície de ataque; por outro, deve-se viabilizar a produtividade ao prover conectividade para suas aplicações comerciais críticas. No entanto, processos de administração de política de segurança de rede sempre foram complexos, demorados e cheio de erros. Não precisa ser assim. No local e na nuvem, a AlgoSec simplifica e automatiza a administração de política de segurança de rede para tornar sua empresa mais ágil, mais segura e mais compatível, o tempo todo. Uma abordagem única de ciclo de vida para a administração de Política de Segurança AlgoSec é única no que tange a administração de todo o ciclo de vida da política de segurança para garantir uma conectividade contínua e segura para seus aplicativos comerciais. Através de um único painel de vidro você pode detectar automaticamente os requisitos de conectividade de aplicativos, fazer uma análise de risco proativa e rapidamente planejar e executar alterações na segurança da rede e desativar com segurança as regras do firewall, todos isso sem contato físico e orquestrado de maneira transparente em seu ambiente heterogêneo. Com AlgoSec você pode Unificar a administração de política de segurança de rede em ambientes heterogêneos de nuvem, em ambientes definidos por software e locais Garantir a conformidade contínua e reduzir drasticamente os esforços de preparação de auditoria de firewall Prover conectividade para aplicativos de forma rápida e segura, e evitar interrupções relacionadas com a rede Alinhar equipes de segurança, de rede e de aplicações, e adotar DevSecOps Automatizar a administração de alterações no firewall e eliminar erros de configuração Reduzir o risco através da configuração correta de segurança e segmentação eficaz de rede A Solução de Gestão de Segurança AlgoSec Análise de Política de Segurança de Rede Mais informações Firewall Analyzer Automação de Mudanças de Política de Segurança Mais informações FireFlow Calculadora ROI Brochura de Soluções AlgoSec Representante local Test name Phone: +55-11-991068906
Email: [email protected] Algosec Korea 정욱 이사 (Sales Engineer) Phone: +82-10-9953-5717
Email: [email protected] Links relevantes TELEFONICA Estudo de Caso NATURA Estudo de Caso AlgoSec Para LGPD Schedule time with one of our experts

  • Components Company | AlgoSec

    Explore Algosec's customer success stories to see how organizations worldwide improve security, compliance, and efficiency with our solutions. International Components Company Strengthens Network Security & Reduces Risks Organization Components Company Industry Retail & Manufacturing Headquarters International Download case study Share Customer
success stories "We quickly identified some unused rules, which we were able to safely remove. We're confident in the fact that we’re closing paths and we’ve also quickly managed to get compliance going,” says the company’s Head of Security Architecture." A leading international components company automates security policy change management and eliminates duplicate rules. BACKGROUND The company is a leading company specializing in high–performance components and sub-systems for the aerospace, defense, and energy markets. Backed by over a century of expertise, the company deliver solutions for the most challenging environments, enabling safe, cost-effective flight, power, and defense systems. CHALLENGE The company’s firewalls were growing consistently. There had not been enough insight and analysis into their network over the years, leading to a bloated and redundant network infrastructure. Firewalls and infrastructure did not get the care and attention they needed. Some of their challenges included: Legacy firewalls that had not been adequately maintained. Unused or overly permissive rules, which left open many security holes. Difficulty identifying and quantifying network risk. Change requests for functionality already covered by existing rules. SOLUTION The client searched for a vendor that understood their environment and challenges and could integrate into their existing solutions. They would need to offer: Faster implementation of firewall changes. Comprehensive firewall support. Automation of security policy change management. Visibility into their business applications and traffic flows. They implemented the AlgoSec Security Policy Management Solution, made up of AlgoSec Horizon Security Analyzer and AlgoSec Horizon FireFlow. AlgoSec Horizon Security Analyzer ensures security and compliance by providing visibility and analysis into complex network security policies. AlgoSec Horizon FireFlow improves security and saves security staffs’ time by automating the entire security policy change process, eliminating manual errors, and reducing risk. RESULTS By using the AlgoSec Security Management Solution, the customer gained: Greater insight and oversight into their firewalls and other network devices. Identification of risky rules and other holes in their network security policy. Audits and accountability into their network security policy changes. They were able to ensure ongoing compliance and make sure that rules submitted did not introduce additional risk. Identification and elimination of duplicate rules. The customer is also impressed with the dedicated attention they receive from AlgoSec. AlgoSec’s support team is familiar with their challenges and provides attention tailored to their exact needs. Schedule time with one of our experts

  • PORSCHE | AlgoSec

    Explore Algosec's customer success stories to see how organizations worldwide improve security, compliance, and efficiency with our solutions. PORSCHE INFORMATIK SIMPLIFIES NETWORK OPERATIONS AND STRENGTHENS SECURITY Organization PORSCHE Industry Retail & Manufacturing Headquarters Austria Download case study Share Customer
success stories "We quickly saw a clear return on our investment with AlgoSec. It enabled us to significantly increase the efficiency of our firewall operations team without increasing head count. With AlgoSec, We can focus on what is most important to Porsche Informatik: our customers" Leading European Automobile Trading Enterprise Increases Security, Ensures Compliance, Optimizes Firewall Operations and Streamlines Productivity AlgoSec Business Impact • Increase IT productivity without adding headcount• Reduce time and resources required to implement firewall policy changes• Improve IT Governance and accountability over the network security policy• Improve security posture and gain visibility into the impact of proposed changes Background Porsche Informatik GmbH, a subsidiary of Porsche Holding, is one of the biggest private trading enterprises in Austria and the most successful automobile trade companies in Europe. The Company provides integrated software solutions for the automobile sector serving importers, retailers and financial service providers in over 21 countries. With its multi-vendor, multi-firewall infrastructure consisting of various Check Point clusters and firewalls, Porsche Informatik has been supporting some of the most successful automobile brands in the world including Volkswagen, Audi, Porsche, Seat and Skoda. Challenge As an enterprise serving the leading automobile brands, Porsche Informatik is committed to ensuring the integrity of its network and maintaining compliance with corporate security policies. Optimizing its operations is another top priority. With a large number of firewalls undergoing continuous rule changes, Porsche Informatik’s team had to manually confirm that all of the changes were correctly configured and adhered to corporate policy. To do this, Porsche Informatik needed to keep track of changes: when they were made, who made them and verify that they weren’t introducing clutter and subsequent risk into their environment. “As the rule base continued to grow, it became increasingly complex and harder to keep track of the details,” says Anton Spitzer, Infrastructure Services Manager at Porsche Informatik. “Monitoring and auditing of our firewalls and clusters has become a painstaking manual, time and labor intensive process and we needed to handle it more effectively.” Porsche Informatik looked for a solution that would allow them to automatically and comprehensively manage the entire change lifecycle of their heterogeneous firewall infrastructure to improve and optimize operations, bolster security and comply with the corporate security policy in an easier way. Solution Porsche Informatik selected the AlgoSec Security Management solution to provide automated, comprehensive firewall operations and security risk management.In particular, Porsche Informatik liked AlgoSec’s auditing capability as it tracks changes in real-time as well as provides analysis of the operational and security implications of those changes. Results With AlgoSec, Porsche Informatik can now intelligently automate manual, labor and time intensive tasks, optimize firewall operations and improve network security while enforcing corporate policies to provide improved IT Governance.“AlgoSec allows our team to quickly and easily understand the operational and security impact of rule changes on our corporate policy, while at the same time provides a detailed audit trail, which is crucial for us to maintain compliance,” says Spitzer. From an operations and risk perspective, AlgoSec enables Porsche Informatik to instantly know which rules and objects are obsolete, invalid and duplicate and where potential security holes exist. The ability to clean up the firewall policy has streamlined network operations and given Porsche Informatik better visibility into their firewall infrastructure. “We cleaned up our existing policy base and now utilize the “what if” analysis to prevent the introduction of clutter and risk into our environment,” explains Spitzer.Ultimately, with AlgoSec, Porsche Informatik can now easily determine the necessity of changes and their potential security implications which saves time and effort. As a result productivity has increased without adding headcount. “After several months of use, AlgoSec has made a quantifiable impact on our firewall operations and security risk management. We know exactly what changes are being made, by whom and the implications of those changes on our operations and security posture,” said Spitzer. “We now spend much less time analyzing and auditing our firewalls, allowing our IT personnel to work on additional projects. As a customer-centric company, optimized internal operations directly benefits our clients by allowing Porsche Informatik to focus wholly on their needs instead of on firewall management.” Schedule time with one of our experts

  • AlgoSec | Azure Security Best Practices

    Azure Security Best Practices: Don't Get Caught with Your Cloud Pants Down Executive Summary The cloud isn't some futuristic fantasy... Cloud Security Azure Security Best Practices Asher Benbenisty 2 min read Asher Benbenisty 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 11/25/24 Published Azure Security Best Practices: Don't Get Caught with Your Cloud Pants Down Executive Summary The cloud isn't some futuristic fantasy anymore, folks. It's the backbone of modern business, and Azure is charging hard, fueled by AI, to potentially dethrone AWS by 2026. But with this breakneck adoption comes a harsh reality: security can't be an afterthought. This article dives deep into why robust security practices are non-negotiable in Azure and how tools like Microsoft Sentinel and Defender XDR can be your digital bodyguards. Introduction Let's face it, organizations are flocking to the cloud like moths to a digital flame. Why? Cost savings, streamlined operations, and the ability to scale at warp speed. We're talking serious money here – a projected $805 billion spent on public cloud services in 2024! The cloud's not just disrupting the game; it is the game. And the playing field is shifting. AWS might be the king of the hill right now, but Azure's hot on its heels, thanks to some serious AI muscle. ( As of 2024, they hold market shares of 31%, 24%, and 11%, respectively .) Forbes even predicts an Azure takeover by 2026. Exciting times, right? Hold your horses. This rapid cloud adoption has a dark side. Security threats are lurking around every corner, and sticking to best practices is more crucial than ever. Cloud service managers, listen up: you need to wrap your heads around the shared responsibility model (Figure 1). Think of it like this: you and Azure are partners in crime prevention. You're both responsible for keeping your digital assets safe, but you need to know who's holding which piece of the security puzzle. Don't assume security is built-in – it's a team effort, and you need to pull your weight. Figure 1: The shared responsibility model Azure's Security Architecture: A Fortress in the Cloud Okay, I get it. The shared responsibility model can feel like navigating a maze blindfolded. But here's the deal: whether you're dabbling in IaaS, PaaS, or SaaS, Azure's got your infrastructure covered. Their global network of data centers is built like Fort Knox, meeting industry standards like ISO/IEC 27001:2022 , HIPAA , and NIST SP 800-53 . But remember your part of the bargain! Azure provides a killer arsenal of security products to protect your workloads, both in Azure and beyond. Figure 2: Azure’s security architecture Take Microsoft Sentinel, for example. This superhero of a tool automatically sniffs out threats, investigates them, and neutralizes them before they can wreak havoc. It's like having a 24/7 security team with superhuman senses. And don't forget about Microsoft Defender XDR. This comprehensive security suite is like a digital Swiss Army knife, protecting your identities, endpoints, applications, email, and cloud apps. It's got your back, no matter where you turn. With Sentinel and Defender XDR in your corner, you're well-equipped to tackle the security challenges that come with cloud adoption. But don't get complacent! Let's dive into some core security best practices that will make your Azure environment an impenetrable fortress. Core Security Best Practices: Lock Down Your Secrets Protecting Secrets: Best Practices Using Azure Key Vault We all have secrets, right? In the digital world, those secrets are things like passwords, API keys, and encryption keys. You can't just leave them lying around for any cybercriminal to snatch. That's where Azure Key Vault comes in. This secure vault is like a digital safe deposit box for your sensitive data. It uses hardware security modules (HSMs) to keep your secrets locked down tight, even if someone manages to breach your defenses. Big names like Victoria's Secret & Co , Evup, and Sage trust Key Vault to keep their secrets safe. Figure 3: A new Key Vault named “algosec-kv” Here's a pro tip: once you've stashed your secrets in Key Vault, use a managed identity to access them. This eliminates the need to hardcode credentials in your code, minimizing the risk of exposure. var client = new SecretClient(new Uri("https://. vault.azure.net/ "), new DefaultAzureCredential(),options); KeyVaultSecret secret = client.GetSecret(""); string secretValue = secret.Value; Key Vault is a fantastic tool, but it's not a silver bullet. Download our checklist of additional best practices to keep your secrets safe: Database and Data Security: More Than Just Locking the Door Azure offers a smorgasbord of data storage solutions, from Azure SQL Database to Azure Blob Storage. But securing your data isn't just about protecting it at rest. You need to think about data in use and data in transit, too. Download our checklist for a full action plan: Identity Management: Who Are You, and What Are You Doing Here? Encryption is great, but it's only half the battle. You need to know who's accessing your resources and what they're doing. That's where identity access management (IAM) comes in. Think of IAM as a digital bouncer, controlling access to your network resources. It's all about verifying identities and granting the right level of access – no more, no less. Zero-trust network access (ZTNA) is your secret weapon here. It's like having a security checkpoint at every corner of your network, ensuring that only authorized users can access your resources. Figure 4: Zero-trust security architecture Remember the Capital One breach? A misconfigured firewall and overly broad permissions led to a massive data leak. Don't let that be you! Follow Azure's IAM documentation to build a robust and secure identity management system. Network Security: Building a Digital Moat Your network architecture is the foundation of your security posture. Choose wisely, my friends! The hub-spoke model is a popular choice in Azure, centralizing common services in a secure hub and isolating workloads in separate spokes. Figure 5: Hub-spoke network architecture in Azure (Source: Azure documentation ) For a checklist of how the hub-spoke model can boosts your security, download our checklist here. Digital Realty , a real estate investment giant, uses the hub-spoke model to secure its global portal and REST APIs. It's a testament to the power of this architecture for both security and performance. Figure 6: Digital Realty’s use of hub-spoke architecture (Adapted from Microsoft Customer Stories ) Operational Security: Stay Vigilant, Stay Secure (Continued) When a security incident strikes, your response time is critical. Think of operational security as your digital first aid kit. It's about minimizing human error and automating processes to speed up threat detection and response. We've already talked about MFA, password management, and the dynamic duo of Defender XDR and Sentinel. Download our checklist for a few more operational security essentials to add to your arsenal. Figure 7: Build-deploy workflow automation (Source: Azure documentation ) Think of these best practices as guardrails, guiding you toward secure decisions. But remember, flexibility is key. Adapt these practices to your specific environment and architecture. Conclusion As Azure's popularity skyrockets, so do the stakes. The shared responsibility model means you're not off the hook when it comes to security. Azure provides powerful tools like Sentinel and Defender XDR, but it's up to you to use them wisely and follow best practices. Protect your secrets like they're buried treasure, secure your data with Fort Knox-level encryption, implement identity management that would make a border patrol agent proud, and build a network architecture that's a digital fortress. And don't forget about operational security – it's the glue that holds it all together. But let's be real, managing security policies across multiple clouds can be a nightmare. That's where tools like AlgoSec CloudFlow come in. They provide a clear view of your security landscape, helping you identify vulnerabilities and streamline policy management. It's like having a security command center for your entire cloud infrastructure. So, what are you waiting for? Request a demo today and let AlgoSec help you build an Azure environment that's so secure, even the most determined cybercriminals will be left scratching their heads. 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

  • A Customer Story: The NCR journey to effective and agile network security | AlgoSec

    Learn how NCR improved network security and agility through automation and optimization with Algosec's solutions. Webinars A Customer Story: The NCR journey to effective and agile network security Managing security in a multi-billion-dollar enterprise poses many challenges, as well as opportunities. Go inside an S&P 500 company and hear how they manage their network security. Join Scott Theriault, Global Manager, Network Perimeter Security at NCR Corporation as he shares his real-world experience managing security in a global organization with Yitzy Tannenbaum, Product Marketing Manager at AlgoSec. Get insights on: Key factors managing network security in complex organizations The benefits of network policy optimization Importance of maintaining and demonstrating compliance Change management and automation in large, complex networks Driving alignment of cloud and on-premises security December 17, 2020 Yitzy Tannenbaum Product Marketing Manager Scott Theriault Global Manager, Network Perimeter Security at NCR Corporation Relevant resources AlgoSec Case Study: BT Watch Video Discovery Case Study Keep Reading 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

  • Managing Business Application Connectivity | algosec

    Security Policy Management with Professor Wool Managing Business Application Connectivity Managing Business Application Connectivity is a whiteboard-style series of lessons that examine the challenges of and provide technical tips for provisioning and decommissioning application connectivity across enterprise networks and data centers. Lesson 1 In this lesson, Professor Wool examines the challenges of managing data center applications and their connectivity requirements. Professor Wool also offers tips for bridging the gap between application owners and network and security teams - to ensure faster, more secure deployment, maintenance and decommissioning of critical applications. Examining the Need for Application-Centric Security Policy Management Watch Lesson 2 In this lesson, Professor Wool discusses how to look at and prioritize network security vulnerabilities in a new way - from the perspective of the business applications in your data center. How to Prioritize Risk from the Business Perspective Watch Lesson 3 In this lesson, Professor Wool examines how to leverage firewall rules for discovering the connectivity requirements of data center applications. Tips to Discover Business Application Connectivity Requirements Watch Lesson 4 In this lesson, Professor Wool examines the challenges of decommissioning business applications and offers recommendations for improving security without impacting network operations by removing firewall rules that are no longer in use. Tips for Secure Decommissioning of Business Applications Watch Lesson 5 How to Automatically Identify Business Application Connectivity Needs from Network Traffic Watch Lesson 6 The Different Data Sources for Application Connectivity Discovery Watch Lesson 7 How to Aggregate Network Flows Into Application Flows Watch Lesson 8 The Benefits of Mapping Firewall Rules to Business Applications Watch Have a Question for Professor Wool? Ask him now 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

bottom of page