OBJECT
IOCDetails
Description
Details of IOC for a matched file.
link GraphQL Schema definition
- type IOCDetails {
- # Name of the intel feed for the IOC.
- : String!
- # Hash of the IOC.
- : String!
- # Author of the IOC.
- : String!
- # Status of the feed entry.
- : FeedEntryStatus!
- # Description of the malware for the IOC.
- : String!
- # Name of the malware for the IOC.
- : String!
- # Type of threat match.
- : IndicatorOfCompromiseKind!
- }