15
0
Commit Graph

10 Commits

Author SHA256 Message Date
c0aa65f2f4 - update to version 2.4.2:
-  Enhancements:
  - Throw `AnalyzerError` when a hostname cannot be resolved to an IP
  - Add links to summary card as_dict method
 -  Bug Fixes
  - Added missing docstring for `services` property
  - Fixed various issues with `as_dict` property to ensure only serializable
    types made it into the dictionary. 
  - Ensured Projects would load by GUID regardless of visiblity.
  - Removed a partially-implemented __str__ method in `MalwareList` method
  - Ensured all __str__ methods in `analyzer` objects always return a string
  - Upserting an artifact triggered an API error when setting a tag
  - Ensure `summary` property returns ints, not None, when fields are missing
  - Properly handle defanged ip addresses 
  - Exclude Nones from sets in various properties to avoid problems with `NoneTypes`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passivetotal?expand=0&rev=18
2021-06-20 08:53:39 +00:00
234894a2fd - update to version 2.4.1:
- Enhancements:
  - Added an as_dict property across all Analyzer objects to simplify integration with other systems. Returns a dictionary representation of the object or the list.
  - New projects attribute on IPAddress and Hostname objects returns list of projects that contain that host as an artifact.
  - New analyzer.set_project() method on the Analyzer module to set an active project by name or guid, and new add_to_project() methods on Analyzer objects to quickly add the object to the active project.
  - Direct methods on new Project and Artifact objects to directly manipulate monitoring status and tags.
 - Bug Fixes:
  - Added missing ArtifactsRequest to package-level imports

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passivetotal?expand=0&rev=16
2021-05-24 17:15:42 +00:00
8393b1d142 add missing runtime dependency tldextract
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passivetotal?expand=0&rev=14
2021-05-15 10:47:09 +00:00
84763d2051 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passivetotal?expand=0&rev=13
2021-05-14 14:05:01 +00:00
de621a59e2 - Update to version 2.3.0:
- Support RiskIQ Illuminate Reputation API
- Update to version 2.2.0:
 - Reference markdown content type for pypi.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passivetotal?expand=0&rev=11
2021-04-16 19:48:08 +00:00
657d7f08dd - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passivetotal?expand=0&rev=9
2021-03-17 15:02:44 +00:00
Tomáš Chvátal
3d70b51d61 Accepting request 807597 from home:pgajdos:python
submit

OBS-URL: https://build.opensuse.org/request/show/807597
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passivetotal?expand=0&rev=7
2020-05-20 11:28:07 +00:00
1eaea5c41b - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passivetotal?expand=0&rev=5
2019-06-15 18:01:04 +00:00
c49b55e244 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passivetotal?expand=0&rev=3
2018-12-04 13:45:16 +00:00
Tomáš Chvátal
92182625b7 Accepting request 577980 from home:sebix
can also maintain it
with LICENSE

OBS-URL: https://build.opensuse.org/request/show/577980
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passivetotal?expand=0&rev=1
2018-02-19 10:10:00 +00:00