DanDye

Results 5 issues of DanDye

The stix files fail stix validation[[1]](https://github.com/STIXProject/stix-validator) because they are missing an alias for the namespace. This PR adds that missing namespace alias. Each file was modified with: ``` sed -i.bak...

#3 #close This is a follow-on for #3. The previous invalid UUID4 used for the ID for `x-mitre-collection`: ``` x-mitre-collection--23320f4-22ad-8467-3b73-ed0c869a12838 x-mitre-collection--12345678-1234-4321-1234-1234567890ab x-mitre-collection--xxxxxxxx-xxxx-4xxx-xxxx-xxxxxxxxxxxx ``` ...was updated in #13 to be: ```...

Corrects an error in the ReadMe: I found that the config file needs to be named `skyhook.yml` instead of `server.yml`. I also added a sample config file to the ReadMe...

# Install the CLI ``` make install ``` # CLI Commands and Subcommands ``` # chronicle --help # top-level subcommands chronicle detect --help # Detection API commands. chronicle ingestion --help...