Skip to content

sover02/ta-litter-robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ta-litter-robot

A Splunk App for getting data from your Robot Litter Box!

How to use:

  1. Install the App on a Forwarder.

  2. Create the litter-robot index and enable the input scripted input.

  3. Get x-api-key from the Litter Robot Connect App. Hell if I know how they translate the credentials into the JWT and then into the x-api-key, but you can use burpsuite or some other web proxy solution to intercept web traffic between the app and the CloudFront API.
    Resources:

  4. Add x-api token to state file. Copy or rename state.example to state. Add in your x-api token. It should look something like:

[auth]
x-api-key = sesks4saFEdlk332klssSDSKGAar
  1. Install the App on Search Heads.
  • Coming Soon - Alert: run_cycle.py

Example Output:

(venv)whisper:litter-robot david$ python activity.py 

{
"timestamp": "2017-12-16T23:44:38.689644", 
"unitStatus": "RDY", 
"litterRobotId": "3434lddaseb3c9"
}
{
"timestamp": "2017-12-16T23:46:43.766606", 
"unitStatus": "CCP", 
"litterRobotId": "3434lddaseb3c9"
}
{
"timestamp": "2017-12-16T23:46:51.379723", 
"unitStatus": "CST", 
"litterRobotId": "3434lddaseb3c9"
}
{
"timestamp": "2017-12-16T23:46:57.705861", 
"unitStatus": "CCC", 
"litterRobotId": "3434lddaseb3c9"
}

Screenshots

Raw Events Raw Events

Lookup Table with Types of Litter Robot Events Lookup Table with Types of Litter Robot Events

Robot Events Tracked over Time Robot Events Tracked over Time

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published