OpenCTI-Platform / connectors

OpenCTI Connectors
https://www.opencti.io
Apache License 2.0
384 stars 415 forks source link

[eset] FIX: Add x_opencti_main_observable_type when missing from atomic indicators #3013

Open ckane opened 4 days ago

ckane commented 4 days ago

Proposed changes

In the ESET connector, if an atomic indicator comes in as a URL, Domain-Name, or IPv4 Address, the upstream STIX doesn't have the x_opencti_main_observable_type on it. It also doesn't automatically get set during ingest. So, in the case of supported indicator types, add it to the bundle before ingest.

Checklist