Skip to content

Releases: anyrun/anyrun-sdk

v1.11.11

08 Dec 11:01
06a55d9

Choose a tag to compare

Fixes

  • Fixed TAXII connector errors description

v1.11.10

01 Dec 11:36
524603d

Choose a tag to compare

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

29 Sep 08:01
428a673

Choose a tag to compare

Fixes

  • Fixed url query syntax for the Lookup request

v1.10.9

13 Aug 11:02
6d9e818

Choose a tag to compare

Fixes:

  • Disabled HTTP response parsing when executing check_proxy() method

v1.10.8

30 Jul 08:52

Choose a tag to compare

Debian OS release

New features:

  • Debian OS for the LinuxConnector. Use env_os option 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

25 Jul 07:50
67a2894

Choose a tag to compare

Fixes

  • Fixed user_tags option name
  • Fixed obj_ext_browser and obj_ext_startfolder options documentation

v1.9.7

04 Jul 10:05
5dc9c8f

Choose a tag to compare

Fixes

  • Fixed files uploading when enable_requests option is active

v1.9.6

25 Jun 10:34
31e5aa4

Choose a tag to compare

Fixes

  • Fixed telemetry headers format
  • Fixed base Lookup api url

v1.9.5

24 Jun 12:06
26d02e5

Choose a tag to compare

New features

Fixes

  • Implemented event-stream reading when enable_requests option is active

v1.9.4

16 Jun 14:02
a3c4b1a

Choose a tag to compare

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