Skip to content

Commit

Permalink
#172 Add url in JoeSandbox configuration item
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Feb 22, 2018
1 parent 7fe42a3 commit cf95613
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions analyzers/JoeSandbox/JoeSandbox_File_Analysis_Inet.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
"service": "file_analysis_inet"
},
"configurationItems": [
{
"name": "url",
"description": "URL of JoeSandbox service",
"type": "string",
"multi": false,
"required": true
},
{
"name": "key",
"description": "API key",
Expand Down
7 changes: 7 additions & 0 deletions analyzers/JoeSandbox/JoeSandbox_File_Analysis_Noinet.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
"service": "file_analysis_noinet"
},
"configurationItems": [
{
"name": "url",
"description": "URL of JoeSandbox service",
"type": "string",
"multi": false,
"required": true
},
{
"name": "key",
"description": "API key",
Expand Down
7 changes: 7 additions & 0 deletions analyzers/JoeSandbox/JoeSandbox_Url_Analysis.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
"service": "url_analysis"
},
"configurationItems": [
{
"name": "url",
"description": "URL of JoeSandbox service",
"type": "string",
"multi": false,
"required": true
},
{
"name": "key",
"description": "API key",
Expand Down

0 comments on commit cf95613

Please sign in to comment.