Releases: anyrun/anyrun-sdk
Releases · anyrun/anyrun-sdk
v.1.4.3
Additional report formats for the Sandbox connector
New features:
- Implemented new report formats: summary, html, stix, misp, ioc
- Implemented loading of network traffic dump obtained during analysis (.pcap file)
Fixes
- Change README text
- Remove 'simplify' option from the Sandbox.get_analysis_report()
v1.3.3
New connector for Android VM
New features:
- Implemented Android interface for Sandbox
- A separate Sandbox interface has been implemented for each operating system
Fixes
- Removed duplicate 'task_rerun_uuid' option
v1.2.3
Fixes
- RunTimeException now receives an HTTP status code instead of an API status code
- Task uuid and search uuid parameters can now be str and UUID instances
v1.2.2
Fixes
- Fixed ssl verification management for connectors and iterators
- Fixed boolean options resolivng for SandBox connector
v1.2.1
ANY.RUN SandBox endpoins
New features:
- Add SandBox interface
- The 'simplify' option has been added to some methods. It will allow to clear the API response from unnecessary fields in some cases
- Separate contribution guide
Fixes
- The YARA search interface has been brought to the form of an Sandbox interface
- The 'ssl' option has been removed from connector methods
- The 'task_id' option type has been replaced by the built-in UUID type
v1.1.1
GitHub Actions
Commit actions:
- Test builds for Python 3.9-3.13
Release actions:
- Automatic publishing on PyPI
Fixes
- Add typing_extensions to project dependencies to support higher versions of Python
- Add background to ANY.RUN logo
v1.1.0
ANY.RUN Thread Intelligence Lookup and YARA Lookup endpoins
New features:
- Automate Lookup and YARA search management.
- The iterator architecture has been redesigned. This will make it easier to add iterators for new services.
- Connectors now throw an exception instead of returning a dictionary with an API response error.
- The interface of the RunTimeException object has been extended. It will improve exception handling for library users.
v1.0.0
ANY.RUN Thread Intelligence Feeds endpoins
New features:
-
Automate ANY.RUN Threat Intelligence Feeds management.
Supports the following feed formats:- MISP
- STIX
- Network iocs
-
Built-in objects iterator
-
Synchronous and asynchronous interface