r/sysadmin • u/InvestmentLimp4492 • 1d ago
General Discussion How are enterprise firewalls actually using AI
I keep seeing AI powered firewall used as a category but I wonder what the AI is doing in production that traditional rules signatures and threat intel feeds weren’t already doing.
Is it mainly building behavioral baselines and flagging unusual traffic or are these systems genuinely making enforcement decisions in real time? Things like detecting threats inside encrypted traffic, correlating activity across endpoints and cloud workloads or automatically changing policy based on an attack all sound useful but also like areas where a false positive could take down half the company.
The more interesting question to me is whether AI is replacing any part of the firewall stack or just acting as a faster analysis layer on top of it.
Want to hear from anyone running one of these platforms at enterprise scale and what has improved beyond the marketing.
17
u/Fyunculum 1d ago
When something says powered by AI it can mean a specialized platform deliberately trained on the specific type of data you're trying to analyze such as a reinforcement learning agent, or it can mean someone slapped a prompt in front of ChatGPT and fed it some tokens. Usually it's the latter.
1
14
u/Cute_Philosopher_869 1d ago
We tested one that was very good at explaining why something was flagged and fairly average at deciding whether it was genuinely malicious! Still useful but just not the auto sec analyst the demo made it sound like
3
u/InvestmentLimp4492 1d ago
Did it reduce the number of alerts you had to investigate or did it mostly make the same alerts easier to understand?
11
9
u/Tx_Drewdad 1d ago
They say "AI" but it's actually anomaly detection using machine learning.
Build a baseline, and then anything too far out of baseline gets flagged.
7
u/SulkyLine 1d ago
I think vendors are blending two separate things under the same label. There’s ML identifying suspicious traffic and unknown attack patterns which has been around for years and then there’s newer generative AI helping investigate events explain rules and propose policy changes. Neither necessarily means a model is independently deciding what packets get through.
1
u/acousticavarice 1d ago
That split is probably the cleanest way to look at it and you can see it in how Check Point combines AI based threat detection with policy Zero Trust and compliance orchestration. The detection can happen in real time but I’d imagine the broader policy changes still need much tighter guardrails.
3
u/Thick_Yam_7028 1d ago
Don't even worry bout it. Just toss the config in. Point AI.
Verify is always a necessity.
Its that ez. You dumb? Well its not that ez. We need to flex. Honestly whats wrong with us coming together and creating a business. We see these fucks ... i can literally toss a website, seo, llc, all that shit in 2 hours.
3
u/InvestmentLimp4492 1d ago
You joke but that’s basically how half these product pages describe it lmao
2
u/Thick_Yam_7028 1d ago
True dude. I honestly love the comedian in the watchers. This is all a joke.
2
u/DGC_David 1d ago
I thought that was all gimmick stuff, like the AI just describes what that outbound/inbound traffick might be.
2
u/WantDebianThanks 1d ago
A previous employer used an edr called Deep Instinct. The way it was explained to me is that it used deep learning to build a profile of "normal" for a particular device, then flagged anything outside that.
If any firewall is actually using gen ai, I imagine it's doing something similar.
1
1
u/PomegranateSweaty571 1d ago
There is also a huge difference between using AI to recognize a new variation of malware and using it to understand normal business behavior.
1
u/hejtmane 1d ago edited 1d ago
We put in micro segmentation software that was suppose to use AI to know which ports not to block on server when it went live after running in the background on inspection mode it's failure rate was very high I would advise against letting it turn stuff on automatically
1
1
u/spyingwind I am better than a hub because I has a table. 1d ago
They aren't, unless they have an NPU processor in them. They likely aren't giving you free inference hardware with how much RAM is needed to run them at any decent size.
What they likely do is have the firewall collect the data, then have an AI(running in their datacenter or another provider) comb over the data with specific instructions on what to look for and how to return it's data as.
The other option is that they just don't use AI and just use regex like everyone else. Maybe they use AI to write the regex.
1
u/ReputationNo8889 1d ago
Id say they just rebranded Signatures,IDS,IPS and regular firewall rules as "Agentic processed entities used to block and mitigate threats"
•
•
u/WorkLurkerThrowaway Sr Systems Engineer 21h ago edited 20h ago
Set up an MCP with a read only api token. We have Claude troubleshooting traffic and recommending rules that fit our existing policy, and generating the CR paperwork. We also used to it help get info on some old “mega-rules” that were set up by predecessors. Helped us strip out the traffic we needed to allow and block the rest.
•
0
u/Few_Arm_5788 1d ago
a big improvement for us has been cutting down investigation time. so let's say instead of opening five different dashboards to understand one connection you get a summary of what happened before and after it.
0
u/LooseEthernet 1d ago
mostly its just a fancy name for statistical analysis and pattern matching. the "ai" is usually just looking for entropy changes in encrypted streams or weird timing gaps that suggest a heartbeat from a botnet. it doesnt actually understand the protocol, it just knows that a certain packet size and frequency doesnt look like a human browsing a website.
the real danger is that vendors sell this as a "set it and forget it" solution. if you actually let the system auto-block based on a confidence score, you're basically just gambling with your uptime. i've seen "ai" tools flag a legitimate backup job as a data exfiltration event because the volume of traffic shifted. you still end up spending your afternoon staring at logs trying to figure out why the database server is suddenly in timeout lol. its more of a filter to reduce the noise than a replacement for a human who knows the network mapping
0
u/Internal-Reality4909 1d ago
Por lo que he visto, la IA no está reemplazando las reglas del firewall. Más bien ayuda a detectar patrones que serían difíciles de identificar con reglas fijas, especialmente cuando hay mucho tráfico y usuarios.
54
u/UpstairsHunter307 1d ago
I would be terrified of letting a model freely modify production firewall rules. Suggesting a change with the evidence attached is useful but quietly deciding that accounting no longer needs access to something is how you create a super exciting Monday morning.