Skip to main content

Set Custom Malware Feed

PUT 

/api/v32.04/feeds/custom/malware

x-prisma-cloud-target-env: {"permission":"systemOperations","saas":true,"self-hosted":true}
x-public: true

SetCustomMalwareFeed sets the custom malware feed

Request

Body

    _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.

  • Array [
  • 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.

Responses

OK

Loading...