Skip to main content

Custom Malware Feed

GET 

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

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

CustomMalwareFeed returns the custom malware feed

Responses

CustomMalwareFeed represent the custom malware

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

Loading...