Question

In: Computer Science

Can you please type, I will rate you well! Thank you! In this activity, you will...

Can you please type, I will rate you well! Thank you!

In this activity, you will be devising a Data Collection plan that describes how information on each asset will be collected.

Develop a Data Collection plan that can be used to perform Data Collection on the different assets in the Action Forensics organization. As you develop this plan you will have to make decisions based on your understanding of how the company works. Do not worry that you are making a wrong decision. For example, you may decide the owner of the 50 TB SAN is the network technician instead of the evidence custodian, or even one or more of the forensic investigators. What is important is that you document your reason for choosing one owner over another.

Based on your understanding of Action Forensics, identify what might be collected in the following areas:

  • Listings of Enterprise Applications
  • Listings of Databases
  • Software Inventory
  • Hardware Inventory
  • System Diagrams
  • Technical Design Documents

For each item that you identify, decide which of the following specific items should be collected:

  • Asset Name
  • System Name
  • Description of the System
  • Hostnames or IP Address
  • Vendor, if any
  • System Owner
  • Technical Support Contact
  • Department that uses the Asset
  • Description of Data
  • Classification of Data
  • Number of Records

Decide which of the following specific items should be collected for an application:

  • Operating System
  • Database

Decide which of the following specific items should be collected for a database:

  • Operating System
  • Applications Supported

Remember, the object of this activity is to develop the Data Collection plan, not to actually collect the data. Keep in mind that someone who has never performed Data Collection should be able to follow your plan with a minimum of questions

Solutions

Expert Solution

1.

In listings of enterprise applications, the data that can be collected includes following:

What are the different types of enterprise application, what type of domain these applications use or the way how things works, which application has the most liking and what features makes it so popular. What are the common users of those applications and upto what extent do they use these applications.

For listings of database:

The data can easily be represented in database which gives it a plus point to analyze and collect data easily from the databases. We can collect almost everything that we need if the database has entries for those fields. To calculate sum, average we can easily use commands. We can almost collect any kind of data from databases as long as there is a column for that name. We can also see what kind of databases are present.

Software Inventory:

The data that can be collected from a software inventory is that how it works what devices is it compatible with, with wat logic was it built and if there are any risks or drawbacks in the software, how much is this going to perform in the market and what properties are there in the software, is there anything new or is there some other software just like that or is the software better from it's previous version(if there exists one) or not. It can also give information about various applications used in IT environment, type, size, data and other related data of software installation.

Hardware Inventory:

The data that can be collected from a hardware inventory is that if it is working properly or not, which hardware is most used among various presents, how much old is the hardware, it's model no, manufacturer, storage capacity, system type, installation date, description, provides detail of computer based on their type like laptop, desktop etc. It also let's us know if the hardware is up to date or not.

Technical Design Document:

It is like a design blueprint. The type of data we can get from this, how to deal with some technical problem, product requirements, technical requirements, design, implementations.

2.

Asset Name: Listings of Enterprise Applications

System Name: Software Inventory

Description of the System: Software Inventory

Hostnames or IP Address: Hardware Inventory

Vendor, if any: Hardware Inventory

System Owner: Hardware Inventory

Technical Support Contact: Technical Design Documents

Department that uses the Asset: Listings of Enterprise Applications

Description of Data: Listings of Databases

Classification of Data: Listings of Databases

Number of Records: Listings of Databases

3.

For an application both operating system and database should be collected because in case of an application, before using it is important to know if it is compatible with the OS or not and when the application will run it will collect some data from users, for which there will be a requirement for some storage thing which a database can fulfill properly.

4.

Operating system as well as application supported should be given preference because if an application is collecting data in an unstructured form while the database is of structured data then issues will arise and operating system should also be considered because if the database file format is not supported in the operating system then there can be serious issues that can rise.


Related Solutions

Please type out answer for i can copy it. Need at least 175 words. Thank you...
Please type out answer for i can copy it. Need at least 175 words. Thank you very much. -Question Why are data manipulation, efficiency, and memory useful in programming? Provide specific examples for each.
Please type the answer for i can copy it. Thank you very much. -Question 1 Respond...
Please type the answer for i can copy it. Thank you very much. -Question 1 Respond to the following in a minimum of 175 words: Read the following pseudocode class definitions: Class Plant Public Module message() Display "I'm a plant." End Module End Class Class Tree Extends Plant Public Module message() Display "I'm a tree." End Module End Class -Question 2 Given these class definitions, determine what the following pseudocode will display: Declare Plant p Set p = New Tree()...
Can someone please explain these problems, I don't understand, please and thank you!! The patients in...
Can someone please explain these problems, I don't understand, please and thank you!! The patients in the Digoxin trial dataset can be considered a population of people suffering from heart failure. These patients were examined before the drug trial began, and their heart rate and blood pressure were recorded. The mean and standard deviation of the variables are listed below. Each variable follows a normal distribution. Heart rate (beats/min)                          μ = 78.8            σ = 12.66 Systolic blood pressure (mmHg)             μ...
Please explain to me the answers so that I can understand the concept. Thank you! You...
Please explain to me the answers so that I can understand the concept. Thank you! You must evaluate a proposal to buy a new milling machine. The purchase price of the milling machine, including shipping and installation costs, is $126,000, and the equipment will be fully depreciated at the time of purchase. The machine would be sold after 3 years for $85,000. The machine would require a $3,500 increase in net operating working capital (increased inventory less increased accounts payable)....
Please I can get a flowchart and a pseudocode for this java code. Thank you //import...
Please I can get a flowchart and a pseudocode for this java code. Thank you //import the required classes import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class BirthdayReminder {       public static void main(String[] args) throws IOException {        // declare the required variables String sName = null; String names[] = new String[10]; String birthDates[] = new String[10]; int count = 0; boolean flag = false; // to read values from the console BufferedReader dataIn = new BufferedReader(new...
Question: Can I get the code in Java for this assignment to compare? Please and thank you....
Question: Can I get the code in Java for this assignment to compare? Please and thank you. Can I get the code in Java for this assignment to compare? Please and thank you. Description Write a Java program to read data from a text file (file name given on command line), process the text file by performing the following: Print the total number of words in the file. Print the total number of unique words (case sensitive) in the file. Print...
Can you provide me with Verizons investment thesis? Thank you. I will rate 5 stars
Can you provide me with Verizons investment thesis? Thank you. I will rate 5 stars
Can you please write this in python and comment as well so I can understand what...
Can you please write this in python and comment as well so I can understand what yo are doing. Thank you. 1)Loop through list A, at each iteration, show the square root result of that element. Add proper text to your print function. A = [-4, 1, -16, 36, -49, 64, -128] 2)Create a counter variable, name it i and initialize it to 0. Using a for loop, count how many numbers are divisible by 3 in range of 1...
describe ovarian function please be specific and type. thank you!
describe ovarian function please be specific and type. thank you!
(Please show work so I can understand how you got to the answer - Thank you...
(Please show work so I can understand how you got to the answer - Thank you very much ) Via Gelato is a popular neighborhood gelato shop. The company has provided the following data concerning its operations: Fixed Element per Month Variable Element per Liter Actual Total for June Revenue $ 13.00 $ 72,540 Raw materials $ 4.75 $ 30,330 Wages $ 5,700 $ 1.50 $ 14,560 Utilities $ 1,730 $ 0.30 $ 3,800 Rent $ 2,700 $ 2,700 Insurance...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT