Skip to content

jakoraptor/send2hive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

send2hive

This script is used to upload observables to a given hive case from a remote host.

Replace ***HIVEURL AND PORT*** (in the script) with the url of the hive e.g. http://localhost:8000

Usage

For the script to work it requires a keyring entry called "hiveapi" with the user's api key.
First, log in to the hive and reveal/copy your API key
Then on the server sending the file, add valid user api key to keyring "hiveapi" i.e.

keyring set hiveapi <username>

To send a file to the hive the usage is as follows:

python3 sendfile.py <filename> <user> <case id>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages