Questions tagged [securitycenter]

28 questions
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
  • 989
  • 4
  • 16
  • 37
4
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…
Cloud SME
  • 9,854
  • 3
  • 46
  • 85
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
2 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
  • 77
  • 9
1
vote
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…
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
1 answer

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…
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
  • 149
  • 8
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
  • 141
  • 1
  • 10
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,777
  • 2
  • 21
  • 31
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
  • 2
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,827
  • 2
  • 33
  • 41
0
votes
1 answer

Why am I getting authentication events, when IAM recommendation shows that the roles of service account are not used?

I am new to google cloud. I am trying to minimize the roles of Service accounts to improve security. The role assigned to my SA is of Compute Viewer, but the recommendation shows that these are excessive roles and are not used from 90 days. But when…
0
votes
1 answer

How To Export GCP Security Command Center Findings To BigQuery?

Similar to this: How to export GCP's Security Center Assets to a Cloud Storage via cloud Function? I need to export the Findings as seen in the Security Command Center to BigQuery so we can easily filter the data we need and generate custom…
1
2