Refine your search:

Can I use Splunk to do forensics on Microsoft Communicator and other IM platforms

asked 02 Jun '10, 20:23

rwilbert's gravatar image

rwilbert
11
accept rate: 0%


2 Answers:

What exactly do you mean by forensics? Do you mean index individual chat logs?

You could query the chat logs stored in the underlying Communicator SQL database using a scripted input if you have sufficient admin privileges on the Communicator server. The data you would be indexing would be "non-traditional" data for Splunk since it would be fairly free form compared to typical log data, but it would index and be searchable as text output from a scripted input that queried the database.

As to other IM platforms individual chat clients sometimes store chat logs as plain txt files on the local system. If you have Splunk installed locally on the system and knew the directory of the chat logs, Splunk could index them. It would again be "non-traditional" input, but text files index quite easily.

link

answered 03 Jun '10, 06:36

DrewO's gravatar image

DrewO
1124
accept rate: 11%

I don't know about other IM platforms but with Office Communications Server (server component for Communicator) you need to enable Call Detail Recording. Otherwise, OCS will not record the data you're looking for. With CDR you have the option of collecting just utilization stats or archiving entire IM conversations.

Then it's just a matter of writing a script to export the data from the SQL database CDR stores them in.

link

answered 12 Aug '10, 13:21

erga00's gravatar image

erga00
19818
accept rate: 50%

Post your answer
toggle preview

Follow this question

Log In to enable email subscriptions

RSS:

Answers

Answers + Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×326

Asked: 02 Jun '10, 20:23

Seen: 1,297 times

Last updated: 04 Nov '10, 16:22

Copyright © 2005-2012 Splunk, Inc. All rights reserved.