Skip to content

Releases: renisac/CIF3-pwsh

v1.0.2

29 Mar 18:10
Compare
Choose a tag to compare

Fixes the -Asn param of Get-CIF3Indicator cmdlet defaulting with a value of 0 which was preventing any results from returning when using that cmdlet without the -Asn param.

v1.0.1

22 Dec 15:50
Compare
Choose a tag to compare

Adds -Asn param to Get-CIF3Indicator cmdlet to filter results by autonomous system number.

v1.0.0

25 Jul 17:18
Compare
Choose a tag to compare
  • Adds params -ExtraParams and -IncludeRelatives
    • -IncludeRelatives will find parent/child CIDRs or IPs if one is given for search criteria
    • -ExtraParams allows one to specify additional API params for which there isn't an explicit pwsh param
  • Adds new itype ssdeep

v0.9.9

31 Jan 17:00
Compare
Choose a tag to compare

Fixes starttime and endtime timezone issues

v0.9.8

17 Sep 16:58
fa2fb36
Compare
Choose a tag to compare

Fixes decrypt function causing failures on non-Windows OSes (thanks @mabaumgartner)

v0.9.7

03 Aug 20:55
Compare
Choose a tag to compare
  • Adds write token support
  • Fixes encrypt/decrypt functions in Windows

thanks to @mabaumgartner

v0.9.5

13 Nov 20:43
Compare
Choose a tag to compare
  • Better error handling (bubbling up server-side errors to client)
  • New ReadToken handling of .cif.yml config file for better compatibility with python client

0.9.0

08 Oct 17:32
b959737
Compare
Choose a tag to compare
  • Added support for provider lists
  • Default ResultSetSize for feed pulls is now 50k (to match python client)
  • Increased speed of formatting results

v0.8.0

26 Jun 20:07
a3223e4
Compare
Choose a tag to compare

Params with default values like ResultSize will now correctly pass to API