By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
Felly ViralFelly ViralFelly Viral
Notification Show More
Font ResizerAa
  • Home
  • Technology
    TechnologyShow More
    The Boring Company raises $3bn at a $23bn valuation, led by the UAE
    September 10, 2026
    The variable aperture isn’t the cool part of the iPhone 18 Pro’s camera
    September 10, 2026
    EU cybersecurity agency is now testing Mythos 5 and GPT-6 Astra, the Commission says
    September 10, 2026
    Traditional firewalls can’t see what’s inside an AI prompt. Check Point built one that can.
    September 10, 2026
    The Trump phone just got a $250 price hike
    September 10, 2026
  • Sports
  • World News
    World NewsShow More
    Israeli checkpoints in the West Bank are choking the Palestinian economy
    September 10, 2026
    'Significant casualties' after fire on cargo ship in eastern China
    September 10, 2026
    ‘Gone in a blink’: Nepal floods sweep away Indian workers who built hotels
    September 10, 2026
    Russian attacks kill 7 in Ukraine as Kyiv targets gas plants deep in Arctic
    September 10, 2026
    Israeli attacks kill at least four Palestinians in northern Gaza
    September 10, 2026
  • Politics
    PoliticsShow More
    A Republican senator is now investigating OpenAI over the Hugging Face incident
    September 10, 2026
    Royal family rift after popular TV news presenter chosen to succeed Ugandan king
    September 10, 2026
    Benjamin Netanyahu has overseen a genocide: In his telling, he’s a victim
    September 10, 2026
    Houthis, Yemeni forces engaged in fierce battles: Why each front matters
    September 10, 2026
    China rejects the US distillation advisory as unfounded accusations and smears
    September 10, 2026
  • Science
  • Entertainment
    EntertainmentShow More
    Hollywood Shifts Strategy as Cross-Studio Streaming Bundles and Expanded Theatrical Windows Take Hold
    September 10, 2026
    Suno releases its first AI music model made with record industry help
    September 9, 2026
    Covenant leaves stealth with Anthem and factories in three countries
    September 9, 2026
    Alex Gibney’s Musk documentary premieres in Venice with an AI-simulated interview
    September 9, 2026
    Doyle: Waardah the one to beat in the Park Hill
    September 9, 2026
  • Contact
Reading: Traditional firewalls can’t see what’s inside an AI prompt. Check Point built one that can.
Share
Font ResizerAa
Felly ViralFelly Viral
  • Entertainment
  • Science
  • Technology
Search
  • Home
    • Home News
    • Home 2
    • Home 3
    • Home 4
    • Home 5
  • Categories
    • Technology
    • Entertainment
    • Science
    • Health
  • Bookmarks
    • Customize Interests
    • My Bookmarks
  • More Foxiz
    • Blog Index
    • Sitemap
Have an existing account? Sign In
Follow US
Felly Viral > Blog > Technology > Traditional firewalls can’t see what’s inside an AI prompt. Check Point built one that can.
Technology

Traditional firewalls can’t see what’s inside an AI prompt. Check Point built one that can.

admin
Last updated: September 10, 2026 9:35 am
admin Published September 10, 2026
Share
SHARE
September 10, 2026 at 9:35 amIn: Technology

Credit: © juststock / Getty Images via Canva.com Nearly half of organizations are entirely blind to the machine-to-machine traffic their AI agents generate, and the tools built to watch enterprise networks were never designed to look inside a prompt. Check Point’s AI Network Firewall, launched this summer, is one recent attempt to close that gap from inside the infrastructure enterprises already run. According to one recent study, 48.9% of organizations have zero visibility into the machine-to-machine traffic their AI agents generate. This speaks to a specific visibility problem, not just anxiety about AI: those organizations have no way to monitor what their autonomous agents are doing across connected systems.

That matters even more as agents are increasingly used for purchasing access to data and online services, interacting with customers, and completing tasks without a person approving every step. It also changes what organizations need from their security monitoring. A log showing that one service contacted another cannot, on its own, explain whether the agent was following the company’s instructions. One reason for this blind spot comes down to how cybersecurity solutions were traditionally built in the first place.

Legacy web application firewalls and basic API gateways were built around signatures, rate limits and predictable human sessions. An agent can improvise a new sequence of otherwise legitimate requests without matching a known attack signature. These tools simply were not built to parse the unpredictable, yet logic-based actions an autonomous agent can generate. An approved API call is not automatically an approved business decision.

Consider a support agent that uses valid credentials to retrieve a customer file and then includes it in a response to someone who should not receive it, without performing any tasks that resemble a conventional intrusion. Encryption creates a separate obstacle. AI traffic traveling over HTTPS is encrypted, so a firewall needs appropriate certificates and policies in place to decrypt that traffic before it can examine the contents. Capacity and connectivity constraints also influence which traffic gets inspected.

A readable prompt and an understood prompt are not the same thing: decryption might expose the text, but it does not establish whether the instructions are safe. That distinction points to a broader confusion worth clearing up: there are two very different things people mean by “AI firewall.” An AI-powered firewall uses machine learning to detect conventional network threats. A firewall built to protect AI inspects prompts and agent interactions for AI-specific harm. The gap here concerns the second category, since prompt injection can turn a document or webpage into instructions an agent follows, the same mechanism used in recent attacks against coding agents.

Announced this past July, Check Point’s AI Network Firewall targets that gap by adding AI-specific inspection to existing firewall infrastructure. The company says that the AI firewall discovers and classifies employee use of generative-AI tools, AI agent and Model Context Protocol activity, and traffic to and from AI applications. Model Context Protocol, or MCP, is the industry standard for connecting agents to tools and data. The product then applies real-time inspection to that activity.

Check Point says this can identify sensitive data heading toward a public AI tool or a manipulated prompt attempting to trigger unintended behavior. Its broader AI security stack incorporates technology from Lakera, the AI security startup Check Point acquired in 2025, which supplies runtime protection against prompt attacks. What sets this approach apart is the deployment model. According to Check Point, customers can use their existing firewall infrastructure without adding new hardware or software, bringing AI controls into their established management environment.

That means security teams can start governing AI traffic without first having to deploy and maintain a separate system. Nightfall AI’s Firewall for AI takes a different route. The company describes its standalone offering as a “client wrapper” around generative-AI interactions, using APIs and software development kits to inspect content before it reaches a model. It scans for personally identifiable information, payment-card details, health information and secrets, allowing sensitive material to be removed before an application forwards a prompt.

Nightfall separately offers prompt-injection protection and conversational guardrails as well. These checks address conversation content and signals such as model-response refusals, rather than sensitive-data categories alone. Finding a payment card number and recognizing an attempt to redirect a model are different security tasks. Neither company’s approach is necessarily more advanced than the other.

Apparently, Check Point’s take is that AI-specific protection belongs inside infrastructure a company already runs, whereas Nightfall’s is that AI interactions warrant a dedicated layer within application workflows. For companies that need to protect their AI systems, the practical questions concern coverage, intervention and policy enforcement, not which product approach seems freshest. Both approaches point to a wider focus on reliable AI infrastructure rather than model performance alone. An integrated control may fit established operations, while an application-level wrapper gives developers a specific point at which to filter model-bound data.

Neither placement, by itself, guarantees that every relevant interaction will be inspected. A business that cannot observe its agents’ interactions cannot confidently assess whether those agents are staying within their remit. Whichever architecture gains ground, the meaningful advance will be tooling that connects an instruction to an action and applies policy before harm occurs. What matters is whether security tools can see what AI systems are actually doing, and govern it, rather than just logging the traffic after the fact.

Contributed article. Not produced by the TNW newsroom and does not reflect the editorial stance of TNW.

You Might Also Like

“This is the AI men actually use”: Meta ads pushed apps nudifying real teens

iOS 27 launches on September 14th with Siri AI

Boox’s tiny Picco e-reader should land in November

Apple brought ceramic back for the Series 12

UN rights chief calls for international red lines on AI, warning of existential risk

Share This Article
Facebook Twitter Email Print
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

What's Hot

Badenoch accuses Burnham of kicking defence spending into the long grass

Zack Polanski says he'll run for former PM Starmer's seat in by-election

How significant is the Yemeni government’s military gains against Houthis?

Aviation faces hotter, stormier skies – and passengers might have to accept more disruption

‘Rhetoric differs’: How the UK’s relationship with Israel took a downturn

Cathay Pacific and Google partner on AI contrail avoidance for ultra-long-haul flights

Categories

Business

69 Articles

Politics

258 Articles
- Advertisement -
Ad image

Categories

  • ES Money
  • U.K News
  • The Escapist
  • Insider
  • Science
  • Technology
  • LifeStyle
  • Marketing

About US

We influence 20 million users and is the number one business and technology news network on the planet.

Subscribe US

Subscribe to our newsletter to get our newest articles instantly!

© Foxiz News Network. Ruby Design Company. All Rights Reserved.

Powered by
►
Necessary cookies enable essential site features like secure log-ins and consent preference adjustments. They do not store personal data.
None
►
Functional cookies support features like content sharing on social media, collecting feedback, and enabling third-party tools.
None
►
Analytical cookies track visitor interactions, providing insights on metrics like visitor count, bounce rate, and traffic sources.
None
►
Advertisement cookies deliver personalized ads based on your previous visits and analyze the effectiveness of ad campaigns.
None
►
Unclassified cookies are cookies that we are in the process of classifying, together with the providers of individual cookies.
None
Powered by
Welcome Back!

Sign in to your account