INPUT_OBJECT
IndicatorOfCompromiseInput
Description
The data which represents indicator of compromise: a file path/pattern, hash, or YARA rule.
link GraphQL Schema definition
- input IndicatorOfCompromiseInput {
- # The threat family associated with the IOC.
- String :
- # IOC kind.
- IndicatorOfCompromiseKind! :
- # IOC value as a string.
- String! :
- }