Tuesday, May 21, 2019
Monday, May 20, 2019
Reverse Engineering Resources
https://joshstepp.com/post/2019reresources/
https://malwareunicorn.org/#/resources
https://azeria-labs.com/
https://malwareunicorn.org/#/resources
https://azeria-labs.com/
Sunday, May 19, 2019
Wednesday, May 15, 2019
Empty AD groups
Get-ADGroup -Filter * -Properties Members,whenCreated,SamAccountName,DistinguishedName | Where {-not $_.members} | select whencreated, SamAccountName,DistinguishedName | E
xport-Csv EmptyADGroups.csv –NoTypeInformation
xport-Csv EmptyADGroups.csv –NoTypeInformation
Subscribe to:
Posts (Atom)