Skip to content

Commit

Permalink
chg: [tools] Added Bluesky as a source of sighting.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Dec 19, 2024
1 parent 51e1c4d commit 18eda74
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions content/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ Vulnerability-Lookup facilitates the recording of vulnerability sightings,
regardless of whether they have been published by a source.
A suite of sighting clients is already available to support this functionality:

- **Fediverse** - [A sighting client to gather vulnerability-related information from the Fediverse](https://pypi.org/project/FediVuln)
- **MISP** - [A sighting client that retrieves vulnerability observations from a MISP server and pushes them to a Vulnerability-Lookup instance](https://pypi.org/project/VulnerabilityLookupSighting)
- **Fediverse** - [A sighting client to gather vulnerability-related information from the Fediverse](https://pypi.org/project/FediVuln)
- **Bluesky** - [A client to gather vulnerability-related information from Bluesky](https://github.com/CIRCL/BlueSkySight)
- **Nuclei** - [A sighting client designed to retrieve vulnerability-related information from the Nuclei Git repository of templates.](https://pypi.org/project/NucleiVuln)
- **Exploit-DB** - [A client that retrieves vulnerability observations from Exploit-DB and pushes them to a Vulnerability-Lookup instance](https://pypi.org/project/ExploitDBSighting)
- **CISA KEV** - [Known Exploited Vulnerabilities (KEV) catalog](https://pypi.org/project/kevsight)
- **RSS** - [Newspipe](https://github.com/cedricbonhomme/newspipe) is a web news aggregator capable to detect various types of security
advisories within articles.
- **RSS** - [Newspipe](https://github.com/cedricbonhomme/newspipe) is a web news aggregator capable to detect
various types of security advisories within articles.


If you want to create your own sigthing tool, it's recommended to use [PyVulnerabilityLookup](https://github.com/cve-search/PyVulnerabilityLookup), a Python library to access Vulnerability-Lookup via its REST API.
Expand Down

0 comments on commit 18eda74

Please sign in to comment.