securitycenter

Dismiss Security Center Alert using Graph API

限于喜欢 提交于 2021-02-10 22:21:35
问题 I have already looked into some of the answers but didn't find the right solutions. Is there any way we can dismiss the alert in Azure Security Center using Microsoft Graph API or by any other means. I don't want to suppress any rule. I simply want to dismiss the alert. I have looked into some of the Microsoft documentation but didn't the way to achieve this. Please let me know if anybody knows how to do that. Thanks! 回答1: Sure. As most Azure Services do, there is an Api for Security Center

Dismiss Security Center Alert using Graph API

南笙酒味 提交于 2021-02-10 22:19:26
问题 I have already looked into some of the answers but didn't find the right solutions. Is there any way we can dismiss the alert in Azure Security Center using Microsoft Graph API or by any other means. I don't want to suppress any rule. I simply want to dismiss the alert. I have looked into some of the Microsoft documentation but didn't the way to achieve this. Please let me know if anybody knows how to do that. Thanks! 回答1: Sure. As most Azure Services do, there is an Api for Security Center

Get Azure Security Center alerts via python SDK

醉酒当歌 提交于 2021-01-29 10:43:41
问题 I want to list azure security center alerts using the python SDK. I found this package: https://pypi.org/project/azure-mgmt-security/ It must be included in the microsoft documentation: https://docs.microsoft.com/en-gb/python/azure/?view=azure-python https://github.com/Azure/azure-sdk-for-python but I can not find any reference or example. Does anyone know where I can find this information? Best regards. 回答1: I can just give a rough reference. After install the package azure-mgmt-security,

Is it possible to access Azure Security Center recommendations outside of Azure Portal?

不问归期 提交于 2019-12-23 04:23:27
问题 For part of a project, I need to be able to display security center recommendations for a given resource group on a webpage. To be clear, I'm looking to access the data on the Recommendations blade of Azure Security Center and filter that information by a resource group, only displaying the recommendations relevant to those resources. I've been looking at two ways to implement this: Security Resource API seems to be a good starting place, however I can't find any API endpoint that will allow