Skip to content

Commit

Permalink
testing release
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloperezj committed May 7, 2024
1 parent 8b1a15e commit 02ef74f
Show file tree
Hide file tree
Showing 47 changed files with 14,131 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Packs/GoogleThreatIntelligence/.pack-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[file:GoogleThreatIntelligence_image.png]
ignore=IM111

[known_words]
virustotal
livehunt
retrohunt
3 changes: 3 additions & 0 deletions Packs/GoogleThreatIntelligence/.secrets-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
https://us-cert.cisa.gov
https://fake
https://vt_is_awesome.com
Binary file added Packs/GoogleThreatIntelligence/Author_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions Packs/GoogleThreatIntelligence/CONTRIBUTORS.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[
"VirusTotal Integration Team"
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"description": "A mapper of VirusTotal Intelligence LiveHunt Notification",
"feed": false,
"id": "VirusTotal Intelligence LiveHunt Notification",
"mapping": {
"VirusTotal Intelligence LiveHunt Notification": {
"dontMapEventToLabels": true,
"internalMapping": {
"Alert ID": {
"complex": null,
"simple": "id"
},
"Country": {
"complex": null,
"simple": "attributes.source_country"
},
"File Hash": {
"complex": {
"accessor": "",
"filters": [
[
{
"ignoreCase": false,
"left": {
"isContext": true,
"value": {
"complex": null,
"simple": "attributes.tags"
}
},
"operator": "stringHasLength",
"right": {
"isContext": false,
"value": {
"complex": null,
"simple": "64"
}
}
}
]
],
"root": "attributes.tags",
"transformers": []
},
"simple": ""
},
"Rule Name": {
"complex": null,
"simple": "attributes.rule_name"
},
"Tags": {
"complex": null,
"simple": "attributes.tags"
}
}
},
"dbot_classification_incident_type_all": {
"dontMapEventToLabels": false,
"internalMapping": {}
}
},
"name": "VirusTotal Intelligence LiveHunt Notification",
"type": "mapping-incoming",
"version": -1,
"fromVersion": "6.0.0"
}
Loading

0 comments on commit 02ef74f

Please sign in to comment.