sbilly / awesome-security

A collection of awesome software, libraries, documents, books, resources and cools stuffs about security.
MIT License
12.45k stars 1.92k forks source link

New section around VPS? #44

Closed binarymist closed 7 years ago

binarymist commented 7 years ago

I'd love to see and be able to contribute to a VPS section. Items like OSSEC are really Host IDS rather than Network IDS. There are also other offerings very similar to Snyk that are free and open source.

Source for my books: https://github.com/binarymist/HolisticInfoSec-For-WebDevelopers-Fascicle0 https://github.com/binarymist/HolisticInfoSec-For-WebDevelopers-Fascicle1

binarymist commented 7 years ago

Let me know if you'd be keen and I'll sub a PR for all / some of these issues?

sbilly commented 7 years ago

VPS is Virtual Private Server or something eles ? What's the difference between VPS and Host IDS / Network IDS?

You can send PR. I'm more likely to add to current section.

binarymist commented 7 years ago

Re: VPS, yeah. It's just that many items apply more specifically to VPS/host/machine, than network, which usually has many VPS/host/machines. For example Docker lives within a VPS/host/machine, rather than a network, which the VPS/host/machine lives in.

Ex: Firewalls can be network based or VPS/host based With IDS, IPS you have: NIDS, NIPS for Network HIDS, HIPS for VPS/Host

If the sections stay small, then there may not be to much of a problem, but if it grows, you will probably want to tease the Network apart from VPS/host as they are in many cases exclusive.

sbilly commented 7 years ago

Yes, I think so.