How should you approach a case in which an employee is suspected of industrial espionage?

What will be an ideal response?


ANSWER: An investigation of an employee suspected of industrial espionage can require the most work. Before initiating this type of investigation, make sure the organization, whether it’s a private company or a public agency, has set up rules of use and limitations of privacy rights, as described in Chapter 1. For these investigations, you might need to set up a surveillance camera to monitor the employee’s activities in the office. You might also need to plant a software or hardware keylogger (for capturing keystrokes remotely), and you need to engage the network administrator’s services to monitor Internet and network activities. In this situation, you might want to do a remote acquisition of the employee’s drive, and then use another tool to determine that peripheral devices have been accessed.

Computer Science & Information Technology

You might also like to view...

What will be printed after the following code is executed?

``` String str = "abc456"; int m = 0; while ( m < 6 ) { if (Character.isLetter(str.charAt(m))) System.out.print( Character.toUpperCase(str.charAt(m))); m++; } ``` a. abc456 b. ABC456 c. ABC d. 456

Computer Science & Information Technology

Find a Creator template that is similar to the type of game you have been working on and open it. Look at the scenes, and go inside the Actors—seeing which Behaviors are attached. How do the pieces fit together to create the game?

What will be an ideal response?

Computer Science & Information Technology

Windows stores web browsing information in a file called index.dat

Indicate whether the statement is true or false.

Computer Science & Information Technology

Numbers are usually keyed __________-aligned in a table.

A. left B. right C. center D. bottom

Computer Science & Information Technology