🖊️ Author: Nairuz Abulhul

🌐 Blog: R3dbuck3t

Table of Contents

Trusts Overview

<aside> 📌 There are four different types of trusts

Domain Directions

SID Filtering

<aside> 💡 Without SID Filtering, a user sends all of their tokens to the other trusted domain or forest that would give them the same level of privileges they have on their current domain. For example, if a user is a member of a domain admins group in one domain, they would automatically be domain admins in the other trusted domain when logged into it.

With SID Filtering, a user sends only a specific token to the other trusted domains/forest. The filter removes all the SIDs for built-in privileged groups before allowing the user to access the resources in the other trusted domain.

</aside>

Tools

<aside> 📌 You might need to bypass AMSI

</aside>

Map Domain Trusts

PowerView

List all domain trusts of the current domain

**Get-NetDomainTrust**

Get all the available trusts of the specific identified domain/child-domain