Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
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 |
This file contains 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
Internet health: | |
ISC: http://www.isc.org | |
NetCraft: http://news.netcraft.com/ | |
US-CERT: http://www.US-Cert.gov | |
General technology and security trends: |
This file contains 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
class Node: | |
def __init__ (self, v): | |
self.right=None | |
self.left=None | |
self.data=v | |
# BFS | |
def printBFS(root): #iteratively |
This file contains 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
aa-enabled | |
add-shell | |
apparmor_parser | |
apt-cache | |
arch | |
aa-exec | |
addgnupghome | |
apparmor_status | |
apt-cdrom | |
arp |