π
Astrophotographing
Azure CyberSecurity Specialist -
Repository Documentation for Azure - Fractal / Fractional Dimensions Explorer π±βπ
-
Reply
- Turin, Italy
- https://www.reply.com/en/
- @VenVanrooyen
Pinned Loading
-
LogCharacterReplacer.py
LogCharacterReplacer.py 1fin = open("\file\path.here", "r")
2fout = open("\file2\path.here", "w")
3for line in fin:
4new_line = line.replace('\t', ' ')
5fout.write(new_line)
-
LogCSVconverter.py
LogCSVconverter.py 1import csv
23with open('logs.txt', 'r') as in_file:
4stripped = (line.strip() for line in in_file)
5lines = (line.split(",") for line in stripped if line)
-
SentinelDataProducer.py
SentinelDataProducer.py 1import json
2import requests
3import datetime
4import hashlib
5import hmac
-
MSFT-Sentinel
MSFT-Sentinel PublicForked from Azure/Azure-Sentinel
Cloud-native SIEM+SOAR for Intelligent security analytics and remediation for Enterprise powered by ML behavioural engine
Jupyter Notebook 1
-
LogPartitioner.py
LogPartitioner.py 1import argparse, os
23def splitter(path, chunk):
4with open(path,'rb') as f:
5fb = f.read(chunk)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.