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...
Change timeline desing to support event types grouping, like WinEvtx, filesystem MACD , P2P etc. This could be used for: - Filter out unimportant eventtypes that overloads timechart and timeline...
Implements support for items with multi valued locations metadata. Highlight/selection are done based on item, i. e., when one item is highlighted all correspondent marks on map are highlighted, and...
Implementations of IBookmark and IMultiBookmark that uses RoaringBitmap internally. The old implementation was kept to keep compatibility with saved bookmarks. So, the new implementation can be loaded from old saved...
I would like to ask for a new feature. It would be a parserr for the vlc-qt-interface.ini file, that has data like the most recent opened files with the application....
# VLC INI Parser App Suggestion for improvement of [Issue #2034](https://github.com/sepinf-inc/IPED/issues/2034) regarding a new analysis feature for the vlc-qt-interface.ini file, extracting information about recently opened files.
Closes #1978 CertificateParser was refactored to extract certificates as subitems. So it can be used in conjunction with tika PKCS7Parser. Tika PKCS7Parser ignores any certificate information, extracting only the content...
I have just reviewed Pkcs7Parser code from tika. Pkcs7 is a container spec to hold content and its signature info in same file/stream. Pkcs7Parser of tika only strips/ignores the signature...
While implementing a solution for #43, it was found that the maps Aleapp plugin extracted 2 locations per item that represents google maps direction (to and from). The implementation of...
Reported by an user, `enableExternalParsing = true` didn't work around the issue. After taking a look at the heap dump sent by her, 1 MemoryCache object used ~23GB of heap,...
Closes #2078