Brown Tour

Brown has 4 tabs as below:

Four Tabs of Browns

  • Home
  • It is a server side rendered page that contains all the information about the website architecture

  • CRUD
  • It is a client side rendered page that allows user to create, read, update and delete IOCs. The input boxes have JSON validation check that turns the text green on good JSON

  • Search
  • It is a client side rendered page. Search tab allows use to search for ioc in case files. Using drop downs a user can search for different versions of a ioc set

  • Visualize
  • It is a client side rendered page. It lets user to see the timeline of a case and a bar chart view for case's create, read, update and write count

  • Subscribe
  • It is a client side rendered page that lets user subscribe to receive alert via email and/or sms.

Example for CRUD interface

Create

 {"caseName":"APT222", "ioc": "ylio.exe", "ioctype":"file"}  

Read

 {"caseName": "APT222"} 

Modify

 {"caseName": "APT222", "fromValue": "ylio.exe", "toValue":"1.2.3.4", "iocType":"ip"} 

Delete

 {"caseName": "APT222", "iocToDelete": "1.2.3.4"} 

For PWA

 /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome
  --user-data-dir=/Users/{username}/Downloads/deleteme/
  --ignore-certificate-errors
  --unsafely-treat-insecure-origin-as-secure=https://ele-one-brown.com:7777/