From 19e140f7b068a8f80c4035762b4fed18eb7ea29c Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 18 Feb 2017 16:05:06 +0100 Subject: [PATCH] Extended sighting added --- features.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features.html b/features.html index ec1505c..b4d1c9d 100755 --- a/features.html +++ b/features.html @@ -36,7 +36,7 @@ Discover how MISP is used today in multiple organisations. Not only to store, sh
  • Flexible API to integrate MISP with your own solutions. MISP is bundled with PyMISP which is a flexible Python Library to fetch, add or update events attributes, handle malware samples or search for attributes.
  • Adjustable taxonomy to classify and tag events following your own classification schemes or existing taxonomies. The taxonomy can be local to your MISP but also shareable among MISP instances.
  • Expansion modules in Python to expand MISP with your own services or activate already available misp-modules. -
  • Sighting support to get observations from organizations concerning shared indicators and attributes. Sighting can be contributed via MISP user-interface, API as MISP document or STIX sighting documents.
  • +
  • Sighting support to get observations from organizations concerning shared indicators and attributes. Sighting can be contributed via MISP user-interface, API as MISP document or STIX sighting documents. Starting with MISP 2.4.66, Sighting has been extended to support false-negative sighting or expiration sighting.
  • STIX support: export data in the STIX format (XML and JSON).
  • Integrated encryption and signing of the notifications via PGP and/or S/MIME depending of the user preferences.