INPUT_OBJECT
IndicatorOfCompromiseInputType
Description
Indicator of Compromise.
link GraphQL Schema definition
- input IndicatorOfCompromiseInputType {
- # IOC kind.
- : IndicatorOfCompromiseKind!
- # IOC value as a string.
- : String!
- # The threat family associated with the IOC.
- : String
- }