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

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

Merged
merged 12 commits into from
May 22, 2023

Conversation

realsec
Copy link

@realsec realsec commented May 7, 2023

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"
]

.gitignore Outdated Show resolved Hide resolved
source/app/blueprints/case/case_timeline_routes.py Outdated Show resolved Hide resolved
@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