mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-07-01 02:03:38 +00:00
Merge branch 'atp-rs4' of https://cpubwin.visualstudio.com/_git/it-client into atp-rs4
This commit is contained in:
@ -184,6 +184,21 @@ Content-Type: application/json;
|
|||||||
```
|
```
|
||||||
If successful, you should get a 201 CREATED response containing the representation of the newly created indicators of compromise in the payload.
|
If successful, you should get a 201 CREATED response containing the representation of the newly created indicators of compromise in the payload.
|
||||||
|
|
||||||
|
The API currently supports the following IOC types:
|
||||||
|
|
||||||
|
- Sha1
|
||||||
|
- Sha256
|
||||||
|
- Md5
|
||||||
|
- FileName
|
||||||
|
- IpAddress
|
||||||
|
- DomainName
|
||||||
|
|
||||||
|
And the following operators:
|
||||||
|
|
||||||
|
- Equals
|
||||||
|
- StartWith
|
||||||
|
- EndWith
|
||||||
|
- Contains
|
||||||
|
|
||||||
## Bulk upload of alert definitions and IOCs
|
## Bulk upload of alert definitions and IOCs
|
||||||
Bulk upload of multiple entities can be done by sending an HTTP POST request to `/{resource}/Actions.BulkUpload`. </br>
|
Bulk upload of multiple entities can be done by sending an HTTP POST request to `/{resource}/Actions.BulkUpload`. </br>
|
||||||
|
Reference in New Issue
Block a user