User Profile
Chi_Nguyen
Iron Contributor
Joined 6 years ago
User Widgets
Recent Discussions
Re: Fetch Events of Sentinel incidents via Api
madmvx You can use IncidentRelation API to get entities associated with an incident (this is closest to getting evidence). Note this API is currently in preview. That's why we don't have documentation about it. However, you can view the API specs here: https://github.com/Azure/azure-rest-api-specs/blob/master/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/examples/incidents/entities/GetAllIncidentEntities.json If you want to get evidence table, then using the Log Analytics, as shoando mentioned above. API: https://dev.loganalytics.io/documentation/Using-the-API3.2KViews0likes2CommentsRe: Fetch Azure Sentinel Incidents Via API
SocInABox I don't think we can query the extended Properties for Sentinel incidents using Graph Security API, as it's dependent on the alert schema the API currently replies on. So the only way I'm aware of is calling the Azure Sentinel API. If you are interested in using some sample code (no developer/devops skills needed to run this) we've built to get these details from Sentinel incidents, the code should be available soon on Azure Sentinel/Tools/Sample Code repo. Or if you'd like to be an early tester, then please reach out to asigtp_at_microsoft_com, for a request, and I can provide more instructions on how to use the code to run it.13KViews0likes3CommentsRe: Fetch Azure Sentinel Incidents Via API
SocInABox , those fields that are not populated by Graph Security API is because they aren't part of the alert schema. The team is still working on enriching the alerts with more fields. If you'd like to get incidents with all the details, I suggest you try the Azure Sentinel API. You'll need to make a few calls to get to the level of details you need, but here is a post about it. https://techcommunity.microsoft.com/t5/azure-sentinel/get-entities-for-a-sentinel-incidient-by-api/m-p/142264313KViews0likes6CommentsRe: Fetch Azure Sentinel Incidents Via API
PrashTechTalk We recently released Azure Sentinel Management API that you can leverage to directly get all incidents and filter them based on a time range. This article has an overview of different Azure Sentinel APIs including this one. In terms of using KQL, you can now query your incidents directly using the KQL via the SecurityIncident table in your Azure Sentinel workspace. Hope that helps!13KViews0likes1CommentRe: ID of the Resource that generated the Secure Score Control
igventurelli Currently there is no ResourceId property that is mapped to secureScoreControlProfile entity yet, and we are continuing looking into enriching the entity. Meanwhile, you can leverage the actionURL and other fields returned from Get one SecureScoreControlProfie action to view all related information about the control profile.898Views1like0CommentsRe: Graph Security API sandbox (subscription)
Hi isaacroitman, we currently don't have a developer sandbox for Graph Security API, but there's an alternative way. On our alerts documentation page, there are a list of alert providers. You can click on relevant providers to get trials and simulate alerts to set this up in your own environment. Let us know if you need any further help with that.1.6KViews0likes0CommentsRe: 403 Forbidden response when requesting Microsoft Security Graph API
anotherrohit The repo has been archived and that is for Graph API, which may be different from Graph Security API. You can also check out our Graph Security API's Quickstart samples that have authentication examples in C#, Python, Nodejs. Let us know if you still run into the issue.52KViews0likes0CommentsRe: Graph Explorer API to list all service principals in App registration is not working correctly
HIi Sagar_Lad, this techcommunity forum handles questions related to Graph Security API only. Please post your question on StackOverflow with tag Microsoft-Graph or in related techcommunity forum for Applications for better assistance. Thanks!748Views0likes1CommentRe: Subscriptions for Bookings
Hi timparsons, this techcommunity forum handles questions only related to Microsoft Graph Security API. Please post your question on StackOverflow with tag Microsoft-Graph or in related techcommunity forum for Bookings for better assistance. Thanks.1.1KViews0likes0CommentsRe: Unable to fetch profile photo
Hi SnehalJ1509, this techcommunity forum handles questions related to Microsoft Graph Security API. If you are experiencing an issue related to MSAL or Azure Active Directory authentication, please post a question on StackOverflow with tag MSAL or Azure-Active-Directory, or related techcommunity forums for better assistance. Thanks.2.1KViews0likes0CommentsRe: Microsoft.SecurityInsights Api Documentation
Hi jojo_the_coder, by Security Insights API, are you referring to Graph Security API? If so, then please refer to this documentation. Please note, the Graph Security API returns alerts, and the alerts are provided onboard Microsoft security providers such as MCAS, Azure Sentinel, Microsoft Defender ATP, etc. The alerts can be from an incident provided by Azure Sentinel. However, it doesn't surface the incident itself.3.6KViews1like0CommentsRe: Getting members of local admin group
Hi neilcarden, this techcommunity forum handles responses to Microsoft Graph Security API related questions. For questions related to other Graph workloads, please submit the question on Stack Overflow and tag with Microsoft-Graph, or related techcommunity forum for your Graph workload. Thanks!1.1KViews0likes0CommentsRe: Retrieve MIP labels that have been assigned to O365 mail messages ?
Hi Storexltd , Microsoft Graph Security API uses a unified alert schema from onboarded security providers such as AIP (AIP is part of MIP) and aggregates responses from the multiple providers. Because of this reason, there are certain fields such as label from AIP won't appear exactly via the Graph Security API as in the provider's portal. If you are using Graph API and not Graph Security API, please submit your question to StackOverflow and tag with Microsoft-Graph or related techcommunity forum for Microsoft Graph API. Thanks.928Views0likes0CommentsRe: No funciona el cambio de usuario en el servicio de Power BI
Hi lvillara , can you please verify if you are using the Power BI connector for the Graph API or Graph Security API? This forum handles responses to Microsoft Graph Security API related questions. If you are trying to update the user information, I think you are using Graph API connector. Please submit your question to StackOverflow and tag with Microsoft-Graph or related techcommunity forum for Microsoft Graph API. Thanks.821Views0likes0CommentsRe: Fetch Azure Sentinel Incidents Via API
Hi jojo_the_coder, current available APIs to fetch incidents can be found here. To fetch alerts related to an incident without using Log Analytics API, you can do that via the Microsoft Graph Security API. Please refer to the documentation here. Below is an example query to get all alerts provided by Azure Sentinel via the Graph Security API. A list of curated sample queries can be found here. https://graph.microsoft.com/v1.0/security/alerts?$filter=vendorInformation/provider eq 'Azure Sentinel'.15KViews1like13Comments
Recent Blog Articles
Configure a continuous data pipeline in Microsoft Sentinel for big data analytics!
To work with Microsoft Sentinel datasets for big data analytics, you will need a continuous data pipeline to export logs from your Sentinel workspace to a data lake or blob storage. We are happy to a...5KViews4likes1CommentSecurity big data analytics with Azure Synapse and Microsoft Sentinel Notebooks!
To power your own big data analytics, Azure Synapse is now built-in to Microsoft Sentinel, enabling you to build and run custom advanced analytics and machine learning models on data in Azure Sentine...7.8KViews3likes4Comments