a cli swiss army knife for working with Trustar
go get github.com/jakewarren/trustar
The program currently reads the API tokens from the TRUSTAR_API_KEY
and TRUSTAR_API_SECRET
environment variables.
Command | Subcommand | Description | Notes |
---|---|---|---|
autocomplete | Generates bash completion scripts | ||
help | Help about any command | ||
indicator | find-reports | Find all correlated reports for an indicator | |
indicator | search | Search indicators | |
reports | search | Search reports | |
reports | open | Open the specified report(s) in your browser | |
list | Lists enclaves | ||
quota | Print API request quota information | ||
token | Print access token | Helper function to print your API token, useful for working with curl | |
whitelist | add | Add items to the whitelist | |
whitelist | delete | Delete items from the whitelist | |
whitelist | list | List items in the whitelist |
Current planned features are listed in TODO.md. I may or may not get around to them.
All notable changes to this project will be documented in the changelog.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
MIT © 2019 Jake Warren