Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

OpenCTI Hygiene Connector

this is an internal enrichment connector that uses the following external projects to look for oberservable values in the database that you might want to delete / decay because they are known to lead to alse-positives when used for detection:

The connector works for the following OpenCTI observable types:

  • IPv4-Addr
  • IPv6-Addr
  • Domain-Name
  • StixFile
  • Artifact

Installation

Enabling this connector could be done by launching the Python process directly after providing the correct configuration in the config.yml file or within a Docker with the image opencti/connector-hygiene:latest.

We provide an example of docker-compose.yml file that could be used independently or integrated to the global docker-compose.yml file of OpenCTI.

Configuration

No special configuration is needed.

Behavior

  1. Adds a Hygiene label on items that correspond to a warning list entry.
  2. Adds an external reference for every matching warning list.
  3. Sets the score of all related indicators to a value based on the number of reported entries (1:15, >=3:10, >=5:5, default:20).