Skip to content

basic csv events file import (with default otions)#240

Merged
whikernel merged 12 commits into
dfir-iris:developfrom
realsec:import-csv-events
May 22, 2023
Merged

basic csv events file import (with default otions)#240
whikernel merged 12 commits into
dfir-iris:developfrom
realsec:import-csv-events

Conversation

@realsec

@realsec realsec commented May 7, 2023

Copy link
Copy Markdown

Added the ability to import events from a CSV file.
this is the basic import that support the following fields
event_fields = [
"event_date",
"event_tz",
"event_title",
"event_category",
"event_content",
"event_raw",
"event_source",
"event_assets", # array of assets names separated by ( coma ";" or pipe "|")
"event_iocs", # array of iocs names separated by ( coma ";" or pipe "|")
"event_tags"
]

Comment thread .gitignore Outdated
Comment thread source/app/blueprints/case/case_timeline_routes.py Outdated
@whikernel whikernel modified the milestones: v2.1.1, v2.2.0 May 22, 2023
@whikernel whikernel self-assigned this May 22, 2023
@whikernel whikernel added the enhancement New feature or request label May 22, 2023
@whikernel whikernel merged commit 9bcdcbd into dfir-iris:develop May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants