Releases: anyrun/anyrun-sdk
Releases · anyrun/anyrun-sdk
v1.11.11
v1.11.10
Global Changes to the TI Feeds interface
We are ending support for stix, misp, and malconf feeds. Please use TAXII feeds instead.
New features:
- Updated proxy configuration. Now aiohttp.BasicAuth is used for authorization. The method for generating proxy link for the integration with requests module remains unchanged.
from anyrun.connectors import SandboxConnector
with SandboxConnector.linux(api_key, 'https://my.cool.proxy:443', 'proxy-user', 'proxy-password') as connector:
....Fixes:
- Fixed parsing of the match[revoked] parameter for the taxi feed.
v1.10.10
Fixes
- Fixed url query syntax for the Lookup request
v1.10.9
Fixes:
- Disabled HTTP response parsing when executing
check_proxy()method
v1.10.8
Debian OS release
New features:
- Debian OS for the LinuxConnector. Use
env_osoption to select the operating system
from anyrun.connectors import SandboxConnector
with SandboxConnector.linux(api_key) as connector:
connector.run_url_analysis('https://suspicious.url', env_os='debian')Fixes:
- Fixed analysis sample downloading. Now the archive can be unpacked without errors
v1.9.8
Fixes
- Fixed
user_tagsoption name - Fixed
obj_ext_browserandobj_ext_startfolderoptions documentation
v1.9.7
Fixes
- Fixed files uploading when
enable_requestsoption is active
v1.9.6
Fixes
- Fixed telemetry headers format
- Fixed base Lookup api url
v1.9.5
New features
- Created additional field for the
taxii_timedeltaaccess
Fixes
- Implemented event-stream reading when
enable_requestsoption is active
v1.9.4
New features:
- Improved taxii timedelta algorithm
- Added request timeout option to BaseConnector
- Added connection errors handler to BaseConnector
Fixes
- Updated the requests package version due to security issue