How does the Known File Filter program work?

What will be an ideal response?


ANSWER: AccessData has its own hashing database, Known File Filter (KFF), which is available only with FTK. KFF filters known program files, such as winword.exe, from view and contains the hash values of known illegal files, such as child pornography. It then compares known file hash values with files on your evidence drive or image files to see whether they contain suspicious data. Periodically, AccessData updates these known hash values and posts an updated KFF.

Computer Science & Information Technology

You might also like to view...

What is the space complexity of the following program?

double a = 0, b = 0; for (int x = 0; x <= M; x++ ) { a += Math.random(); } for (int x = 0; x <= N; x++ ) { b += Math.random(); } a. O(1) b. O(N+M) c. O(N*M) d. O(N)

Computer Science & Information Technology

In order to make your presentation more interesting, you should use a different transition effect for each slide

Indicate whether the statement is true or false

Computer Science & Information Technology

What is the maximum length of a FlexStack or FlexStack Plus Cable?

A. 5 meters B. 10 meters C. 3 meters D. 1 meter

Computer Science & Information Technology

To apply a transformation that involves a named template using Saxon in Java command line mode, enter the command _____ within a command prompt window.

A. ?java net.sf.saxon.Transform -it:template style -o:output B. ?java net.sf.saxon.Transform -t:template style -o:output C. ?java net.sf.saxon.Transform template style -o:output D. ?java net.sf.saxon.Transform -i:template style -o:output

Computer Science & Information Technology