This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
""" | |
Implements an RFC 5424 compliant SysLog agent/client on MSFT Windows Server. | |
We live in a Internet world, Windows needs Syslog for WinEVT... | |
""" | |
import socket | |
import json | |
import win32con | |
import win32event |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# [!] Windows Syslog Agent/Client | |
# [$] Forward Windows Events via UDP in JSON format, designed for compatibility with Syslog/Rsyslog | |
# [$] Written: Gordon Young | |
function getStatus () { | |
$ip = '192.168.1.100' | |
$offlineLogs = 'C:\Windows\Temp\queued.log' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import subprocess | |
import docker | |
from kubernetes import client, config | |
from tenable.cs import ContainerSecurity | |
from jira import JIRA | |
dockerClient = docker.from_env() | |
config.load_kube_config() | |
v1 = client.CoreV1Api() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/env python3 | |
from datetime import date, datetime | |
import json | |
import logging | |
import subprocess | |
# Get all the Docker images in the repository | |
import uuid | |
from datetime import date |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/env python | |
import pickle | |
import fnmatch | |
import os # For Raspi hardware + Find OS Path for images | |
import pygame | |
# why do we need *? | |
from pygame import * | |
from time import sleep |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Prometheus server ConfigMap entries | |
## | |
serverFiles: | |
## Alerts configuration | |
## Ref: https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/ | |
alerting_rules.yml: | |
groups: | |
- name: security | |
rules: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
============================================================================ | |
Name : hello_world.c | |
Author : Gordon Young | |
Version : | |
Copyright : Your copyright notice | |
Description : Hello World in C, Ansi-style | |
============================================================================ | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
============================================================================ | |
Name : hello_world.c | |
Author : Gordon Young | |
Version : | |
Copyright : Your copyright notice | |
Description : Hello World in C, Ansi-style | |
============================================================================ | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
============================================================================ | |
Name : hello_world.c | |
Author : Gordon Young | |
Version : | |
Copyright : Your copyright notice | |
Description : Hello World in C, Ansi-style | |
============================================================================ | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
============================================================================ | |
Name : hello_world.c | |
Author : Gordon Young | |
Version : | |
Copyright : Your copyright notice | |
Description : Hello World in C, Ansi-style | |
============================================================================ | |
*/ |