From 6e24b750c36e25a9858a4f16603a1e0284532259 Mon Sep 17 00:00:00 2001 From: Rajiv Aaron Manglani Date: Sun, 31 Jan 2016 12:25:51 -0500 Subject: [PATCH 1/2] correct indent. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da5d004..8182245 100644 --- a/README.md +++ b/README.md @@ -506,8 +506,8 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [etcd](https://github.com/coreos/etcd) - distributed K/V-Store, authenticating via SSL PKI and a REST HTTP Api for shared configuration and service discovery. * [ZooKeeper](http://zookeeper.apache.org/) - ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. - ## Software Containers - *Operating system–level virtualization.* +## Software Containers +*Operating system–level virtualization.* * [Docker](http://www.docker.com/) - Platform for developers and sysadmins to build, ship, and run distributed applications. * [LXC](https://linuxcontainers.org/lxc/) - Userspace interface for the Linux kernel containment features. From 785ba038b0d8b5c49671c8f0925070fdd6f55687 Mon Sep 17 00:00:00 2001 From: Rajiv Aaron Manglani Date: Sun, 31 Jan 2016 12:48:04 -0500 Subject: [PATCH 2/2] add FIR (Fast Incident Response). https://github.com/certsocietegenerale/FIR --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8182245..e3d3f28 100644 --- a/README.md +++ b/README.md @@ -487,6 +487,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [Bro](https://www.bro.org/) - Bro is a powerful framework for network analysis and security monitoring. * [Denyhosts](http://denyhosts.sourceforge.net/) - Thwart SSH dictionary based attacks and brute force attacks. * [Fail2Ban](http://www.fail2ban.org/wiki/index.php/Main_Page) - Scans log files and takes action on IPs that show malicious behavior. + * [FIR](https://github.com/certsocietegenerale/FIR) - Fast Incident Response, a cybersecurity incident management platform. * [fwknop](https://www.cipherdyne.org/fwknop/) - Protects ports via Single Packet Authorization in your firewall. * [Glastopf](http://glastopf.org/) - A low-interaction web application honeypot to emulate vulnerabilities and gather attack data. * [Kippo](https://github.com/desaster/kippo) - A medium-interaction SSH honeypot, mostly used as a standalone SSH daemon with a configurable Filesystem sandbox.