Troubleshooting Network Problems
Are you having network connectivity problems? You are unable to connect to another computer, to the Internet or to shared resources within an organization! Then this article will guide you through the basic tools available in Windows 7 and the steps you need to take when troubleshooting network connectivity problems.
Categories: Networking, Troubleshooting Tags: advfirewall, Firewall, ICMPv4, Internet, LED, netsh, network interface card, ping, rule
AppLocker – Part 2: Understanding AppLocker Rules
When you enable AppLocker, the default behavior is secure, that is, Block. This rule is sometimes called the fallback Block. It is worth mentioning again the importance of setting a default Allow rule at least for the administrators (local or domain) as enabling AppLocker without any allows rules may render your computer unusable! AppLocker is organized into four areas called rule collections. The four rule collections are executable files, scripts, Windows Installer files, and DLL files. The following are the file formats included in each rule collection:
- Executable rules – .exe .com
- Windows Installer rules - .msi .msp
- Scripts rules – .ps1 .bat .cmd .vbs .js
- DLL rules - .dll .ocx
Rule conditions
Rule conditions are criteria that the AppLocker rule is based on. Primary conditions are required to create an AppLocker rule. The three primary rule conditions are publisher, path, and file hash.
Categories: Security Tags: allow, application restrictions, AppLocker, deny, DLLs, executables, file hash, path rules, publisher rules, rule, rules
How to restrict applications using Group Policies
The following procedure shows how to restrict an application from running using Software Restriction Policies. More details about Software Restriction Policies and the available options can be found here.
This example shows how to restrict the windows notepad application from executing:
- Start the local group policy editor by typing gpedit.msc in the Start search text box
- Go to Computer Configuration\Windows Settings\Security Settings\Software Restriction Policies node
- Expand the Software Restriction Policies node and select Additional Rules
- On the right hand side pane, right click and select New Path Rule…
- Click the Browse button to search for Notepad.exe, select it and set the Security level to Disallowed
- Click OK
Read more…
Categories: Security Tags: Disallowed, gpedit.msc, Group Policy, hash, Path, restrict application, rule, unrestricted