From fd2be81ac93146f9a0d0964f64f31db6194aff8b Mon Sep 17 00:00:00 2001 From: Kyle Maxwell Date: Tue, 15 Jul 2014 23:31:53 -0500 Subject: [PATCH] Updates documentation for v0.01 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bed4046..3eb22b4 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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.