(3) File Analysis And Sandboxing Flashcards

1
Q

What makes it difficult to analyze files for malicious content and activity?

A

Tools that attackers use often obfuscate bad content through packing and encryption, which makes it difficult to analyze files without taking addition action.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Describe how hashing can be used in file analysis

A

hashing can be used to compare possibly malicious or suspect files to original or good files. Tools such as tripwire, SHA256 or MD5 tools that Linux or PowerShell in Windows can be used to compare hashes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Describe how manually searching for strings can help with file analysis

A

Searching files for strings can be useful as well as recoverable text from binary files.

This can be helpful when you want to look at a compiled program like an executable so that you can determine what it may do.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does the Linux strings command do?

A

The Linux strings command searches through a file and shows strings in a readable list

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

When it comes to determining or discovering malicious activity, describe what sandboxes are

A

Sandboxes create a safe, calculated environment where you can run a bad file and application to figure out what they try to do and how they do it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the Joe Sandbox service?

A

Joe Sandbox is a commercial sandbox option that has a free option that one can use to test a lot of different situations, files, and parameters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Describe the Cuckoo Sandbox tool

A

Cuckoo Sandbox is an automated malware analysis tool that can be run as a self hosted tool.

It can analyze PDFs, Microsoft Office and other files and malicious websites

How well did you know this?
1
Not at all
2
3
4
5
Perfectly