Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

BHCyber/Defender-Firewall-Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

19 Commits

Repository files navigation

Windows Defender Firewall Scripts

Misc. scripts to perform activities for Windows Defender Firewall.

A collection of scripts useful for:

  1. CyberSecurity Threat Hunters and and incident responder to ease the investigation of the activities.
  2. SecOps to ease some managment activities.
  3. Automation of activities via SOAR.
  4. Enriching EDR library of response scripts, if your EDR supports customs scipts execution.

List of scripts:

1.WDFLogs2cvs.vbs

Scripts Details

WDFLogs2cvs.vbs

  • Description: Convert the log file of the Windows Defnder Firewall to CSV file with header
  • Args in Order:
    • String: Windows Firewall Log File Path
    • String: CSV Output File Path"
    • Integer: 0 = Create New File or 1 = Apped To Existing File
  • Example: WDFLogs2cvs.vbs "C:\Windows\System32\LogFiles\Firewall\pfirewall.log" "D:\outputFolder\output.csv" 0

About

Misc. scripts for Windows Defender Firewall

Topics

Resources

Readme

License

MIT license

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors