-
Notifications
You must be signed in to change notification settings - Fork 385
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#1110 update with detailed information about extracted observables
- Loading branch information
1 parent
eb37a3f
commit 5ef7c05
Showing
1 changed file
with
18 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,23 @@ | ||
This Analyzer allows you to view the content of an email without opening it in a dedicated application. | ||
|
||
This programs gathers headers, message content, files, gives access to the raw message and extracts following observables: | ||
|
||
- email addresses from headers | ||
- IP addresses and hostnames from headers | ||
- URLs found in plain text and html content | ||
- filenames and Files attached | ||
|
||
Extracted observables are enriched with tags giving context. | ||
|
||
### Email visualisation | ||
Starting with version 2.0, this analyzer allows analysts to have an overview of the HTML rendered email. The program creates a screenshot of html parts of the message, inline and attachment parts. | ||
An option permits to get an overview of the HTML rendered email. The program creates a screenshot of html parts of the message, inline and attachment parts. | ||
By default, this option is **not** enabled. To proceed, the Analyzer requires the program `wkhtmltoimage` beeing installed on the system. | ||
|
||
#### Requirements | ||
`wkhtmltopdf` program is required. DEB and RPM packages exist. | ||
Once installed, in Cortex, configure the Analyzer accordingly : | ||
When enabled, the Analyzer tries to render the html included in the email. If it fails, a dedicated message is displayed. | ||
|
||
- set the parameter `email_visualisation` to true. | ||
- If needed, replace the default value of the `wkhtmltoimage` program path in the parameter `wkhtmltoimage_path`. | ||
### Requirements | ||
`wkhtmltopdf` program is required to enable visualisation. DEB and RPM packages exist. | ||
Once installed, in Cortex, configure the Analyzer accordingly : | ||
|
||
- set the parameter `email_visualisation` to true. | ||
- If needed, replace the default value of the `wkhtmltoimage` program path in the parameter `wkhtmltoimage_path` (the default value suits the docker image of the Analyzer). |