SentinelOne Hunter

SentinelOne Hunter

Hunter works with SentinelOne Deep Visibility to hunt for indicators of interest, captured right from your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SentinelOne Hunter",
  "version": "2.3.0",
  "permissions": [
    "tabs",
    "activeTab",
    "storage"
  ],
  "background": {
    "page": "index.html",
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content-script-es2015.js",
        "runtime-es2015.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "SentinelOne Hunter",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "assets/images/16.png",
    "32": "assets/images/32.png",
    "48": "assets/images/48.png",
    "128": "assets/images/128.png"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self'; connect-src https: http:; font-src 'self' https://fonts.gstatic.com; media-src 'self'; frame-src 'self'; child-src 'none'; form-action 'none'; frame-ancestors 'none'; base-uri 'none'; worker-src 'self'; upgrade-insecure-requests;",
  "description": "Hunter works with SentinelOne Deep Visibility to hunt for indicators of interest, captured right from your browser."
}