Skip to content

Commit 8b74966

Browse files
Merge branch '2.11.0-branch-Zvonimir' into 'develop'
2.11.0 branch zvonimir See merge request integrations/sdk/reversinglabs-sdk-py3!30
2 parents 862917d + 7f7c7d7 commit 8b74966

File tree

6 files changed

+889
-85
lines changed

6 files changed

+889
-85
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,10 @@ v2.5.1 (2024-04-02)
453453
- Added the `TAXII_data_filtering` notebook.
454454

455455

456-
456+
[//]: # (add to change log that Android12 is now supported)
457+
[//]: # (addded bulk report support for 403 405 406)
458+
[//]: # (addded archive passwords support for 202/203 / removed archive type parameter)
459+
[//]: # (addded new ticloud API support for TCA-0330 (all 5 APIs)
457460

458461

459462
-------------------

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -837,6 +837,19 @@ Service can be used to retrieve information about new malware samples from Rever
837837
- `feed_query`
838838
- Retruns information about new malware samples from ReversingLabs Targeted and Industry-Specific File Indicator Feeds by searching for malware family names based on time when they are added to a particular feed
839839

840+
#### Class:
841+
```python
842+
class IocDataRetrieval(TiCloudAPI)
843+
````
844+
_TCA-0330_
845+
#### Methods:
846+
- `get_ioc_summary`
847+
- Accepts an IoC type and time range alongside filters and returns data summary for the filtered IoCs.
848+
- `get_latest_iocs`
849+
- Accepts an IoC type alongside filters and returns a data for all the latest IoCs. Results can be paginated.
850+
- `get_iocs_timerange`
851+
- Accepts an IoC type and time range alongside filters and returns data for the filtered IoCs. Results can be paginated
852+
840853
#### Class:
841854
```python
842855
class NetworkReputationUserOverride(TiCloudAPI)

ReversingLabs/SDK/a1000.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
CLASSIFICATIONS = ("MALICIOUS", "SUSPICIOUS", "GOODWARE", "UNKNOWN")
23-
AVAILABLE_PLATFORMS = ("windows7", "windows10", "macos_11", "windows11", "linux")
23+
AVAILABLE_PLATFORMS = ("windows7", "windows10", "macos_11", "windows11", "linux", "android12")
2424

2525

2626
class A1000(object):

0 commit comments

Comments
 (0)