Skip to content

dootyfree/triage2timesketch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

triage2timesketch

Automated processing of host artifacts and ingestion in to timesketch using a durable Azure function.

The function input is a post request containing 3 parameters:
zipfile - actual zippied artifacts, base64 encoded
hostname - asset hostname
type - type of triage eg. web, account

Zip file limit is 100mb due to Azure functions limitations.


Processing:
The function will process the zipped artifacts with plaso and upload to timesketch application.
The code will check timesketch for existing sketch mathing the hostname and add current timeline, if not found will create a sketch and add the timeline.

Return URL from Azure will provide processing status information.

About

Automated processing of host artifacts and ingestion in to timesketch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages