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