SharpSniper: Find specific users in active directory via their username and logon IP address
SharpSniper
Often a Red Team engagement is more than just achieving Domain Admin. Some clients will want to see if specific users in the domain can be compromised, for example, the CEO.
SharpSniper is a simple tool to find the IP address of these users so that you can target their box. It requires that you have privileges to read logs on Domain Controllers.
First, it queries and makes a list of Domain controllers, then searches for Log-on events on any of the DCs for the user you are looking for and then reads the most recent DHCP allocated logon IP address.
N.B. Build can also target .net framework v3.5 if needed.
Usage
cmd.exe (Supply credentials)
cmd.exe (Current authentication token e.g. Mimikatz pth)
Cobalt Strike (Supply credentials)
Cobalt Strike (Beacon’s token)
Source: https://github.com/HunnicCyber/