forked from pool/python-passivetotal
- Enhancements:
- Early implementation of exception handling for SSL properties; analyzer. AnalyzerError now available as a base exception type.
- SSL certs will now populate their own ip property, accessing the SSL history API when needed to fill in the details.
- New iphistory property of SSL certs to support the ip property and give direct access to the historial results.
- Used the tldextract Python library to expose useful properties on Hostname objects such as tld, registered_domain, and subdomain
- Change default days back for date-aware searches to 90 days (was 30)
- Reject IPs as strings for Hostname objects
- Ensure IPs are used when instantiating IPAddress objects
- Defang hostnames (i.e. analyzer.Hostname('api[.]riskiq[.]net') )
- Support for Articles as a property of Hostnames and IPs, with autoloading for detailed fields including indicators, plus easy access to a list of all articles directly from analyzer.AllArticles()
- Support for Malware as a property of Hostnames and IPs
- Better coverage of pretty printing and dictionary representation across analyzer objects.
- Bug Fixes:
- Exception handling when no details found for an SSL certificate.
- Proper handling of None types that may have prevented result caching
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passivetotal?expand=0&rev=13
61 lines
2.9 KiB
Plaintext
61 lines
2.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri May 14 14:04:15 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
- update to version 2.4.0:
|
|
- Enhancements:
|
|
- Early implementation of exception handling for SSL properties; analyzer. AnalyzerError now available as a base exception type.
|
|
- SSL certs will now populate their own ip property, accessing the SSL history API when needed to fill in the details.
|
|
- New iphistory property of SSL certs to support the ip property and give direct access to the historial results.
|
|
- Used the tldextract Python library to expose useful properties on Hostname objects such as tld, registered_domain, and subdomain
|
|
- Change default days back for date-aware searches to 90 days (was 30)
|
|
- Reject IPs as strings for Hostname objects
|
|
- Ensure IPs are used when instantiating IPAddress objects
|
|
- Defang hostnames (i.e. analyzer.Hostname('api[.]riskiq[.]net') )
|
|
- Support for Articles as a property of Hostnames and IPs, with autoloading for detailed fields including indicators, plus easy access to a list of all articles directly from analyzer.AllArticles()
|
|
- Support for Malware as a property of Hostnames and IPs
|
|
- Better coverage of pretty printing and dictionary representation across analyzer objects.
|
|
- Bug Fixes:
|
|
- Exception handling when no details found for an SSL certificate.
|
|
- Proper handling of None types that may have prevented result caching
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 16 19:46:00 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
- Update to version 2.3.0:
|
|
- Support RiskIQ Illuminate Reputation API
|
|
- Update to version 2.2.0:
|
|
- Reference markdown content type for pypi.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 17 14:27:09 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
- Update to version 2.1.0:
|
|
- Delivers broad support for the latest RiskIQ PassiveTotal API endpoints, including CLI support, plus code modernization and light refactoring.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 20 07:26:07 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
|
|
|
- %python3_only -> %python_alternative
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 14 14:40:02 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
- update to version 1.0.31:
|
|
- add osint in cli
|
|
- added response objects
|
|
- added approved fields for csv
|
|
- added to_csv function
|
|
- used response objects in client
|
|
- removed whois csv implementation
|
|
- Add host attribute support
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 4 12:51:15 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 7 14:14:38 UTC 2017 - sebix+novell.com@sebix.at
|
|
|
|
- initial package for version 1.0.30
|