Skip to content

Commit 07c3f50

Browse files
Google APIscopybara-github
authored andcommitted
feat: Adding uris to indicator of compromise (IOC) field
PiperOrigin-RevId: 468598080
1 parent b775b02 commit 07c3f50

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

google/cloud/securitycenter/v1/indicator.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,7 @@ message Indicator {
7676
// The list of matched signatures indicating that the given
7777
// process is present in the environment.
7878
repeated ProcessSignature signatures = 3;
79+
80+
// The list of URIs associated to the Findings.
81+
repeated string uris = 4;
7982
}

google/cloud/securitycenter/v1/mitre_attack.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,12 @@ message MitreAttack {
177177

178178
// T1046
179179
NETWORK_SERVICE_DISCOVERY = 32;
180+
181+
// T1134
182+
ACCESS_TOKEN_MANIPULATION = 33;
183+
184+
// T1548
185+
ABUSE_ELEVATION_CONTROL_MECHANISM = 34;
180186
}
181187

182188
// The MITRE ATT&CK tactic most closely represented by this finding, if any.

0 commit comments

Comments
 (0)