Resource: ThreatCollection
A threat collection from Google Threat Intelligence which represents either a threat campaign or a threat report.
JSON representation |
---|
{
"name": string,
"displayName": string,
"description": string,
"threatCollectionType": enum ( |
Fields | |
---|---|
name |
Output only. Identifier. The resource name of this ThreatCollection. |
displayName |
Output only. Display name of the threat collection. |
description |
Output only. Description of the threat collection. |
threatCollectionType |
Output only. Type of the threat collection. |
createTime |
Output only. Time when the threat collection was created. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. Time when the threat collection was last modified. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
altNames[] |
Output only. Alternative display names of the threat collection. For example, 'CAMP.22.007' for an individual campaign threat collection. |
associations[] |
Output only. The resource names of the threat actors or malware related to this ThreatCollection. Format: projects/{project}/locations/{location}/instances/{instance}/iocAssociations/{iocAssociation} |
iocs[] |
Output only. The resource names of the Iocs that are related to this ThreatCollection. Format: projects/{project}/locations/{location}/instances/{instance}/iocs/{ioc} |
targetedIndustries[] |
Output only. The industries that are targeted by the threat collection. |
targetedRegions[] |
Output only. The regions that are targeted by the threat collection, represented as ISO-3166-2 country codes. |
ThreatCollectionType
Types of threat collections currently supported.
Enums | |
---|---|
THREAT_COLLECTION_TYPE_UNSPECIFIED |
Threat collection type is unspecified. |
CAMPAIGN |
Threat collection type is campaign. |
REPORT |
Threat collection type is report. |
Methods |
|
---|---|
|
Gets a batch (list) of ioc match metadata for a list of threat collections. |
|
Gets a threat collection by resource name. |
|
Lists threat collections, which contain reports and tracked threat campaigns from Google Threat Intelligence. |