Skip to content

Commit

Permalink
JSB with doc
Browse files Browse the repository at this point in the history
  • Loading branch information
iamELG committed Sep 2, 2021
1 parent 9933d90 commit 541afb1
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 96 deletions.
23 changes: 20 additions & 3 deletions analyzers/JoeSandbox/JoeSandbox_File_Analysis_Inet.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,38 @@
"required": true,
"defaultValue": false
},
{
{
"name": "images",
"description": "Allow images in the report",
"type": "boolean",
"multi": false,
"required": true,
"defaultValue": false
},
{
{
"name": "observables",
"description": "Creat observables form report",
"type": "boolean",
"multi": false,
"required": true,
"defaultValue": false
}
}
],
"registration_required": true,
"subscription_required": true,

"screenshots": [
{
"path": "assets/HTML_report.png",
"caption": "EmlParser: HTML report"
},
{
"path": "assets/images_preview.png",
"caption": "EmlParser: images preview"
},
{
"path": "assets/IP_URL.png",
"caption": "EmlParser: IP and URL"
}
]
}
15 changes: 14 additions & 1 deletion analyzers/JoeSandbox/JoeSandbox_File_Analysis_Noinet.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,18 @@
"required": true,
"defaultValue": false
}
]
],
"registration_required": true,
"subscription_required": true,

"screenshots": [
{
"path": "assets/HTML_report.png",
"caption": "EmlParser: HTML report"
},
{
"path": "assets/images_preview.png",
"caption": "EmlParser: images preview"
}
]
}

This file was deleted.

This file was deleted.

12 changes: 12 additions & 0 deletions analyzers/JoeSandbox/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
### Joe SandBox

With the version 3.0 this analyzer allow you to have:
- the HTML report as an observable
- the screenshot from Joe Sandbox in the analysis report
- IP and URL as observable


This analyzer has 3 flavors:
- URL analysis
- File analysis inet
- File analysis noinet
Binary file added analyzers/JoeSandbox/assets/HTML_report.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 added analyzers/JoeSandbox/assets/IP_URL.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 added analyzers/JoeSandbox/assets/images_preview.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 541afb1

Please sign in to comment.