Skip to content

Instantly share code, notes, and snippets.

@B0fH
B0fH / samblock.lua
Last active April 26, 2018 01:42
A SnortSam integration script for Suricata
--[[
samblock.lua: A SnortSam integration script for Suricata
Written by Elazar Broad
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
@B0fH
B0fH / ya-msdnslog-to-hec.ps1
Created March 23, 2017 02:11
Yet another Microsoft Windows DNS server debug log to Splunk HTTP Event Collector(HEC) parser
# ------------------------------------------------------------------------------------------------------------------------
#
# ya-msdnslog-to-hec.ps1: Yet another Microsoft Windows DNS server debug log to Splunk HTTP Event Collector(HEC) parser
# Written by Elazar Broad
#
# ------------------------------------------------------------------------------------------------------------------------
Param (
# Splunk HEC Token
[Parameter(Mandatory=$true)][string]$HECToken,