Skip to content
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

Adds support for uploading threat intelligence in Custom Format JSON #1450

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

eirsep
Copy link
Member

@eirsep eirsep commented Jan 9, 2025

Description

Currently we support users uploading threat intelligence in the fixed STIX2 based JSON format only.
This change adds the ability to provide a schema with JsonPath notation for the existing fields and uploading a json file that is then parsed to extract a list of threat intel iocs.

Changes the index Threat intel source API to accept an IoC Schema with all the fields having JsonPath notations. only ioc value and ioc type field are mandatory. Rest of the fields in the threat intel ioc list such as created date, modified date, name, id etc are optional.

Related Issues

#1421

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