BetterSecDefaults

An interactive powershell script for Azure/Entra. Creates a set of conditional access policies that will provide improved security over Microsoft's "Security Defaults". This script is primarily for less mature orgs that are perhaps still using Microsofts "Security Defaults" or only have very basic conditional access policies in place.

MIT License

Stars
3

BetterSecDefaults🛡️

An interactive Powershell script for EntraID that creates a set of conditional access policies that will provide improved security over Microsoft's "Security Defaults". This script is primarily for less mature orgs that are perhaps still using Microsofts "Security Defaults" or only have very basic conditional access policies in place. These policies are certainly not bulletproof and good conditional access policies should be tailored to your org.

For more security suggestions for Azure/365 check out Easy Wins Email Defense.

All policies and named locations are checked for their existence prior to creation.

AZ-BetterSecDefaults.ps1

AZ-BetterSecDefaults-Checker.ps1

Requirements📃

🔵EntraID Premium P2 Lic (script will exit if not found)

🔵Security Defaults DISABLED (script will disable if enabled)

🔵Microsoft Graph Powershell Module

Policies🔏

The following policies are created by this script

🔵Policy 1 - MFA For All

Prompts you for trust location IP in CIDR format. Creates policy that requires MFA or hybrid join for any login coming from any network NOT in the "trusted" named location.

🔵Policy 2 - OPTIONAL - Block Outside USA

Optional policy. Blocks logins to all apps from outside of the United States. Excludes global admin role.

🔵Policy 3 - OPTIONAL - Block MAC OS

Optional policy. Blocks all logins from MacOS devices. Excludes global admin role.

🔵Policy 4 - OPTIONAL - Block Linux OS

Optional policy. Blocks all logins from Linux devices. Excludes global admin role.

🔵Policy 5 - BadRep IP Block

Gets IP lists for known VPN providers and Tor exit nodes. Blocks login from IPs that match. Excludes global admin role.

🔵Policy 6 - Sign-In Risk Block

Creates sign in risk block policy (medium and high) and blocks risky sign-ins that match. Excludes global admin role.

Usage📘

AZ-BetterSecDefaults.ps1

The script is designed to be interactive to guide you through policy creation where needed. Upon running the script you'll be prompted for the following information:

🟢Azure Tenant ID

🟢Azure Creds (auth to Azure)

🟢WAN IP for trusted named location

🟢Prompt before creating any optional policy (Block macOS/linux/international sign-ins)

Optional Checker Script🔍

AZ-BetterSecDefaults-Checker.ps1

Optionally you can use the checker script which checks for successful interactive sign-ins from outside USA/MacOS/Linux and displays them when found. For speed only the last 14 days of logs are checked.