Skip to content

Commit

Permalink
Updates documentation for v0.01
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Maxwell committed Jul 16, 2014
1 parent 2527fa9 commit fd2be81
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -6,7 +6,9 @@ Combine gathers OSINT Threat Intelligence Feeds
You can run the original harvest.py tool with a cmd line like this:

````
./harvest.py -config harvest-outbound.cfg -output sample-output.txt
python reaper.py
python thresher.py
python baler.py
`````

The output will actually be a CSV with the following schema:
Expand All @@ -16,6 +18,7 @@ entity, datatype, direction, source, notes, date
- The `entity` field consists of a FQDN or IPv4 address (supported entities at the moment)
- The `datatype` field consists of either `FQDN` or `IPv4`, classifying the type of the entity
- The `direction` field will be either `inbound` or `outbound`
- The `source` field contains the original URL.
- The `notes` field should cover any extra tag info we may want to persist with the data
- The `date` field will be in `YYYY-MM-DD` format.

Expand Down

0 comments on commit fd2be81

Please sign in to comment.