{"id":7645,"date":"2026-03-07T10:00:00","date_gmt":"2026-03-07T10:00:00","guid":{"rendered":"https:\/\/www.securitytoday.de\/2026\/04\/02\/post_id-5458\/"},"modified":"2026-07-09T17:18:43","modified_gmt":"2026-07-09T17:18:43","slug":"agentic-ai-security-when-ai-agents-become-the-attack-target","status":"publish","type":"post","link":"https:\/\/www.securitytoday.de\/en\/2026\/03\/07\/agentic-ai-security-when-ai-agents-become-the-attack-target\/","title":{"rendered":"Agentic AI Security: When AI Agents Become the Attack Target"},"content":{"rendered":"<p style=\"display:inline-block;background:#69d8ed;color:#fff;padding:4px 14px;border-radius:20px;font-size:0.85em;margin-bottom:18px;\">4 min Reading Time<\/p>\n<p><strong>AI agents act autonomously: they call APIs, write to databases, send emails, and make decisions without human approval. According to Gartner, by the end of 2026, over 40 percent of enterprise applications will integrate such agents. At the same time, 68 percent of organizations lack identity security controls for AI systems (CyberArk 2025). Attackers have taken notice: EchoLeak, a zero-click vulnerability in Microsoft 365 Copilot with a CVSS score of 9.3, required only a single sent email to access all connected data sources.<\/strong><\/p>\n<h2>TL;DR<\/h2>\n<ul>\n<li>\ud83d\udd12 68 percent of organizations have no identity security controls for AI systems (CyberArk 2025).<\/li>\n<li>\u26a0\ufe0f Over 40 percent of all agentic AI projects will be abandoned by the end of 2027 (Gartner, June 2025).<\/li>\n<li>\ud83d\udee1\ufe0f Prompt injection ranks as the No. 1 risk in the OWASP Top 10 for LLM Applications, with success rates between 57 and 84 percent.<\/li>\n<li>\ud83d\udcca EchoLeak (CVE-2025-32711): A zero-click attack on Microsoft 365 Copilot, CVSS 9.3.<\/li>\n<li>\ud83d\udd27 OWASP released its own Top 10 for Agentic Applications in December 2025.<\/li>\n<\/ul>\n<h2 style=\"margin-top:64px;margin-bottom:20px;padding-top:16px;\">Why Agents Have a Different Risk Profile<\/h2>\n<p>Traditional LLMs are question-and-answer systems  &#8211;  they generate text. An AI agent, however, takes action: it can delete files, change passwords, execute code, call other systems, and commission additional agents. A compromised agent isn\u2019t just a chatbot spouting nonsense  &#8211;  it\u2019s a compromised employee with API access.<\/p>\n<p>McKinsey\u2019s <em>State of AI 2025<\/em> reports that 23 percent of companies are already scaling at least one agentic AI use case, with another 39 percent experimenting. Gartner predicts that by the end of 2026, over 40 percent of enterprise applications will integrate task-specific AI agents, up from less than 5 percent in 2025. Adoption is exploding. Security measures are not.<\/p>\n<p>CyberArk quantifies the gap: 68 percent of organizations lack identity security controls for AI systems, and 47 percent cannot secure shadow AI. Machine identities now outnumber human identities by a factor of 82 to 1. Every agent represents another machine identity with potentially privileged access.<\/p>\n<div class=\"evm-stat evm-stat-row\" style=\"display:flex;gap:16px;margin:32px 0;\">\n<div style=\"flex:1;text-align:center;background:#f0f9fa;border-radius:8px;padding:20px 12px;border-top:3px solid #69d8ed;\">\n<div style=\"font-size:28px;font-weight:700;color:#69d8ed;\">68 %<\/div>\n<div style=\"font-size:12px;color:#b8c5ce;margin-top:4px;\">no AI identity controls<\/div>\n<\/div>\n<div style=\"flex:1;text-align:center;background:#f0f9fa;border-radius:8px;padding:20px 12px;border-top:3px solid #69d8ed;\">\n<div style=\"font-size:28px;font-weight:700;color:#69d8ed;\">82 : 1<\/div>\n<div style=\"font-size:12px;color:#b8c5ce;margin-top:4px;\">Machine vs. Human Identities<\/div>\n<\/div>\n<div style=\"flex:1;text-align:center;background:#f0f9fa;border-radius:8px;padding:20px 12px;border-top:3px solid #69d8ed;\">\n<div style=\"font-size:28px;font-weight:700;color:#69d8ed;\">> 40 %<\/div>\n<div style=\"font-size:12px;color:#b8c5ce;margin-top:4px;\">Projects abandoned by 2027<\/div>\n<\/div>\n<\/div>\n<p style=\"font-size:12px;color:#888;text-align:center;margin-top:-16px;\">Sources: CyberArk 2025, Gartner June 2025<\/p>\n<h2 style=\"margin-top:64px;margin-bottom:20px;padding-top:16px;\">The Four Most Dangerous Attack Vectors<\/h2>\n<p><strong>1. Prompt Injection.<\/strong> Attackers manipulate agents via hidden instructions embedded in documents, emails, or websites processed by the agent (indirect prompt injection). OWASP has listed prompt injection as the No. 1 risk for two years running. Success rates are alarming: NIST documents a 57 percent success rate across five different injection tasks. In AI coding editors like GitHub Copilot, specialized frameworks achieve up to 84 percent. Even after applying all protective measures, Google Gemini remains 53.6 percent vulnerable.<\/p>\n<p><strong>Real-world incident: EchoLeak (CVE-2025-32711).<\/strong> Microsoft 365 Copilot contained a zero-click vulnerability with a CVSS score of 9.3. An attacker merely had to send an email  &#8211;  no clicks, no phishing link required. The flaw combined a CSP bypass with an LLM scope violation, enabling access to all data sources connected to the agent.<\/p>\n<p><strong>2. Tool Poisoning and MCP Attacks.<\/strong> The Model Context Protocol (MCP) is the new standard for AI agents to integrate external tools. Attackers hide malicious instructions in tool descriptions, visible to the LLM but not to the user. In 2025, Invariant Labs demonstrated how a malicious MCP server could exfiltrate a user\u2019s entire WhatsApp history. A study on arXiv reveals that 5 percent of open-source MCP servers are already rigged with tool-poisoning attacks.<\/p>\n<p><strong>3. Excessive Agency.<\/strong> Agents often have more permissions than they need. OWASP identifies three root causes: too many functions (the agent can do more than required), overly broad permissions (tools operate with admin rights instead of least privilege), and excessive autonomy (high-risk actions without human oversight). The principle of least privilege  &#8211;  a long-standing standard in <a href=\"https:\/\/www.securitytoday.de\/en\/2026\/02\/27\/post_id-5455\/\">cloud security<\/a>  &#8211;  is systematically ignored in agent deployments.<\/p>\n<p><strong>4. Supply-Chain Attacks on Agent Infrastructure.<\/strong> In August 2025, malicious versions of the NX package were distributed via NPM after the manufacturer\u2019s GitHub account was compromised. The attacker leveraged locally installed AI tools like Claude and Gemini to exfiltrate sensitive data from development environments. AI agents aren\u2019t just targets  &#8211;  they\u2019re tools for supply-chain attacks.<\/p>\n<blockquote style=\"border-left:4px solid #69d8ed;margin:32px 0;padding:20px 24px;background:#fafafa;border-radius:0 8px 8px 0;font-size:1.1em;line-height:1.6;color:#333;\"><p>\n&#8220;Agents should only be granted the minimal autonomy necessary for clearly defined tasks.&#8221;<br \/>\n<cite style=\"display:block;margin-top:12px;font-size:0.8em;color:#888;font-style:normal;\">OWASP Top 10 for Agentic Applications, core principle of &#8220;Least Agency&#8221; (December 2025)<\/cite>\n<\/p><\/blockquote>\n<h2 style=\"margin-top:64px;margin-bottom:20px;padding-top:16px;\">OWASP Agentic Top 10: The New Framework<\/h2>\n<p>In December 2025, OWASP released a dedicated Top 10 list for Agentic Applications, separate from its classic LLM Top 10. Over 100 security researchers spent more than a year developing it. The list defines ten risk categories specific to autonomous agents, ranging from <em>Agent Goal Hijack<\/em> (redirecting an agent\u2019s objective via prompt injection) to <em>Tool Misuse<\/em> (unintended abuse of legitimate tools), <em>Cascading Failures<\/em> (errors propagating through automated pipelines), and <em>Human-Agent Trust Exploitation<\/em> (agents deceiving operators with convincing explanations).<\/p>\n<p>For IT security teams, the OWASP Agentic Top 10 is the most critical reference framework for evaluating agent deployments. It provides concrete mitigations for each risk category, grounded in documented incidents rather than theory.<\/p>\n<h2 style=\"margin-top:64px;margin-bottom:20px;padding-top:16px;\">What IT Security Teams Should Do Now<\/h2>\n<p><strong>1. Create an agent inventory.<\/strong> Which AI agents are running in your organization? Which tools can they access? What data can they read and write? Forty-seven percent of organizations can\u2019t secure shadow AI. You can\u2019t protect what you don\u2019t know exists.<\/p>\n<p><strong>2. Enforce least agency.<\/strong> Grant each agent only the permissions it needs for its specific task. No admin tokens, no full-access API keys, no unrestricted filesystem access. Require human-in-the-loop approval for high-risk actions.<\/p>\n<p><strong>3. Audit MCP servers.<\/strong> Which external tools are connected via MCP? Who operates them? Have the tool descriptions been reviewed? Five percent of open-source MCP servers are already compromised. Use only verified, self-hosted, or audited MCP servers.<\/p>\n<p><strong>4. <a href=\"https:\/\/www.securitytoday.de\/en\/2026\/03\/17\/identity-security-gap-what-zero-trust-doesnt-protect-and-how-to-close-it\/\">Identity controls<\/a> for agents implementieren.<\/strong> Treat every agent as a machine identity: assign unique credentials, enforce rotation, and monitor separately. Never pass through the credentials of the human user.<\/p>\n<p><strong>5. Define incident response for agent compromise.<\/strong> What happens if an agent is manipulated? How is it isolated? Which actions need to be rolled back? Agent incidents escalate faster than human ones because agents act faster than people can react.<\/p>\n<h2 style=\"margin-top:64px;margin-bottom:20px;padding-top:16px;\">Conclusion: Agents Are Employees with API Access<\/h2>\n<p>AI agents aren\u2019t chatbots  &#8211;  they\u2019re autonomous actors with system access. Every agent requires the same security treatment as a privileged employee: identity controls, least privilege, monitoring, and incident response plans. Organizations deploying agents in 2026 without these fundamentals aren\u2019t building innovation  &#8211;  they\u2019re building attack surfaces.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<p class=\"st-faq-hint\">Every question is locked. A tap unlocks the answer.<\/p>\n<details>\n<summary><strong>What distinguishes an AI agent from a chatbot?<\/strong><\/summary>\n<p style=\"margin:8px 0 4px 24px;color:#555;line-height:1.6;\">A chatbot generates text. An agent takes action: it calls APIs, writes to databases, sends emails, and makes decisions autonomously. A compromised agent can cause real damage, not just produce incorrect text.<\/p>\n<\/details>\n<details>\n<summary><strong>What is prompt injection?<\/strong><\/summary>\n<p style=\"margin:8px 0 4px 24px;color:#555;line-height:1.6;\">Attackers embed instructions in data processed by the agent (documents, emails, websites). The agent executes these instructions as if they came from the user. Success rates range from 57 to 84 percent, depending on the system and method.<\/p>\n<\/details>\n<details>\n<summary><strong>What is the Model Context Protocol (MCP)?<\/strong><\/summary>\n<p style=\"margin:8px 0 4px 24px;color:#555;line-height:1.6;\">A standard for AI agents to integrate external tools. Attackers can hide malicious instructions in MCP tool descriptions. Five percent of open-source MCP servers are already compromised.<\/p>\n<\/details>\n<details>\n<summary><strong>Is there a security standard for AI agents?<\/strong><\/summary>\n<p style=\"margin:8px 0 4px 24px;color:#555;line-height:1.6;\">OWASP released its <em>Top 10 for Agentic Applications<\/em> in December 2025. NIST is working on the <em>Cybersecurity AI Profile<\/em> (IR 8596). Both are currently the best reference frameworks for securing agent deployments.<\/p>\n<\/details>\n<details>\n<summary><strong>What should I do first?<\/strong><\/summary>\n<p style=\"margin:8px 0 4px 24px;color:#555;line-height:1.6;\">Start with an agent inventory (identify which agents are running and which tools they use), then enforce least agency (minimal permissions) and audit MCP servers. Without an inventory, there can be no security.<\/p>\n<\/details>\n<div class=\"evm-styled-box\" style=\"background:#f0f9fa;border-radius:8px;padding:20px 24px;margin:24px 0;border-top:3px solid #69d8ed;\">\n<h2 style=\"margin-top:0;margin-bottom:12px;font-size:1.05em;\">Recommended Reading<\/h2>\n<ul>\n<li><a href=\"https:\/\/www.securitytoday.de\/en\/2026\/03\/17\/identity-security-gap-what-zero-trust-doesnt-protect-and-how-to-close-it\/\">Identity Security Gap: What Zero Trust Doesn\u2019t Protect<\/a><\/li>\n<li><a href=\"https:\/\/www.securitytoday.de\/en\/2026\/02\/27\/post_id-5455\/\">Cloud Misconfigurations: The 10 Most Dangerous Security Flaws<\/a><\/li>\n<li><a href=\"https:\/\/www.securitytoday.de\/en\/2026\/03\/04\/post_id-5457\/\">EU Cyber Resilience Act: What CISOs Must Check When Procuring<\/a><\/li>\n<\/ul>\n<\/div>\n<div style=\"background:#f0f9fa;border-radius:8px;padding:20px 24px;margin:24px 0;border-top:3px solid #69d8ed;\">\n<!--ST-LOWER-CARDS lang=en--><\/p>\n<h3 style=\"margin:48px 0 18px;padding-left:12px;font-size:1.05em;font-weight:800;color:#e6e3da;border-left:3px solid #69d8ed;line-height:1.2;\">Editor&#8217;s Picks<\/h3>\n<p><a href=\"https:\/\/www.securitytoday.de\/en\/2026\/03\/17\/identity-security-gap-what-zero-trust-doesnt-protect-and-how-to-close-it\/\" style=\"display:flex;align-items:center;gap:14px;padding:12px 14px;margin:0 0 10px;background:#23261f;border:1px solid rgba(105,216,237,0.18);border-radius:12px;box-shadow:inset 0 1px 0 rgba(230,227,218,0.06),0 6px 18px rgba(0,0,0,0.22);text-decoration:none;color:#e6e3da;box-sizing:border-box;width:100%;\"><span style=\"flex:0 0 116px;aspect-ratio:16\/9;overflow:hidden;border-radius:8px;background:#111210;border:1px solid rgba(230,227,218,0.08);display:block;\"><img decoding=\"async\" src=\"https:\/\/www.securitytoday.de\/wp-content\/uploads\/2026\/03\/identity-security-gap-cybersecurity-250x167.jpeg\" alt=\"\" loading=\"lazy\" width=\"116\" height=\"65\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"><\/span><span style=\"display:block;min-width:0;\"><span style=\"display:block;font-size:0.68em;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:#69d8ed;margin-bottom:5px;\">Editor&#8217;s Pick<\/span><span style=\"display:block;font-size:1.0em;font-weight:650;line-height:1.35;color:#e6e3da;overflow-wrap:anywhere;\">Identity Security Gap: What Zero Trust Misses and How to Close It<\/span><\/span><\/a><a href=\"https:\/\/www.securitytoday.de\/en\/2026\/02\/27\/cloud-misconfigurations-the-10-most-dangerous-security-gaps-in-aws-and-azure\/\" style=\"display:flex;align-items:center;gap:14px;padding:12px 14px;margin:0 0 10px;background:#23261f;border:1px solid rgba(105,216,237,0.18);border-radius:12px;box-shadow:inset 0 1px 0 rgba(230,227,218,0.06),0 6px 18px rgba(0,0,0,0.22);text-decoration:none;color:#e6e3da;box-sizing:border-box;width:100%;\"><span style=\"flex:0 0 116px;aspect-ratio:16\/9;overflow:hidden;border-radius:8px;background:#111210;border:1px solid rgba(230,227,218,0.08);display:block;\"><img decoding=\"async\" src=\"https:\/\/www.securitytoday.de\/wp-content\/uploads\/2026\/03\/cloud-fehlkonfigurationen-server-rack-250x166.jpeg\" alt=\"\" loading=\"lazy\" width=\"116\" height=\"65\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"><\/span><span style=\"display:block;min-width:0;\"><span style=\"display:block;font-size:0.68em;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:#69d8ed;margin-bottom:5px;\">Editor&#8217;s Pick<\/span><span style=\"display:block;font-size:1.0em;font-weight:650;line-height:1.35;color:#e6e3da;overflow-wrap:anywhere;\">Cloud Misconfigurations: Top 10 Security Gaps in AWS and Azure<\/span><\/span><\/a><a href=\"https:\/\/www.securitytoday.de\/en\/2026\/03\/04\/eu-cyber-resilience-act-from-2026-what-cisos-must-check-when-purchasing-digital-products\/\" style=\"display:flex;align-items:center;gap:14px;padding:12px 14px;margin:0 0 10px;background:#23261f;border:1px solid rgba(105,216,237,0.18);border-radius:12px;box-shadow:inset 0 1px 0 rgba(230,227,218,0.06),0 6px 18px rgba(0,0,0,0.22);text-decoration:none;color:#e6e3da;box-sizing:border-box;width:100%;\"><span style=\"flex:0 0 116px;aspect-ratio:16\/9;overflow:hidden;border-radius:8px;background:#111210;border:1px solid rgba(230,227,218,0.08);display:block;\"><img decoding=\"async\" src=\"https:\/\/www.securitytoday.de\/wp-content\/uploads\/2026\/03\/eu-cyber-resilience-act-digital-security-250x167.jpeg\" alt=\"\" loading=\"lazy\" width=\"116\" height=\"65\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"><\/span><span style=\"display:block;min-width:0;\"><span style=\"display:block;font-size:0.68em;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:#69d8ed;margin-bottom:5px;\">Editor&#8217;s Pick<\/span><span style=\"display:block;font-size:1.0em;font-weight:650;line-height:1.35;color:#e6e3da;overflow-wrap:anywhere;\">EU Cyber Resilience Act: CISOs Check Digital Products<\/span><\/span><\/a><\/p>\n<h3 style=\"margin:48px 0 18px;padding-left:12px;font-size:1.05em;font-weight:800;color:#e6e3da;border-left:3px solid #69d8ed;line-height:1.2;\">More from the MBF Media Network<\/h3>\n<p><a href=\"https:\/\/www.cloudmagazin.com\/en\/2026\/03\/21\/ai-native-consulting-future-of-it-consulting\/\" style=\"display:flex;align-items:center;gap:14px;padding:12px 14px;margin:0 0 10px;background:#23261f;border:1px solid rgba(105,216,237,0.18);border-radius:12px;box-shadow:inset 0 1px 0 rgba(230,227,218,0.06),0 6px 18px rgba(0,0,0,0.22);text-decoration:none;color:#e6e3da;box-sizing:border-box;width:100%;\"><span style=\"flex:0 0 116px;aspect-ratio:16\/9;overflow:hidden;border-radius:8px;background:#111210;border:1px solid rgba(230,227,218,0.08);display:block;\"><img decoding=\"async\" src=\"https:\/\/www.securitytoday.de\/wp-content\/uploads\/2026\/07\/net-ai-native-consulting-zukunft-it-beratung-80356627.jpg\" alt=\"\" loading=\"lazy\" width=\"116\" height=\"65\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"><\/span><span style=\"display:block;min-width:0;\"><span style=\"display:block;font-size:0.68em;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:#0bb7fd;margin-bottom:5px;\">cloudmagazin<\/span><span style=\"display:block;font-size:1.0em;font-weight:650;line-height:1.35;color:#e6e3da;overflow-wrap:anywhere;\">AI-Native Consulting: The Future of IT Consulting<\/span><\/span><\/a><a href=\"https:\/\/mybusinessfuture.com\/en\/cybersecurity-boom-why-nis2-is-turning-germanys-security-industry-into-a-growth\/\" style=\"display:flex;align-items:center;gap:14px;padding:12px 14px;margin:0 0 10px;background:#23261f;border:1px solid rgba(105,216,237,0.18);border-radius:12px;box-shadow:inset 0 1px 0 rgba(230,227,218,0.06),0 6px 18px rgba(0,0,0,0.22);text-decoration:none;color:#e6e3da;box-sizing:border-box;width:100%;\"><span style=\"flex:0 0 116px;aspect-ratio:16\/9;overflow:hidden;border-radius:8px;background:#111210;border:1px solid rgba(230,227,218,0.08);display:block;\"><img decoding=\"async\" src=\"https:\/\/www.securitytoday.de\/wp-content\/uploads\/2026\/07\/net-cybersecurity-boom-nis2-deutschlands-sic-39412011-250x166.jpg\" alt=\"\" loading=\"lazy\" width=\"116\" height=\"65\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"><\/span><span style=\"display:block;min-width:0;\"><span style=\"display:block;font-size:0.68em;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:#aa8ac2;margin-bottom:5px;\">MyBusinessFuture<\/span><span style=\"display:block;font-size:1.0em;font-weight:650;line-height:1.35;color:#e6e3da;overflow-wrap:anywhere;\">Cybersecurity Boom: NIS2 Drives Germany\u2019s Security Growth<\/span><\/span><\/a><a href=\"https:\/\/www.digital-chiefs.de\/en\/agentic-ai-without-an-owner-who-is-liable-when-the-ai-agent-makes-a-mistake\/\" style=\"display:flex;align-items:center;gap:14px;padding:12px 14px;margin:0 0 10px;background:#23261f;border:1px solid rgba(105,216,237,0.18);border-radius:12px;box-shadow:inset 0 1px 0 rgba(230,227,218,0.06),0 6px 18px rgba(0,0,0,0.22);text-decoration:none;color:#e6e3da;box-sizing:border-box;width:100%;\"><span style=\"flex:0 0 116px;aspect-ratio:16\/9;overflow:hidden;border-radius:8px;background:#111210;border:1px solid rgba(230,227,218,0.08);display:block;\"><img decoding=\"async\" src=\"https:\/\/www.securitytoday.de\/wp-content\/uploads\/2026\/07\/net-agentic-ai-verantwortung-haftung-governa-67739824-250x137.jpg\" alt=\"\" loading=\"lazy\" width=\"116\" height=\"65\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"><\/span><span style=\"display:block;min-width:0;\"><span style=\"display:block;font-size:0.68em;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:#e8828d;margin-bottom:5px;\">Digital Chiefs<\/span><span style=\"display:block;font-size:1.0em;font-weight:650;line-height:1.35;color:#e6e3da;overflow-wrap:anywhere;\">Agentic AI without an owner: Who is liable when the AI agent makes a mistake<\/span><\/span><\/a><!--\/ST-LOWER-CARDS--><\/p>\n","protected":false},"excerpt":{"rendered":"AI agents act autonomously: they call APIs, write to databases, send emails, and make decisions without human approval. According to Gartner, by the end of 2026, over 40 percent of enterprise applications will integrate such agents. At the same time, 68 percent of organizations lack identity security controls for AI systems [&hellip;]","protected":false},"author":55,"featured_media":5487,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_yoast_wpseo_focuskw":"ai security","_yoast_wpseo_title":"Agentic AI Security: When AI Agents Become the Attack Target","_yoast_wpseo_metadesc":"Agentic AI Security: Protect autonomous AI from attacks targeting APIs, databases, and decision-making. Safeguard your systems now\u2014learn how to defend against emerging threats today.","_yoast_wpseo_meta-robots-noindex":"","_yoast_wpseo_meta-robots-nofollow":"","_yoast_wpseo_meta-robots-adv":"","_yoast_wpseo_canonical":"","_yoast_wpseo_opengraph-title":"","_yoast_wpseo_opengraph-description":"","_yoast_wpseo_opengraph-image":"","_yoast_wpseo_opengraph-image-id":0,"_yoast_wpseo_twitter-title":"","_yoast_wpseo_twitter-description":"","_yoast_wpseo_twitter-image":"","_yoast_wpseo_twitter-image-id":0,"_evm_slot_owner":"","evm_cvss":0,"evm_risk":0,"evm_casefile":"","evm_primary_cve":"","evm_external_preview_token":"","evm_external_preview_expires":"","_evm_translation_lang":"","featured_post":0,"featured_post_sortierung":0,"_wp_old_slug":["post_id-5458"],"footnotes":""},"categories":[255,259],"tags":[],"class_list":["post-7645","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-praxis-umsetzung-en","category-strategie-governance-en"],"evm_reading_time_minutes":8,"wpml_language":"en","wpml_translation_of":5458,"_links":{"self":[{"href":"https:\/\/www.securitytoday.de\/en\/wp-json\/wp\/v2\/posts\/7645","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.securitytoday.de\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.securitytoday.de\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.securitytoday.de\/en\/wp-json\/wp\/v2\/users\/55"}],"replies":[{"embeddable":true,"href":"https:\/\/www.securitytoday.de\/en\/wp-json\/wp\/v2\/comments?post=7645"}],"version-history":[{"count":6,"href":"https:\/\/www.securitytoday.de\/en\/wp-json\/wp\/v2\/posts\/7645\/revisions"}],"predecessor-version":[{"id":21733,"href":"https:\/\/www.securitytoday.de\/en\/wp-json\/wp\/v2\/posts\/7645\/revisions\/21733"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.securitytoday.de\/en\/wp-json\/wp\/v2\/media\/5487"}],"wp:attachment":[{"href":"https:\/\/www.securitytoday.de\/en\/wp-json\/wp\/v2\/media?parent=7645"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.securitytoday.de\/en\/wp-json\/wp\/v2\/categories?post=7645"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.securitytoday.de\/en\/wp-json\/wp\/v2\/tags?post=7645"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}