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
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.
No special configuration is needed.
- Adds a
Hygienelabel on items that correspond to a warning list entry. - Adds an external reference for every matching warning list.
- 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).