Questions tagged [securitycenter]
30 questions
0
votes
1 answer
Microsoft Advanced Hunting Query API works for some tables but not others in power BI
I am using the following API call in Power BI to access Advanced Hunting data from 365.
https://api.securitycenter.windows.com/api/advancedqueries
Using this API works with some tables but not others in Power BI.
For example:
DeviceEvents | limit 10…

Hartraft
- 11
- 5
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…

Shivangi Bhardwaj
- 387
- 9
- 23
0
votes
2 answers
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…

RobTheRobot16
- 323
- 4
- 24
0
votes
1 answer
Trying to disable Azure Security Center recommendations with policies
In the ASC score recommendations, I'm trying to disable the following control. Meaning, that the security score of that control will not appear in the overall score:
Disk encryption should be applied on virtual machines
Pic - Security Center…

Idan Taler
- 1
- 2
0
votes
1 answer
Google cloud Security Command Center doesn't allow me to enter
I am trying to enter the Google cloud platform "Security Command Center", but although I am logged in as the Super Admin / Owner, it presents this error:
It has been working before, so I wonder if I have touched something e.g. disabled the Security…

Johan
- 305
- 1
- 11
0
votes
1 answer
MS Graph API - List Secure Score is returning no data
I am trying to use MS Graph Security API to get Secure Score data from my newly created tenant. The tenant has been created on 16th July i.e. 5 days back. I can see the Secure Score within Security Center but there is no Identity related secure like…

R Jain
- 486
- 3
- 9
0
votes
2 answers
How to export GCP's Security Center Assets to a Cloud Storage via cloud Function?
I have a cloud function calling SCC's list_assets and converting the paginated output to a List (to fetch all the results). However, since I have quite a lot of assets in the organization tree, it is taking a lot of time to fetch and cloud function…

Vizard
- 1
0
votes
3 answers
Azure App Service - File Integrity Monitoring (FIM)
I have a regulatory requirement to implement file integrity monitoring, however, I am deploying my application on Azure Web App Services, and all third party FIM tools require the installation of an agent. This isn't possible as the OS is abstracted…

Sakaldeep Yadav
- 392
- 1
- 6
- 20
0
votes
2 answers
Get Azure Security Center alerts via python SDK
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…

PierreD
- 13
- 2
0
votes
1 answer
Security center api token request
this is my code:
import requests
param = {
"username" : "login",
"password" : "password",
}
header = {
"content-type":"application/x-www-form-urlencoded"
}
r=requests.post("https://adres/rest/token",…

maro584
- 11
- 3
0
votes
1 answer
Can Security Center trigger a webhook
Is there a way to have Security Center trigger a webhook whenever a recommendation or alert is made?
Currently, I can create an alert in Azure Monitor and have it query OMS, then if the alert fires, have it notify an Action Group using a webhook.
As…

Andy T
- 10,223
- 5
- 53
- 95
0
votes
1 answer
Cannot extract Azure Sql Server database after enabling database auditing and threat detection
After enabling auditing and threat detection in Azure for my Sql Server database, I can no longer extract my database dacpac using sqlPackage.exe as I'm presented with this error:
The element ##MS_DatabaseMasterKey## is not supported in Microsoft…

dhughes
- 645
- 1
- 7
- 19
0
votes
2 answers
Crash using WscRegisterForChanges
I'm trying to use the WscRegisterForChanges with C++ function in Windows 7.
Documentation located here:
http://msdn.microsoft.com/en-us/library/bb432507(v=VS.85).aspx
My problem is that even though the callback properly executes, the code crashes…

Terry Simons
- 51
- 4
0
votes
2 answers
How do I ignore Windows Defender when calling SecurityCenter2?
I'm working on a script to detect whether or not there is an antivirus solution running on a Windows machine. When running on Windows 8 I'm getting false positives that antivirus is disabled when running a third-party antivirus solution due to…

Mojoscream
- 51
- 1
- 12
0
votes
1 answer
Checking Hex values in VBScript
I'm trying to get the status of AntiVirus from Windows Security Center 2 in Windows 7 or 8. I can pull the data from the "objAntiVirusProduct.displayName" and display the information, however I can't seem to make the Hex work correctly. Here's what…

Mojoscream
- 51
- 1
- 12