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

推荐订阅源

Last Week in AI
Last Week in AI
有赞技术团队
有赞技术团队
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
人人都是产品经理
人人都是产品经理
博客园 - 司徒正美
博客园 - 聂微东
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 叶小钗
罗磊的独立博客
IT之家
IT之家
博客园 - 三生石上(FineUI控件)
V
Visual Studio Blog
T
Tailwind CSS Blog
大猫的无限游戏
大猫的无限游戏
Hugging Face - Blog
Hugging Face - Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
N
Netflix TechBlog - Medium
MyScale Blog
MyScale Blog
J
Java Code Geeks
L
LangChain Blog
S
SegmentFault 最新的问题
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Apple Machine Learning Research
Apple Machine Learning Research
G
Google Developers Blog

Human Risk Management Blog

Future-Proofing Organizations in the Face of AI What Security Can Learn From Dinosaurs Inside the OS-Aware Phishing Kit Profiling Your Device CyberheistNews Vol 16 #30 [Protect Your Users] AI Hallucinations Are Fueling Phishing Attacks Majority of Organizations Hit by Targeted Impersonation Attacks The Open-Source Paradox: Navigating the New Frontier of AI Supply Chain Risk Introducing The Hybrid Nudge Experience: Outbound Email Security Built for Your Risk Appetite Elevating the SOC Experience: Smarter Automation, Richer Threat Intelligence, and AI-Native Investigation New Phishing Tools Enable Attackers to Easily Bypass Multifactor Authentication From Inbox to Encryption: How Ransomware Delivery Has Evolved Attackers Exploit AI Hallucinations to Send Users to Phishing Sites Warning: ARToken Phishing Kit Automates BEC Attacks The New Face of AI Risk CyberheistNews Vol 16 #29 ClickFix Social Engineering is Now the Leading Malware Delivery Method Beyond the Checkbox: How a Proactive Partnership Led to Turnkey Hazing Compliance Trust, Verify, Protect: Modernizing Email Security for the Cloud Report: Social Engineering Remains a Central Part of AI-assisted Attacks ClickFix Social Engineering is Now the Leading Malware Delivery Method CyberheistNews Vol 16 #28 Your 2026 Phishing by Industry Benchmarks: The Findings on Human Risk Scammers Can Use AI Tools to Pinpoint Your Location Based on a Photo Report: Attackers Are Using AI to Automate Social Engineering Your KnowBe4 Fresh Compliance Plus Content Updates from June 2026 From Awareness to Digital Workforce Security Your KnowBe4 Fresh Content Updates from June 2026 Threat Actor Uses Phishing to Breach Orgs for Ransomware Gangs Invoice Phishing Attacks Are Abusing the Shop App Phishing Campaign Impersonates Interpol to Deliver Ransomware Prompt Injection and the Rise of Agentic Risk Hyper-Targeted Social Engineering Needs Real-Time Video Response Your Email is Protected. Is Your Teams Chat?
Trust Nothing: Tips to Secure AI Tools and Agents
Erich Kron · 2026-07-22 · via Human Risk Management Blog

Erich Kron, CISO Advisor at KnowBe4So, you have some AI tools or are thinking about deploying them and want to know a bit about securing them.

You are not alone, but there are significant challenges due to the rapidly growing capabilities of AI, and the issues around new types of vulnerabilities we may not be used to thinking of. This is a very challenging area to attempt to secure, but I hope to point you in the right direction and set you up with some resources.

The first thing to understand is that agents should be treated as Non-Human Identities (NHI). This is a bit obvious because we employ AI to do many of the same tasks that our workforce does, however, they do them faster and oftentimes they are working 24 hours a day, seven days a week. Unlike a service account or some other NHI, these are expected to interact with many different platforms in ways similar to how a human would.

Imagine an agent that could book your travel and knows your seat preference for an aircraft and what hotels you prefer. That sounds great, but under the hood, we are going to have to give this tool the ability to search the Internet for schedules, interact with the various carriers, check your calendar for potential conflicts and likely even make the purchase. That means they have access to several different platforms and possibly even your credit card information. There are so many ways this can go wrong, and you might not even know it until it is too late.

So, when we think about securing agents and AI tools, there is some guidance out there. Check out the following:

A zero-trust mindset is also critical given the permissions agents will likely have, so it makes sense that permissions should be kept to the minimum. For example, read-only access to email or calendars unless really needed. Short-lived API keys or authorization tokens can lower the risk but may require a user action on occasion to approve some things before they do it. Splitting tasks and permissions between multiple entities can also be helpful. For example, one agent may have read-only access to email and calendars, while another agent is used specifically to update the calendar with new information. That agent would have rights to access the calendar, but nothing else.

Another concern is prompt injection. This is where a prompt provided to an AI entity is modified or contradicts the expected prompt. Instead of the AI receiving a prompt that tells it to view a person’s calendar, it might tell the AI to delete everything on it, or to enter a fake appointment. This could be the result of an attacker changing the prompt or might even be the product of another AI tool making a mistake when it hands off instructions. Either way, the result is not good.

To counter this threat, a person or an AI specifically trained with a security mindset may be used to review the prompt before it is passed on. There are even AI proxy tools that can look at the prompts and instructions for the AI with an eye for malicious intent. As AI tools continue to evolve, look for tools that have been trained to include security checks before they execute commands.

It is also wise to make sure communication channels and data are secure. Encrypting data is just as important between AI tools and platforms, even those that are hosted on-premise, as it is on the open internet. Micro segmenting of the network can allow you to more easily monitor and control network traffic between the specific tools, making it tougher for bad actors to attack.

Finally, make sure your employees are educated about the potential threats from AI and that your organization has clear and concise policies about how and when AI tools can be used. If employees do not understand what is acceptable, they can easily create dangerous situations unintentionally.

These are just a few suggestions. However, new threats and vulnerabilities with AI are being discovered almost weekly, so it is important to stay up to date with new attack methods and to be cautious with AI tool rollouts.