Giter VIP home page Giter VIP logo

aidbish / essential-eight-compliance-review Goto Github PK

View Code? Open in Web Editor NEW

This project forked from simon-im-security/essential-eight-compliance-review

0.0 0.0 0.0 132 KB

Checks various security compliance measures on a Windows system, including application whitelisting, secure admin access, Windows updates, Microsoft Office macro settings, protection-based software, unnecessary services, multi-factor authentication, and daily backups

License: Other

PowerShell 100.00%

essential-eight-compliance-review's Introduction

Essential Eight Compliance Review (Maturity Levels 0-1)

Description:

Essential Eight Compliance Review is a PowerShell script designed to check various security compliance measures on a Windows system. It covers critical security areas such as application whitelisting, secure admin access, Windows updates, Microsoft Office macro settings, protection-based software, unnecessary services, multi-factor authentication, and daily backup checks.

Features:

  • Conducts comprehensive security compliance assessments at introductory maturity levels (0-1)
  • Generates a detailed HTML report highlighting compliance status for each security measure.
  • Provides insights into potential security vulnerabilities and areas for improvement.

Screenshot:

Essential Eight Compliance Review

Usage:

To execute the script, follow these steps:

Open PowerShell and execute the below command. This command will temporarily bypass any execution policy restrictions for the current session, enabling the script to execute before reverting back to the original policy.

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force; $url = "https://raw.githubusercontent.com/simon-im-security/Essential-Eight-Compliance-Review/main/Essential%20Eight%20Compliance%20Review.ps1"; $tempScriptPath = "$env:TEMP\EssentialEightComplianceReview.ps1"; Invoke-WebRequest -Uri $url -OutFile $tempScriptPath; & $tempScriptPath -ExecutionPolicy Bypass

Note: For enhanced accuracy tailored to your enterprise, it is recommended to adjust each function accordingly. For instance, OneDrive may not be the designated enterprise backup service.

essential-eight-compliance-review's People

Contributors

simon-im-security avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.