Differential Acquisitions
Forensic Email Collector (FEC) supports differential acquisitions where the current acquisition can skip messages that were previously acquired in other acquisitions of the same target mailbox.
Differential acquisitions can be activated as shown in the screenshot below:
Differential Identifier Sources
FEC's differential acquisition workflow supports two types of differential message identifier sources:
1. FEC Projects
FEC will scan the specified Differential Acquisition Base Path, including any subfolders, and locate any FEC Projects where the same target mailbox as that of the current acquisition was targeted. The identifiers of any successfully-acquired messages in these previous acquisitions will be used to exclude those messages from the current acquisition.
2. Input Lists
FEC will scan the specified Differential Acquisition Base Path, including any subfolders, and locate any input lists named as <target>_DIFF.tsv. For example, if the target mailbox is jdoe@example.com, the corresponding differential input list would be named jdoe@example.com_DIFF.tsv.
The input list should be a tab-delimited text file and should contain the Service ID column as found in FEC's Downloaded Items Log. For IMAP acquisitions, the input list should also contain the Folder column from FEC's Downloaded Items Log. The presence of additional columns is allowed. Therefore, it is possible to use a renamed version of FEC's Downloaded Items Log (in TSV format), or a subset of it, as your input list.
The ability to use an input list instead of a full FEC project allows the following scenarios:
1. Using a list of identifiers from an external acquisition as the basis for a differential acquisition in FEC.
2. Excluding only a subset of a previous FEC acquisition from the current acquisition.
Differential Acquisition Reporting
When differential acquisition is enabled, FEC provides additional information in two areas:
1. Additional statistics are provided in the Acquisition Summary section of the Acquisition Log about how many differential IDs are imported and how many of them overlap with the current acquisition.
2. An additional log file named Diff_Excluded_Items is output inside the Logs folder. This file contains a list of items excluded due to differential acquisition and the corresponding differential identifier source (i.e., FEC project or input list).
Differential Batch Acquisitions
You can combine differential acquisitions with FEC's batch acquisition workflow. The Differential Acquisition Base Path you specify in the main project would be inherited by all the additional projects that are automatically created. However, when launched, each individual project would scan for differential message identifiers relevant for the target mailbox of that project only.