├── CISAPy ├── README.md └── cisapy.py ├── Github └── csvtomarkdowntable.py ├── Other ├── beacon.ps1 └── just-another-kusto-hacker-1.ps1 ├── Patch Tuesday ├── History │ ├── 2023-aug.txt │ ├── 2023-dec.txt │ ├── 2023-jul.txt │ ├── 2023-jun.txt │ ├── 2023-may.txt │ ├── 2023-nov.txt │ ├── 2023-oct.txt │ ├── 2023-sep.txt │ ├── 2024-apr.txt │ ├── 2024-aug.txt │ ├── 2024-dec.txt │ ├── 2024-feb.txt │ ├── 2024-jan.txt │ ├── 2024-jul.txt │ ├── 2024-jun.txt │ ├── 2024-mar.txt │ ├── 2024-may.txt │ ├── 2024-nov.txt │ ├── 2024-oct.txt │ ├── 2024-sep.txt │ ├── 2025-apr.txt │ ├── 2025-feb.txt │ ├── 2025-jan.txt │ ├── 2025-jun.txt │ ├── 2025-mar.txt │ ├── 2025-may.txt │ └── 2025-nov.txt ├── README.md └── patch_review.py ├── README.md ├── SIGMA ├── ExtractMitreTechniquesStats.py └── ListMitreTechniquesSIGMARule.py ├── Validation ├── hash_validator.py └── ip_validator.py ├── Vulnerabilities └── README.md └── YARA ├── README.md └── YaraScan.sh /CISAPy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/CISAPy/README.md -------------------------------------------------------------------------------- /CISAPy/cisapy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/CISAPy/cisapy.py -------------------------------------------------------------------------------- /Github/csvtomarkdowntable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/Github/csvtomarkdowntable.py -------------------------------------------------------------------------------- /Other/beacon.ps1: -------------------------------------------------------------------------------- 1 | write-host "hello Dutch Security Meetup!" -------------------------------------------------------------------------------- /Other/just-another-kusto-hacker-1.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/Other/just-another-kusto-hacker-1.ps1 -------------------------------------------------------------------------------- /Patch Tuesday/History/2023-aug.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/Patch Tuesday/History/2023-aug.txt -------------------------------------------------------------------------------- /Patch Tuesday/History/2023-dec.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/Patch Tuesday/History/2023-dec.txt -------------------------------------------------------------------------------- /Patch Tuesday/History/2023-jul.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/Patch Tuesday/History/2023-jul.txt -------------------------------------------------------------------------------- /Patch Tuesday/History/2023-jun.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/Patch Tuesday/History/2023-jun.txt -------------------------------------------------------------------------------- /Patch Tuesday/History/2023-may.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/Patch Tuesday/History/2023-may.txt -------------------------------------------------------------------------------- /Patch Tuesday/History/2023-nov.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/Patch Tuesday/History/2023-nov.txt -------------------------------------------------------------------------------- /Patch Tuesday/History/2023-oct.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/Patch Tuesday/History/2023-oct.txt -------------------------------------------------------------------------------- /Patch Tuesday/History/2023-sep.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/Patch Tuesday/History/2023-sep.txt -------------------------------------------------------------------------------- /Patch Tuesday/History/2024-apr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/Patch Tuesday/History/2024-apr.txt -------------------------------------------------------------------------------- /Patch Tuesday/History/2024-aug.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/Patch Tuesday/History/2024-aug.txt -------------------------------------------------------------------------------- /Patch Tuesday/History/2024-dec.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/Patch Tuesday/History/2024-dec.txt -------------------------------------------------------------------------------- /Patch Tuesday/History/2024-feb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/Patch Tuesday/History/2024-feb.txt -------------------------------------------------------------------------------- /Patch Tuesday/History/2024-jan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/Patch Tuesday/History/2024-jan.txt -------------------------------------------------------------------------------- /Patch Tuesday/History/2024-jul.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/Patch Tuesday/History/2024-jul.txt -------------------------------------------------------------------------------- /Patch Tuesday/History/2024-jun.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/Patch Tuesday/History/2024-jun.txt -------------------------------------------------------------------------------- /Patch Tuesday/History/2024-mar.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/Patch Tuesday/History/2024-mar.txt -------------------------------------------------------------------------------- /Patch Tuesday/History/2024-may.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/Patch Tuesday/History/2024-may.txt -------------------------------------------------------------------------------- /Patch Tuesday/History/2024-nov.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/Patch Tuesday/History/2024-nov.txt -------------------------------------------------------------------------------- /Patch Tuesday/History/2024-oct.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/Patch Tuesday/History/2024-oct.txt -------------------------------------------------------------------------------- /Patch Tuesday/History/2024-sep.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/Patch Tuesday/History/2024-sep.txt -------------------------------------------------------------------------------- /Patch Tuesday/History/2025-apr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/Patch Tuesday/History/2025-apr.txt -------------------------------------------------------------------------------- /Patch Tuesday/History/2025-feb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/Patch Tuesday/History/2025-feb.txt -------------------------------------------------------------------------------- /Patch Tuesday/History/2025-jan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/Patch Tuesday/History/2025-jan.txt -------------------------------------------------------------------------------- /Patch Tuesday/History/2025-jun.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/Patch Tuesday/History/2025-jun.txt -------------------------------------------------------------------------------- /Patch Tuesday/History/2025-mar.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/Patch Tuesday/History/2025-mar.txt -------------------------------------------------------------------------------- /Patch Tuesday/History/2025-may.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/Patch Tuesday/History/2025-may.txt -------------------------------------------------------------------------------- /Patch Tuesday/History/2025-nov.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/Patch Tuesday/History/2025-nov.txt -------------------------------------------------------------------------------- /Patch Tuesday/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/Patch Tuesday/README.md -------------------------------------------------------------------------------- /Patch Tuesday/patch_review.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/Patch Tuesday/patch_review.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/README.md -------------------------------------------------------------------------------- /SIGMA/ExtractMitreTechniquesStats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/SIGMA/ExtractMitreTechniquesStats.py -------------------------------------------------------------------------------- /SIGMA/ListMitreTechniquesSIGMARule.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/SIGMA/ListMitreTechniquesSIGMARule.py -------------------------------------------------------------------------------- /Validation/hash_validator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/Validation/hash_validator.py -------------------------------------------------------------------------------- /Validation/ip_validator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/Validation/ip_validator.py -------------------------------------------------------------------------------- /Vulnerabilities/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/Vulnerabilities/README.md -------------------------------------------------------------------------------- /YARA/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/YARA/README.md -------------------------------------------------------------------------------- /YARA/YaraScan.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bert-JanP/SecScripts/HEAD/YARA/YaraScan.sh --------------------------------------------------------------------------------