surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
7 rows where ledger = "sv:forensics:cellebrite" and state = "MS" sorted by amount descending
This data as json, CSV (advanced)
Suggested facets: city, amount, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3608 | 3608 | Cellebrite | Pearl | MS | 2025-09-02 | Digital Forensics (renew) | 10295.0 | Order to approve and authorize the 12-month renewal of Cellebrite Digital Forensics from Cellebrite Inc. in the amount of $10,295.00 | https://pearlms.legistar1.com/pearlms/meetings/2025/9/1061_M_Mayor_and_Board_of_Aldermen_25-09-02_Meeting_Minutes.pdf | https://mytown.theboringparts.com/city/pearlms/#m331843 | sv:forensics:cellebrite | stated | 1 | 0 | 0 | MS |
| 2972 | 2972 | Cellebrite | Hancock County | MS | 2024-10-07 | License Subscription (renew) | 9700.0 | Motion to approve and authorize the Board President to sign the renewal of a License Subscription in the amount of $9,700.00 from Cellebrite for the Sheriff's Department and spread the quote on the Minutes. | https://hancockcoms.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=2184,plainText=false) | https://mytown.theboringparts.com/city/hancockcoms/2024/#m792400 | sv:forensics:cellebrite | stated | 1 | 0 | 0 | MS |
| 2971 | 2971 | Cellebrite | Hancock County | MS | 2025-10-20 | license subscription renewal (renew) | 8820.0 | Motion to approve and authorize the Board President's signature for license subscription renewal in the amount of $8,820.00 from Cellebrite Inc., for the Sheriff's Department. | https://hancockcoms.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=2734,plainText=false) | https://mytown.theboringparts.com/city/hancockcoms/2025/#m792484 | sv:forensics:cellebrite | stated | 1 | 0 | 0 | MS |
| 3610 | 3610 | Cellebrite | Pearl | MS | 2024-08-06 | Digital Forensics subscription (renew) | 6900.0 | Request to renew yearly subscription (Sept 6, 2024 - Sept 5, 2025) Cellebrite Digital Forensics from Cellebrite Inc. in the amount of $6,900.00 and authorize Chief McLendon to sign agreement | https://pearlms.legistar1.com/pearlms/meetings/2024/8/1031_M_Mayor_and_Board_of_Aldermen_24-08-06_Meeting_Minutes.pdf | https://mytown.theboringparts.com/city/pearlms/2024/#m331814 | sv:forensics:cellebrite | stated | 1 | 0 | 0 | MS |
| 2973 | 2973 | Cellebrite | Hancock County | MS | 2023-11-06 | mobile forensics subscription (purchase) | 6450.0 | Motion to approve the sole source subscription purchase from Cellebrite for the Sheriff's Department in the amount of $6,450.00 and spread the letter on the Minutes. | https://hancockcoms.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=1860,plainText=false) | https://mytown.theboringparts.com/city/hancockcoms/2023/#m792329 | sv:forensics:cellebrite | stated | 1 | 0 | 0 | MS |
| 3613 | 3613 | Cellebrite | Pearl | MS | 2023-07-18 | UFED Physical Analyzer (renew) | 6450.0 | Yearly renewal Cellebrite UFED Physical Extraction 2,700.00 Physical Analyzer 3,750.00 Total 6,450.00 | https://pearlms.legistar1.com/pearlms/meetings/2023/7/988_M_Mayor_and_Board_of_Aldermen_23-07-18_Meeting_Minutes.pdf | https://mytown.theboringparts.com/city/pearlms/2023/#m331787 | sv:forensics:cellebrite | stated | 1 | 0 | 0 | MS |
| 3428 | 3428 | Cellebrite | Columbus | MS | 2021-08-03 | Mobile Forensics training course software (approve request to purchase) | 2295.0 | Approve request to purchase Cellebrite Mobile Forensics training course software in the amount of $2,295.00. | https://columbusms.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=1595,plainText=false) | https://mytown.theboringparts.com/city/columbusms/2021/#m527025 | sv:forensics:cellebrite | stated | 1 | 0 | 0 | MS |
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);