Coder Social home page Coder Social logo

pilot006 / webhook-url-observer Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 13 KB

Chrome extension to log visited websites via webhook. Example destinations can be something like a SIEM or a log analytics platform.

License: Apache License 2.0

JavaScript 86.46% HTML 13.54%

webhook-url-observer's Introduction

Webhook URL Observer Chrome Extension

Overview

This experiment was born from a desire to get full URL telemetry into my SIEM (Chronicle SecOps), but not wanting to go through the drama of setting up Squid Proxy. With this extension, you can configure it to send a webhook for each URL that is visited. To experiment, you can use a free service like webhook.site.

Pre-requisities

  • You must sign-in to the Chrome browser. This is required for generating the telemetry
  • Comfortable with loading unpacked extensions within the browser.

Installation

  1. Download the code from this repo.
  2. Access the extensions page by navigating to chrome://extensions/
  3. Click on Load unpacked and choose the folder where you unzipped the contents of the repo
  4. Configure the webhook URL to send to under the extensions options.
  5. Once saved, as long as your are signed in and the webhook URL is configured, you should start instantly receiving telemetry.

Example Webhook Payload/Log

{
    "timestamp": "2024-04-16T13:07:34.113Z",
    "user": "[email protected]",
    "app_name": "Webhook URL Observer",
    "url": "https://cloud.google.com/security/products/security-operations",
    "method": "POST"
}

webhook-url-observer's People

Contributors

pilot006 avatar

Stargazers

Gary Oppel avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.