-
Updated
Sep 2, 2020 - Python
#
ids
Here are 245 public repositories matching this topic...
Daemon to ban hosts that cause multiple authentication errors
python
macos
linux
security
monitoring
bsd
ids
intrusion-detection
hids
fail2ban
intrusion-prevention
gplv2
ban-hosts
ips
anti-bot
attack-prevention
loganalyzer
security-tools
ban-management
A small PHP library to generate YouTube-like ids from numbers. Use it when you don't want to expose your database ids to the user.
-
Updated
Aug 3, 2020 - PHP
thomaspatzke
commented
May 12, 2019
Someone should map publicly available EVTX samples to Sigma rules. This would enable us to automatically test the correctness of generated queries.
Known security-related EVTX repositories:
Feel free to extend the list.
Mapping should be:
Sigma rule -> Repository/EVTX ( -> expected matched
Security Onion 16.04 - Linux distro for threat hunting, enterprise security monitoring, and log management
-
Updated
Aug 20, 2020
Wazuh - The Open Source Security Platform
security
elasticsearch
log-analysis
monitoring
incident-response
ids
intrusion-detection
pci-dss
compliance
security-hardening
loganalyzer
vulnerability-detection
ossec
openscap
wazuh
policy-monitoring
security-awareness
file-integrity-management
-
Updated
Sep 4, 2020 - C
Suricata git repository maintained by the OISF
-
Updated
Sep 4, 2020 - C
-
Updated
May 26, 2020 - PHP
Open-Source Security Architecture | 开源安全架构
security
security-audit
ids
application-security
security-vulnerability
vulnerabilities
ips
vulnerability-scanners
security-scanner
security-tools
code-audit
business-security
-
Updated
Nov 18, 2019
A Suricata based IDS/IPS distro
-
Updated
Jun 22, 2020 - Shell
Wazuh - Ruleset
security
elasticsearch
log-analysis
monitoring
incident-response
ids
intrusion-detection
pci-dss
compliance
security-hardening
loganalyzer
vulnerability-detection
ossec
openscap
wazuh
policy-monitoring
security-awareness
file-integrity-management
-
Updated
Sep 2, 2020 - Python
Suricata IDS rules 用来检测红队渗透/恶意行为等,支持检测CobaltStrike/MSF/Empire/DNS隧道/Weevely/菜刀/冰蝎/挖矿/反弹shell/ICMP隧道等
-
Updated
Aug 18, 2020
idstools: Snort and Suricata Rule and Event Utilities in Python (Including a Rule Update Tool)
-
Updated
Aug 3, 2020 - Python
Wazuh - Docker containers
docker
security
elasticsearch
log-analysis
monitoring
incident-response
ids
intrusion-detection
pci-dss
compliance
security-hardening
loganalyzer
vulnerability-detection
ossec
openscap
wazuh
policy-monitoring
security-awareness
file-integrity-management
-
Updated
Sep 3, 2020 - Shell
Wazuh - Kibana plugin
security
elasticsearch
kibana
log-analysis
monitoring
incident-response
ids
intrusion-detection
pci-dss
compliance
security-hardening
loganalyzer
vulnerability-detection
ossec
openscap
gdpr
wazuh
policy-monitoring
security-awareness
file-integrity-management
-
Updated
Sep 4, 2020 - JavaScript
Open Source Endpoint Detection System for Windows
-
Updated
Jul 30, 2020 - Go
Bro IDS Dockerfile
-
Updated
Sep 14, 2019 - Zeek
-
Updated
Sep 3, 2020 - Python
gonids is a library to parse IDS rules, with a focus primarily on Suricata rule compatibility. There is a discussion forum available that you can join on Google Groups: https://groups.google.com/forum/#!topic/gonids/
-
Updated
Sep 2, 2020 - Go
Wazuh - Ansible playbook
security
ansible
elasticsearch
log-analysis
monitoring
incident-response
ids
intrusion-detection
pci-dss
compliance
security-hardening
loganalyzer
vulnerability-detection
ossec
openscap
wazuh
policy-monitoring
security-awareness
file-integrity-management
-
Updated
Sep 2, 2020
An UNOFFICIAL Git Repository of Snort Rules(IDS rules) Releases.
ids
intrusion-detection
ruleset
snort
abuse-detection
snort-rules
suricata-rules
ids-rules
snort-rule
-
Updated
Aug 1, 2020 - C
Fastest UUID with cryptographic PRNG for JS
-
Updated
Jun 24, 2020 - JavaScript
Centralize Management of Intrusion Detection System like Suricata Bro Ossec ...
-
Updated
Apr 10, 2019 - Python
Improve this page
Add a description, image, and links to the ids topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ids topic, visit your repo's landing page and select "manage topics."


Hi, im trying to use Hashids with Typescript and Node.
import Hashids from 'hashids';I'm not getting any Typescript errors in the editor, but Im getting this error when the code is compiled.
Using ts-node version 8.5.4, typescript version 3.7.5`Error: No valid exports main found for 'node_modules\hashids'
at resolveExportsTarget (internal/modules/cjs/loader.js:625:9)