RustHound does not collect CN=Deleted Objects.
Manually, it can be viewed using ldapsearch:
ldapsearch -H ldap://<DC_IP> \
-x -D "user@domain.local" -w '<PASSWORD>' \
-b "CN=Deleted Objects,DC=domain,DC=local" \
-E 1.2.840.113556.1.4.417 \
"(sAMAccountName=*)" '*'
RustHound does not collect CN=Deleted Objects.
Manually, it can be viewed using ldapsearch: