-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Elastic-ecs mapping - Email Object #1518
Comments
The significant challenges with this mapping are:
Anyone with ideas on how to handle (1) and (2) above? I fixed (3) using a transformer. |
@mdazam1942 @delliott90 ^^^ any thoughts? |
In this case, the only way to set there are few connectors that does the same. For example: stix-shifter/stix_shifter_modules/gcp_chronicle/stix_transmission/results_connector.py Line 381 in 7058817
stix-shifter/stix_shifter_modules/proofpoint/stix_transmission/results_connector.py Line 41 in 7058817
|
@mdazam1942 just to confirm, does it mean patching the STIX bundle in the transmission module to add additional fields in the raw data in order for the translation module to pick them up and translate? |
Correct. add additional fields in the raw data and map those fields in to_stix. Results translator class should automatically pick them up while translating to stix observable. |
Elastic Email Object is currently not mapped to STIX. As an example, an Email Object
should be represented in the STIX bundle as:
The text was updated successfully, but these errors were encountered: