Skip to content

Instantly share code, notes, and snippets.

View ezzeldinadel's full-sized avatar
💭
I may be slow to respond.

Ezzeldin Tahoun ezzeldinadel

💭
I may be slow to respond.
View GitHub Profile
@ezzeldinadel
ezzeldinadel / Data Sources for SIEM, SOC
Last active November 19, 2020 10:28
What should a SIEM see in a SOC?
If your SOC doesn't see
NIDS/NIPS (NDR/NTA)
HIDS/HIPS (EDR/EPP)
Netflow
PCAP
Sys Integrity Checkers
AV
User activity monitoring
DLP and IP
Internet health:
ISC: http://www.isc.org
NetCraft: http://news.netcraft.com/
US-CERT: http://www.US-Cert.gov
General technology and security trends:
@ezzeldinadel
ezzeldinadel / BST_traversals.py
Created December 9, 2019 12:32
BST Tree Traversals (DFS and BFS) Recursively and Iteratively
class Node:
def __init__ (self, v):
self.right=None
self.left=None
self.data=v
# BFS
def printBFS(root): #iteratively
aa-enabled
add-shell
apparmor_parser
apt-cache
arch
aa-exec
addgnupghome
apparmor_status
apt-cdrom
arp