Lenny Zeltser
@lennyzeltser.com
📤 2373
📥 375
📝 65
Builder of security products and programs. Teacher of those who run them.
https://zeltser.com
pinned post!
You can now receive my blog posts via email. Go ahead and sign up:
https://zeltser.com/newsletter
I've been writing more frequently than I have in recent years, and I'd rather share my articles directly than rely on an algorithm to decide whether to surface them.
loading . . .
Lenny Zeltser's Newsletter
Subscribe to get new posts by email. Cybersecurity, mostly.
https://zeltser.com/newsletter
about 1 month ago
0
3
1
The people who handle breaches all day may be the worst at protecting themselves. Feeling invulnerable is what lets us function around constant threat, the way it lets doctors work around disease. Warnings about our own risk rarely stick.
https://zeltser.com/illusion-of-invulnerability
loading . . .
The Illusion of Invulnerability in Cybersecurity
Healthcare workers wash hands more often when signs emphasize protecting patients rather than themselves, because people overestimate their own invulnerability but not others'. Security messaging may be more effective when highlighting risks to customers or colleagues rather than to the individuals
https://zeltser.com/illusion-of-invulnerability
about 17 hours ago
0
0
0
A decoy fires only when someone accesses a resource no legitimate user would touch. Plant tripwires across network, identity, data, and AI agent configs to create asymmetry in your security architecture.
https://zeltser.com/protean-information-security-architecture
loading . . .
Building Deception Into Your Security Architecture
Decoys add strategic asymmetry to your security architecture, strengthening your advantage against the attacker. Plant tripwires across network, identity, data, and AI agent configs for high fidelity alerts.
https://zeltser.com/protean-information-security-architecture
1 day ago
1
7
4
One word changed a hospital hand-washing sign from 'protects you' to 'protects patients,' and compliance climbed. We discount our own risk but not other people's. The same holds for security messaging aimed at others, not ourselves.
https://zeltser.com/illusion-of-invulnerability
loading . . .
The Illusion of Invulnerability in Cybersecurity
Healthcare workers wash hands more often when signs emphasize protecting patients rather than themselves, because people overestimate their own invulnerability but not others'. Security messaging may be more effective when highlighting risks to customers or colleagues rather than to the individuals
https://zeltser.com/illusion-of-invulnerability
4 days ago
0
2
1
An attacker on a developer's machine often pivots to reconnaissance. AI agent MCP configs are plain-text files at known paths, offering an index of high-value services. A decoy entry pointing to a honeypot MCP server alerts you of an intrusion.
https://zeltser.com/decoy-mcp-server-honeypot
loading . . .
Build a Decoy MCP Server to Catch AI Agent Attackers
Your AI agent's MCP config can be a target for an attacker who reaches your machine. A decoy MCP server entry pointing at a Cloudflare Worker can reveal the attacker's presence and their intent.
https://zeltser.com/decoy-mcp-server-honeypot
8 days ago
0
3
0
reposted by
Lenny Zeltser
Alexander Jäger
9 days ago
One should print out those rules, laminate them and give it to everyone in cyber.
add a skeleton here at some point
0
2
1
When an executive rejects a security recommendation, it's worth asking what would need to change for a different answer. That question reveals constraints we didn't see and persuasion paths we didn't consider.
https://zeltser.com/rejected-security-recommendations
loading . . .
When Executives Reject Your Security Recommendations
A rejected security recommendation feels personal, but it often reflects competing demands the security team doesn't fully see. Knowing how to act on that reality helps the CISO become someone the business trusts with its priorities.
https://zeltser.com/rejected-security-recommendations
9 days ago
0
1
0
"Fileless malware" started as Code Red's pure in-memory worm in 2001 and has evolved to cover other forms of evasion, including living-off-the-land. I traced the journey of the term through its 25-year history.
https://zeltser.com/fileless-malware-beyond-buzzword
loading . . .
The History of Fileless Malware - Looking Beyond the Buzzword
Defenders apply "fileless malware" to nearly any evasion technique, far beyond its 2001 in-memory definition. Walk through the malware samples from Code Red to PyLoose so we can understand what this term means.
https://zeltser.com/fileless-malware-beyond-buzzword
9 days ago
0
2
0
Much of our security work is communicating with colleagues throughout the org. 10 habits that sharpen how the technical work gets heard.
https://zeltser.com/strong-communication-skills
loading . . .
10 Communication Tips for Security and IT Professionals
Explaining security and IT work is often harder than the work itself. Ten habits will sharpen how you explain it to specialists, executives, and everyone in between.
https://zeltser.com/strong-communication-skills
10 days ago
0
6
2
Four tips for a strong executive summary of your security report. They apply whether you write it from scratch or draft it with AI's help:
https://zeltser.com/executive-summary-for-security-assessment-report-tips
loading . . .
A Strong Executive Summary for Your Security Report
Decision-makers decide how to act on your findings based on what they see in the executive summary. Write it deliberately, with your readers' priorities and needs in mind.
https://zeltser.com/executive-summary-for-security-assessment-report-tips
11 days ago
0
1
0
Existing AI security frameworks each cover one slice of the work, like components, risks, and lifecycle. The AI Defense Matrix combines them into a single grid of AI asset classes mapped to NIST CSF functions.
https://zeltser.com/ai-defense-matrix-intro
loading . . .
Making Sense of Security for AI: The AI Defense Matrix
The AI Defense Matrix maps eight AI asset classes to NIST CSF functions, giving security leaders one grid to assign ownership, find gaps, and select controls. Sounil Yu and I co-authored it as the security-for-AI companion to his Cyber Defense Matrix.
https://zeltser.com/ai-defense-matrix-intro
14 days ago
0
2
0
A honeytoken fires when someone reaches for what they shouldn't, which makes the alerts high-signal. To get the most of them, decide on the best locations, such as decoy MCP entries, fake AWS keys, and Cloudflare Workers serving fake admin pages.
https://zeltser.com/plant-honeytokens
loading . . .
Plant Honeytokens to Detect Intrusions
Plant decoy credentials, configs, and URLs to surface an attack the rest of your stack might miss. Deployment scenarios include MCP server entries, AWS API keys, and Cloudflare Workers serving fake admin pages.
https://zeltser.com/plant-honeytokens
15 days ago
2
4
1
reposted by
Lenny Zeltser
David J. Bianco
16 days ago
If AI driven attacks become more prevalent, it'll only be a matter of time before attackers push the token burden on to their victims, using the AI that's already (probably) there. I'm calling it "living off the lAInd".* *Jokey name. Probably will happen, though.
0
1
1
A decoy in your AI agent's MCP config can be an early sign of an intrusion. Interactions with the honeypot MCP server mentioned there can be a high-confidence signal. Building this honeypot is pretty straightforward.
https://zeltser.com/decoy-mcp-server-honeypot
loading . . .
Build a Decoy MCP Server to Catch AI Agent Attackers
Your AI agent's MCP config can be a target for an attacker who reaches your machine. A decoy MCP server entry pointing at a Cloudflare Worker can reveal the attacker's presence and their intent.
https://zeltser.com/decoy-mcp-server-honeypot
16 days ago
0
3
0
Sounil Yu and I co-authored the AI Defense Matrix, the security-for-AI companion to his Cyber Defense Matrix. It maps eight AI asset classes to NIST CSF functions, so security leaders can find gaps and vendors map products.
https://zeltser.com/ai-defense-matrix-intro
loading . . .
Making Sense of Security for AI: The AI Defense Matrix
The AI Defense Matrix maps eight AI asset classes to NIST CSF functions, giving security leaders one grid to assign ownership, find gaps, and select controls. Sounil Yu and I co-authored it as the security-for-AI companion to his Cyber Defense Matrix.
https://zeltser.com/ai-defense-matrix-intro
17 days ago
0
2
0
What exactly is "malware"? Here's my definition, so we don't need to rely on "We know it when we see it."
https://zeltser.com/what-is-malware
loading . . .
What is Malware?
A program counts as malware not because of what it can do, but because of how an attacker uses it. This view aligns with NIST's longer formulation but cuts the verbiage.
https://zeltser.com/what-is-malware
18 days ago
1
2
0
Unnecessary complexity makes products hard to maintain and hard to secure. Modern apps such as Cloudflare's EmDash and Tailscale show that designing for simplicity produces stronger security as a side effect.
https://zeltser.com/modern-design-security
loading . . .
How Modern Product Design Principles Strengthen Security
Unnecessary complexity makes products hard to maintain and hard to secure. Modern apps such as Cloudflare's EmDash and Tailscale show that designing for simplicity produces stronger security as a side effect.
https://zeltser.com/modern-design-security
22 days ago
0
4
1
Honeytokens are a time-tested idea, but the interesting part is where you plant them. Consider using them as decoy MCP entries, fake AWS keys, and Cloudflare Workers serving fake admin pages to detect intrusions.
https://zeltser.com/plant-honeytokens
loading . . .
Plant Honeytokens to Detect Intrusions
Plant decoy credentials, configs, and URLs to surface an attack the rest of your stack might miss. Deployment scenarios include MCP server entries, AWS API keys, and Cloudflare Workers serving fake admin pages.
https://zeltser.com/plant-honeytokens
23 days ago
0
2
0
How do builders of security products assess strategies against vibe-coded competition? You can now use your AI agent and my MCP server, which carries Ben Vierck's seven-dimension defensibility rubric, included with his permission.
https://zeltser.com/security-product-strategy-with-ai
loading . . .
Build Better Security Product Strategies Using Your AI Tool
Modern AI tools can help evaluate a security product's strategy, but only if they have the right criteria. An MCP server with domain-specific frameworks gives your AI agent the practitioner knowledge to test strategic fit, evaluate competitors, and assess vendor viability.
https://zeltser.com/security-product-strategy-with-ai
24 days ago
1
3
0
SaaS vendors should assess whether their trust boundary includes customers' AI agents. Liability has pushed banks toward securing the customer's device four times, and the fifth wave is forming around AI agents.
https://zeltser.com/saas-ai-agent-trust-boundary
loading . . .
Trust Boundary of SaaS Will Include Customers' AI Agents
SaaS vendors should assess whether their trust boundary includes customers' AI agents. Liability has pushed banks toward securing the customer's device four times, and the fifth wave is forming around AI agents.
https://zeltser.com/saas-ai-agent-trust-boundary
28 days ago
0
1
0
Modern architectures make products easier to run, with security as a wonderful added benefit. Cloudflare's EmDash reimagines WordPress with no customer-managed server, and Tailscale connects devices with no VPN servers. Simpler designs leave less to attack.
https://zeltser.com/modern-design-security
loading . . .
How Modern Product Design Principles Strengthen Security
Unnecessary complexity makes products hard to maintain and hard to secure. Modern apps such as Cloudflare's EmDash and Tailscale show that designing for simplicity produces stronger security as a side effect.
https://zeltser.com/modern-design-security
30 days ago
0
2
1
When evaluating a security vendor's strategy, your own product roadmap, or an investment target, AI can separate marketing claims from verified capabilities. But it needs the right domain-specific criteria. Here's how:
https://zeltser.com/security-product-strategy-with-ai
loading . . .
Build Better Security Product Strategies Using Your AI Tool
Modern AI tools can help evaluate a security product's strategy, but only if they have the right criteria. An MCP server with domain-specific frameworks gives your AI agent the practitioner knowledge to test strategic fit, evaluate competitors, and assess vendor viability.
https://zeltser.com/security-product-strategy-with-ai
about 1 month ago
0
0
1
Generic AI does generic work. Once Claude Code knows your tools, your conventions, and your past projects, its outcomes start fitting how you actually operate. The seven-layer Personal AI Stack lays out what to add and why.
https://zeltser.com/personal-ai-stack
loading . . .
The Personal AI Stack: A Power User's Guide
An AI tool like Claude Code gives you solid general-purpose capabilities out of the box. To make it truly indispensable, add the layers that teach it who you are, how you work, and what you do.
https://zeltser.com/personal-ai-stack
about 1 month ago
1
2
0
AIUC-1 is a purpose-built compliance framework for AI agent risks such as prompt injection that existing certifications don't cover. Scope, auditor dynamics, and incentive alignment will shape what its certificates are worth.
https://zeltser.com/aiuc-1-cert
loading . . .
What to Make of AIUC-1, a New AI Agent Certification
New certifications start as claims and earn credibility through cycles of scrutiny. AIUC-1, a compliance framework for AI agent vendors, is at that starting point. How its structure, governance, and market acceptance hold up will decide what the certificate is worth.
https://zeltser.com/aiuc-1-cert
about 1 month ago
0
4
0
Out-of-the-box Claude Code is solid for general work. What makes it indispensable is the personalization, hardening, and connectors you layer on top. I mapped my setup into a seven-layer Personal AI Stack, so you can optimize yours.
loading . . .
The Personal AI Stack: A Power User's Guide
An AI tool like Claude Code gives you solid general-purpose capabilities out of the box. To make it truly indispensable, add the layers that teach it who you are, how you work, and what you do.
https://zeltser.com/personal-ai-stack
about 1 month ago
1
5
2
SaaS vendors that make their products usable by customers' AI agents inherit those agents' attack surface. Liability and regulation drove banks into that position four times already. The same pressure is building for agent-era vendors now.
https://zeltser.com/saas-ai-agent-trust-boundary
loading . . .
Trust Boundary of SaaS Will Include Customers' AI Agents
SaaS vendors should assess whether their trust boundary includes customers' AI agents. Liability has pushed banks toward securing the customer's device four times, and the fifth wave is forming around AI agents.
https://zeltser.com/saas-ai-agent-trust-boundary
about 1 month ago
1
3
0
"The current generation of frontier models behaves like a gifted PhD student with imposter syndrome: brilliant when calm, and when the room turns against them, they over-apologize, hedge everything, and abandon positions they should defend." -- Dheer Gupta
https://dheer.co/llm-anxiety/
about 1 month ago
0
2
0
Dan Nguyen-Huu walks through the economics of agentic procurement, a scenario where AI agents decide whether to build a capability from scratch or buy it from a vendor.
https://dannguyenhuu.substack.com/p/the-token-threshold
about 1 month ago
0
1
0
You can now receive my blog posts via email. Go ahead and sign up:
https://zeltser.com/newsletter
I've been writing more frequently than I have in recent years, and I'd rather share my articles directly than rely on an algorithm to decide whether to surface them.
loading . . .
Lenny Zeltser's Newsletter
Subscribe to get new posts by email. Cybersecurity, mostly.
https://zeltser.com/newsletter
about 1 month ago
0
3
1
A thoughtful piece by Anthropic on AI-accelerated offense. In my mind, the only sustainable answer to vulnerability management is modern design and shrinking the attack surface.
https://claude.com/blog/preparing-your-security-program-for-ai-accelerated-offense
loading . . .
We share our initial set of recommendations to shore up your defenses based on our own findings and security practices." name="description"/><meta content=
We share our initial set of recommendations to shore up your defenses based on our own findings and security practices." name="description"/><meta content="Preparing your security program for AI-accelerated offense | Claude" property="og:title"/><meta content=
https://claude.com/blog/preparing-your-security-program-for-ai-accelerated-offense
about 2 months ago
0
4
1
We told employees to "be suspicious" of links they needed for work. Now we're adding "be careful with AI" to the awareness curriculum. Teaching when to escalate works better than teaching what to fear.
https://zeltser.com/ai-influence-awareness-training
loading . . .
Awareness Training Won't Protect Employees from Their Own AI Tools
When an AI tool influences an employee's decision, audit logs record the human's action and miss the AI's role. Addressing that blind spot requires escalation procedures and engineering controls that go beyond what awareness programs can deliver.
https://zeltser.com/ai-influence-awareness-training
about 2 months ago
0
2
0
When an AI tool recommends an action and an employee carries it out, audit logs capture a legitimate human decision. The AI's role disappears. Addressing that blind spot takes more than awareness training.
https://zeltser.com/ai-influence-awareness-training
about 2 months ago
0
2
2
We invest hours analyzing a security risk, and that effort makes us overvalue the recommendation. An executive who hasn't shared that analysis weighs the same risk differently, and they might be right.
https://zeltser.com/rejected-security-recommendations
about 2 months ago
0
1
0
Are we winning the fight against cyber attackers? It's the wrong question. Framing the attacker-defender dynamic as a war fuels hype and leads to the wrong investments.
loading . . .
The Eternal Cycle of Cybersecurity
The fight between cyber attackers and defenders resembles an ecological cycle between predator and prey—the goal is equilibrium, not victory. Being complacent is risky because maintaining balance requ...
https://zeltser.com/participating-in-the-eternal-cycle-of-cybersecurity
2 months ago
0
2
1
We scope security assessments along organizational lines, but attackers don't stop where one team's budget ends. Following attack logic instead of org charts closes the gaps.
loading . . .
Scope Security Assessments for Attack Paths, Not Org Charts
When assessment scope follows organizational lines, gaps open where team boundaries meet and real attackers don't stop. Pulling adjacent teams into the scoping conversation and following attack logic ...
https://zeltser.com/security-assessment-scope
2 months ago
0
1
0
Love them or hate them, SOC 2 reports have become table stakes for SaaS deals. But the framework leaves the vendor in control of the system boundary and auditor selection, which means the reports vary drastically in rigor.
loading . . .
Understand the Reality of the SOC 2 Checkbox
SOC 2 standardized security reporting, but it left the vendor in control of the system boundary and auditor selection. Understanding that structural gap helps vendors and buyers get the most value fro...
https://zeltser.com/soc2-checkbox-reality/
3 months ago
0
1
0
Is a security product company building a true platform or a suite? The distinction clarifies where to invest, how to measure progress, and what competitive advantage to pursue. Here's my guidance for deciding which approach is best, including a look at CrowdStrike, Okta, and Palo Alto Networks.
loading . . .
Most Cybersecurity Products Aren't Platforms and It's OK
The test for a genuine platform is whether each new addition makes everything else more valuable, not just whether products share a brand or console. Recognizing which dynamic the architecture support...
https://zeltser.com/what-platform-means-cybersecurity
3 months ago
2
4
1
Who'll win this year's RSAC Innovation Sandbox? I used my custom AI framework to score each finalist's market readiness across 8 dimensions and built detailed profiles. 4 companies clustered clearly ahead. See if you agree:
loading . . .
RSAC 2026 Innovation Sandbox: Finalist Analysis - Lenny Zeltser
Transforming security ideas into business outcomes.
https://zeltser.com/media/rsac-2026-sandbox
3 months ago
1
0
0
My guide for endpoint security startups is out now. The path between competing against entrenched platforms and becoming a feature they bundle is narrow. I got to know this space at Minerva Labs (now part of Rapid7), but much has changed since then.
loading . . .
Competing in Endpoint Security: A Guide for Startups
There are areas where endpoint security startups can build viable, useful products, but those openings shift as adjacent categories converge and incumbents absorb new capabilities. Founders, buyers, a...
https://zeltser.com/endpoint-security-startup-questions
3 months ago
0
1
0
My new guide on building security products for SMBs. The go-to-market has shifted heavily toward MSPs and VARs, channel concentration creates real dependency risk, and AI readiness among MSPs is lower than the hype suggests.
loading . . .
Building Security Products for SMBs
Building security products for SMBs differs from enterprise markets in distribution, pricing, and product design. Vendors who merely repackage enterprise solutions at a lower price point struggle, whi...
https://zeltser.com/smb-security-product-strategy
3 months ago
0
1
0
I published a 4-point approach for succeeding as a CISO, based on my experiences building and leading a security program at a high-growth company. It shows how to focus on the defender's advantage and escape the unending cycle of reacting to vulnerabilities and responding to attackers' advances:
loading . . .
What Being a CISO Taught Me About Security Leadership
A four-point framework to succeeding as a CISO, based on my experiences of building and leading a security program at a high-growth company. It shows how to focus on the defender's advantage and escap...
https://zeltser.com/ciso-leadership-lessons
3 months ago
3
5
0
Good tech alone doesn't make a successful security product. I created a guide covering the strategic questions founders and product managers should answer early, drawing on my experience as both a CISO and a product manager.
loading . . .
A Practitioner's Guide for Creating Cybersecurity Products
Strong technology alone doesn't make a successful security product. This guide presents the strategic questions that security product managers and startup founders should answer early, covering market...
https://zeltser.com/security-product-creation-framework
3 months ago
0
1
0
Security leaders are often trapped in endless assessments and opinion-giving without driving actual change. Staying busy with spreadsheets, dashboards, and emails doesn't move the organization forward. Here's how we can break out of the "Chief Opinion Officer" mode:
loading . . .
From Chief Opinion Officer to Action-Taker
Security leaders who only assess risks and express concerns operate as Chief Opinion Officers rather than change agents. Delivering outcomes requires agreeing with colleagues on what's real, deciding ...
https://zeltser.com/chief-opinion-officer-to-action-taker
3 months ago
0
4
2
reposted by
Lenny Zeltser
Help Net Security
4 months ago
REMnux v8 brings AI integration to the Linux malware analysis toolkit đź“– Read more:
www.helpnetsecurity.com/2026/02/17/r...
#cybersecurity
#cybersecuritynews
#Linux
#malwareanalysis
#opensource
@lennyzeltser.com
loading . . .
REMnux v8 brings AI integration to the Linux malware analysis toolkit - Help Net Security
REMnux, a specialized Linux distribution for malware analysis, has released version 8 with a rebuilt platform based on Ubuntu 24.04.
https://www.helpnetsecurity.com/2026/02/17/remnux-8-linux-malware-analysis-toolkit/
0
1
1
Which malware analysis toolkits and frameworks should you consider including in your workflow? Here's my overview:
loading . . .
Free Toolkits and Frameworks for Malware Analysis
Open-source sandbox platforms, analysis environments, and AI-assisted tools let you build your own malware analysis capability without commercial licenses. Options include CAPEv2, DRAKVUF Sandbox, REM...
https://zeltser.com/malware-analysis-tool-frameworks
4 months ago
0
3
1
The new REMnux MCP server connects AI agents to 200+ malware analysis tools on REMnux. I was surprised at the depth of investigation it delivers. Most of my time went into capturing how I approach the analysis and providing guidance to AI at the right time, so it can think and adapt as it works.
loading . . .
Using AI Agents to Analyze Malware on REMnux
To analyze malware effectively, AI agents need practitioners' expertise and access to the analysis tools. The REMnux MCP server provides both, connecting AI to 200+ tools on REMnux with guidance on wh...
https://zeltser.com/ai-malware-analysis-remnux
4 months ago
0
8
5
What if the CISO's real job is calibrating the right amount of insecurity? Frame the role around that and you become an enabler, not an obstacle. The acronym still works.
loading . . .
The Chief Insecurity Officer
What if the CISO's job isn't to maximize security but to calibrate the right amount of insecurity? Reframing the role this way turns security leaders from obstacles into enablers of business velocity.
https://zeltser.com/chief-insecurity-officer
4 months ago
0
2
0
I released a free tool to generate animated, annotated replays of text conversations, so you can embed them in articles, training, and docs. For example, it's a nice way to explain influence tactics of a social engineering scam. See it in action:
loading . . .
Interactive Replays of Conversations: A New Tool
Conversation replays add an engaging dimension to training materials and docs. Save the conversation and your annotations in a data file, then use my tool to generate a self-contained HTML player you ...
https://zeltser.com/interactive-replays
5 months ago
1
4
0
How to give AI raw incident notes and get a solid draft of an IR report? Now you can point your AI tool at my MCP server for guidance based on proven writing principles. Your data isn't shared with my server; it only provides guidance.
loading . . .
Write Good Incident Response Reports Using Your AI Tool
I released an MCP server to give your AI expertise to write good IR reports from raw notes or to get constructive feedback on existing content. You can replicate my approach to codify your own experti...
https://zeltser.com/good-ir-reports-with-ai
5 months ago
0
1
0
I released a tool for making your website or docs easily available to AI assistants via an MCP server. This helps ensure people's AI tooling can access the latest details at the right time. For instance, this is how REMnux users now can get info about its malware analysis tools.
loading . . .
Publishing Your Website Content to AI Assistants
When people ask AI assistants about your product or project, they often get outdated information. Here's how to publish your static website content directly to AI tools using Cloudflare Workers and th...
https://zeltser.com/publishing-to-ai-assistants
5 months ago
0
1
2
While cybersecurity and data privacy leaders have distinct expertise, their goals are aligned. Edy Glozman and I discussed how these functions can support each other based on our collaboration at Axonius:
zeltser.com/security-pri...
loading . . .
How Security and Privacy Teams Break Barriers Together
While cybersecurity and data privacy leaders have distinct expertise, our fundamental goals are aligned. By understanding each other’s perspectives and priorities, we can support each other to stre
https://zeltser.com/security-privacy-break-barriers/
11 months ago
1
3
0
Load more
feeds!
log in