Mohamed Saber
GitHubFacebookLinkedin
Active Directory Domain Controller
Active Directory Domain Controller
  • 🔗Windows System Internals 101
    • 🆔Windows SID
      • 🚪Windows Logon Process
      • 🥷Security principals
      • 👨‍🏫security group
      • 🔑Windows Security Context
      • 🎯Logon Base concepts
      • ⛳Windows Security Access Token(SAT)
      • 📌Windows Securable Objects
      • 📜Windows Objects
      • 📑What is Security Descriptors in Windows
      • 🏢SID's Authority
      • 🔐Local Security Authority (LSA)
      • 🔑Windows Logon Session
Powered by GitBook
On this page
  1. Windows System Internals 101
  2. Windows SID

Windows Securable Objects

What is Securable Objects ?

PreviousWindows Security Access Token(SAT)NextWindows Objects

Last updated 1 month ago

  • A securable object is an object that can have a . All named Windows objects are securable. Some unnamed objects, such as process and thread objects, can have security descriptors too. For most securable , you can specify an object's security descriptor in the function call that creates the object. For example, you can specify a security descriptor in the CreateFile and CreateProcess functions.

  • Each type of securable object defines its own set of specific access rights and its own mapping of generic access rights. For information about the specific and generic access rights for each type of securable object, see the overview for that type of object.

🔗
🆔
📌
security descriptor
objects