Skip to content

Commit

Permalink
[INTPLAT-158] [SIEMINT-88] DDS: Palo alto cortex xdr assets v1.0.1: F…
Browse files Browse the repository at this point in the history
…ix for malicious URLs (#18567)

* Processing malicious URL to defang URL

* updated dabhshboard images

---------

Co-authored-by: Savan Dalasaniya <[email protected]>
  • Loading branch information
savandalasaniya-crest and Savan Dalasaniya authored Sep 25, 2024
1 parent 2a83f38 commit 4cbecda
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1967,7 +1967,7 @@
"width": "auto"
},
{
"field": "http.url",
"field": "http.defanged.url",
"width": "auto"
},
{
Expand Down
4 changes: 2 additions & 2 deletions palo_alto_cortex_xdr/assets/logs/palo-alto-cortex-xdr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,12 @@ pipeline:
preserveSource: false
overrideOnConflict: false
- type: attribute-remapper
name: Map `malicious_urls` to `http.url`
name: Map `malicious_urls` to `http.defanged.url`
enabled: true
sources:
- malicious_urls
sourceType: attribute
target: http.url
target: http.defanged.url
targetType: attribute
preserveSource: false
overrideOnConflict: false
Expand Down
Binary file modified palo_alto_cortex_xdr/images/palo_alto_cortex_xdr_alerts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified palo_alto_cortex_xdr/images/palo_alto_cortex_xdr_incidents.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4cbecda

Please sign in to comment.