You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/user-manual/sightings/index.md
+40-17Lines changed: 40 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,18 +6,40 @@ toc: true
6
6
7
7
## Presentation
8
8
9
-
Users have the possibility to add observations to vulnerabilities with different types of sightings, such as: seen, exploited, not exploited, confirmed, not confirmed, patched, and not patched.
| seen | The vulnerability was mentioned, discussed, or observed by the user. | No |
14
-
| confirmed | The vulnerability has been validated from an analyst's perspective | Yes |
15
-
| published-proof-of-concept | A public proof of concept is available for this vulnerability. | No |
16
-
| exploited | The vulnerability was observed as exploited by the user who reported the sighting. | Yes |
17
-
| patched | The vulnerability was observed as successfully patched by the user who reported the sighting. | Yes |
18
-
19
-
20
-
You can find the corresponding definition of this MISP taxonomy
9
+
A **sighting** is a structured observation tying a real-world signal to a specific vulnerability. It records that a user, automation tool, or external source observed, confirmed, exploited, or patched the vulnerability at a given point in time. Sightings let Vulnerability-Lookup capture context that does not appear in static advisories — chatter on social networks, publication of proofs of concept, observed exploitation, patching activity, and so on — and attach it to the vulnerabilities the platform already tracks.
10
+
11
+
The exact structure of a sighting is described by a JSON schema:
"content": "#OT #Advisory VDE-2026-048VEGA: Missing Authentication for critical function in VEGAPULS Bluetooth products\nVulnerable components expose sensitive information to unauthorized actors through an unsecured configuration interface. Vulnerable firmware releases contain an unsecured configuration interface that allows retrieval of sensitive information such as hashed credentials.#CVE CVE-2026-3323\nhttps://certvde.com/en/advisories/vde-2026-048/\n#CSAF https://vega.csaf-tp.certvde.com/.well-known/csaf/white/2026/vde-2026-048.json",
0 commit comments