@@ -311,20 +311,23 @@ _TCA-0320_
311311 - Accepts a search query string and performs advanced search on the API
312312 - Returns a list of results aggregated through multiple paginated requests
313313
314-
315314# ### Class:
316315```python
317316class ExpressionSearch (TiCloudAPI )
318- ````
317+ ```
319318_TCA -0306_
320319#### Methods :
321320- `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.
324322- `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.
328331
329332# ### Class:
330333```python
@@ -786,24 +789,6 @@ _TCA-0305_
786789- `get_malware_family`
787790 - Returns all malware families to which sample belongs based on the detections from the latest AV scan
788791
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-
807792# ### Class:
808793```python
809794class VerticalFeedsStatistics(TiCloudAPI)
0 commit comments