Monitors and generates a report for changes in reports from Cyberbro
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
cwatch
A simple tool to regurarly run queries against cyberbro and generate a report.
Configuration
Create a directory where you like to store your configuration and database. Create a configuration file named cwatch.toml in that directory, an example is available below.
[iocs]
domains = [ "example.com", "example.net" ]
[cyberbro]
url = "http://127.0.0.1:5000"
engines = ["reverse_dns", "rdap", "ipquery", "abuseipdb", "ipinfo", "virustotal", "spur", "google_safe_browsing", "shodan", "phishtank", "threatfox", "urlscan", "google", "github", "ioc_one_html", "ioc_one_pdf", "abusix"]
[osint]
header = "Report for example.com"
footer = ""
ignore_engines = ["$delete", "reverse_dns", "ipquery", "ipinfo", "urlscan", "spur" ]
report = true
simple = false
verbose = false
DB_FILE = "cwatch.db"
Change domains to the domains (or hosts) you like to monitor.
Install
Run the following in the directory where you have placed cwatch.toml.
uv venv
uv pip install cwatch
uv run cwatch
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cwatch-0.0.5.tar.gz.
File metadata
- Download URL: cwatch-0.0.5.tar.gz
- Upload date:
- Size: 15.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cfea809111ec92492b63d8f20c7f3de8427b37e33ed81f0343bcc3169ac845de
|
|
| MD5 |
df78bd57eb18ab76b291a978ced4d475
|
|
| BLAKE2b-256 |
0f21ba381f92d04816f6e43191f9dedad973421b1a3216a0776fe03fc180a56e
|
File details
Details for the file cwatch-0.0.5-py3-none-any.whl.
File metadata
- Download URL: cwatch-0.0.5-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c70800e322c3ef2ed38a292ba1a1f2b587850769dbbd471ebe767c796aff9c6
|
|
| MD5 |
2c8396c3a98cf9d492d2926073659e2d
|
|
| BLAKE2b-256 |
c7074953e77809307c140b1723780a82cfc1190778d3795a9e495b9308a53885
|