
Sysdig Founder: Cloud Developers Can Fix Runtime Security
ATHENS - AUGUST 27: Liu Xiang of China crosses the finish line as he finished first in the men's ... More 110 metre hurdle final on August 27, 2004 during the Athens 2004 Summer Olympic Games at the Olympic Stadium in the Sports Complex in Athens, Greece. Liu equalled the world record of 12.91 seconds. (Photo by)
Developers develop. Software application developers program applications by coding in their language of choice, on and to their platform of choice, inside their preferred integrated development environment and through their chosen application engineering methodology. While some or all of those factors may be governed by the team that they find themselves in and so become less of a personal decision, there is a general notion of freedom to be, especially perhaps when it comes to the use of open source toolsets.
As laissez-faire as all that sounds, developers are also directed towards a number of system management responsibilities that need to happen to ensure 'uptime' is maintained and users get functionality out of the applications and data services that they need to work, or indeed play.
While all software engineering teams of any reasonable size will have a dedicated security team (and smaller ones obviously won't always have that luxury), the rise of cloud computing and the Kubernetes container orchestration platform has put more of the control responsibility back in the hands of the cloud development engineer themself. Because cloud and containers move so fast (some are 'spun up' into existence for mere minutes), the security consideration must move to the point of application runtime i.e. the point at which an application actively executes and makes calls to the resources that surround it in the environment it is built in.
But how do developers know what to work on around security fixes today? Traditionally, this has seen them take a list of issues from the IT security team (all pretty much without context or application environment information) and then attempt to work through a process of reverse engineering logic as they try to understand what's happening in any given cloud.
This could mean working through thousands of items spanning different software libraries, different cloud container images, different data feeds and different third-party plugins and more. What developers would like in these scenarios is a way to find the root cause of security issues and be able to prioritize actions to remediate system health. But cloud computing has changed some key fundamentals, so what route do we take to get to the root now? Real-time cloud-native security tools company Sysdig has plenty of opinions to share here.
'Sysdig was founded to solve a problem. That problem was the question of how we do observability when we can't look at a packet [a chunk of data moving over a network with routing information to tell it where to go] in the virtualized and abstracted world of cloud,' said Alex Lawrence, director of cloud security strategy at Sysdig. 'We knew that was our mission, because packets don't lie. But this is not the old days of networking where we could look at network switches to see packets; now, those packets run on someone else's infrastructure, the cloud services provider. So we know that the system call becomes the lowest common denominator and we have access to that information. If I'm on a server in a virtual machine in the cloud, the system call is the thing that creates the packet. It's the thing that gives the instruction to write the file.'
To define this term, a system call is an interface mechanism between an application and its governing infrastructure (often the operating system kernel) that enables the application to access the memory, processing power, data storage or other services that it needs to breathe.
Sysdig Lawrence along with founder and chief technology officer Loris Degioanni say that a system call is arguably a richer telemetry source than a packet ever was. This is due to the fact that in any software system, there's 'stuff that happens' without ever becoming a packet. For example, let's say an application wants to perform a call on a host server in a container. It doesn't have to leave the cloud container or the host to make this action happen, it all occurs internally.
'But if we can 'instrument' the system call, we can now know everything happening on that individual host, right? So Sysdig originally was an observability company that was doing all the observability metrics to analyze everything happening on a host cloud server and see what was going on,' said Lawrence. 'But then we had customers early on saying, hey, you realize that this has really big security implications too and it's not just observability. That's what inspired the company to create project Falco, which is basically like a camcorder that tracks all the things happening inside a cloud. It is system analysis that looks for an abnormal system call that shouldn't be there, or find the structure of the executables within an application or database query or whatever that shouldn't be happening in the 'normal' course of operations.'
One analogy here is likened to being at home and turning the tap on and getting beer or wine out of the faucet instead of water i.e. the thing that is instructed to do something which we would normally expect to happen, is doing something we don't expect to happen. But this isn't beer taps, this is what we can now call a cloud-native application protection platform, or CNAPP for short.
The Falco project is powered by rules and all those rules are written in the the YAML software language. Now a graduated project housed under the auspices of the Cloud Native Computing Foundation, Falco can be described as an open source runtime security platform that enables software developers to find and react to suspicious behaviour within Linux containers and applications. Falco was conceptualized, designed and built to work with Kubernetes, but its realm and purview is not limited to Kubernetes. This means it is also capable of delivering runtime security monitoring for other container orchestration platforms and standalone container deployments.
'Falco's journey is far from over. As cloud-native security threats grow in complexity, Falco is evolving to meet them head-on. The focus for the coming year is clear: deeper Kubernetes integration, a more sophisticated plugin system… and a shift toward automation in runtime security. Perhaps the most exciting development, though, is the growing synergy between Falco and Stratoshark [a software tool built by the same team that created Wireshark, which analyzes system calls and log messages]. Together, they are setting the foundation for a new security paradigm – one where detection, investigation, and response are seamlessly unified,' wrote Degioanni on his company blog. 'Runtime security has always been about visibility, but as Kubernetes environments scale, visibility alone isn't enough. Falco is tackling this by modernizing its stack, making security more automated and easier to deploy.'
He asserts one final note to suggest that Falco and Stratoshark will pioneer a Kubernetes Detection and Response (KDR) approach. Next we will see tighter integration between the tools, automated forensic workflows and collaboration between the Falco and Wireshark communities to redefine open source runtime security.
Where companies like Sysdig are taking us is towards a future where software developers get more immediate control of system and application health from first principles. While the perceived notion is that programmers care most about 'cool functionality' on the road to creating the next killer app, they do in fact care a lot about vulnerability management in the virtual cloud arena.
'Taking stock of where we are today, there are vendors that specialize in software system detection & response (think of this like a security camera on your house) and there are vendors who offer security posture management technology (a wider angle view on an IT stack to make sure there are locks on the doors of the house) today. To continue our home security analogy, if your door locks are broken, but no intruders are near your house, then you know how to act accordingly vs a scenario where you're actually about to lose your possessions. Sysdig was engineered from the start to provide both sides of this weigh-scale so that we can offer a total security platform offering,' said Degioanni. 'Our platform now sits at that broader point where we can offer users the most accurate visibility into their cloud IT stack as fast as possible… a combination which is now empowered and accelerated with agentic AI services. To offer a platform technology proposition in this way, Sysdig has collected and correlated vast amounts of data from system calls and posture status (using our backbone and employing a graph database) so that all data and information relationships can be tracked and mapped accurately, quickly and in the most efficient way possible.'
We live in a world where software system security is trying to be more automated (through artificial intelligence yes, but also through system-level automation that we probably wouldn't classify as AI), more hands-off and more self-service. It's a large part of why we've been able to talk so volubly about so-called DevOps as the marriage of shared responsibility between developers and operations staff. The notion of platform engineering and agentless technologies have subsequently followed suit for the same reason.
Will we still need IT security teams in the future then? Yes, obviously, they may be able to spend more time refining and finessing the tools inside platforms like Sysdig than chasing vulnerabilities and attacks. It's all getting a whole lot more granular in computing… and, from a user security perspective, fine-grained is just fine.

Try Our AI Features
Explore what Daily8 AI can do for you:
Comments
No comments yet...
Related Articles
Yahoo
a day ago
- Yahoo
HAProxy Technologies Announces Kubernetes Innovations at HAProxyConf 2025 Day Two
PayPal presents large-scale Kubernetes application routing with tens of thousands of dynamic backends using HAProxy One SAN FRANCISCO, June 06, 2025 (GLOBE NEWSWIRE) -- HAProxyConf 2025 concluded yesterday, successfully completing two days of groundbreaking announcements, insightful customer presentations, and vibrant community engagement. Day One was built around HAProxy One's advances as a modern security platform; Day Two featured the announcement of the HAProxy Unified Kubernetes Gateway, which will provide flexible, Kubernetes-native traffic management using both the Ingress API and the newer Gateway API. The conference brought together hundreds of passionate users, customers, and developers at the Mission Bar Conference Center in San Francisco in an outstanding demonstration of open source community spirit. 'HAProxy is defined as much by the people in our community as by the technology,' said Willy Tarreau, CTO and Lead Developer, HAProxy Technologies. 'We built HAProxy with performance, efficiency, reliability, flexibility, and longevity in mind, and the community lives out those values. We've been growing for nearly 25 years, always adapting to whatever comes. These are people you can count on to always excel in what they do.' Introducing the HAProxy Unified Kubernetes Gateway In a morning session titled 'Evolving Kubernetes networking: HAProxy's journey with Ingress, Gateway API, and HAProxy Fusion," HAProxy Technologies engineers Zlatko Bratkovic, Hélène Durand, and Dario Tranchitella unveiled the company's newest product for Kubernetes users. The HAProxy Unified Kubernetes Gateway will be available as a standalone open source product, designed for single Kubernetes clusters and Gateway classes; it will also be incorporated directly into HAProxy Fusion (the centralized control plane of HAProxy One), which will enable use with multiple Kubernetes clusters and multiple Gateway classes, as well as providing all the benefits of HAProxy Fusion for scalable management, monitoring, and automation. 'HAProxy is a key component in the Cloud Native Computing Foundation landscape, and with the HAProxy Unified Kubernetes Gateway users will have even more flexibility in how they route external traffic into Kubernetes applications,' said Zlatko Bratkovic, Development Team Lead, HAProxy Technologies. 'This is great news for open source users, who will be able to use the latest Kubernetes standards in a product built on HAProxy's legendary performance and reliability. And for our enterprise customers, HAProxy Fusion will provide even richer capability.' HAProxy Fusion also includes Kubernetes service discovery and automation of HAProxy Enterprise's load balancing capabilities, which can enable external load balancing, multi-cluster routing, and direct-to-pod load balancing – either on-premises or in the cloud. With the HAProxy Unified Kubernetes Gateway incorporated into HAProxy Fusion, customers will have the flexibility to manage Kubernetes traffic using Kubernetes-native methods, HAProxy-native methods, or a combination of both – accommodating the widest possible range of deployment scenarios and platform user expertise. HAProxy One is the world's fastest application delivery and security platform, from the company behind HAProxy. The platform consists of a flexible data plane (HAProxy Enterprise), a scalable control plane (HAProxy Fusion), and a secure edge network (HAProxy Edge), which together enable multi-cloud load balancing as a service (LBaaS), web app and API protection, API/AI gateways, Kubernetes networking, application delivery network (ADN), and end-to-end observability. PayPal presents large-scale Kubernetes application routing with HAProxy One In one of the highlights of Day Two, Srivignessh Pacham, Sr Software Engineer at PayPal, showed how the company uses HAProxy One to manage traffic to tens of thousands of dynamic Kubernetes backends. HAProxy Fusion's Kubernetes integration provides PayPal near-instantaneous service discovery – allowing them to manage 60,000 services per HAProxy Fusion cluster, and automate one thousand configuration updates per minute across their fleet of HAProxy Enterprise nodes. PayPal's presentation showed how the HAProxy One platform makes it simple to manage large-scale Kubernetes traffic in complex and highly dynamic applications, with rich analytics for every request in HAProxy Fusion's modern UI. For more information on what's possible with HAProxy One and Kubernetes, visit the Kubernetes solution page or watch the on-demand webinar, 'External Load Balancing and Multi-Cluster Routing for Kubernetes.' Key highlights from HAProxyConf 2025 Day One of HAProxyConf 2025 focused on the security applications of HAProxy One. The opening keynote unveiled the new Threat Detection Engine for HAProxy Enterprise and the new Security Control Plane for HAProxy Fusion, which together provide a unique combination of next-generation security performance and a next-generation security user experience (UX). In addition, a new SSL library from AWS and certificate automation using the ACME protocol improve the performance and management of secure traffic encryption with HAProxy. The day concluded with a deep and reflective panel discussion that included industry leader Kelsey Hightower, who also delivered a morning keynote address, and thought leaders in and around the HAProxy project. The conference theme of a modern security platform continued on Day Two with real-world use cases from Roblox and Infobip using the HAProxy Enterprise WAF to secure traffic with near-zero latency and without false positives. More presentations were delivered by Dartmouth College, DeepL, and community influencer Hussein Nasser. HAProxy Technologies extends its sincere gratitude to all attendees, speakers, and partners for making HAProxyConf 2025 an outstanding success. The community is encouraged to continue its engagement by joining the Slack channel and GitHub project, following HAProxy on social media (LinkedIn, X, Bluesky), subscribing to the company blog, and looking out for on-demand session recordings and presentations, which will be available soon on About HAProxy Technologies HAProxy Technologies is the company behind HAProxy One, the world's fastest application delivery and security platform, and HAProxy, the most widely used software load balancer. Leading companies and cloud providers trust HAProxy to simplify, scale, and secure modern applications, APIs, and AI services in any environment. HAProxy Technologies is headquartered in Newton, MA, with multiple offices across the US and Europe. Learn more at For questions or comments, please contact press@ in retrieving data Sign in to access your portfolio Error in retrieving data Error in retrieving data Error in retrieving data Error in retrieving data
Yahoo
2 days ago
- Yahoo
Driverless-trucking developer Plus to go public via merger
Plus, an autonomous driving software provider, announced on Thursday it will become a publicly traded company through a merger with Churchill Capital Corp IX. The combined company will operate as PlusAI. 'This transaction provides access to capital and strategic support that will help us advance our product roadmap, execute our development and commercialization strategy, and deliver a transformative logistics solution to one of the world's largest and most essential industries,' David Liu, co-founder and CEO of Plus, said in a news release. Santa Clara, California-based Plus was founded by Liu and Stanford University classmate Shawn Kerrigan in 2016. The company develops AI-based virtual driver software for factory-built autonomous has deployed autonomous driving technology across the U.S., Europe and Asia, which has been used for more than 5 million miles of driving. The company provides autonomous software to global truck manufacturers Traton Group, Hyundai and Iveco. The company's self-driving system, known as SuperDrive is built to autonomously operate heavy commercial trucks. In April, Plus achieved a key driver-out safety validation milestone with SuperDrive and is currently conducting public road testing in Texas and Sweden, the company said. Additional customer fleet trials are scheduled for fall. SuperDrive will initially be targeted to truck manufacturers in the U.S. and then expand to Europe. Plus will market SuperDrive as a driver-as-a-service model, providing autonomous software to enable trucking firms with recurring per-mile valued at $1.2 billion pre-money equity value, will provide an attractive entry point for Churchill IX shareholders, officials said. 'After evaluating many opportunities, we knew Plus was the right partner,' Michael Klein, chairman and CEO of Churchill IX, said in a statement. 'Trucking is the backbone of the global economy, but the industry faces a persistent driver shortage that autonomous trucking has the potential to solve. Broad adoption depends on confidence in vehicle performance and safety and Plus stands out with its advanced virtual driver platform and a customer-centric commercialization model led by OEM partners.' Churchill IX is a so-called blank check company, formed for the purpose of targeting other firms for mergers. The transaction is expected to deliver $300 million in gross proceeds from cash held in Churchill IX's trust account, which is expected to fund Plus through its commercial launch of SuperDrive-enabled, factory-built autonomous trucks by 2027. It's not the first time that Plus was rumored to be in talks to go public. In April 2021, Plus was reportedly close to merging with Hennessy Capital Investment Corp. V, a special purpose acquisition company. The post Driverless-trucking developer Plus to go public via merger appeared first on FreightWaves.
Yahoo
3 days ago
- Yahoo
Newborn Town Sets up its Global Headquarters in Hong Kong Science Park
HONG KONG, June 5, 2025 /PRNewswire/ -- Newborn Town Inc. (Newborn Town or the company, stock code: a leading global social entertainment company, has officially announced the establishment of its global headquarters in Hong Kong. The launch ceremony, held on June 5th, was attended by several distinguished guests, including Dr. Chiang Hok Lai, Deputy Director-General from the Office for Attracting Strategic Enterprises ('OASES') and Ms. Gladys Oon, Director of Corporate Development Division from Hong Kong Science and Technology Parks Corporation ('HKSTP'), alongside key executives from Newborn Town, including Mr. Chunhe Liu, the Chairman ('Chairman Liu') and Mr. Pengliang Song, Senior Vice President, Mr. Linzhou Zheng, Vice President and Ms. Gloria Yu, Vice President. Newborn Town established its global headquarters in Hong Kong Science Park in the name of its subsidiary, Solo X Technology Limited. Regarding the strategic significance of establishing the global headquarters in Hong Kong, Chairman Liu emphasized, 'Hong Kong boasts a world-class business environment, a well-established capital market and access to top-tier talent. The decision to establish our global headquarters here represents a pivotal step in Newborn Town's worldwide expansion strategy, marking the beginning of an exciting new chapter for our company.' Founded in 2009, Newborn Town has embarked on its global expansion journey since 2013 and went public on the Main Board of the Hong Kong Stock Exchange in 2019. Over the years, the company has consistently upheld its commitment to globalization, establishing over 20 operational centers across a number of strategic markets, including the Middle East and Southeast Asia. Its flagship products—MICO, YoHo, TopTop, SUGO, and Alice's Dream: Merge Games—are now available in more than 150 countries and regions. During the launch ceremony, Mr. Pengliang Song outlined the company's future plans in Hong Kong, 'Our strategic focus will be twofold. Firstly, we aim to delve into the profound applications of artificial intelligence within the realm of social entertainment. Secondly, Secondly, we are dedicated to attracting global tech-savvy talent to drive collaborative initiatives between industry, academia, and research institutions.' Mr. Song also highlighted that Newborn Town established its MENA headquarters in Riyadh, Saudi Arabia in the second half of last year, strengthening its footprint in the Middle East. With the launch of its global headquarters in Hong Kong, a new chapter in Newborn Town's global expansion begins. 'We look forward to collaborating with the Government of the Hong Kong Special Administrative Region (HKSAR), industry peers, and investment institutions and beyond. Through these partnerships, we aim to drive innovative developments in society, positioning ourselves as a global technology enterprise that exerts a positive influence on the world.' It has been reported that Newborn Town places significant emphasis on integrating AI into its business operations. The self-developed multi-model algorithm, Boomiix, has already enhanced commercialization efficiency across several products of the company. Ms. Gladys Oon, Director, Corporate Development Division from HKSTP added: "AI is a vital pillar in Hong Kong's diverse industries. The involvement of Newborn Town will accelerate innovation, research and development, as well as the practical application of AI technologies within the realm of social entertainment, further contributing to the city's development. HKSTP attracts global tech enterprises and talents, offering comprehensive support and fostering cross-sector collaboration to position innovation and technology as a new engine of economic growth. " Looking ahead, Mr. Song concluded: "In a future where AI significantly enhances productivity, the demand for leisure and entertainment will grow, highlighting the importance of ongoing innovation." In his view, Newborn Town will remain dedicated to nurturing the global social entertainment ecosystem, leveraging the market insights and vast user service experience it has accumulated. "Let the 'shrubs' of our app portfolio flourish and grow abundantly, cultivating a business ecosystem that evolves into global 'emotional values forests'—a digital space where global users can unwind, be entertained, and seek connection and comfort. With this vision, Newborn Town is rooted in Hong Kong and sets our sights on the world. By leveraging technology to empower social entertainment, we aim to deliver positive emotional experiences to a broader global audience." View original content to download multimedia: SOURCE Newborn Town Error in retrieving data Sign in to access your portfolio Error in retrieving data Error in retrieving data Error in retrieving data Error in retrieving data