OBJECT
IocFeedEntry
Description
Information about the IOC.
link GraphQL Schema definition
- type IocFeedEntry {
- # IOC author.
- : String!
- # Only set if the IOC is deactivated by a user.
- : DisabledInfo
- # Hash details if the IOC type is hash.
- : HashInfo
- # Unique identifier of the intel.
- : String!
- # Status of the feed entry.
- : FeedEntryStatus!
- # Type of the IOC.
- : ThreatFeedType!
- # Last updated time of the IOC from the provider.
- : DateTime
- # Provider specific info.
- : ProviderInfo
- # ID of the IOC from the provider.
- : String!
- # ID of the malware from the provider.
- : String!
- # The Threat Family associated with the IOC.
- : String!
- # YARA rule details if the IOC type is YARA.
- : YaraInfo
- }