Skip to content

Commit 9e7d1a7

Browse files
Update the readme
1 parent 8cf3dec commit 9e7d1a7

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ class RansomwareIndicators(TiCloudAPI)
451451

452452
#### Class:
453453
```python
454-
class NewMalwareFilesFeed(TiCloudAPI)
454+
class NewMalwareFilesFeed(ContinuousFeed)
455455
````
456456
#### Methods:
457457
- `pull_with_timestamp`
@@ -461,6 +461,28 @@ class NewMalwareFilesFeed(TiCloudAPI)
461461
- `set_start`
462462
- This method sets the starting time for the pull method
463463

464+
#### Class:
465+
```python
466+
class MWPChangeEventsFeed(ContinuousFeed)
467+
````
468+
#### Methods:
469+
- `pull_with_timestamp`
470+
- Accepts a time format definition and a time value. Returns samples with a newly calculated or changed malware presence (MWP) classification and threat name from the requested time
471+
- `pull`
472+
- Returns a list of classification and threat name changes since the point in time set by the set_start() method
473+
- `set_start`
474+
- This method sets the starting time for the pull() method
475+
476+
#### Class:
477+
```python
478+
class NewMalwareURIFeed(TiCloudAPI)
479+
````
480+
#### Methods:
481+
- `pull_with_timestamp`
482+
- Accepts a time format definition and a time value. Returns records with Ps, domains, URLs, emails, and sample hashes extracted from malware samples
483+
- `pull_latest`
484+
- Returns a maximum of 1000 latest records with Ps, domains, URLs, emails, and sample hashes extracted from malware samples
485+
464486
***
465487

466488
## Module: tiscale

0 commit comments

Comments
 (0)