IPED icon indicating copy to clipboard operation
IPED copied to clipboard

IPED Digital Forensic Tool. It is an open source software that can be used to process and analyze digital evidence, often seized at crime scenes by law enforcement or in a corporate investigation by p...

Results 286 IPED issues
Sort by recently updated
recently updated
newest added

Parser to android backup files (*.ab), like the ones created by Cellebrite.

enhancement

Lucene's [StandardQueryParser](https://lucene.apache.org/core/9_2_0/queryparser/org/apache/lucene/queryparser/flexible/standard/StandardQueryParser.html) doesn't allow to use wildcards into phrase queries (queries with double quotes). [ComplexPhraseQueryParser](https://lucene.apache.org/core/9_2_0//queryparser/org/apache/lucene/queryparser/complexPhrase/ComplexPhraseQueryParser.html) would allow users to search for queries like `"(john jon jonathan~) peters*"`. An old idea...

enhancement

Currently the report creation from UI uses java default min/max heap size. In some environments with few memory (e.g. 8GB) users are not able to create reports from large cases...

enhancement

Some advanced regex may include more than 2 groups, being some of the groups used only to filter the result, containing no useful information. So, the use of the named...

enhancement

Related to #2028 Processing some UFDR files generated by Physical Analyzer 8, some new items were found with the following mimetypes: ``` application/x-ufed-riskexposurecategoryinfo application/x-ufed-riskexposureinfo application/x-ufed-providercryptoanalysisresult application/x-ufed-financialasset application/x-ufed-deviceinfoentry ``` Similar to...

enhancement

The PR export the entire case (along with the evidences) to a folder chosen by the user.

That was asked by an user today. Maybe the Message\-Body column can be used instead of the audio\:transcription one.

enhancement

### Discussed in https://github.com/sepinf-inc/IPED/discussions/2039 Originally posted by **patrickdalla** January 2, 2024 Hi @wladimirleite , I'm back to work after my licences/vacation. I opened this discussion based on the performance issue...

enhancement

If two or more cases with bookmarks with same name, but some different properties like comment, color and shortcut are opened inside a multicase IPED opening, one of this bookmark...

bug

Allows you to index videos recorded on a DVR with the Hikvision, WFS and DHFS file system. This PR will need a lot of work. It turns off several flags...