Something wrong with FTK's index search results

My friend she told me last week that FTK could not "see" keywords in a plain text files when doing index search. That‘s very interesting. I used to trust the search results of FTK, and I think there must be something wrong .

I have to do a test to see what‘s going on. A plain text file named "password.txt" is as below, and its code page is Traditional Chinese Big5.

It makes sense that both FTK and EnCase could hit keyword "密碼" in that plain text file.

Now the test result is not the same as what she told me, could I just say that she is wrong??? No, of course not, the test environment is on the NTFS Volume and I have to do another test on a FAT32 Volume. Guess what??? EnCase could hit the keyword in that plain text file, but FTK failed.

What if the same keyword in a Doc/Docx file on the FAT32 Volume? Now FTK could hit the keyword in the Doc/Docx file.

I try to figure out what‘s going on here. Correct me if any:

1. FTK supports lots of code page including "Big5".

2. FTK could index and search lots kind of file types including "plain text file".

3. FTK supports so many kind of file systems including "FAT32".

Now my question is:

Why FTK could not hit the keyword in the plain text file whose code page is Big5 lying on FAT32 Volume?

So what the hell is going on??? FTK must "see" the keywords in a plain text file or forensic guys will miss some very important clues like accounts and passwords. It‘s a very serious problem!

Something wrong with FTK's index search results

时间: 2024-07-31 14:32:43

Something wrong with FTK's index search results的相关文章

Does FTK index search support regular expression?

Some of my friends ask me a question: "Does FTK index search support regular expression?" They just participated in FTK Bootcamp last month, and they're trying to spend more time with FTK now. The answer is "Yes". FTK index search supp

Index downloads are disabled, search results may be incomplete.

If hit "Index downloads are disabled, search results may be incomplete." issue. "Window" --> "Preferences" and choose Maven in the left side. Now you have to check the box "Download repository index updates on startup

Something wrong with EnCase index search in Unallocated area

hi, My EnCase version is v7 and I found a terrible issue about index search in Unallocated area. Without Internet Evidence Finder I could not the truth of EnCase index search...Thanks God I use IEF to carve the evidence file and some webmail found..s

Eclipse使用Maven时出现:Index downloads are disabled, search results may be incomplete.问题解决

https://www.cnblogs.com/EasonJim/p/6674099.html 1.全局设置 [Windows]->[Preferences]->[Maven]->勾选[Download respository index updates on startup] 完成后重启eclipse,然后等待下载更新完即可. 2.单独设置 [Windows]->[Show View]->[Others]->[Maven]->[Maven Repositorie

【MAVEN】搜索错误“Index downloads are disabled,search results may be incomplete”

出现上面这个错误,需要将Maven的索引下载到本地. 应用后,在Window -> Show View -> Other -> Maven -> Maven Repositories 点击OK后,在 Global Repositories 下面,右击central进行索引: Maven的索引就有两三个G,比较大,建议在网络比较好的时候更新.

ES Index Search的理解

类型常用的也就这些了,还有一些类型大家可以参考官网,另外一个比较重的方面的就是分词了(analyzer),不管在目前任何检索系统是分词决定这检索 的查全与查准及索引的膨涨率等.在Es中analyzer的作用域也是从cluster.index.filed这三个作用域.Cluster的配置在配 置中讲过,下面以Field为主(另外具体的分词一些相关东西会在分词篇中讲) Analyzer,在Lucene中是一个分词器的概念,我们知道Es是建立在Lucene之上的,所以这里的Analzyer同样的也适用

solrCloud index search (图)

结合网上的资料,抄袭了几张图,记录下. 1.solrcloud-collection/shard/replica 1.Replica.Leader是core的角色,在index.search的过程中作用不同. 2.不同shard尽量分布在不同的solr节点上.solr上的core尽量分布“均匀”,确保负载平均. 2.solrCloud-index 1.将index请求发送到任意core上. 2.如果core是Replica,则转发到同shard的Leader上. 3.判断index到哪个分片上(

Oracle诡异结果调查备忘 - A investigation memo of weird Oracle database search results

最近需要维护一个差不多十多年前开发的ASP.Net程序,遇到了各种奇奇怪怪的问题,把其中比较难查明的问题记录如下: 问题一: 同样的SQL查询在不同服务器上查询结果不同.在QA环境下,结果完全正常,而在本地,部分字段值为DBNull. 这是一个很诡异的问题,当时唯一发现的规律是,出现DBNull值的字段为Clob类型.ASP.Net连接数据库的方式为OleDb,链接字符串中“Provider=OraOLEDB.Oracle.1”. 首先换为OracleClient,查询结果正常,问题似乎出在Ol

Lucene Index Search

转发自:  https://my.oschina.net/u/3777556/blog/1647031 什么是Lucene?? Lucene 是 apache 软件基金会发布的一个开放源代码的全文检索引擎工具包,由资深全文检索专家 Doug Cutting 所撰写,它是一个全文检索引擎的架构,提供了完整的创建索引和查询索引,以及部分文本分析的引擎. Lucene的目的是为软件开发人员提供一个简单易用的工具包,以方便在目标系统中实现全文检索的功能,或者是以此为基础建立起完整的全文检索引擎,Luce