IPED
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...
I believe that the modifications in the case were only made to IPED-SearchApp.log. But I noticed that the file sleuth.db is being modified when opening the case for the first...
Copied from https://github.com/sepinf-inc/IPED/pull/2287#issuecomment-2423211691: About commit [ce22a6c](https://github.com/sepinf-inc/IPED/pull/2287/commits/ce22a6c3cc8a05dedd3f9468c9f5f5122fbef3c3), has anyone observed some new column in WA messages table with a name similar to "deleted" and values like "trash" or meaning that? A...
The ShareazaDownloadParserTest adds a test for the ShareazaDownloadParser class, ensuring it correctly parses download data and works reliably across different scenarios.
This was asked by an user today. It is a special instance of #52, but maybe we could include it before with a simple implementation.
The following error was presented by IPED 4.1.6 during the processing of evidence in E01 format (parts of the file names was replaced as they contained personal information): > 2024-09-11...
@hauck-jvsh noticed we are converting audios to 16Khz, but without resampling, what can give some unexpected results depending on original frequency. We should use mplayer resample parameter to guarantee audio...
I found 6 files with extension emulecollection in a shared folder. Searching the emule code, I found the classes that interprets them: https://github.com/pladaria/emule/blob/5b8388f03702f9b1eb68de859c1b7e1e0301af90/srchybrid/Collection.cpp But some of them did not follow...
Parses and extracts main info from the files with emulecollection format: https://github.com/pladaria/emule/blob/5b8388f03702f9b1eb68de859c1b7e1e0301af90/srchybrid/Collection.cpp Also, in case the file does not follow this spec, tries to extract ed2k link urls from the...