Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 2 / 4
77 results tagged monitoring  ✕   ✕
norasector/turbine https://github.com/norasector/turbine
Wed 09 Feb 2022 04:07:07 PM PST archive.org

Turbine is the SDR software for NoraSector. It's designed to capture and stream all frequencies in a trunked radio system. It is capable of decoding multiple systems concurrently, even different system types, provided they all fall within the same sample bandwidth generated by the radio and there's enough CPU available.

It's built with the expectation that it uses a single SDR that is able to capture the bandwidth containing all frequencies in the system.

All audio is encoded using the Opus codec for compatibility with WebRTC and output over UDP.

Designed for big-bore SDRs, like the HackRF. You won't get an RTL-SDR working with this (even though I tagged it with that to make it easier to find).

go rf rtlsdr scanner monitoring sousveillance trunking
t0xic0der/sysmon https://github.com/t0xic0der/sysmon
Wed 09 Feb 2022 03:54:40 PM PST archive.org

An intuitive remotely-accessible system performance monitoring and task management tool for servers and headless Raspberry Pi setups.

  • For people having home or enterprise servers with lower system specifications and complexity
  • For people having headless setup of Raspberry Pi (or any other single board computer of the kind)
  • For people looking for a relatively easy-to-understand and user-friendly system management tool
  • For people wanting to control devices from mobile phones, chromebooks and smart TVs (with browser)
python webapps monitoring raspi sysadmin
AIDE - Advanced Intrusion Detection Environment https://github.com/aide/aide
Thu 20 Jan 2022 12:11:02 PM PST archive.org

AIDE is a tool for monitoring file system changes. It can be used to detect unauthorized monitored files and directories. AIDE was written to be a simple and free alternative to Tripwire.

Much more lightweight than the more commonly used solutions for this problem these days.

Packaged by just about every distro these days.

linux aide filesystem monitoring infosec sysadmin
Guenael/rtlsdr-wsprd https://github.com/Guenael/rtlsdr-wsprd
Wed 01 Dec 2021 03:17:22 PM PST archive.org

This non-interactive application allows automatic reporting of WSPR spots on WSPRnet. The idea is to allow the use of small computer like RaspberryPi or Beaglebone boards, with a simple daemon. This kind of very lightweight setup could run continuously without maintenance and help to increase the WSPR network. The code is massively based on Steven Franke (K9AN) implementation and Joe Taylor (K1JT) work. This code was originally written for AirSpy receiver.

C hamradio rtlsdr rf monitoring
jacatbay/huginn_mqtt_subscriber_agent https://github.com/jacatbay/huginn_mqtt_subscriber_agent
Thu 25 Nov 2021 02:51:12 PM PST archive.org

Huginn's native mqtt agent (subscribe only) re-implemented as a LongRunnable. Simply choose a topic (think email subject line) to listen to, and configure your service. Many services run mqtts (mqtt over SSL) often with a custom certificate. You'll want to download their cert and install it locally, specifying the certificate_path configuration.

exocortex huginn ruby agent mqtt monitoring
Unending/huginn_threshold_agent https://github.com/Unending/huginn_threshold_agent
Thu 25 Nov 2021 02:38:37 PM PST archive.org

The Threshold Agent is a conditional change detector, it emits events when a specified value is exceeded. Unlike the change detector agent each new event updates the last_property value to which the new value is compared, event when no new event is emitted.

exocortex huginn ruby agent monitoring
hihouhou/huginn_fear_and_greed_index_agent https://github.com/hihouhou/huginn_fear_and_greed_index_agent
Thu 25 Nov 2021 02:37:27 PM PST archive.org

This agent fetches fear and greed index for BTC and creates an event by notification. Uses the alternative.me REST API.

exocortex huginn ruby agent cryptocurrency monitoring firefly
akilism/huginn-SunlightLegislatorAgent https://github.com/akilism/huginn-SunlightLegislatorAgent
Thu 25 Nov 2021 02:29:28 PM PST archive.org

The SunlightLegislatorAgent uses the Sunlight Foundation Congress API to track the actions of a legislator. Will report back on any votes made, or actions on bills sponsored or cosponsored by the legislator.

You need a Sunlight Foundation API Token: http://sunlightfoundation.com/api/

You need to provide a legislator_bioguide_id for the legislator you wish to keep tabs on.

exocortex huginn ruby agent government monitoring representatives
anderskm/gputil https://github.com/anderskm/gputil
Fri 12 Nov 2021 02:26:07 PM PST archive.org

GPUtil is a Python module for getting the GPU status from NVIDA GPUs using nvidia-smi. GPUtil locates all GPUs on the computer, determines their availablity and returns a ordered list of available GPUs. Availablity is based upon the current memory consumption and load of each GPU. The module is written with GPU selection for Deep Learning in mind, but it is not task/library specific and it can be applied to any task, where it may be useful to identify available GPUs.

nvidia-smi aside, all of its dependencies are in the basic Python install.

python module gpu monitoring exocortex systembot
Fullhunt https://fullhunt.io/
Sun 31 Oct 2021 06:37:41 PM PDT archive.org

FullHunt is the attack surface database of the entire Internet. FullHunt enables companies to discover all of their attack surfaces, monitor them for exposure, and continuously scan them for the latest security vulnerabilities. All, in a single platform, and more. Seems to share functionality with SHODAN in this regard.

REST API: https://api-docs.fullhunt.io/

Free tier: API access, 1K searches per month, 30 results, basic search filters.

infosec rest api scanning monitoring exocortex
linux-nvme/nvme-cli https://github.com/linux-nvme/nvme-cli
Tue 05 Oct 2021 08:01:26 PM PDT archive.org

NVM-Express user space tooling for Linux. Works like smartctl, but is nVME specific. Gives you much the same information.

In the Arch Community package repo.

linux nvme storage cli utility sysadmin monitoring
Climate Accountability Institute - Carbon Majors https://climateaccountability.org/carbonmajors.html
Wed 18 Aug 2021 07:02:41 PM PDT archive.org
opendata climate data monitoring download
mverleun/RTL433-to-mqtt https://github.com/mverleun/RTL433-to-mqtt
Tue 20 Apr 2021 02:39:35 PM PDT archive.org

This small script is a cheap and easy way to start with IoT projects. By using the great rtl_433 software and a cheap RTL-SDR receiver it will listen to all kinds of devices transmitting at the 433,92 Mhz frequency.

Quite likely it will receive information from weather stations in your area, if you don't own one, your neighbours might! It will also receive signals from remote controls that are popular to use to control the lights.

The gateway will receive information from the SDR receiver and publish them in JSON format to the topic sensors/rtl_433. (Without the slash!)

Subtopics are created from this JSON line allowing to easily subscribe to specific sensors.

Requires the rtl_433 utility as its data source.

rf rtlsdr iot monitoring exocortex data python mqtt
spoonbill.io http://spoonbill.io/
Tue 09 Feb 2021 09:41:37 PM PST archive.org

A service which tracks changes to Twitter profiles, name changes, pinned tweet changes... authenticate with Twitter or Github.

Every user account has its onw RSS feed, incidentally.

twitter osint changes profiles rss monitoring
websdr.org http://www.websdr.org/
Wed 20 Jan 2021 12:45:09 PM PST archive.org

A WebSDR is a Software-Defined Radio receiver connected to the internet, allowing many listeners to listen and tune it simultaneously. SDR technology makes it possible that all listeners tune independently, and thus listen to different signals; this is in contrast to the many classical receivers that are already available via the internet. WebSDR servers can register themselves automatically on this site, leading to the below list of currently active WebSDR servers.

Anyone can access any of the SDRs listed on this site and listen in.

directory online rtlsdr rf monitoring shortwave
KasperskyLab/TinyCheck https://github.com/KasperskyLab/TinyCheck
Thu 03 Dec 2020 05:06:10 PM PST archive.org

TinyCheck allows you to easily capture network communications from a smartphone or any device which can be associated to a Wi-Fi access point in order to quickly analyze them. This can be used to check if any suspect or malicious communication is outgoing from a smartphone, by using heuristics or specific Indicators of Compromise (IoCs). In order to make it working, you need a computer with a Debian-like operating system and two Wi-Fi interfaces. The best choice is to use a Raspberry Pi (2+) a Wi-Fi dongle and a small touch screen. This tiny configuration (for less than $50) allows you to tap any Wi-Fi device, anywhere.

infosec wifi mitm monitoring raspi malware surveillance mobile
GitHub - rhodey/radiowitness: P25 public safety radio archive with a web application and support for cryptographically authenticated mirrors through Dat Protocol. https://github.com/rhodey/radiowitness
Mon 16 Nov 2020 01:35:50 PM PST archive.org

RadioWitness is a P25 public safety radio archive with a web application and support for cryptographically authenticated mirrors through Dat Protocol. Running this software requires two or more RTLSDR radios and one or more local P25 "Phase 1" public safety radio networks.

It looks like reading through the documentation alone will help in building a trunk tracker.

radio monitoring p25 archival rtlsdr scanner
GitHub - aristocratos/bpytop: Linux/OSX/FreeBSD resource monitor https://github.com/aristocratos/bpytop
Mon 09 Nov 2020 01:05:56 PM PST archive.org

Resource monitor that shows usage and stats for processor, memory, disks, network and processes. Full mouse support, all buttons with a highlighted key is clickable and mouse scroll works in process list and menu boxes. Autoscaling graphs. Everything is text mode. Skinnable.

sysadmin monitoring python cli interactive
GitHub - merbanan/rtl_433: Program to decode radio transmissions from devices on the ISM bands (and other frequencies) https://github.com/merbanan/rtl_433
Fri 02 Oct 2020 02:24:40 PM PDT archive.org

rtl_433 is a generic data receiver, mainly for the 433.92 MHz, 868 MHz (SRD), 315 MHz, 345 MHz, and 915 MHz ISM bands. rtl_433 is written in portable C (C99 standard) and known to compile on Linux (also embedded), MacOS, and Windows systems. Older compilers and toolchains are supported as a key-goal. Low resource consumption and very few dependencies allow rtl_433 to run on embedded hardware like (repurposed) routers. Systems with 32-bit i686 and 64-bit x86-64 as well as (embedded) ARM, like the Raspberry Pi and PlutoSDR are well supported.

rtlsdr rf scanner decoder monitoring exocortex
GitHub - orhun/kmon: Linux Kernel Manager and Activity Monitor 🐧💻 https://github.com/orhun/kmon
Thu 01 Oct 2020 01:25:59 PM PDT archive.org

kmon provides a text-based user interface for managing the Linux kernel modules and monitoring the kernel activities. By managing, it means loading, unloading, blacklisting and showing the information of a module. These updates in the kernel modules, logs about the hardware and other kernel messages can be tracked with the real-time activity monitor in kmon. Since the usage of different tools like dmesg and kmod are required for these tasks in Linux, kmon aims to gather them in a single terminal window and facilitate the usage as much as possible while keeping the functionality.

It's in the Arch community package repository.

cli sysadmin linux kernel utility monitoring rust
page 2 / 4
4980 links, including 377 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn