Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion analyzers/ValidateObservable/ValidateObservable.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"configurationItems": [],
"registration_required": false,
"subscription_required": false,
"free_subscription": false
"free_subscription": false,
"integration_type": "local"
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "AGPL-V3",
"description": "Add Tag saying that the case contains a risky DNS.",
"dataTypeList": ["thehive:case_artifact"],
"command": "DomainToolsIris_AddRiskyDNSTag/domaintoolsiris_responder.py",
"command": "DomainToolsIris/DomainToolsIris_add_risky_dns_tag.py",
"baseConfig": "DomainToolsIris",
"configurationItems": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "AGPL-V3",
"description": "Add Tag saying that the observable and case have a malicious tag in their Iris Tags.",
"dataTypeList": ["thehive:case_artifact"],
"command": "DomainToolsIris_CheckMaliciousTags/domaintoolsiris_responder.py",
"command": "DomainToolsIris/DomainToolsIris_check_malicious_tags.py",
"baseConfig": "DomainToolsIris",
"configurationItems": [
{
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "AGPL-V3",
"description": "Close alert in Zerofox",
"dataTypeList": ["thehive:case"],
"command": "ZEROFOX_Close_alert/ZEROFOX_Close_alert.py",
"command": "ZEROFOX/ZEROFOX_close_alert.py",
"baseConfig": "ZEROFOX",
"configurationItems": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "AGPL-V3",
"description": "Request for a takedown regarding the alert in Zerofox",
"dataTypeList": ["thehive:case"],
"command": "ZEROFOX_Takedown_request/ZEROFOX_Takedown_request.py",
"command": "ZEROFOX/ZEROFOX_takedown_request.py",
"baseConfig": "ZEROFOX",
"configurationItems": [
{
Expand Down
3 changes: 0 additions & 3 deletions responders/ZEROFOX_Takedown_request/requirements.txt

This file was deleted.