Community-driven, transparent watchlist of suspicious Hive accounts & DMCA URLs; a reference for scam, AML, and DMCA monitoring
Watchmen is a simple repository for collecting and sharing lists of Hive accounts (and specific post URLs) that have been flagged for potential fraud, money laundering, or copyright issues. Contributors can add raw input files, which will later be processed and published in various formats.
Use our community-run gitlab instance to contribute: https://gitlab.syncad.com/hive/watchmen
Accounts on Steem 💩™, or any other fork are not covered by this watchlist. Always assume non-Hive–native accounts are untrustworthy.
.
├── input/
│ ├── ecency/
│ │ └── <your‐files‐here>
│ ├── hiveabuse/
│ │ └── <your‐files‐here>
│ └── …
├── output/ # (generated automatically by pipelines)
│ ├── flat/
│ ├── json/
│ └── csv/
├── scripts/ # (scripts for processing inputs)
│ └── …
├── schemas/ # (optional validation schemas)
│ └── …
├── README.md
└── LICENSE
- If you have any raw input files (e.g., CSVs or JSON feeds from a third‐party service), place them under:
input/<provider_name>/for exampleinput/ecency/bad-actors.json
Entries are community‐submitted and may not be 100% accurate. Downstream consumers (exchanges, dApps) should verify before taking any permanent blocking actions. Corrections and removals can be requested via issues or pull requests. Operated purely on AS_IS_OR_GTFO basis.
This project is licensed under the MIT License. See LICENSE for details.