surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
3 rows where ledger = "sv:forensics:grayshift" and state = "KS" sorted by amount descending
This data as json, CSV (advanced)
Suggested facets: spend_date (date)
| Link | rowid | vendor | city | state | spend_date | product | amount ▲ | quote | source_document | mytown_record | ledger | amount_type | dup_rank | geo_suspect | anomaly | state_norm |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2625 | 2625 | Grayshift / GrayKey | Westmoreland | KS | 2026-02-12 | GrayKey licenses (renew) | 13345.0 | (B) Renewals of License Agreement with Magnet Forensics for GrayKey Licenses for the term May 16, 2026 through May 15, 2027 in the amount of $13,345.00 | https://www.westmorelandcountypa.gov/AgendaCenter/ViewFile/Minutes/_02122026-684 | https://mytown.theboringparts.com/city/westmorelandcountypa.gov/#m1398005 | sv:forensics:grayshift | stated | 1 | 0 | 0 | KS |
| 2624 | 2624 | Grayshift / GrayKey | Westmoreland | KS | 2025-03-06 | GrayKey licenses (License Agreement) | 12410.0 | License Agreement with Magnet Forensics for GrayKey Licenses for the term May 16, 2025 through May 15, 2026 in the amount of $12,410.00 (Local Law Enforcement PCCD Grant) | https://www.westmorelandcountypa.gov/AgendaCenter/ViewFile/Minutes/_03062025-544 | https://mytown.theboringparts.com/city/westmorelandcountypa.gov/2025/#m1398180 | sv:forensics:grayshift | stated | 1 | 0 | 0 | KS |
| 2619 | 2619 | Grayshift / GrayKey | Westmoreland | KS | 2023-04-13 | GrayKey License (License Agreement) | 11620.0 | (H ) License Agreement with Grayshift, LLC for software subscription for GrayKey License effective June 1, 2023 for extraction of encrypted data from android devices in the amount of $11,620.00 (funded by Local Law Enforcement PCCD Grant ) | https://www.westmorelandcountypa.gov/AgendaCenter/ViewFile/Minutes/_04132023-320 | https://mytown.theboringparts.com/city/westmorelandcountypa.gov/2023/#m1398503 | sv:forensics:grayshift | stated | 1 | 0 | 0 | KS |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE surveillance_spending ( vendor TEXT, city TEXT, state TEXT, spend_date TEXT, product TEXT, amount REAL, quote TEXT, source_document TEXT, mytown_record TEXT, ledger TEXT, amount_type TEXT, dup_rank INTEGER, geo_suspect INTEGER, anomaly INTEGER, state_norm TEXT); CREATE INDEX ix_surv_vendor ON surveillance_spending(vendor); CREATE INDEX ix_surv_state ON surveillance_spending(state); CREATE INDEX ix_surv_amount ON surveillance_spending(amount); CREATE INDEX ix_surv_ledger ON surveillance_spending(ledger);