OBJECT
IndicatorOfCompromise
Description
Indicator of Compromise.
link GraphQL Schema definition
- type IndicatorOfCompromise {
- # Specifies the ioc kind.
- : IndicatorOfCompromiseKind!
- # Specifies the ioc value.
- : String!
- # The threat family associated with the IOC.
- : String!
- }