Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 591 Bytes

File metadata and controls

32 lines (18 loc) · 591 Bytes
description
Persistence

Create Account

Execution

{% code title="attacker@victim" %}

net user test test123 /add /domain

{% endcode %}

Observations

commandline arguments

There is a whole range of interesting events that could be monitored related to new account creation:

Details for the newly added account are logged as event 4720 :

References

{% embed url="https://attack.mitre.org/wiki/Technique/T1136" %}