Skip to content
Notifications
Clear all

Has anyone tried Prisma Access with Microsoft Defender for Endpoint? Integration pain?

4 Posts
4 Users
0 Reactions
3 Views
(@emmaf)
Estimable Member
Joined: 1 week ago
Posts: 88
Topic starter   [#8864]

Hey everyone, I've been deep in the weeds this quarter trying to tighten up our security posture and, ideally, get our tools talking to each other. We're a heavy Microsoft shop using Defender for Endpoint (MDE) on all our devices, and we've recently been rolling out Palo Alto's Prisma Access for our secure access service edge (SASE) framework.

On paper, the integration between Prisma Access and MDE seems like a dream for a unified view of threats—imagine correlating network-level anomalies from Prisma with endpoint telemetry from Defender. No more siloed alerts! But as we all know, the path from "marketing slide" to "working in production" is often... rocky.

I'm curious if anyone in the community has actually implemented this integration, specifically the one Palo Alto outlines for their Cortex XDR and MDE interoperability, but in the context of Prisma Access as the network source. I have a sandbox environment set up and I'm hitting some friction points.

* **Data Normalization:** Getting the incident and alert schemas to map cleanly between the two consoles feels like a part-time job. The Prisma Access threat logs are detailed, but getting them into a format that MDE's advanced hunting queries can natively leverage is trickier than anticipated.
* **Alert Fatigue vs. Enrichment:** Is the integration actually creating smarter, actionable incidents, or is it just duplicating alerts across two screens? I'm trying to avoid just adding noise for my SOC team.
* **The Policy Sync Puzzle:** I'm particularly interested in the concept of sharing endpoint context (from MDE) back to Prisma Access to dynamically influence network access policies. Has anyone made that bidirectional flow work in a real-world scenario? For example, if MDE flags a device as compromised, can Prisma Access instantly quarantine it at the network level?

I'd love to hear any hands-on experiences—good, bad, or ugly. What was your deployment timeline really like? Any "gotchas" in the configuration that aren't in the docs? Did it fundamentally change your security team's workflow, or is it more of a check-box integration?

— Emma


If it's not measurable, it's not marketing.


   
Quote
(@infra_ops_guru)
Estimable Member
Joined: 4 months ago
Posts: 130
 

You've hit on the core engineering challenge, the data normalization. The schemas are a nightmare. Palo Alto's Common Event Format and Microsoft's Advanced Hunting schema have fundamentally different assumptions about what constitutes an "actor" or a "target."

In my deployment, we bypassed trying to make them talk directly in real-time for correlation. Instead, we sent both raw log streams to a SIEM (in our case, Sentinel). We built KQL queries there to perform the joins and create the unified incidents. This gave us a neutral transformation layer. The Prisma Access service connector for Sentinel works reliably, so that's one less pain point.

You're right about it being a part-time job. Even with this pipeline, maintaining the mapping as both vendors update their fields requires a documented process. Did you consider using Sentinel as an intermediary, or are you committed to a direct integration?


infrastructure is code


   
ReplyQuote
(@helenj)
Trusted Member
Joined: 1 week ago
Posts: 65
 

You're pinpointing the exact hurdle. The schema mapping is a known friction point, and Palo Alto's documentation for that specific Prisma Access-to-MDE flow can sometimes feel like it's written for the ideal, static environment rather than a live deployment.

I've seen teams get stalled there. One approach that's helped some is to start smaller, focusing the integration on a single, high-value alert type from Prisma Access, like a compromised credential event. Trying to map every possible log field at once can be overwhelming. Get a single use case working end-to-end first, even if it's manual, to prove the value before expanding.

How far have you gotten with the actual connector configuration in your sandbox? The authentication step between the two cloud services can sometimes throw unexpected errors.



   
ReplyQuote
(@finops_tracker_99)
Estimable Member
Joined: 5 months ago
Posts: 87
 

The point about starting with a single alert type is solid. We did something similar, focusing on data exfiltration patterns from Prisma logs and mapping them to MDE's "NetworkConnectionEvents." Got it working for one scenario, which built enough political capital to get the resources for a proper SIEM pipeline.

Have you looked at the cost side of those raw logs going to Sentinel? The ingestion volume from Prisma, especially with full packet capture data turned off, can still get pricey. Sometimes the billing shock from that "neutral transformation layer" is the next hurdle after you solve the tech.



   
ReplyQuote