├── .DS_Store ├── LICENSES ├── CODE_OF_CONDUCT.md ├── LICENSE ├── LICENSE-CODE ├── README.md └── SECURITY.md ├── README.md ├── SQLSecurity ├── 00 - Pre-Requisites.md ├── 01 - SecurityLandscape.md ├── 02 - SQLServerSecurityBasics.md ├── 03 - SQLAzureSecurity.md ├── 04 - MonitoringAndIncidentResponse.md ├── SamplePythonCodeNotebook.ipynb ├── Security Audit Notebook.ipynb └── Security Checklist Template.md └── graphics ├── 1-1.png ├── 1-2.png ├── 1-3.png ├── Compass.png ├── Key.png ├── Lock-2.png ├── bookpencil.png ├── building1.png ├── bulletlist.png ├── checkbox.png ├── checkmark.png ├── clipboardcheck.png ├── cloud1.png ├── education1.png ├── factory.png ├── geopin.png ├── listcheck.png ├── owl.png ├── paperclip1.png ├── pencil2.png ├── pinmap.png ├── point1.png └── textbubble.png /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/David-Seis/SecureYourAzureData/HEAD/.DS_Store -------------------------------------------------------------------------------- /LICENSES/CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/David-Seis/SecureYourAzureData/HEAD/LICENSES/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /LICENSES/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/David-Seis/SecureYourAzureData/HEAD/LICENSES/LICENSE -------------------------------------------------------------------------------- /LICENSES/LICENSE-CODE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/David-Seis/SecureYourAzureData/HEAD/LICENSES/LICENSE-CODE -------------------------------------------------------------------------------- /LICENSES/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/David-Seis/SecureYourAzureData/HEAD/LICENSES/README.md -------------------------------------------------------------------------------- /LICENSES/SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/David-Seis/SecureYourAzureData/HEAD/LICENSES/SECURITY.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/David-Seis/SecureYourAzureData/HEAD/README.md -------------------------------------------------------------------------------- /SQLSecurity/00 - Pre-Requisites.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/David-Seis/SecureYourAzureData/HEAD/SQLSecurity/00 - Pre-Requisites.md -------------------------------------------------------------------------------- /SQLSecurity/01 - SecurityLandscape.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/David-Seis/SecureYourAzureData/HEAD/SQLSecurity/01 - SecurityLandscape.md -------------------------------------------------------------------------------- /SQLSecurity/02 - SQLServerSecurityBasics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/David-Seis/SecureYourAzureData/HEAD/SQLSecurity/02 - SQLServerSecurityBasics.md -------------------------------------------------------------------------------- /SQLSecurity/03 - SQLAzureSecurity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/David-Seis/SecureYourAzureData/HEAD/SQLSecurity/03 - SQLAzureSecurity.md -------------------------------------------------------------------------------- /SQLSecurity/04 - MonitoringAndIncidentResponse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/David-Seis/SecureYourAzureData/HEAD/SQLSecurity/04 - MonitoringAndIncidentResponse.md -------------------------------------------------------------------------------- /SQLSecurity/SamplePythonCodeNotebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/David-Seis/SecureYourAzureData/HEAD/SQLSecurity/SamplePythonCodeNotebook.ipynb -------------------------------------------------------------------------------- /SQLSecurity/Security Audit Notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/David-Seis/SecureYourAzureData/HEAD/SQLSecurity/Security Audit Notebook.ipynb -------------------------------------------------------------------------------- /SQLSecurity/Security Checklist Template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/David-Seis/SecureYourAzureData/HEAD/SQLSecurity/Security Checklist Template.md -------------------------------------------------------------------------------- /graphics/1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/David-Seis/SecureYourAzureData/HEAD/graphics/1-1.png -------------------------------------------------------------------------------- /graphics/1-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/David-Seis/SecureYourAzureData/HEAD/graphics/1-2.png -------------------------------------------------------------------------------- /graphics/1-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/David-Seis/SecureYourAzureData/HEAD/graphics/1-3.png -------------------------------------------------------------------------------- /graphics/Compass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/David-Seis/SecureYourAzureData/HEAD/graphics/Compass.png -------------------------------------------------------------------------------- /graphics/Key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/David-Seis/SecureYourAzureData/HEAD/graphics/Key.png -------------------------------------------------------------------------------- /graphics/Lock-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/David-Seis/SecureYourAzureData/HEAD/graphics/Lock-2.png -------------------------------------------------------------------------------- /graphics/bookpencil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/David-Seis/SecureYourAzureData/HEAD/graphics/bookpencil.png -------------------------------------------------------------------------------- /graphics/building1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/David-Seis/SecureYourAzureData/HEAD/graphics/building1.png -------------------------------------------------------------------------------- /graphics/bulletlist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/David-Seis/SecureYourAzureData/HEAD/graphics/bulletlist.png -------------------------------------------------------------------------------- /graphics/checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/David-Seis/SecureYourAzureData/HEAD/graphics/checkbox.png -------------------------------------------------------------------------------- /graphics/checkmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/David-Seis/SecureYourAzureData/HEAD/graphics/checkmark.png -------------------------------------------------------------------------------- /graphics/clipboardcheck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/David-Seis/SecureYourAzureData/HEAD/graphics/clipboardcheck.png -------------------------------------------------------------------------------- /graphics/cloud1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/David-Seis/SecureYourAzureData/HEAD/graphics/cloud1.png -------------------------------------------------------------------------------- /graphics/education1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/David-Seis/SecureYourAzureData/HEAD/graphics/education1.png -------------------------------------------------------------------------------- /graphics/factory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/David-Seis/SecureYourAzureData/HEAD/graphics/factory.png -------------------------------------------------------------------------------- /graphics/geopin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/David-Seis/SecureYourAzureData/HEAD/graphics/geopin.png -------------------------------------------------------------------------------- /graphics/listcheck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/David-Seis/SecureYourAzureData/HEAD/graphics/listcheck.png -------------------------------------------------------------------------------- /graphics/owl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/David-Seis/SecureYourAzureData/HEAD/graphics/owl.png -------------------------------------------------------------------------------- /graphics/paperclip1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/David-Seis/SecureYourAzureData/HEAD/graphics/paperclip1.png -------------------------------------------------------------------------------- /graphics/pencil2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/David-Seis/SecureYourAzureData/HEAD/graphics/pencil2.png -------------------------------------------------------------------------------- /graphics/pinmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/David-Seis/SecureYourAzureData/HEAD/graphics/pinmap.png -------------------------------------------------------------------------------- /graphics/point1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/David-Seis/SecureYourAzureData/HEAD/graphics/point1.png -------------------------------------------------------------------------------- /graphics/textbubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/David-Seis/SecureYourAzureData/HEAD/graphics/textbubble.png --------------------------------------------------------------------------------