Skip to content

Commit 22939b3

Browse files
committed
new: [doc] Added LICENCE and README
1 parent d8f3e8b commit 22939b3

File tree

2 files changed

+69
-0
lines changed

2 files changed

+69
-0
lines changed

LICENCE

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
MIT License
2+
3+
Copyright (c) 2025 Luxembourg House of Cybersecurity
4+
Copyright (c) 2025 Steve Clement
5+
6+
Permission is hereby granted, free of charge, to any person obtaining a copy
7+
of this software and associated documentation files (the "Software"), to deal
8+
in the Software without restriction, including without limitation the rights
9+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the Software is
11+
furnished to do so, subject to the following conditions:
12+
13+
The above copyright notice and this permission notice shall be included in all
14+
copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22+
SOFTWARE.

README.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Code @ LHC
2+
3+
![Deploy Hugo site to Pages](https://github.com/NC3-LU/code.lhc.lu/actions/workflows/hugo.yml/badge.svg)
4+
5+
**Code @ LHC** is the official open source software portal of the Luxembourg House of Cybersecurity (LHC), showcasing projects developed and maintained by its core entities: [CIRCL](https://circl.lu) and [NC3](https://nc3.lu).
6+
7+
## 🌐 Overview
8+
9+
This platform provides a curated inventory of open source tools and frameworks aimed at enhancing cybersecurity capabilities. It serves as a central hub for developers, researchers, and practitioners interested in leveraging and contributing to cybersecurity solutions.
10+
11+
## 🛠️ Featured Projects
12+
13+
Some of the notable projects hosted on Code @ LHC include:
14+
15+
- **[Vulnerability-Lookup](https://code.lhc.lu/projects/vulnerability-lookup/):** A platform facilitating quick correlation of vulnerabilities from various sources, independent of vulnerability IDs, and streamlining the management of Coordinated Vulnerability Disclosure (CVD).
16+
17+
- **[OpenXeco](https://code.lhc.lu/projects/openxeco/):** An open-source project designed to manage and interconnect ecosystems, offering applications to enhance community management.
18+
19+
- **[Cerebrate](https://code.lhc.lu/projects/cerebrate/):** A trusted contact information provider platform and interconnection orchestrator for relevant security tools like MISP.
20+
21+
- **[D4](https://code.lhc.lu/projects/d4/):** A large-scale distributed sensor network to monitor DDoS and other malicious activities, relying on an open and collaborative project.
22+
23+
- **[URL Abuse](https://code.lhc.lu/projects/url-abuse/):** A versatile free software for URL review, analysis, and blacklist reporting.
24+
25+
- **[Hashlookup Forensics Analyzer](https://code.lhc.lu/projects/hashlookup/):** A tool to analyze a forensic target to find and report files found and not found from CIRCL's hashlookup public service.
26+
27+
- **[MONARC](https://code.lhc.lu/projects/monarc/):** A method, software, and platform allowing an optimized, precise, and repeatable risk assessment.
28+
29+
- **[Fit4Cybersecurity](https://code.lhc.lu/projects/fit4cybersecurity/):** A self-assessment tool by NC3-LU to help business owners implement a better cybersecurity strategy.
30+
31+
- **[Pandora](https://code.lhc.lu/projects/pandora/):** An analysis framework to discover if a file is suspicious and conveniently show the results.
32+
33+
## 📚 Documentation
34+
35+
Each project includes detailed documentation, installation guides, and usage instructions. Users are encouraged to explore individual project pages for specific information.
36+
37+
## 🤝 Contributing
38+
39+
Contributions are welcome! Whether you're reporting bugs, suggesting features, or submitting pull requests, your input helps improve the tools and resources available. Please refer to the contributing guidelines provided within each project's repository.
40+
41+
## 📄 License
42+
43+
The projects hosted on Code @ LHC are released under various open-source licenses. Please consult the individual project repositories for specific licensing information.
44+
45+
## 📬 Contact
46+
47+
For inquiries or further information, please visit the [Luxembourg House of Cybersecurity](https://lhc.lu) website or contact the respective project maintainers through their GitHub repositories.

0 commit comments

Comments
 (0)