{"id":221,"date":"2024-08-29T07:24:54","date_gmt":"2024-08-29T07:24:54","guid":{"rendered":"https:\/\/blog.sinamohebi.com\/?p=221"},"modified":"2024-08-29T07:24:56","modified_gmt":"2024-08-29T07:24:56","slug":"event-code-4672-explained-mastering-special-logon-privileges-in-windows-security","status":"publish","type":"post","link":"https:\/\/blog.sinamohebi.com\/index.php\/2024\/08\/29\/event-code-4672-explained-mastering-special-logon-privileges-in-windows-security\/","title":{"rendered":"EventCode 4672 &#8211; Understanding Special Logon Privileges in Windows Security"},"content":{"rendered":"\n<p>In the realm of <strong>Windows security<\/strong>, special logon privileges play a crucial role in managing <strong>user permissions<\/strong> and maintaining <strong>system integrity<\/strong>. These privileges enable specific actions that can significantly impact the <strong>security posture<\/strong> of a system. In this blog post, we will explore various special logon privileges, their descriptions, and practical examples to illustrate their importance in safeguarding your Windows environment.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Overview of Special Logon Privileges<\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th><strong>Privilege Name<\/strong><\/th><th><strong>Description<\/strong><\/th><th><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Example<\/mark><\/strong><\/th><\/tr><\/thead><tbody><tr><td><strong>SeAssignPrimaryTokenPrivilege<\/strong><\/td><td>Required to assign the primary token of a process.<\/td><td>A system administrator launches a service under a different user account to access specific resources.<\/td><\/tr><tr><td><strong>SeAuditPrivilege<\/strong><\/td><td>Enables a user to add entries to the security log.<\/td><td>A security analyst logs failed login attempts to identify unauthorized access attempts.<\/td><\/tr><tr><td><strong>SeBackupPrivilege<\/strong><\/td><td>Required to perform backup operations, bypassing file permissions.<\/td><td>A backup administrator backs up critical files, ensuring all necessary data is included.<\/td><\/tr><tr><td><strong>SeCreateTokenPrivilege<\/strong><\/td><td>Allows a process to create a token object for accessing local resources.<\/td><td>A custom application creates tokens for each user session to ensure proper access control.<\/td><\/tr><tr><td><strong>SeDebugPrivilege<\/strong><\/td><td>Required to debug and adjust the memory of processes owned by other accounts.<\/td><td>A developer attaches a debugger to a service running under a different user account for troubleshooting.<\/td><\/tr><tr><td><strong>SeEnableDelegationPrivilege<\/strong><\/td><td>Allows a user to set the \u201cTrusted for Delegation\u201d setting on user or computer objects.<\/td><td>An IT administrator configures a service account to access resources on behalf of users for single sign-on scenarios.<\/td><\/tr><tr><td><strong>SeImpersonatePrivilege<\/strong><\/td><td>Allows a user to impersonate other accounts after authentication.<\/td><td>A web application impersonates the authenticated user to access user-specific resources.<\/td><\/tr><tr><td><strong>SeLoadDriverPrivilege<\/strong><\/td><td>Required to load and unload device drivers.<\/td><td>A system administrator installs a new device driver for a hardware component.<\/td><\/tr><tr><td><strong>SeRestorePrivilege<\/strong><\/td><td>Necessary for restoring files and directories, bypassing permissions during the restore process.<\/td><td>A system administrator restores a critical system file from a backup after corruption.<\/td><\/tr><tr><td><strong>SeSecurityPrivilege<\/strong><\/td><td>Allows users to manage auditing and security logs, including specifying object access auditing options.<\/td><td>A compliance officer sets up auditing for sensitive files to log access attempts for review.<\/td><\/tr><tr><td><strong>SeSystemEnvironmentPrivilege<\/strong><\/td><td>Required to modify firmware environment values.<\/td><td>An IT technician updates firmware settings to optimize system performance.<\/td><\/tr><tr><td><strong>SeTakeOwnershipPrivilege<\/strong><\/td><td>Allows a user to take ownership of files or other objects without being granted discretionary access.<\/td><td>A system administrator takes ownership of a locked file to modify or delete it as needed.<\/td><\/tr><tr><td><strong>SeTcbPrivilege<\/strong><\/td><td>Identifies its holder as part of the trusted computer base, allowing impersonation of any user.<\/td><td>A background service performs actions on behalf of users, accessing shared resources seamlessly.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Example of Special Privileges Assigned to a New Logon<\/h2>\n\n\n\n<p><strong>Subject:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Security ID<\/strong>: WIN-R9H529RIO4Y\\Administrator<\/li>\n\n\n\n<li><strong>Account Name<\/strong>: Administrator<\/li>\n\n\n\n<li><strong>Account Domain<\/strong>: WIN-R9H529RIO4Y<\/li>\n\n\n\n<li><strong>Logon ID<\/strong>: 0x4b842<\/li>\n<\/ul>\n\n\n\n<p><strong>Assigned Privileges:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>SeSecurityPrivilege<\/li>\n\n\n\n<li>SeTakeOwnershipPrivilege<\/li>\n\n\n\n<li>SeLoadDriverPrivilege<\/li>\n\n\n\n<li>SeBackupPrivilege<\/li>\n\n\n\n<li>SeRestorePrivilege<\/li>\n\n\n\n<li>SeDebugPrivilege<\/li>\n\n\n\n<li>SeSystemEnvironmentPrivilege<\/li>\n\n\n\n<li>SeImpersonatePrivilege<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Importance of Special Logon Privileges<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Robust Privileges<\/strong>: The system has a robust set of privileges that enable it to perform critical administrative functions.<\/li>\n\n\n\n<li><strong>Security and Auditing Management<\/strong>: These privileges allow the system to manage security and auditing effectively, ensuring compliance with best practices.<\/li>\n\n\n\n<li><strong>Device Driver Handling<\/strong>: The privileges facilitate the handling of device drivers, ensuring proper installation and management of hardware components.<\/li>\n\n\n\n<li><strong>Data Integrity Assurance<\/strong>: They ensure data integrity through backup and restore operations, allowing for the recovery of critical data when needed.<\/li>\n\n\n\n<li><strong>System Security Maintenance<\/strong>: These privileges are essential for maintaining overall system security and protecting against unauthorized access.<\/li>\n\n\n\n<li><strong>Support for Application Development<\/strong>: They support application development by providing necessary permissions for debugging and impersonation, enhancing development efficiency.<\/li>\n\n\n\n<li><strong>Regulatory Compliance<\/strong>: The privileges help ensure compliance with regulatory standards, which often require strict access controls and auditing capabilities.<\/li>\n\n\n\n<li><strong>Importance of Proper Management<\/strong>: Proper management of these privileges is crucial to prevent unauthorized access and maintain system integrity.<\/li>\n\n\n\n<li><strong>Overall Security Posture<\/strong>: Effective management helps maintain the overall security posture of the system, reducing vulnerabilities and risks.<\/li>\n<\/ol>\n\n\n\n<p>For more details, you can check the official Microsoft documentation on <a href=\"https:\/\/learn.microsoft.com\/en-us\/previous-versions\/windows\/it-pro\/windows-10\/security\/threat-protection\/auditing\/event-4672\">special logon privileges<\/a>!<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In the realm of Windows security, special logon privileges play a crucial role in managing user permissions and maintaining system integrity. These privileges enable specific actions that can significantly impact the security posture of a system. In this blog post, we will explore various special logon privileges, their descriptions, and practical examples to illustrate their&#8230;<\/p>\n","protected":false},"author":1,"featured_media":228,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[12],"tags":[27,11,19,6,29,7],"class_list":["post-221","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-soc","tag-27","tag-logon-type","tag-mitre-attck","tag-soc","tag-special-logon-privileges","tag-windows-event-log"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>EventCode 4672 - Understanding Special Logon Privileges in Windows Security<\/title>\n<meta name=\"description\" content=\"Explore Event Code 4672 and gain a comprehensive understanding of special logon privileges in Windows security. Learn about key privileges, their roles in system integrity, and best practices for managing user permissions to enhance security and compliance.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blog.sinamohebi.com\/index.php\/2024\/08\/29\/event-code-4672-explained-mastering-special-logon-privileges-in-windows-security\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"EventCode 4672 - Understanding Special Logon Privileges in Windows Security\" \/>\n<meta property=\"og:description\" content=\"Explore Event Code 4672 and gain a comprehensive understanding of special logon privileges in Windows security. Learn about key privileges, their roles in system integrity, and best practices for managing user permissions to enhance security and compliance.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blog.sinamohebi.com\/index.php\/2024\/08\/29\/event-code-4672-explained-mastering-special-logon-privileges-in-windows-security\/\" \/>\n<meta property=\"og:site_name\" content=\"Sina Mohebi\" \/>\n<meta property=\"article:published_time\" content=\"2024-08-29T07:24:54+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-29T07:24:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blog.sinamohebi.com\/wp-content\/uploads\/2024\/08\/1b.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2240\" \/>\n\t<meta property=\"og:image:height\" content=\"1260\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Sina\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Sina\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/blog.sinamohebi.com\/index.php\/2024\/08\/29\/event-code-4672-explained-mastering-special-logon-privileges-in-windows-security\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/blog.sinamohebi.com\/index.php\/2024\/08\/29\/event-code-4672-explained-mastering-special-logon-privileges-in-windows-security\/\"},\"author\":{\"name\":\"Sina\",\"@id\":\"https:\/\/blog.sinamohebi.com\/#\/schema\/person\/575343750c06d8fbdc957140756823dd\"},\"headline\":\"EventCode 4672 &#8211; Understanding Special Logon Privileges in Windows Security\",\"datePublished\":\"2024-08-29T07:24:54+00:00\",\"dateModified\":\"2024-08-29T07:24:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/blog.sinamohebi.com\/index.php\/2024\/08\/29\/event-code-4672-explained-mastering-special-logon-privileges-in-windows-security\/\"},\"wordCount\":645,\"commentCount\":12,\"publisher\":{\"@id\":\"https:\/\/blog.sinamohebi.com\/#\/schema\/person\/575343750c06d8fbdc957140756823dd\"},\"image\":{\"@id\":\"https:\/\/blog.sinamohebi.com\/index.php\/2024\/08\/29\/event-code-4672-explained-mastering-special-logon-privileges-in-windows-security\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blog.sinamohebi.com\/wp-content\/uploads\/2024\/08\/1b.png\",\"keywords\":[\"4672\",\"Logon type\",\"MITRE ATT&amp;CK\",\"SOC\",\"Special Logon Privileges\",\"Windows Event log\"],\"articleSection\":[\"SOC\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/blog.sinamohebi.com\/index.php\/2024\/08\/29\/event-code-4672-explained-mastering-special-logon-privileges-in-windows-security\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/blog.sinamohebi.com\/index.php\/2024\/08\/29\/event-code-4672-explained-mastering-special-logon-privileges-in-windows-security\/\",\"url\":\"https:\/\/blog.sinamohebi.com\/index.php\/2024\/08\/29\/event-code-4672-explained-mastering-special-logon-privileges-in-windows-security\/\",\"name\":\"EventCode 4672 - Understanding Special Logon Privileges in Windows Security\",\"isPartOf\":{\"@id\":\"https:\/\/blog.sinamohebi.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/blog.sinamohebi.com\/index.php\/2024\/08\/29\/event-code-4672-explained-mastering-special-logon-privileges-in-windows-security\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/blog.sinamohebi.com\/index.php\/2024\/08\/29\/event-code-4672-explained-mastering-special-logon-privileges-in-windows-security\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blog.sinamohebi.com\/wp-content\/uploads\/2024\/08\/1b.png\",\"datePublished\":\"2024-08-29T07:24:54+00:00\",\"dateModified\":\"2024-08-29T07:24:56+00:00\",\"description\":\"Explore Event Code 4672 and gain a comprehensive understanding of special logon privileges in Windows security. Learn about key privileges, their roles in system integrity, and best practices for managing user permissions to enhance security and compliance.\",\"breadcrumb\":{\"@id\":\"https:\/\/blog.sinamohebi.com\/index.php\/2024\/08\/29\/event-code-4672-explained-mastering-special-logon-privileges-in-windows-security\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/blog.sinamohebi.com\/index.php\/2024\/08\/29\/event-code-4672-explained-mastering-special-logon-privileges-in-windows-security\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blog.sinamohebi.com\/index.php\/2024\/08\/29\/event-code-4672-explained-mastering-special-logon-privileges-in-windows-security\/#primaryimage\",\"url\":\"https:\/\/blog.sinamohebi.com\/wp-content\/uploads\/2024\/08\/1b.png\",\"contentUrl\":\"https:\/\/blog.sinamohebi.com\/wp-content\/uploads\/2024\/08\/1b.png\",\"width\":2240,\"height\":1260},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/blog.sinamohebi.com\/index.php\/2024\/08\/29\/event-code-4672-explained-mastering-special-logon-privileges-in-windows-security\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/blog.sinamohebi.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"EventCode 4672 &#8211; Understanding Special Logon Privileges in Windows Security\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/blog.sinamohebi.com\/#website\",\"url\":\"https:\/\/blog.sinamohebi.com\/\",\"name\":\"Sina Mohebi's Blog\",\"description\":\"Home for Security analysts\",\"publisher\":{\"@id\":\"https:\/\/blog.sinamohebi.com\/#\/schema\/person\/575343750c06d8fbdc957140756823dd\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/blog.sinamohebi.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/blog.sinamohebi.com\/#\/schema\/person\/575343750c06d8fbdc957140756823dd\",\"name\":\"Sina\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blog.sinamohebi.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/blog.sinamohebi.com\/wp-content\/uploads\/2023\/05\/blog-logo.png\",\"contentUrl\":\"https:\/\/blog.sinamohebi.com\/wp-content\/uploads\/2023\/05\/blog-logo.png\",\"width\":1196,\"height\":842,\"caption\":\"Sina\"},\"logo\":{\"@id\":\"https:\/\/blog.sinamohebi.com\/#\/schema\/person\/image\/\"},\"sameAs\":[\"https:\/\/blog.sinamohebi.com\",\"https:\/\/www.linkedin.com\/in\/sinamohebi\/\"],\"url\":\"https:\/\/blog.sinamohebi.com\/index.php\/author\/sina\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"EventCode 4672 - Understanding Special Logon Privileges in Windows Security","description":"Explore Event Code 4672 and gain a comprehensive understanding of special logon privileges in Windows security. Learn about key privileges, their roles in system integrity, and best practices for managing user permissions to enhance security and compliance.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/blog.sinamohebi.com\/index.php\/2024\/08\/29\/event-code-4672-explained-mastering-special-logon-privileges-in-windows-security\/","og_locale":"en_US","og_type":"article","og_title":"EventCode 4672 - Understanding Special Logon Privileges in Windows Security","og_description":"Explore Event Code 4672 and gain a comprehensive understanding of special logon privileges in Windows security. Learn about key privileges, their roles in system integrity, and best practices for managing user permissions to enhance security and compliance.","og_url":"https:\/\/blog.sinamohebi.com\/index.php\/2024\/08\/29\/event-code-4672-explained-mastering-special-logon-privileges-in-windows-security\/","og_site_name":"Sina Mohebi","article_published_time":"2024-08-29T07:24:54+00:00","article_modified_time":"2024-08-29T07:24:56+00:00","og_image":[{"width":2240,"height":1260,"url":"https:\/\/blog.sinamohebi.com\/wp-content\/uploads\/2024\/08\/1b.png","type":"image\/png"}],"author":"Sina","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Sina","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blog.sinamohebi.com\/index.php\/2024\/08\/29\/event-code-4672-explained-mastering-special-logon-privileges-in-windows-security\/#article","isPartOf":{"@id":"https:\/\/blog.sinamohebi.com\/index.php\/2024\/08\/29\/event-code-4672-explained-mastering-special-logon-privileges-in-windows-security\/"},"author":{"name":"Sina","@id":"https:\/\/blog.sinamohebi.com\/#\/schema\/person\/575343750c06d8fbdc957140756823dd"},"headline":"EventCode 4672 &#8211; Understanding Special Logon Privileges in Windows Security","datePublished":"2024-08-29T07:24:54+00:00","dateModified":"2024-08-29T07:24:56+00:00","mainEntityOfPage":{"@id":"https:\/\/blog.sinamohebi.com\/index.php\/2024\/08\/29\/event-code-4672-explained-mastering-special-logon-privileges-in-windows-security\/"},"wordCount":645,"commentCount":12,"publisher":{"@id":"https:\/\/blog.sinamohebi.com\/#\/schema\/person\/575343750c06d8fbdc957140756823dd"},"image":{"@id":"https:\/\/blog.sinamohebi.com\/index.php\/2024\/08\/29\/event-code-4672-explained-mastering-special-logon-privileges-in-windows-security\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.sinamohebi.com\/wp-content\/uploads\/2024\/08\/1b.png","keywords":["4672","Logon type","MITRE ATT&amp;CK","SOC","Special Logon Privileges","Windows Event log"],"articleSection":["SOC"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/blog.sinamohebi.com\/index.php\/2024\/08\/29\/event-code-4672-explained-mastering-special-logon-privileges-in-windows-security\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/blog.sinamohebi.com\/index.php\/2024\/08\/29\/event-code-4672-explained-mastering-special-logon-privileges-in-windows-security\/","url":"https:\/\/blog.sinamohebi.com\/index.php\/2024\/08\/29\/event-code-4672-explained-mastering-special-logon-privileges-in-windows-security\/","name":"EventCode 4672 - Understanding Special Logon Privileges in Windows Security","isPartOf":{"@id":"https:\/\/blog.sinamohebi.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/blog.sinamohebi.com\/index.php\/2024\/08\/29\/event-code-4672-explained-mastering-special-logon-privileges-in-windows-security\/#primaryimage"},"image":{"@id":"https:\/\/blog.sinamohebi.com\/index.php\/2024\/08\/29\/event-code-4672-explained-mastering-special-logon-privileges-in-windows-security\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.sinamohebi.com\/wp-content\/uploads\/2024\/08\/1b.png","datePublished":"2024-08-29T07:24:54+00:00","dateModified":"2024-08-29T07:24:56+00:00","description":"Explore Event Code 4672 and gain a comprehensive understanding of special logon privileges in Windows security. Learn about key privileges, their roles in system integrity, and best practices for managing user permissions to enhance security and compliance.","breadcrumb":{"@id":"https:\/\/blog.sinamohebi.com\/index.php\/2024\/08\/29\/event-code-4672-explained-mastering-special-logon-privileges-in-windows-security\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.sinamohebi.com\/index.php\/2024\/08\/29\/event-code-4672-explained-mastering-special-logon-privileges-in-windows-security\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.sinamohebi.com\/index.php\/2024\/08\/29\/event-code-4672-explained-mastering-special-logon-privileges-in-windows-security\/#primaryimage","url":"https:\/\/blog.sinamohebi.com\/wp-content\/uploads\/2024\/08\/1b.png","contentUrl":"https:\/\/blog.sinamohebi.com\/wp-content\/uploads\/2024\/08\/1b.png","width":2240,"height":1260},{"@type":"BreadcrumbList","@id":"https:\/\/blog.sinamohebi.com\/index.php\/2024\/08\/29\/event-code-4672-explained-mastering-special-logon-privileges-in-windows-security\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/blog.sinamohebi.com\/"},{"@type":"ListItem","position":2,"name":"EventCode 4672 &#8211; Understanding Special Logon Privileges in Windows Security"}]},{"@type":"WebSite","@id":"https:\/\/blog.sinamohebi.com\/#website","url":"https:\/\/blog.sinamohebi.com\/","name":"Sina Mohebi's Blog","description":"Home for Security analysts","publisher":{"@id":"https:\/\/blog.sinamohebi.com\/#\/schema\/person\/575343750c06d8fbdc957140756823dd"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.sinamohebi.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/blog.sinamohebi.com\/#\/schema\/person\/575343750c06d8fbdc957140756823dd","name":"Sina","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.sinamohebi.com\/#\/schema\/person\/image\/","url":"https:\/\/blog.sinamohebi.com\/wp-content\/uploads\/2023\/05\/blog-logo.png","contentUrl":"https:\/\/blog.sinamohebi.com\/wp-content\/uploads\/2023\/05\/blog-logo.png","width":1196,"height":842,"caption":"Sina"},"logo":{"@id":"https:\/\/blog.sinamohebi.com\/#\/schema\/person\/image\/"},"sameAs":["https:\/\/blog.sinamohebi.com","https:\/\/www.linkedin.com\/in\/sinamohebi\/"],"url":"https:\/\/blog.sinamohebi.com\/index.php\/author\/sina\/"}]}},"_links":{"self":[{"href":"https:\/\/blog.sinamohebi.com\/index.php\/wp-json\/wp\/v2\/posts\/221","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.sinamohebi.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.sinamohebi.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.sinamohebi.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.sinamohebi.com\/index.php\/wp-json\/wp\/v2\/comments?post=221"}],"version-history":[{"count":4,"href":"https:\/\/blog.sinamohebi.com\/index.php\/wp-json\/wp\/v2\/posts\/221\/revisions"}],"predecessor-version":[{"id":229,"href":"https:\/\/blog.sinamohebi.com\/index.php\/wp-json\/wp\/v2\/posts\/221\/revisions\/229"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.sinamohebi.com\/index.php\/wp-json\/wp\/v2\/media\/228"}],"wp:attachment":[{"href":"https:\/\/blog.sinamohebi.com\/index.php\/wp-json\/wp\/v2\/media?parent=221"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.sinamohebi.com\/index.php\/wp-json\/wp\/v2\/categories?post=221"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.sinamohebi.com\/index.php\/wp-json\/wp\/v2\/tags?post=221"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}