Skip to content

EmlParser - Added a toggle to prevent observables from being imported automatically - #1464

Open
mgraindl wants to merge 1 commit into
TheHive-Project:masterfrom
mgraindl:emlparser-autoimport-toggle
Open

EmlParser - Added a toggle to prevent observables from being imported automatically#1464
mgraindl wants to merge 1 commit into
TheHive-Project:masterfrom
mgraindl:emlparser-autoimport-toggle

Conversation

@mgraindl

@mgraindl mgraindl commented Jun 24, 2026

Copy link
Copy Markdown

This PR adds a new configuration item (autoImport_observables) to EmlParser that allows users to enable or disable the automatic import of observables in TheHive while keeping the "Extract observables" option enabled.

Currently, certain observables are automatically imported when the "Extract observables" option is set to True. Depending on the email being analyzed, this could result in the creation of a lot of unnecessary observables. If the new configuration item autoImport_observables is set to False, observables will still be extracted and added, but without the "autoImport:true" tag. This prevents them from being imported automatically in TheHive.

The default value of autoImport_observables is True, which should ensure backward compatibility with existing deployments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant