@@ -311,20 +311,23 @@ _TCA-0320_
311
311
- Accepts a search query string and performs advanced search on the API
312
312
- Returns a list of results aggregated through multiple paginated requests
313
313
314
-
315
314
# ### Class:
316
315
```python
317
316
class ExpressionSearch (TiCloudAPI )
318
- ````
317
+ ```
319
318
_TCA -0306_
320
319
#### Methods :
321
320
- `search`
322
- - Accepts a list containing the search query and performs expression search on the API
323
- - Returns only one defined page of results using one request
321
+ - Provides samples first seen on a particular date, filtered by search criteria.
324
322
- `search_aggregated`
325
- - Accepts a list containing the search query and performs expression search on the API
326
- - Returns a list of results aggregated through multiple paginated requests
327
-
323
+ - Provides samples first seen on a particular date, filtered by search criteria.
324
+ - This method performs the paging automatically.
325
+ - `get_latest_expression`
326
+ - Provdes samples for yesterday’s date tha match the requested criteria.
327
+ - `statistics_search`
328
+ - Returns statistics about new samples in ReversingLabs TitaniumCloud on the requested date that match the used search criteria.
329
+ - `get_latest_statistics`
330
+ - Returns statistics about new samples in ReversingLabs TitaniumCloud from yesterday' s date.
328
331
329
332
# ### Class:
330
333
```python
@@ -786,24 +789,6 @@ _TCA-0305_
786
789
- `get_malware_family`
787
790
- Returns all malware families to which sample belongs based on the detections from the latest AV scan
788
791
789
- # ### Class:
790
- ```python
791
- class ExpressionSearch(TiCloudAPI)
792
- ```
793
- _TCA - 0306_
794
- # ### Methods:
795
- - `search`
796
- - Provides samples first seen on a particular date, filtered by search criteria.
797
- - `search_aggregated`
798
- - Provides samples first seen on a particular date, filtered by search criteria.
799
- - This method performs the paging automatically.
800
- - `get_latest_expression`
801
- - Provdes samples for yesterday’s date tha match the requested criteria.
802
- - `statistics_search`
803
- - Returns statistics about new samples in ReversingLabs TitaniumCloud on the requested date that match the used search criteria.
804
- - `get_latest_statistics`
805
- - Returns statistics about new samples in ReversingLabs TitaniumCloud from yesterday' s date.
806
-
807
792
# ### Class:
808
793
```python
809
794
class VerticalFeedsStatistics(TiCloudAPI)
0 commit comments