An open API service indexing awesome lists of open source software.

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

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.