Questions tagged [securitycenter]

30 questions
5
votes
4 answers

Replace new line in string

I have a Logic App that is being triggered when there is a Security Alert in Security Center. I have a step where I map a subset of the inputs into a JSON document and use that to create a file. I need the JSON document that I'm creating to all be…
Andy T
  • 10,223
  • 5
  • 53
  • 95
5
votes
0 answers

How to register my Winforms Application as antivirus in WMI using c#?

I have been creating an Antivirus application using ClamAV for the past few months, the application works fine. I have another software which detects for the Security, Spywares and Firewall installed in the machine. On running a scan it detects…
Vikneshwar
  • 1,029
  • 4
  • 20
  • 38
2
votes
3 answers

Is it possible to get the ASC location from the Azure Python SDK?

I am fetching a subscription's Secure Score using the Microsoft Azure Security Center (ASC) Management Client Library. All operations in the library state that You should not instantiate directly this class, but create a Client instance that will…
maritio_o
  • 117
  • 10
2
votes
0 answers

Azure Security Center freshness interval - what is actual last check date?

Do you know if (and how) it is possible to check what is a date time of last security check for given security recommendation in Azure Security Center? I can see only the freshness interval (for some recommendations there is 24h, for other - 30…
2
votes
2 answers

HP Fortify - Software security center, Audit Issues button is not enabled

I have uploaded the reports from HP SCA (Audit workbench) to Software Security centre, I am not able to "Audit Issues" the button is de-active. I have tried every possible option. 1. User with which i am log in as Admin (so no rights issue).…
1
vote
1 answer

Authorization Token for Azure Security Center to dismiss the alerts

I am trying to dismiss the alerts using API. I am following this link Alert Update . Now I am able to dismiss the alert using this link successfully but I have tried using PostMan and I failed, After looking into the documentation I got to know that…
1
vote
2 answers

Dismiss Security Center Alert using Graph API

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…
Anuj
  • 25
  • 6
1
vote
1 answer

Enable Azure Security Center for selected VMs only?

Across our subscriptions we have about 480 VMs. I want to leverage some of the capabilities of Security Center, but only on the VMs that host publicly facing services. This is about 120 VMs. If I enable SC it seems like it will chart $15/month/VM,…
John
  • 239
  • 4
  • 12
1
vote
1 answer

Azure Security Center ARM template enabling Windows Secuirty Events

I'm creating a ARM template that will enable Azure Security Center for my subscription, but under settings on the subscription in ASC, Security Policy and Data collection, I'm looking to have "Minimal" selected when the template is deployed. I can't…
Kathrine Stack
  • 189
  • 1
  • 2
  • 14
1
vote
1 answer

Automatically trigger Security Center Playbook

I've created a Playbook in Security Center and can manually trigger the Playbook by going to a Security Alert and clicking "Run" on my Playbook. Now I would like to automatically have this Playbook triggered whenever there is a new security…
1
vote
1 answer

Azure Security Center using too much storage

I have enabled Azure Security Center a year ago. After one year, the Storage account that is collecting Security Center data is 1.5 terabytes in size and costs are starting to add up. Is there a way to clear out old security data? Is there a way to…
Eric P
  • 2,907
  • 2
  • 24
  • 33
1
vote
0 answers

Securing VMM Scale Set using Security Center

I am trying to use security center for intrusion prevention of my web front end deployed in a VMM scale set behind a WAF. I dont't see the VMs in the VMM scale set under Security center blade. How can VMs in Scale Set be protected using Azure…
Zak
  • 13
  • 3
1
vote
3 answers

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

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…
R. McManaman
  • 304
  • 2
  • 14
0
votes
3 answers

What kind of controls are used in the Windows Security Center?

Control Panel -> Security Center I really like the components/controls which are used to show if a firewall or the Automatic Updates are enabled. Are these reusable controls in C# or Delphi?
Ludwig Wensauer
  • 1,885
  • 3
  • 32
  • 43
0
votes
0 answers

How to read pub sub alerts using python in cloud functions and read the json

I am trying to read the alerts from pub/sub topics message which is integrated with the security center in the GCP console using the Cloud function with python code. Is there any way to read the alerts resource type and check its status and make…
1
2