Skip to content

Commit

Permalink
Fix rule 65013 description
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjiglesias committed Jun 17, 2020
1 parent c06f244 commit 7dc9bf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rules/0690-gcp_rules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,14 @@ ID: 65000 - 65499
<rule id="65013" level="3">
<if_sid>65003</if_sid>
<field name="gcp.severity">^NOTICE$</field>
<description>GCP notice event with source IP $(gcp.jsonPayload.sourceIP) from $(gcp.resource.labels.location) with response code $(gcp.jsonPayload.responseCode)</description>
<description>GCP notice event from VM $(gcp.jsonPayload.vmInstanceName) with source IP $(gcp.jsonPayload.sourceIP) from $(gcp.resource.labels.location) with response code $(gcp.jsonPayload.responseCode)</description>
<options>no_full_log</options>
</rule>

<rule id="65014" level="7">
<if_sid>65003</if_sid>
<field name="gcp.severity">^ERROR$</field>
<description>GCP error from VM $(gcp.jsonPayload.vmInstanceName) with source IP $(gcp.jsonPayload.sourceIP) from $(gcp.resource.labels.location) with response code $(gcp.jsonPayload.responseCode)</description>
<description>GCP error event from VM $(gcp.jsonPayload.vmInstanceName) with source IP $(gcp.jsonPayload.sourceIP) from $(gcp.resource.labels.location) with response code $(gcp.jsonPayload.responseCode)</description>
<options>no_full_log</options>
</rule>

Expand Down

0 comments on commit 7dc9bf8

Please sign in to comment.