惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

B
Blog RSS Feed
云风的 BLOG
云风的 BLOG
爱范儿
爱范儿
WordPress大学
WordPress大学
博客园 - 三生石上(FineUI控件)
阮一峰的网络日志
阮一峰的网络日志
Martin Fowler
Martin Fowler
C
Check Point Blog
MongoDB | Blog
MongoDB | Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
人人都是产品经理
人人都是产品经理
博客园 - Franky
罗磊的独立博客
博客园 - 司徒正美
S
SegmentFault 最新的问题
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
V
V2EX
Last Week in AI
Last Week in AI
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园 - 聂微东
大猫的无限游戏
大猫的无限游戏
博客园 - 叶小钗
小众软件
小众软件
美团技术团队

Help Net Security

ChatGPT advanced account security adds passkeys and hardware keys Week in review: High-severity LPE vulnerability in the Linux kernel, cPanel 0-day exploited for months Automating Pentest Delivery: A Step-by-Step Guide - PlexTrac Open-source privacy proxy masks PII before prompts reach external AI services Shadow AI risks deepen as 31% of users get no employer training Identity is the control plane for distributed infrastructure AI traffic is getting bigger, louder, and less predictable New infosec products of the month: April 2026 cPanel zero-day exploited for months before patch release (CVE-2026-41940) Cisco releases open-source toolkit for verifying AI model lineage Met Police face criticism for using AI to spy on their own officers Nine-year-old Linux kernel flaw enables reliable local privilege escalation (CVE-2026-31431) Hacker with a special interest in breaching sports institutions ends behind bars - Help Net Security IP Fabric MCP server adds governance and control to enterprise AIOps workflows - Help Net Security Aqua Compass MCP server enables real-time investigation and containment of runtime threats - Help Net Security Google brings instant email verification to Android, no OTP needed - Help Net Security If cyber espionage via HDMI worries you, NCSC built a device to stop it - Help Net Security Apple fixes iPhone bug that let FBI retrieve deleted Signal messages(CVE-2026-28950) - Help Net Security GopherWhisper APT group hides command and control traffic in Slack and Discord - Help Net Security OpenAI tackles a bad habit people have when interacting with AI - Help Net Security A year in, Zoom's CISO reflects on balancing security and business - Help Net Security Scenario: Open-source framework for automated AI app red-teaming - Help Net Security GDPR works, but only where someone enforces it - Help Net Security Ransomware, fraud, and lawsuits drive cyber insurance claims to new peaks - Help Net Security Google’s Workspace Intelligence promises privacy while running on your data - Help Net Security Cyberattack on French government agency triggers phishing alert - Help Net Security Claude Mythos finds 271 Firefox flaws, Mozilla believes zero-days are numbered - Help Net Security Prove Identity Platform connects verification, authentication, and fraud prevention - Help Net Security New Mirai variants target routers and DVRs in parallel campaigns - Help Net Security Acronis GenAI Protection gives MSPs control over AI usage and data risks - Help Net Security
How to use NIST and ISO frameworks to govern AI agents
Help Net Security · 2026-06-12 · via Help Net Security

Security leaders no longer need convincing that AI agents introduce risk. What’s missing is how to govern them once they move into production and begin operating autonomously across enterprise environments.

AI agents already read sensitive documents, invoke internal APIs, trigger workflows, and make decisions that still require human judgment. From a security perspective, the most important shift is not their intelligence, but their behavior and intent, since they carry delegated authority, operate autonomously, and often hold more access than the humans they support.

Fortunately, security teams don’t need to reinvent the wheel. The NIST AI Risk Management Framework (AI RMF) and ISO/IEC 42001 already provide the structure needed to govern AI agents. The hard part is applying them through an effective control plane such as identity.

Treat AI agents as entities with identities

The first step is foundational, but has immediate operational consequences. AI agents must be treated as machine-scale identities with human-like qualities, not as software components embedded inside applications. Both NIST AI RMF and ISO 42001 emphasize accountability, ownership, and lifecycle governance. Applied to AI agents, that means each agent must have a defined owner, a clear intent, a bounded scope of access, and an explicit lifecycle.

If security teams cannot answer what agents they have, who owns an agent, what intent it was created for, what systems it can access, or when it should be retired, they already have an ungoverned entity in their environment. This mirrors lessons learned with service accounts, except AI agents reason, adapt, and act at machine speed, dramatically increasing potential impact.

Apply NIST AI RMF to identity risk

The NIST AI RMF is particularly useful because it treats AI risk as continuous rather than static, which aligns with identity security principles, where access and behavior evolve over time.

In practice, this starts with observability and governance. Organizations need policies that explicitly classify how AI agents use identities and how they are subjected to IAM controls, monitoring, and accountability. That’s why agents should be approved with the same scrutiny applied to privileged users.

Mapping comes next. Security teams need observability into what agents actually do, not just their inventory or what they were designed to do. This includes which systems they access, what actions they initiate, how they chain decisions, and what downstream effects those actions can trigger. This is identity mapping, not model documentation.

Measurement has to be non-negotiable. Risk should be evaluated based on autonomy, permission breadth, and data sensitivity. An agent that can initiate transactions or modify infrastructure should be treated like a highly privileged identity, not an invisible background process.

Management must be adaptive. Permissions should be revocable in real time, not reviewed quarterly. Behavioral drift, when an agent begins acting outside its intended scope, should trigger investigation just as anomalous human behavior would. NIST’s emphasis on continuous risk management is a reminder that AI identity security cannot be a one-time control.

Use ISO/IEC 42001 to operationalize governance

Where NIST provides structure, ISO/IEC 42001 brings operational discipline. It extends the rigor of management systems like ISO 27001 to AI deployments, including agentic systems.

Applied to AI identities, ISO 42001 reinforces lifecycle controls. Agents should be formally onboarded and registered, reviewed periodically, and decommissioned when no longer needed. Temporary agents should expire automatically, while long-lived agents should regularly justify their continued access.

Logging and traceability are equally important. Every meaningful action an agent takes should be attributable to a specific identity and auditable after the fact. If an organization cannot explain why an agent accessed a system or executed a workflow, that access should be revoked or the agent retired.

ISO 42001 also stresses continuous monitoring and recurring risk assessments. For AI agents, this means watching for identity failures such as privilege creep, unexpected tool usage, or actions that exceed the agent’s defined scope.

Align IAM to an agent-first reality

Most IAM programs were built around humans, with applications and automation added later. AI agents invert that model. They are autonomous, ephemeral, and often created outside traditional IAM workflows.

Security teams should not allow agents to inherit human access by default. Delegated authority must always be narrower than the human it supports. While credentials should be short-lived and dynamically issued rather than embedded as static secrets. Monitoring must shift from periodic access reviews to behavioral baselining that reflects how agents actually operate.

These are not new IAM principles. They are familiar controls that need to be applied to a new class of identities that operate at machine speed and scale.

Make AI identity governance ongoing

One common mistake is treating AI governance as a project. Both NIST AI RMF and ISO/IEC 42001 explicitly recommend continuous management. That means assigning ownership, defining metrics, conducting regular access reviews, and iteratively improving controls as agents evolve.

Identity has always been the enterprise control plane. With AI agents becoming digital employees, organizations that bring AI agent identities under the same disciplined governance applied to privileged human users will be able to innovate without losing control.