Releases: renisac/CIF3-pwsh
Releases · renisac/CIF3-pwsh
v1.0.2
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
Adds -Asn
param to Get-CIF3Indicator
cmdlet to filter results by autonomous system number.
v1.0.0
- 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
Fixes starttime and endtime timezone issues
v0.9.8
Fixes decrypt function causing failures on non-Windows OSes (thanks @mabaumgartner)
v0.9.7
- Adds write token support
- Fixes encrypt/decrypt functions in Windows
thanks to @mabaumgartner
v0.9.5
- 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
- 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
Params with default values like ResultSize will now correctly pass to API