Skip to content

Commit ac313ae

Browse files
chg: [user-manual] More informations on correlations with sightings.
1 parent 8327887 commit ac313ae

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed

content/tools.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,16 @@ Vulnerability-Lookup facilitates the recording of vulnerability sightings,
1212
regardless of whether they have been published by a source.
1313
A suite of sighting clients is already available to support this functionality:
1414

15-
- **MISP** - [A sighting client that retrieves vulnerability observations from a MISP server and pushes them to a Vulnerability-Lookup instance](https://github.com/vulnerability-lookup/MISPSight)
16-
- **Fediverse** - [A sighting client to gather vulnerability-related information from the Fediverse](https://github.com/vulnerability-lookup/FediVuln)
17-
- **Bluesky** - [A client to gather vulnerability-related information from Bluesky](https://github.com/vulnerability-lookup/BlueSkySight)
18-
- **Nuclei** - [A sighting client designed to retrieve vulnerability-related information from the Nuclei Git repository of templates.](https://github.com/vulnerability-lookup/NucleiVuln)
19-
- **Exploit-DB** - [A client that retrieves vulnerability observations from Exploit-DB and pushes them to a Vulnerability-Lookup instance](https://github.com/vulnerability-lookup/ExploitDBSighting)
20-
- **CISA KEV** - [Known Exploited Vulnerabilities (KEV) catalog](https://github.com/vulnerability-lookup/KEVSight)
21-
- **RSS** - [Newspipe](https://github.com/cedricbonhomme/newspipe) is a web news aggregator capable to detect
22-
various types of security advisories within articles.
23-
- **GitHub Gists** - we are [monitoring](https://vulnerability.circl.lu/sightings/?query=gist.github) public Gists on Github
24-
with the tool [GistSight](https://github.com/vulnerability-lookup/GistSight).
25-
- **The Shadowserver Foundation** - [A client that retrieves vulnerability observations from the The Shadowserver Foundation](https://github.com/vulnerability-lookup/ShadowSight)
26-
27-
If you want to create your own sigthing tool, it's recommended to use [PyVulnerabilityLookup](https://github.com/vulnerability-lookup/PyVulnerabilityLookup), a Python library to access Vulnerability-Lookup via its REST API.
15+
| Tool | Description |
16+
| ------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
17+
| [ShadowSight](https://pypi.org/project/ShadowSight) | A client that retrieves vulnerability observations from the The Shadowserver Foundation and pushes them to a Vulnerability-Lookup instance. |
18+
| [FediVuln](https://pypi.org/project/FediVuln) | A client to gather vulnerability-related information from the Fediverse. |
19+
| [BlueSkySight](https://pypi.org/project/BlueSkySight) | A client to gather vulnerability-related information from Bluesky. |
20+
| [MISPSight](https://pypi.org/project/MISPSight) | A client that retrieves vulnerability observations from a MISP server and pushes them to a Vulnerability-Lookup instance. |
21+
| [NucleiVuln](https://pypi.org/project/NucleiVuln) | A client designed to retrieve vulnerability-related observations from the Nuclei Git repository of templates and pushes them to a Vulnerability-Lookup instance. |
22+
| [ExploitDBSighting](https://pypi.org/project/ExploitDBSighting) | A client that retrieves vulnerability observations from Exploit-DB and pushes them to a Vulnerability-Lookup instance. |
23+
| [KEVSight](https://pypi.org/project/KEVSight) | A client to generate sightings for Vulnerability-Lookup from the Known Exploited Vulnerabilities (KEV) catalog. |
24+
| [GistSight](https://pypi.org/project/GistSight) | A client for gathering vulnerability-related information from GitHub Gists. |
2825

2926
More information related to the sightings can be found in the [user manual](/user-manual/sightings).
3027

content/user-manual/sightings/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Our tools on the Python Package Index (PyPI):
4747

4848
| Tool | Description |
4949
| ------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
50-
| [ShadowSight](https://pypi.org/project/ShadowSight) | A client that retrieves vulnerability observations from the The Shadowserver Foundation and pushes them to a Vulnerability-Lookup instance. |
50+
| [ShadowSight](https://pypi.org/project/ShadowSight) | A client that retrieves vulnerability observations from the The Shadowserver Foundation and pushes them to a Vulnerability-Lookup instance. |
5151
| [FediVuln](https://pypi.org/project/FediVuln) | A client to gather vulnerability-related information from the Fediverse. |
5252
| [BlueSkySight](https://pypi.org/project/BlueSkySight) | A client to gather vulnerability-related information from Bluesky. |
5353
| [MISPSight](https://pypi.org/project/MISPSight) | A client that retrieves vulnerability observations from a MISP server and pushes them to a Vulnerability-Lookup instance. |

0 commit comments

Comments
 (0)