Custom Malware Feed
GET/api/v30.00/feeds/custom/malware
x-prisma-cloud-target-env: {"permission":"user","saas":true,"self-hosted":true}
x-public: true
CustomMalwareFeed returns the custom malware feed
Request
Responses
- 200
- default
CustomMalwareFeed represent the custom malware
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
_id string
ID is the custom feed id.
digest string
Digest is an internal digest of the feed.
feed object[]
Feed is the list of custom malware signatures.
allowed boolean
Allowed indicates if this signature is on the allowed list.
md5 string
.
modified int64
Modified is the time the malware was added to the DB.
name string
.
modified date-time
Modified is the last time the custom feed was modified.
{
"_id": "string",
"digest": "string",
"feed": [
{
"allowed": true,
"md5": "string",
"modified": 0,
"name": "string"
}
],
"modified": "2023-12-01T18:46:57.001Z"
}
Loading...