Forum Discussion
lfk73
Sep 12, 2025Brass Contributor
Extract user access to Cloud Apps categories.
I’m having some issues with getting report data out of Defender for Cloud App. Short version is I want to get a report (or at the very least an export) of all users accessing sites in the Generative...
Kidd_Ip
Sep 14, 2025MVP
Take this:
- Use Cloud Discovery Log Parsing
- Export the raw Cloud Discovery logs.
- Filter them externally (e.g., in Excel or Power BI) by:
- App category = “Generative AI”
- Extract user identifiers (IP, username, etc.)
- This gives you a consolidated view of users accessing apps in that category.
- Use Microsoft Defender for Endpoint Integration
- You can create custom Advanced Hunting queries in Microsoft 365 Defender.
- These queries can target Generative AI app domains and extract user activity across endpoints.
- This method is more scalable and automatable for monthly reporting.
- Tag and Govern Apps
- Use Activity policies to track access.
- Set alerts or automated exports based on user activity.
lfk73
Sep 16, 2025Brass Contributor
May be stupid question. How do I 1export the raw Cloud Discovery logs.