Skip to content

Commit

Permalink
Including a confidence in the configs
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Bowling <[email protected]>
  • Loading branch information
Jesse Bowling committed Jan 14, 2020
1 parent 9b9c4a3 commit 65e2752
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/chnintelfeed.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ CHNFEED1_TLS_VERIFY="False"
CHNFEED1_ITYPE="ipv4"
CHNFEED1_LIMIT="150000"
CHNFEED1_HOURS="96"
CHNFEED1_CONFIDENCE="8"
CHNFEED1_TAGS="honeypot"

CHNFEED2_FILENAME="stingar_sha256.txt"
Expand All @@ -55,6 +56,7 @@ CHNFEED2_TLS_VERIFY="False"
CHNFEED2_ITYPE="sha256"
CHNFEED2_LIMIT="1000"
CHNFEED2_DAYS="4"
CHNFEED2_CONFIDENCE="8"
CHNFEED2_TAGS="honeypot"

CHNFEED3_FILENAME="stingar_url.txt"
Expand All @@ -64,6 +66,7 @@ CHNFEED3_TLS_VERIFY="False"
CHNFEED3_ITYPE="url"
CHNFEED3_LIMIT="1000"
CHNFEED3_DAYS="4"
CHNFEED3_CONFIDENCE="8"
CHNFEED3_TAGS="honeypot"
```
The .env file may contain up to 30 feed specifications.
Expand Down

0 comments on commit 65e2752

Please sign in to comment.