

InterviewSolution
Saved Bookmarks
1. |
Solve : Monitoring web activity? |
Answer» <html><body><p>Hello, if you know how to log web activity on a specified user and make the results appear in a notepad file please could you <a href="https://interviewquestions.tuteehub.com/tag/tell-1240910" style="font-weight:bold;" target="_blank" title="Click to know more about TELL">TELL</a> me. Also if you know how to make the batch file launch at start up that would be helpful as well, so far I have:<br/><em>@echo off<br/>echo. > log.txt<br/>echo Log File >> log.txt<br/>echo. >> log.txt<br/>echo User : %username% >> log.txt<br/>Date /t>>log.txt<br/>Time /t >> log.txt<br/>echo. >> log.txt<br/>echo Process Ran by %username% >> log.txt<br/>echo. >> log.txt<br/>qprocess >> log.txt<br/>echo. >> log.txt<br/>echo Network Activities >> log.txt<br/>netstat -s >> log.txt<br/>exit</em><br/>Thank you.<br/>*If possible please e-mail the response.I <a href="https://interviewquestions.tuteehub.com/tag/used-763273" style="font-weight:bold;" target="_blank" title="Click to know more about USED">USED</a> a tool called Wireshark which can export the monitoring results to a file which then can be analyzed further etc, although it requires you to manually start the capture process to monitor, and then end the capture, and then export the data which then can be viewed in raw text state or imported into other programs to refine further or build up proof that an employee wasnt doing their job and instead was playing farmville etc.<br/><br/>Generally from a HR <a href="https://interviewquestions.tuteehub.com/tag/perspective-1152362" style="font-weight:bold;" target="_blank" title="Click to know more about PERSPECTIVE">PERSPECTIVE</a> though, back when I was head of IT for a small business, I was advised to not build a case against someone who was in violation of use of Farmville and Facebook and instead to just block their ability to get to the sites that were not allowed. So I installed a Dell <a href="https://interviewquestions.tuteehub.com/tag/sonicwall-7326274" style="font-weight:bold;" target="_blank" title="Click to know more about SONICWALL">SONICWALL</a> and the problem was solved.</p></body></html> | |