Identificación de ACLs vulnerables
cd .\Desktop\
. .\new_powerview.ps1Get-DomainGroup | select grouptype,name,descriptiongrouptype name description
--------- ---- -----------
CREATED_BY_SYSTEM, DOMAIN_LOCAL_SCOPE, SECURITY Administrators Administrators have complete...
CREATED_BY_SYSTEM, DOMAIN_LOCAL_SCOPE, SECURITY Users Users are prevented from mak...
CREATED_BY_SYSTEM, DOMAIN_LOCAL_SCOPE, SECURITY Guests Guests have the same access ...
CREATED_BY_SYSTEM, DOMAIN_LOCAL_SCOPE, SECURITY Print Operators Members can administer print...
CREATED_BY_SYSTEM, DOMAIN_LOCAL_SCOPE, SECURITY Backup Operators Backup Operators can overrid...
CREATED_BY_SYSTEM, DOMAIN_LOCAL_SCOPE, SECURITY Replicator Supports file replication in...
CREATED_BY_SYSTEM, DOMAIN_LOCAL_SCOPE, SECURITY Remote Desktop Users Members in this group are gr...
CREATED_BY_SYSTEM, DOMAIN_LOCAL_SCOPE, SECURITY Network Configuration Operators Members in this group can ha...
CREATED_BY_SYSTEM, DOMAIN_LOCAL_SCOPE, SECURITY Performance Monitor Users Members of this group can ac...
CREATED_BY_SYSTEM, DOMAIN_LOCAL_SCOPE, SECURITY Performance Log Users Members of this group may sc...
CREATED_BY_SYSTEM, DOMAIN_LOCAL_SCOPE, SECURITY Distributed COM Users Members are allowed to launc...
CREATED_BY_SYSTEM, DOMAIN_LOCAL_SCOPE, SECURITY IIS_IUSRS Built-in group used by Inter...
CREATED_BY_SYSTEM, DOMAIN_LOCAL_SCOPE, SECURITY Cryptographic Operators Members are authorized to pe...
CREATED_BY_SYSTEM, DOMAIN_LOCAL_SCOPE, SECURITY Event Log Readers Members of this group can re...
CREATED_BY_SYSTEM, DOMAIN_LOCAL_SCOPE, SECURITY Certificate Service DCOM Access Members of this group are al...
CREATED_BY_SYSTEM, DOMAIN_LOCAL_SCOPE, SECURITY RDS Remote Access Servers Servers in this group enable...
CREATED_BY_SYSTEM, DOMAIN_LOCAL_SCOPE, SECURITY RDS Endpoint Servers Servers in this group run vi...
CREATED_BY_SYSTEM, DOMAIN_LOCAL_SCOPE, SECURITY RDS Management Servers Servers in this group can pe...
CREATED_BY_SYSTEM, DOMAIN_LOCAL_SCOPE, SECURITY Hyper-V Administrators Members of this group have c...
CREATED_BY_SYSTEM, DOMAIN_LOCAL_SCOPE, SECURITY Access Control Assistance Operators Members of this group can re...
CREATED_BY_SYSTEM, DOMAIN_LOCAL_SCOPE, SECURITY Remote Management Users Members of this group can ac...
CREATED_BY_SYSTEM, DOMAIN_LOCAL_SCOPE, SECURITY Storage Replica Administrators Members of this group have c...
GLOBAL_SCOPE, SECURITY Domain Computers All workstations and servers...
GLOBAL_SCOPE, SECURITY Domain Controllers All domain controllers in th...
UNIVERSAL_SCOPE, SECURITY Schema Admins Designated administrators of...
UNIVERSAL_SCOPE, SECURITY Enterprise Admins Designated administrators of...
DOMAIN_LOCAL_SCOPE, SECURITY Cert Publishers Members of this group are pe...
GLOBAL_SCOPE, SECURITY Domain Admins Designated administrators of...
GLOBAL_SCOPE, SECURITY Domain Users All domain users
GLOBAL_SCOPE, SECURITY Domain Guests All domain guests
GLOBAL_SCOPE, SECURITY Group Policy Creator Owners Members in this group can mo...
DOMAIN_LOCAL_SCOPE, SECURITY RAS and IAS Servers Servers in this group can ac...
CREATED_BY_SYSTEM, DOMAIN_LOCAL_SCOPE, SECURITY Server Operators Members can administer domai...
CREATED_BY_SYSTEM, DOMAIN_LOCAL_SCOPE, SECURITY Account Operators Members can administer domai...
CREATED_BY_SYSTEM, DOMAIN_LOCAL_SCOPE, SECURITY Pre-Windows 2000 Compatible Access A backward compatibility gro...
CREATED_BY_SYSTEM, DOMAIN_LOCAL_SCOPE, SECURITY Incoming Forest Trust Builders Members of this group can cr...
CREATED_BY_SYSTEM, DOMAIN_LOCAL_SCOPE, SECURITY Windows Authorization Access Group Members of this group have a...
CREATED_BY_SYSTEM, DOMAIN_LOCAL_SCOPE, SECURITY Terminal Server License Servers Members of this group can up...
DOMAIN_LOCAL_SCOPE, SECURITY Allowed RODC Password Replication Group Members in this group can ha...
DOMAIN_LOCAL_SCOPE, SECURITY Denied RODC Password Replication Group Members in this group cannot...
GLOBAL_SCOPE, SECURITY Read-only Domain Controllers Members of this group are Re...
UNIVERSAL_SCOPE, SECURITY Enterprise Read-only Domain Controllers Members of this group are Re...
GLOBAL_SCOPE, SECURITY Cloneable Domain Controllers Members of this group that a...
GLOBAL_SCOPE, SECURITY Protected Users Members of this group are af...
GLOBAL_SCOPE, SECURITY Key Admins Members of this group can pe...
UNIVERSAL_SCOPE, SECURITY Enterprise Key Admins Members of this group can pe...
DOMAIN_LOCAL_SCOPE, SECURITY DnsAdmins DNS Administrators Group
GLOBAL_SCOPE, SECURITY DnsUpdateProxy DNS clients who are permitte...
GLOBAL_SCOPE, SECURITY Office Admin
GLOBAL_SCOPE, SECURITY IT Admins
GLOBAL_SCOPE, SECURITY Executives
GLOBAL_SCOPE, SECURITY Senior management
GLOBAL_SCOPE, SECURITY Project management
GLOBAL_SCOPE, SECURITY marketing
GLOBAL_SCOPE, SECURITY sales
GLOBAL_SCOPE, SECURITY accounting





Last updated