{"id":16557,"date":"2025-09-09T07:44:03","date_gmt":"2025-09-09T07:44:03","guid":{"rendered":"http:\/\/localhost\/?p=16557"},"modified":"2025-09-09T07:44:03","modified_gmt":"2025-09-09T07:44:03","slug":"built-in-runtime-security-for-containers","status":"publish","type":"post","link":"https:\/\/zero.redgem.net\/?p=16557","title":{"rendered":"Built-in Runtime Security for Containers_QUALYSBLOG:F255C28EEAE24F87A9442190E88DE773"},"content":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;2025-09-09T12:05:13&#8243;,&#8221;description&#8221;:&#8221;Security teams struggle with visibility into behaviors inside their running containers. Qualys is today announcing general availability of Container Runtime Security (CRS) to provide industry-leading visibility for running containers using an approach that is container-engine agnostic and layered into the container image. This provides runtime visibility and enforcement in containers through policy-based control of system calls (File, Network, Process behaviors). These capabilities can be used to address various use cases for container runtime security like file access monitoring, network micro-segmentation, vulnerability mitigation and virtual patching. CRS is an add-on to Qualys Container Security and is immediately available.\\n\\n## The Challenge of Securing Running Containers\\n\\nThe rise and adoption of containers has been rooted in the promise of workload isolation, application abstraction and immutability. While these specific aspects of containers do help in reducing the attack surface, a single insecure image could be instantiated many times over as separate running containers and thus create a widespread attack surface. The following diagram provides a high-level overview of the attack surface for containers.\\n\\n![](https:\/\/ik.imagekit.io\/qualys\/wp-content\/uploads\/2020\/11\/1-ContainerAttackSurface-2.png)\\n\\nThe attack surface at a host level can be secured via traditional host based solutions (e.g. Host level agents). The in-container attack surface needs to be handled with a defense in depth approach that consists of scanning across the build-ship-run pipeline, fixing the related security findings and runtime security that protects the remaining attack surface.\\n\\nThere are various approaches to container runtime security.\\n\\n  * **In-Container Approaches** : Operating systems have security features like Linux\u2019s AppArmor, SELinux, and SecComp, and Windows\u2019 EMET, which can be used to enforce application behavior and reduce the workload\u2019s attack surface. Some of these can be used inside containers as well. However, customers must devote considerable time, effort and specific knowledge to build workflows around these capabilities and operationalize a security program for container runtime security.\\n  * **Node-Based Approaches** : There are several approaches to runtime security that leverage node-based solutions, such as at the orchestration layer (e.g. Kubernetes admission controller), and node-based (Node level agent, privileged container). However, these solutions are either too narrow (e.g. deployment only checks via Kubernetes admission controller) or they\u2019re intrusive with a lot of overhead with regards to operational security requirements (e.g. security privileges, performance overhead for a node-level Man-in-The-Middle privileged container). More importantly these node based approaches don\u2019t translate easily to newer Container-As-A-Service environments (e.g. AWS Fargate, Azure Container Instances, Google CloudRun) as there is no access to deploy an agent at the host\/node level. Some Container-As-A-Service environments are starting to provide security hooks but these are still at an early stage and not standardized across your container environments.\\n\\n\\n\\nThe opportunity here is to provide a turnkey solution that conveniently allows customers to monitor and enforce container behavior and works across all types of container environments including newer Container-As-A-Service environments.\\n\\n## The Qualys Solution\\n\\nQualys advocates for a defense in depth container security approach \u2013 consisting of scanning the build pipeline, container registries and running containers with its cloud-native container sensor and its unparalleled vulnerability knowledge base. Once the container attack surface is minimized via this scanning approach \u2013 a lightweight container friendly runtime security solution can be leveraged to protect the remaining attack surface. The figure below summarizes this approach.\\n\\n![](https:\/\/ik.imagekit.io\/qualys\/wp-content\/uploads\/2020\/11\/2-qualysCSPhases-2.png)Elements of a Comprehensive Container Security Program with Qualys\\n\\nThe Qualys Container Runtime Security solution leverages a lightweight instrumentation approach that embeds security into the container image and ensures built-in security across many types of container infrastructure. The security instrumentation provides for a function-level firewall capability which allows for inspection, and gating of system calls based on user-defined granular behavioral policies. \\n\\nHere\u2019s a high-level overview of the Qualys Container Runtime Security workflow.\\n\\n### 1\\\\. Image Instrumentation\\n\\nThe workflow for Container Runtime Security starts with instrumentation of the target container image. Qualys provides a lightweight microservice that can be leveraged in a customer environment to instrument application containers with Qualys\u2019 security instrumentation. The Qualys instrumentation is lightweight, intercepts system calls in the container, evaluates if the system call should be allowed\/blocked\/monitored based on the assigned runtime policy and communicates accordingly with the Qualys Cloud backend.\\n\\n![](https:\/\/ik.imagekit.io\/qualys\/wp-content\/uploads\/2020\/11\/3-ImageInstrumentation-1.png)Lightweight security instrumentation of container images for runtime security\\n\\n### 2\\\\. Behavioral Policies for Container Runtime Security\\n\\nApplication containers spun up from instrumented application container images register with the Qualys Cloud Platform and obtain runtime policies and instrumentation configurations. These runtime policies and the Qualys instrumentation autonomously drive container behavior visibility and enforcement.\\n\\n![](https:\/\/ik.imagekit.io\/qualys\/wp-content\/uploads\/2020\/11\/4-PolicyAssignment-1.png)Assign behavioral policies to instrumented containers to govern in-container behavior\\n\\nThe Qualys solution allows users to specify policies to enforce in-container behavior. This involves specific rules as part of an overall policy. Each rule allows for allow\/deny\/monitor action type. The Qualys in-container instrumentation takes the action specified by the matching rule when evaluating a system call against the overall policy. Additionally, there is a default allow\/deny policy setting for various types of un-matched behaviors \u2013 which allows for allowlist\/blocklist type of use cases. Our solution provides the following rule types as part of a runtime security policy.\\n\\n#### File Rule\\n\\nAs part of a file rule, users can specify program (process) name, path\/file name and action type. The action type specifies what enforcement action to take when a system call with the specified file access parameters (process, path\/file name, specific file access system call) is encountered.\\n\\nExample use cases that can be addressed with a file rule:\\n\\n  * A policy to monitor access of &#8216;authorized_keys&#8217; file to prevent SSH access by any process. This allows monitoring of private keys which are used for authenticating remote access services like SSH.\\n  * A policy to monitor the read\/write access to files associated with cron jobs. This would allow prevention of local cron job scheduling. Cron jobs are used to schedule the execution of programs either at system startup or after a specific time interval, for persistence.\\n\\n\\n\\n#### Network Rule\\n\\nThis rule consists of two types:\\n\\n  * An inbound network rule that governs whether processes can run external-facing network services on a particular port, such as an ssh process running as a daemon on port 22 providing ssh inbound connectivity into the container. The following parameters need to be provided for this rule \u2013 port number, remote IP address, protocol and action type.\\n  * An outbound network rule that allows for control of outbound network communications. The following parameters need to be provided for this rule: IP address, port, protocol and action type.\\n\\n\\n\\nExample use cases that can be addressed with a network rule:\\n\\n  * Block any program\/IP address from binding to port 22\\n  * Block TCP communications on port 80 to a particular IP address\\n\\n\\n\\n#### Application Rule\\n\\nLastly we provide an application rule type that allows for specifying a particular system call with associated arguments including program\/process name. This rule type is a superset of the previous two rules and is intended for advanced users who understand the internals of Linux system calls.\\n\\nExample use cases that can be addressed with an application rule:\\n\\n  * A policy that checks for the &#8216;write&#8217; event on either of the specified files related to DNS resolution (hosts, resolve.conf files). This is useful in preventing modifications to &#8216;hosts&#8217; and &#8216;resolve.conf&#8217; files which can result in resolution of domain name to a malicious IP address.\\n  * Prevent execution of the capsh Linux program. This policy will prevent any user from identifying the capabilities the container is running with. It can be leveraged for reconnaissance and in turn privilege escalation.\\n\\n\\n\\n#### Combining Rule Types\\n\\nHere are some examples of use cases where multiple rule types can be combined into a single policy.\\n\\n  * Block the LibMiner cryptomining malware in containers. LibMiner downloads and executes the components from an attacker\u2019s server. It also drops the bash script \u2018symcfget\u2019 for persistence and registers it as a service. This policy consists of a number of file, network and application rules, such as rules to block communications to C\\u0026C servers, and to lock down malicious file access and execution. This blocks the execution and C\\u0026C communications of LibMiner.\\n  * Isolate a container for quarantining purposes by enforcing network rules denying execution of various network system call operations\\n\\n\\n\\nThus, with these rule types, the Qualys solution allows for higher level formulation of rules, such as for file access and network communications, as well as more granular individual rules driven by system calls, such as application rules. The Qualys Cloud Platform translates these policies into a firewall rule table (of system calls) that\u2019s used by the Qualys in-container instrumentation to enforce behaviors.\\n\\n![](https:\/\/ik.imagekit.io\/qualys\/wp-content\/uploads\/2020\/11\/5-PolicyLibrary-2.png)Behavioral Policies for Container Runtime Security ![](https:\/\/ik.imagekit.io\/qualys\/wp-content\/uploads\/2020\/11\/5.1-PolicyEditor-1.png)Craft security best practices as custom behavioral policies for containers\\n\\n### 3\\\\. Event Management for Container Runtime Security\\n\\nOnce containers are spun up from instrumented container images, the Qualys instrumentation connects to the Qualys Cloud Platform and updates policies and configurations, if required. The instrumentation functions autonomously and sends telemetry back to the cloud. Users can view events in the Qualys Container Security module via their UI and also obtain them via an API for integration into their SIEM\/SoC workflows. Additional filtering capabilities via event metadata are available via QQL (Qualys Query Language) queries.\\n\\n![](https:\/\/ik.imagekit.io\/qualys\/wp-content\/uploads\/2020\/11\/6-ContainerRuntimeTelemetry-2.png)Container runtime telemetry in Qualys Container Security ![](https:\/\/ik.imagekit.io\/qualys\/wp-content\/uploads\/2020\/11\/7-ContainerEventManagement-2.png)Event Management for Container Runtime Security\\n\\n## Comprehensive Container Security Program\\n\\nThe diagram below shows how customers can put together a comprehensive container security program with scanning and runtime security across the build-ship-run container pipeline.\\n\\n![](https:\/\/ik.imagekit.io\/qualys\/wp-content\/uploads\/2020\/11\/8-QualysCS-1.png)Comprehensive container security with Qualys\\n\\nTo summarize, the Qualys Container Runtime Security solution can be utilized by customers to put in place a standardized container runtime security program across many types of container infrastructure including newer Container-As-A-Service environments and address the following use cases:\\n\\n  * Enforce security best practices inside containers (e.g. No ssh access into running containers; not allowing the httpd process to run as a webserver on port 80 inside a database container)\\n  * File access monitoring\\n  * Network access control\\n  * Mitigatory virtual patches for certain types of vulnerabilities and misconfigurations\\n  * Monitoring of CRS telemetry for Indicators-Of-Attack (IoA) and Indicators-Of-Compromise (IoC), such as files accessed, processes run, and IP addresses communicated with.\\n\\n\\n\\nMore information on Container Runtime Security can be found in the user guide and the API guide.\\n\\nPlease contact your Qualys Technical Account Manager (TAM) to get access to a free trial of this new offering!\\n\\nFor more information on Qualys Container Security solutions and for a demo of Container Runtime Security, please register for the virtual Qualys Security Conference (Nov 9-24).&#8221;,&#8221;published&#8221;:&#8221;2025-09-09T10:28:05&#8243;,&#8221;modified&#8221;:&#8221;2025-09-09T10:28:05&#8243;,&#8221;type&#8221;:&#8221;qualysblog&#8221;,&#8221;title&#8221;:&#8221;Built-in Runtime Security for Containers&#8221;,&#8221;source&#8221;:&#8221;&#8221;,&#8221;references&#8221;:&#8221;&#8221;,&#8221;id&#8221;:&#8221;QUALYSBLOG:F255C28EEAE24F87A9442190E88DE773&#8243;,&#8221;bulletinFamily&#8221;:&#8221;blog&#8221;,&#8221;cwe&#8221;:null,&#8221;cvelist&#8221;:[],&#8221;sourceData&#8221;:&#8221;&#8221;,&#8221;sourceHref&#8221;:&#8221;&#8221;,&#8221;cvss&#8221;:{&#8220;score&#8221;:0,&#8221;severity&#8221;:&#8221;NONE&#8221;,&#8221;vector&#8221;:&#8221;NONE&#8221;,&#8221;version&#8221;:&#8221;NONE&#8221;},&#8221;cvss2&#8243;:{},&#8221;cvss3&#8243;:{&#8220;version&#8221;:&#8221;&#8221;,&#8221;vectorString&#8221;:&#8221;&#8221;,&#8221;baseScore&#8221;:0,&#8221;baseSeverity&#8221;:&#8221;&#8221;,&#8221;attackVector&#8221;:&#8221;&#8221;,&#8221;attackComplexity&#8221;:&#8221;&#8221;,&#8221;privilegesRequired&#8221;:&#8221;&#8221;,&#8221;userInteraction&#8221;:&#8221;&#8221;,&#8221;scope&#8221;:&#8221;&#8221;,&#8221;confidentialityImpact&#8221;:&#8221;&#8221;,&#8221;integrityImpact&#8221;:&#8221;&#8221;,&#8221;availabilityImpact&#8221;:&#8221;&#8221;,&#8221;cvssV3&#8243;:{&#8220;version&#8221;:&#8221;&#8221;,&#8221;vectorString&#8221;:&#8221;&#8221;,&#8221;baseScore&#8221;:0,&#8221;baseSeverity&#8221;:&#8221;&#8221;,&#8221;attackVector&#8221;:&#8221;&#8221;,&#8221;attackComplexity&#8221;:&#8221;&#8221;,&#8221;privilegesRequired&#8221;:&#8221;&#8221;,&#8221;userInteraction&#8221;:&#8221;&#8221;,&#8221;scope&#8221;:&#8221;&#8221;,&#8221;confidentialityImpact&#8221;:&#8221;&#8221;,&#8221;integrityImpact&#8221;:&#8221;&#8221;,&#8221;availabilityImpact&#8221;:&#8221;&#8221;}},&#8221;href&#8221;:&#8221;https:\/\/blog.qualys.com\/category\/product-tech&#8221;,&#8221;category_name&#8221;:&#8221;News&#8221;,&#8221;post_link&#8221;:&#8221;&#8221;,&#8221;product&#8221;:&#8221;&#8221;,&#8221;version&#8221;:&#8221;&#8221;,&#8221;vendor&#8221;:&#8221;&#8221;,&#8221;ai_description&#8221;:&#8221;&#8221;,&#8221;ai_severity&#8221;:&#8221;&#8221;,&#8221;ai_vendor&#8221;:&#8221;&#8221;,&#8221;ai_product&#8221;:&#8221;&#8221;,&#8221;ai_version&#8221;:&#8221;&#8221;,&#8221;ai_score&#8221;:0}<\/p>\n","protected":false},"excerpt":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;2025-09-09T12:05:13&#8243;,&#8221;description&#8221;:&#8221;Security teams struggle with visibility into behaviors inside their running containers. Qualys is today announcing general availability of Container Runtime Security (CRS) to provide industry-leading&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[6,8,12,13,33,120,7,11,5],"class_list":["post-16557","post","type-post","status-publish","format-standard","hentry","category-category_news","tag-cve","tag-cvss","tag-exploit","tag-news","tag-none","tag-qualysblog","tag-security","tag-tapic","tag-vulnerability"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Built-in Runtime Security for Containers_QUALYSBLOG:F255C28EEAE24F87A9442190E88DE773 - zero redgem<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/zero.redgem.net\/?p=16557\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Built-in Runtime Security for Containers_QUALYSBLOG:F255C28EEAE24F87A9442190E88DE773 - zero redgem\" \/>\n<meta property=\"og:description\" content=\"{&#8220;lastseen&#8221;:&#8221;2025-09-09T12:05:13&#8243;,&#8221;description&#8221;:&#8221;Security teams struggle with visibility into behaviors inside their running containers. Qualys is today announcing general availability of Container Runtime Security (CRS) to provide industry-leading...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zero.redgem.net\/?p=16557\" \/>\n<meta property=\"og:site_name\" content=\"zero redgem\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-09T07:44:03+00:00\" \/>\n<meta name=\"author\" content=\"invoker\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"invoker\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=16557#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=16557\"},\"author\":{\"name\":\"invoker\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\"},\"headline\":\"Built-in Runtime Security for Containers_QUALYSBLOG:F255C28EEAE24F87A9442190E88DE773\",\"datePublished\":\"2025-09-09T07:44:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=16557\"},\"wordCount\":2012,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"keywords\":[\"CVE\",\"CVSS\",\"exploit\",\"news\",\"NONE\",\"qualysblog\",\"Security\",\"tapic\",\"Vulnerability\"],\"articleSection\":[\"category_news\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=16557#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=16557\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?p=16557\",\"name\":\"Built-in Runtime Security for Containers_QUALYSBLOG:F255C28EEAE24F87A9442190E88DE773 - zero redgem\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\"},\"datePublished\":\"2025-09-09T07:44:03+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=16557#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=16557\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=16557#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/zero.redgem.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Built-in Runtime Security for Containers_QUALYSBLOG:F255C28EEAE24F87A9442190E88DE773\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/\",\"name\":\"zero redgem\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/zero.redgem.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\",\"name\":\"zero redgem\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"\",\"contentUrl\":\"\",\"width\":191,\"height\":188,\"caption\":\"zero redgem\"},\"image\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\",\"name\":\"invoker\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"caption\":\"invoker\"},\"sameAs\":[\"https:\\\/\\\/zero.redgem.net\"],\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Built-in Runtime Security for Containers_QUALYSBLOG:F255C28EEAE24F87A9442190E88DE773 - zero redgem","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/zero.redgem.net\/?p=16557","og_locale":"en_US","og_type":"article","og_title":"Built-in Runtime Security for Containers_QUALYSBLOG:F255C28EEAE24F87A9442190E88DE773 - zero redgem","og_description":"{&#8220;lastseen&#8221;:&#8221;2025-09-09T12:05:13&#8243;,&#8221;description&#8221;:&#8221;Security teams struggle with visibility into behaviors inside their running containers. Qualys is today announcing general availability of Container Runtime Security (CRS) to provide industry-leading...","og_url":"https:\/\/zero.redgem.net\/?p=16557","og_site_name":"zero redgem","article_published_time":"2025-09-09T07:44:03+00:00","author":"invoker","twitter_card":"summary_large_image","twitter_misc":{"Written by":"invoker","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zero.redgem.net\/?p=16557#article","isPartOf":{"@id":"https:\/\/zero.redgem.net\/?p=16557"},"author":{"name":"invoker","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca"},"headline":"Built-in Runtime Security for Containers_QUALYSBLOG:F255C28EEAE24F87A9442190E88DE773","datePublished":"2025-09-09T07:44:03+00:00","mainEntityOfPage":{"@id":"https:\/\/zero.redgem.net\/?p=16557"},"wordCount":2012,"commentCount":0,"publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"keywords":["CVE","CVSS","exploit","news","NONE","qualysblog","Security","tapic","Vulnerability"],"articleSection":["category_news"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/zero.redgem.net\/?p=16557#respond"]}]},{"@type":"WebPage","@id":"https:\/\/zero.redgem.net\/?p=16557","url":"https:\/\/zero.redgem.net\/?p=16557","name":"Built-in Runtime Security for Containers_QUALYSBLOG:F255C28EEAE24F87A9442190E88DE773 - zero redgem","isPartOf":{"@id":"https:\/\/zero.redgem.net\/#website"},"datePublished":"2025-09-09T07:44:03+00:00","breadcrumb":{"@id":"https:\/\/zero.redgem.net\/?p=16557#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zero.redgem.net\/?p=16557"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/zero.redgem.net\/?p=16557#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zero.redgem.net\/"},{"@type":"ListItem","position":2,"name":"Built-in Runtime Security for Containers_QUALYSBLOG:F255C28EEAE24F87A9442190E88DE773"}]},{"@type":"WebSite","@id":"https:\/\/zero.redgem.net\/#website","url":"https:\/\/zero.redgem.net\/","name":"zero redgem","description":"","publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zero.redgem.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/zero.redgem.net\/#organization","name":"zero redgem","url":"https:\/\/zero.redgem.net\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zero.redgem.net\/#\/schema\/logo\/image\/","url":"","contentUrl":"","width":191,"height":188,"caption":"zero redgem"},"image":{"@id":"https:\/\/zero.redgem.net\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca","name":"invoker","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","caption":"invoker"},"sameAs":["https:\/\/zero.redgem.net"],"url":"https:\/\/zero.redgem.net\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/16557","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=16557"}],"version-history":[{"count":0,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/16557\/revisions"}],"wp:attachment":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=16557"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=16557"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=16557"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}