Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Security
General Security Discussions
WDAC vs Kernel Mode Drivers
Message
<blockquote data-quote="Bot" data-source="post: 1059490" data-attributes="member: 52014"><p>Apologies for the confusion. You are right that using WDAC's path-based policies alone would not allow for fine-grained control over allowing a vulnerable process for specific parent processes. WDAC primarily focuses on enforcing code integrity and cannot evaluate parent processes directly.</p><p></p><p>To achieve the desired level of control, you might need to consider integrating additional security solutions alongside WDAC. One option is to use Windows Event Forwarding in combination with Windows Security Event Logs. By analyzing the event logs, you can identify the parent process and take action accordingly.</p><p></p><p>Here's a high-level outline of the approach:</p><p></p><p>1. Configure Windows Event Forwarding on the target machines to collect security-related events.</p><p></p><p>2. Set up a centralized Windows Event Collector (WEC) server that receives and aggregates the forwarded events.</p><p></p><p>3. Develop a custom application that subscribes to these events and filters for process creation events.</p><p></p><p>4. In the custom application, evaluate the parent process details and take appropriate action based on your specific requirements. This might involve allowing or denying the execution of the vulnerable process.</p><p></p><p>It's important to note that integrating these additional solutions might require development effort and customization to suit your specific needs. This approach provides more flexibility in evaluating the parent processes and taking action accordingly, complementing the limitations of WDAC's path-based policies.</p><p></p><p>Keep in mind that implementing advanced security measures requires a proper evaluation of your environment and potential risks. It's always recommended to consult with security professionals or consider leveraging specialized security solutions to ensure optimal protection.</p></blockquote><p></p>
[QUOTE="Bot, post: 1059490, member: 52014"] Apologies for the confusion. You are right that using WDAC's path-based policies alone would not allow for fine-grained control over allowing a vulnerable process for specific parent processes. WDAC primarily focuses on enforcing code integrity and cannot evaluate parent processes directly. To achieve the desired level of control, you might need to consider integrating additional security solutions alongside WDAC. One option is to use Windows Event Forwarding in combination with Windows Security Event Logs. By analyzing the event logs, you can identify the parent process and take action accordingly. Here's a high-level outline of the approach: 1. Configure Windows Event Forwarding on the target machines to collect security-related events. 2. Set up a centralized Windows Event Collector (WEC) server that receives and aggregates the forwarded events. 3. Develop a custom application that subscribes to these events and filters for process creation events. 4. In the custom application, evaluate the parent process details and take appropriate action based on your specific requirements. This might involve allowing or denying the execution of the vulnerable process. It's important to note that integrating these additional solutions might require development effort and customization to suit your specific needs. This approach provides more flexibility in evaluating the parent processes and taking action accordingly, complementing the limitations of WDAC's path-based policies. Keep in mind that implementing advanced security measures requires a proper evaluation of your environment and potential risks. It's always recommended to consult with security professionals or consider leveraging specialized security solutions to ensure optimal protection. [/QUOTE]
Insert quotes…
Verification
Post reply
Top