zendannyy / Test_Scripts

test
MIT License
1 stars 2 forks source link

tidbits #2

Open zendannyy opened 5 years ago

zendannyy commented 5 years ago

for later from colorlog import ColoredFormatter

Create console handler for sev. levels

log_colors = {
    'DEBUG': 'bold_red',
    'INFO': 'green',
    'WARNING': 'yellow',
    'ERROR': 'red',
    'CRITICAL': 'red',
}
zendannyy commented 5 years ago

bro IDS Bro Notices - event notifications

snippet of a bro script @load base/frameworks/files @load base/frameworks/notice @load frameworks/files/hash-all-files # the @ are libraries being loaded, this is a best practice