Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/21bshwjt/xdomaincontrollers-events

Hunt Weaker Cipher & Weaker Authentication Protocols
https://github.com/21bshwjt/xdomaincontrollers-events

active-directory domaincontroller eventlog powershell powershell-module

Last synced: 3 days ago
JSON representation

Hunt Weaker Cipher & Weaker Authentication Protocols

Awesome Lists containing this project

README

        

## Hunt Weaker Cipher & Weaker Authentication Protocols using PowerShell
```diff
+ Get Lockout ,NTLM , RC4, AES , Domain Controllers Uptime & Last Patching Date.
+ The code is designed to work with WinRM and requires the Active Directory (AD) module.
```

### Use-cases
- Get the sources of AES
- Get the sources of NTLM
- Get the sources of RC4
- Get the sources of Account Lockout
- Get Domain Controllers Uptime
- Get Domain Controllers last patching date

### Note
The script runs on Domain Controllers & Domain Admin privilege is needed to run that.

### Instructions
```powershell
C:\> Install-Module -Name XDomainControllers-Events -RequiredVersion 1.3 -Force -Verbose -Repository PSGallery
C:\> Import-Module XDomainControllers-Events -Verbose
C:\> Get-Command -Module XDomainControllers-Events

CommandType Name Version Source
----------- ---- ------- ------
Function Get-XhuntAES 1.3 XDomainControllers-Events
Function Get-XhuntLockout 1.3 XDomainControllers-Events
Function Get-XhuntNtlm 1.3 XDomainControllers-Events
Function Get-XhuntRC4 1.3 XDomainControllers-Events
Function Get-XhuntUptime 1.3 XDomainControllers-Events
Function Get-XhuntWUdate 1.3 XDomainControllers-Events
```