Libre Tools from the National Cybersecurity Competence Center of Luxembourg
1–10 of 23 posts
Re: Libre Tools from the National Cybersecurity Competence Center of Luxembourg
#2Re: Libre Tools from the National Cybersecurity Competence Center of Luxembourg
#3source code of various related projects: https://github.com/NC3-LU/
Re: Libre Tools from the National Cybersecurity Competence Center of Luxembourg
#4source code of various related projects: https://github.com/NC3-LU/
Re: Libre Tools from the National Cybersecurity Competence Center of Luxembourg
#5source code of various related projects: https://github.com/NC3-LU/
Which projects do you think would be most interesting to HN users?
It's the most recent, really in development. It's about scanning IP ranges, looking for vulnerabilities (in MS Exchange Servers and various things) and sending notifications. Some parts are already used for operational stuff (NMAP Script Engines for example).
An other really interesting project, under AGPL as well: https://opensource.nc3.lu/projects/monarc/
"MONARC is an iterative and qualitative method of risk analysis in four stages, broadly inspired by ISO/IEC 27005." ;-)
And maybe this project: https://github.com/NC3-LU/MOSP As you can see it's a collaborative platform to share security related JSON objects. The nice thing is the object editing user interface automatically generated thanks to the JSON schemas. The project provides an API and is connected to every MONARC instances.
Re: Libre Tools from the National Cybersecurity Competence Center of Luxembourg
#6Re: Libre Tools from the National Cybersecurity Competence Center of Luxembourg
#7Earlier quoted context omitted.
Licensed under GNU AGPL, nice.
Interesting to know why exactly this license because GNU GPL3 is more common.
> The purpose of the GNU Affero GPL is to prevent a problem that affects developers of free programs that are often used on servers.
AGPL is GPL3 but better IMO.
Re: Libre Tools from the National Cybersecurity Competence Center of Luxembourg
#8Re: Libre Tools from the National Cybersecurity Competence Center of Luxembourg
#9Earlier quoted context omitted.
Which projects do you think would be most interesting to HN users?
I would say this one: https://opensource.nc3.lu/projects/saems/ https://github.com/scandale-project It's the most recent, really in development. It's about scanning IP ranges, looking for vulnerabilities (in MS Exchange Servers and various things) and sending notifications. Some parts are already used for operational stuff (NMAP Script Engines for example). An other really interesting project, under AGPL as well: htt…