https://github.com/fr0gger/jupyteruniverse
Jupyter Univere is a search engine for all infosec jupyter notebooks
https://github.com/fr0gger/jupyteruniverse
infosec jupyter python
Last synced: 16 days ago
JSON representation
Jupyter Univere is a search engine for all infosec jupyter notebooks
- Host: GitHub
- URL: https://github.com/fr0gger/jupyteruniverse
- Owner: fr0gger
- Created: 2024-02-11T06:03:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-24T01:03:03.000Z (2 months ago)
- Last Synced: 2025-04-03T01:41:28.097Z (about 2 months ago)
- Topics: infosec, jupyter, python
- Homepage: https://juniverse.securitybreak.io
- Size: 53.7 KB
- Stars: 26
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JupyterUniverse
## 🌌 Welcome to the Jupyter Universe Search Engine
### 🌟 How to Contribute
The Jupyter Universe Search engine is a community-driven platform designed to improve access to infosec notebooks. To contribute follow the following steps:
1. **Clone this repository**: [JupyterUniverse on GitHub](https://github.com/fr0gger/JupyterUniverse).
2. **Add Your Notebook**: We welcome your contributions! To add your notebook to the collection, update the `db.json` file in the repository. Here's the format you should follow:
```json
{
"description": "Your best short description here.",
"tags": ["LLMs", "Threat Intel", "IOCs"],
"link": "https://github.com/fr0gger/Threat.ipynb",
"authors": ["John Doe", "Jane Doe"]
}
```
3. **Make a PR**: We will review and approve your adding.
Make Sure your submission includes a short description, relevant tags, a direct link to your notebook, and authorship information. This format helps the community easily browse and find your work.### 📍 Need A Place to Host Your Notebook?
If you've crafted a notebook but are looking for a place to share it, we've got you covered. The [OpenThreat Research Community Repository](https://github.com/OTRF/infosec-jupyter-book) offers a platform to host your notebook. By contributing to our repository, you not only secure a spot to showcase your work but also join a community of security enthusiasts and professionals eager to learn and share knowledge.