Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

Compare: API

Showing with 142 additions and 19 deletions.
  1. +2 −0 API.md
  2. +5 −5 AWS-Guide.md
  3. +1 −1 Bind.md
  4. +46 −0 Building-a-CIF-Server.md
  5. +3 −1 CIF-Feeds.md
  6. +8 −0 Contributing-Threat-Intelligence.md
  7. +1 −0 Distributed-Environment.md
  8. +10 −0 Exploring-the-file-system.md
  9. +1 −1 FAQ.md
  10. +8 −1 Home.md
  11. +42 −0 Migration.md
  12. +0 −4 Parsing-Feeds-Tutorial.md
  13. +1 −2 ParsingFeeds.md
  14. +1 −1 SDK.md
  15. +3 −2 The-CIF-Book.md
  16. +1 −1 Who-supports-CIF?.md
  17. +9 −0 cif-smrt-FAQ.md
2 changes: 2 additions & 0 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ q |string|The observable to query for
otype|string| (ipv4, ipv6, fqdn, url, email)
nolog |int| Do NOT log the query
observable|string|The observable to query for
portlist|string|list of ports (ex: 1,2,445-557)
protocol|string|layer 4 protocol (imcp, tcp, udp)
cc|string|The country code to filter on
asn|int|The ASN to filter on
confidence|int|The confidence (or greater) to filter on
Expand Down