azure:qnd:azure_security

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
azure:qnd:azure_security [2022/10/21 15:36] mguptonazure:qnd:azure_security [2022/11/08 14:41] (current) – [Tools] mgupton
Line 25: Line 25:
     "NotDataActions": []     "NotDataActions": []
 } }
 +</code>
 +
 +====== General Checks ======
 +  * Are endpoints hybrid domain joined?
 +
 +====== Getting Inventory ======
 +Get list of all resources in the current subscription.
 +<code powershell>
 +Get-AzResource | select Name,Type,ResourceGroupName,SubscriptionId | Export-Csv resources.csv
 </code> </code>
  
 ====== Tools ====== ====== Tools ======
   * [[https://github.com/turbot/steampipe-mod-azure-compliance]]   * [[https://github.com/turbot/steampipe-mod-azure-compliance]]
 +  * [[https://github.com/AzureAD/AzureADAssessment]]
  
 ====== Best Practices ====== ====== Best Practices ======
  • azure/qnd/azure_security.1666366611.txt.gz
  • Last modified: 2022/10/21 15:36
  • by mgupton