From 439e83a4cb39a1b10b5ab21035f669cf956671ff Mon Sep 17 00:00:00 2001 From: StellarCrow Date: Sun, 6 Sep 2026 19:36:45 +0200 Subject: [PATCH] feat(sources): Wayback pass, automatic trimming, detention rule, ten cases re-sourced Second and third rounds on the dossier pipeline, reviewed locally before commit. Retrieval - wayback_pass.py: retries every BLOCKED/DEAD/THIN/ERROR linked source through the Wayback Machine; blocks carry the snapshot date, archive URL and the live verdict. 143 slots retried: 93 fetched, 37 no snapshot, 12 script shells, 1 PDF. - fetch_sources.py: fetch_wayback() helper. - add_extra_sources.py: files staged extra_* finds (web search, not on the DB record) into the store with a provenance note. - Cases re-sourced by web search: 248 (Oslo: Document.no, Avisa Oslo, NRK; the linked Le Parisien piece is case 242 and is marked OFF-CASE), 258 Kharkiv, 260 Singapore, 358 Bangkok, 365 Las Vegas, 388 Verneuil-sur-Seine, 390 Zoersel, 430 Homestead. 341 of 364 cases now hold a fetched article; 11, 66 and 399 have no public text source (podcast, police video, direct victim report). Trimming - auto_trim.py: case-anchored furniture cut for UNTRIMMED blocks. Finds the body run that mentions the case, merges across subheadings and short furniture gaps, drops teasers, share bars, date/URL/caption lines and subscription pitches; refuses pages with no record term or almost no body. 302 blocks trimmed; 16 left on auto-trim-review.md (7 OFF-CASE suspects). Every cut is labelled AUTO-TRIMMED, UNREVIEWED in the dossier; the full extract stays in staging/. Decisions with anchors in trim-decisions-auto.json. - build_cases.py / verify_all.py: banners for auto-trimmed and archived blocks, staged-file check extended to Wayback blocks, flag legend under the record. Detention rule - README "Definitions": the DB field `kidnappings` is the DETENTION violence type (victim, guard, staff or relative held to force submission or execute the theft), distinct from the Kidnapping scenario (taken away and held). - detention-flag-review.md / detention-flag-corrections.json: 40 records reviewed with evidence; 30 set-to-1 proposals accepted by the owner on 2026-09-06 (listed in corrections-approved.md), 10 still open. - apply_detention_wording.py: "Violence Used" in the 70 reviewed summaries now names detention explicitly (62 of 70 labelled), supported by the summary's own text; idempotent; supersedes the batch scripts' wording. Worklist and docs - sofia-worklist.md: 248 decisions, detention rule item replacing the old "no abduction" item, fresh-search section for the textless cases. - README-START-HERE.md: progress notes, run commands, next steps. - Bug fixed in passing: Wayback blocks stored in-memory text with carriage returns; now stored as read back from disk. verify_all.py PASSES (2321 checks). Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01GZZENdTLzNGsbNy4DyF1yt --- README-START-HERE.md | 68 +- merge-output/add_extra_sources.py | 69 + merge-output/apply_detention_wording.py | 131 + merge-output/auto-trim-review.md | 16 + merge-output/auto_trim.py | 294 + merge-output/build_cases.py | 20 +- merge-output/case-files-manifest.json | 1497 ++++-- merge-output/corrections-approved.md | 16 + merge-output/detention-flag-corrections.json | 353 ++ merge-output/detention-flag-review.md | 103 + merge-output/fetch_sources.py | 24 + merge-output/sofia-worklist.md | 49 +- merge-output/sourced-articles.json | 4790 ++++++++++++----- merge-output/sources/001_Hal-Finney.txt | 15 +- merge-output/sources/002_Amanda-McCollum.txt | 31 +- merge-output/sources/003_Martin-Wismeijer.txt | 67 +- merge-output/sources/004_Dean-Katz.txt | 27 +- merge-output/sources/005_Dwayne-Richards.txt | 23 +- merge-output/sources/006_Robert-Nederhoed.txt | 39 +- merge-output/sources/007_Tadas-Kasputis.txt | 55 +- merge-output/sources/008_Steve-Manos.txt | 135 +- merge-output/sources/009_Multiple.txt | 3 + merge-output/sources/010_Tivoli-Brasserie.txt | 47 +- merge-output/sources/011_Josoj.txt | 3 + .../sources/012_Rocelo-Lopes-wife.txt | 23 +- .../sources/013_3-Indian-Bitcoin-traders.txt | 45 +- merge-output/sources/014_Miyuki-Noda.txt | 31 +- merge-output/sources/015_Alexey-Sherstne.txt | 21 +- merge-output/sources/016_Jameson-Lopp.txt | 59 +- merge-output/sources/018_Multiple-victims.txt | 3 + merge-output/sources/019_Unidentified.txt | 15 +- merge-output/sources/020_Unidentified.txt | 26 +- merge-output/sources/021_Unidentified.txt | 3 + merge-output/sources/022_Pavel-Lerner.txt | 21 +- .../sources/023_T-W-Troy-Woody-Jr.txt | 3 + merge-output/sources/024_Dallas.txt | 23 +- merge-output/sources/025_Pavel-Nyashin.txt | 27 +- .../026_Maxsim-Latsoka-Anna-Nikurina.txt | 282 +- merge-output/sources/027_Lee.txt | 25 +- .../sources/028_Canadian-Bitcoins.txt | 105 +- .../sources/029_Danny-Aston-Amy-Jay.txt | 52 +- merge-output/sources/030_Unidentified.txt | 3 + merge-output/sources/032_Shailesh-Bhatt.txt | 3 + merge-output/sources/033_Tai.txt | 65 +- merge-output/sources/034_Yury-Mayorov.txt | 29 +- merge-output/sources/035_Unidentified.txt | 29 +- .../sources/038_Multiple-gas-stations.txt | 15 +- merge-output/sources/039_Pang-Joon-Hau.txt | 27 +- merge-output/sources/040_Ryan-Rice.txt | 57 +- .../041_2-unidentified-Asian-brothers.txt | 58 +- .../sources/042_Unidentified-22-year-old.txt | 29 +- merge-output/sources/043_Synth.txt | 74 +- merge-output/sources/044_Unidentified.txt | 45 +- merge-output/sources/045_Austin-Nedved.txt | 59 +- merge-output/sources/046_Nicholas-Truglia.txt | 21 +- merge-output/sources/048_Andrew.txt | 135 +- merge-output/sources/049_13y-old-boy.txt | 29 +- merge-output/sources/050_Tjeerd-H.txt | 23 +- merge-output/sources/051_Costcutters.txt | 21 +- merge-output/sources/052_Undisclosed.txt | 21 +- ...ftan-Shaikh-Mohammad-Shazad-Malang-Sha.txt | 33 +- merge-output/sources/054_Bitcoin-Exchange.txt | 55 +- merge-output/sources/055_Unidentified.txt | 15 +- merge-output/sources/056_Abdul-Shakoor.txt | 53 +- .../057_Simply-Delicious-Food-Market.txt | 3 + .../sources/058_Anne-Elisabeth-Hagen.txt | 124 +- .../sources/059_Iroro-Wisdom-Ovie.txt | 25 +- merge-output/sources/060_17-y-o-trader.txt | 81 +- .../sources/061_Mark-Cheng-Jin-Quan.txt | 25 +- .../sources/062_Mayfair-Quick-Mart.txt | 59 +- .../sources/063_Unidentified-couple.txt | 15 +- .../sources/064_Unidentified-siblings.txt | 23 +- .../sources/066_Exxon-Gas-Station.txt | 3 + merge-output/sources/067_Ellis-Pinsky.txt | 3 + merge-output/sources/068_Robert-Ross.txt | 15 +- merge-output/sources/069_Male-Freshman.txt | 109 +- merge-output/sources/070_Unidentified.txt | 41 +- merge-output/sources/071_Mike-s-Produce.txt | 57 +- merge-output/sources/072_Undisclosed.txt | 3 + merge-output/sources/073_Undisclosed.txt | 37 +- merge-output/sources/074_Undisclosed.txt | 70 +- merge-output/sources/076_37-y-o-man.txt | 47 +- .../sources/077_Unidentified-Woman.txt | 15 +- .../078_Physical-Exchange-Employees.txt | 27 +- merge-output/sources/079_Married-Couple.txt | 3 + .../080_Swiss-German-Stephen-and-Maria.txt | 3 + merge-output/sources/081_Bank-director.txt | 15 +- .../sources/082_29-y-o-Berlin-man.txt | 57 +- merge-output/sources/083_F-T.txt | 3 + .../sources/084_35-year-old-miner.txt | 21 +- merge-output/sources/085_Undisclosed.txt | 45 +- merge-output/sources/086_14-y-o-boy.txt | 15 +- merge-output/sources/088_40-y-o-man.txt | 120 +- merge-output/sources/089_22-y-o-man.txt | 27 +- merge-output/sources/090_39-y-o-man.txt | 33 +- merge-output/sources/091_Unidentified-man.txt | 217 +- merge-output/sources/092_Unidentified-man.txt | 33 +- .../093_Morakinyo-Peter-Yusuf-Dayo.txt | 24 +- merge-output/sources/094_39-y-o-man.txt | 27 +- .../sources/096_Wesley-Pessano-Santarem.txt | 107 +- merge-output/sources/097_Simon-Arthuis.txt | 28 +- merge-output/sources/099_Mark-Geor.txt | 27 +- merge-output/sources/101_Liquor-Store.txt | 43 +- merge-output/sources/102_Astamur-Ardzibna.txt | 25 +- merge-output/sources/103_Zaryn-Dentzel.txt | 23 +- merge-output/sources/104_39-y-o-trader.txt | 23 +- .../sources/105_GBTC-Crypto-Exchange.txt | 49 +- merge-output/sources/106_E-Z.txt | 51 +- ...08_Camilla-Guadagnuolo-Principe-Nerini.txt | 153 +- merge-output/sources/109_Vincent-Everts.txt | 15 +- .../sources/110_2-unidentified-males.txt | 49 +- merge-output/sources/111_Shahid-Naseer.txt | 59 +- merge-output/sources/112_Gas-Station.txt | 99 +- merge-output/sources/113_34-y-o-teacher.txt | 63 +- merge-output/sources/114_Owen-Simonin.txt | 118 +- merge-output/sources/116_Vinay-Naik.txt | 47 +- merge-output/sources/117_Vinay-Jain.txt | 101 +- merge-output/sources/118_Ilya-Basin.txt | 15 +- merge-output/sources/121_Unidentified-man.txt | 93 +- .../sources/122_Electronics-Dealer.txt | 89 +- merge-output/sources/123_Pierrick-Jamaux.txt | 99 +- merge-output/sources/124_E-Z.txt | 31 +- .../sources/126_Unidentified-couple.txt | 25 +- merge-output/sources/128_Unidentified-man.txt | 37 +- merge-output/sources/130_Undisclosed.txt | 77 +- merge-output/sources/133_30-y-o-broker.txt | 58 +- merge-output/sources/134_Arjun-Bhargav.txt | 79 +- merge-output/sources/136_19-y-o-hacker.txt | 41 +- merge-output/sources/137_19-y-o-man.txt | 33 +- .../sources/138_Unidentified-couple.txt | 3 + ...-Evgenii-Abdullin-and-Mrs-Ekaterina-Ab.txt | 63 +- merge-output/sources/141_Aiden-Pleterski.txt | 105 +- .../sources/142_Russian-Businessman.txt | 47 +- merge-output/sources/143_Unidentified-man.txt | 133 +- .../144_2-Russians-from-Cryptus-team.txt | 56 +- merge-output/sources/145_Unidentified-man.txt | 81 +- merge-output/sources/147_Crypto-Company.txt | 15 +- merge-output/sources/150_Yuri-Boytsov.txt | 27 +- merge-output/sources/151_German-man.txt | 55 +- merge-output/sources/152_Peter-Vuong.txt | 101 +- merge-output/sources/153_Virendra-Malik.txt | 41 +- merge-output/sources/154_48-y-o-woman.txt | 29 +- merge-output/sources/156_76-y-o-couple.txt | 33 +- merge-output/sources/157_Unidentified-man.txt | 3 + merge-output/sources/158_Smoke-Shop.txt | 41 +- merge-output/sources/160_Unknown-Couple.txt | 69 +- merge-output/sources/161_Italian-man.txt | 56 +- merge-output/sources/162_Repeat-Victim.txt | 85 +- merge-output/sources/164_Crypto-Exchange.txt | 51 +- .../sources/166_Middle-aged-couple.txt | 91 +- merge-output/sources/167_Binance-Client.txt | 83 +- merge-output/sources/168_21-y-o-man.txt | 61 +- merge-output/sources/169_Repeat-Victim.txt | 29 +- merge-output/sources/170_23-y-o-miner.txt | 3 + merge-output/sources/171_42-y-o-man.txt | 61 +- .../172_Belarusian-couple-23-y-o-man.txt | 48 +- merge-output/sources/173_Uber-Riders.txt | 15 +- merge-output/sources/174_Young-Couple.txt | 35 +- merge-output/sources/175_Yevgini.txt | 277 +- merge-output/sources/176_11-Traders.txt | 3 + merge-output/sources/177_Ramesh-Nair.txt | 49 +- merge-output/sources/178_3-y-o-boy.txt | 39 +- merge-output/sources/179_Undisclosed-Man.txt | 3 + merge-output/sources/180_Chinese-National.txt | 27 +- .../sources/181_British-Crypto-Trader.txt | 37 +- .../sources/182_26-y-o-Trading-Coach.txt | 49 +- .../sources/183_29-y-o-Moroccan-man.txt | 68 +- merge-output/sources/184_Tim-Heath.txt | 53 +- merge-output/sources/185_11-Israelis.txt | 23 +- merge-output/sources/186_Ke-Jibao.txt | 15 +- merge-output/sources/187_Undisclosed.txt | 3 + .../sources/188_Radhika-Suchil-Chetal.txt | 195 +- merge-output/sources/189_19-y-o.txt | 51 +- .../190_3-Family-Members-and-a-Nanny.txt | 128 +- merge-output/sources/193_Dean-Skurka.txt | 41 +- .../sources/194_Viacheslav-Leibov.txt | 69 +- merge-output/sources/195_Gen-Z-Quant-kid.txt | 78 +- merge-output/sources/196_Undisclosed-Man.txt | 56 +- .../sources/197_Wang-Shu-pseudonym.txt | 3 + merge-output/sources/198_Coinflip-ATM.txt | 27 +- merge-output/sources/199_Igor-Lermakov.txt | 101 +- .../sources/200_Benjamin-Appiah-Boateng.txt | 42 +- .../sources/201_Stephane-Winkel-s-Wife.txt | 15 +- .../sources/202_Mohammed-Arsalan-Malik.txt | 210 +- .../sources/203_Influencer-s-father.txt | 116 +- merge-output/sources/204_Russian-Man.txt | 129 +- merge-output/sources/205_Miami-Jeweler.txt | 159 +- merge-output/sources/206_Masis-Erkol.txt | 50 +- merge-output/sources/207_Taehwa-Kim.txt | 3 + merge-output/sources/208_Chinese-National.txt | 79 +- .../sources/209_David-Balland-Wife.txt | 269 +- merge-output/sources/210_30-y-o-man.txt | 39 +- merge-output/sources/211_Brazilian-Family.txt | 49 +- merge-output/sources/212_Unidentified-man.txt | 53 +- merge-output/sources/213_34-y-o-man.txt | 76 +- merge-output/sources/214_20-y-o-man.txt | 3 + .../sources/215_30-y-o-Chinese-Man.txt | 30 +- merge-output/sources/216_Chinese-Man.txt | 27 +- merge-output/sources/217_30-y-o-man.txt | 21 +- merge-output/sources/218_Kaitlyn-Siragusa.txt | 65 +- merge-output/sources/219_41-y-o-Wong.txt | 41 +- .../sources/221_Spanish-Businessman.txt | 65 +- .../sources/222_27-y-o-Turkish-man.txt | 45 +- ...son-Que-and-his-driver-Armanie-Pabillo.txt | 85 +- merge-output/sources/224_Ismail.txt | 91 +- .../sources/228_Michael-V-T-Carturan.txt | 111 +- .../sources/229_Jacob-Irwin-Cline.txt | 107 +- .../sources/230_Paymium-CEO-s-daughter.txt | 145 +- merge-output/sources/231_Mining-Facility.txt | 21 +- merge-output/sources/232_Festo-Ivaibi.txt | 17 +- merge-output/sources/233_Mother-Son.txt | 137 +- merge-output/sources/234_Unidentified-man.txt | 31 +- .../sources/235_Crypto-Entrepreneur.txt | 5 +- merge-output/sources/236_Russian-Couple.txt | 23 +- merge-output/sources/237_26-y-o-man.txt | 5 +- merge-output/sources/238_23-y-o-man.txt | 58 +- .../sources/240_33-y-o-businessman.txt | 237 +- merge-output/sources/241_3-people.txt | 27 +- merge-output/sources/242_Woman.txt | 27 +- merge-output/sources/243_38-y-o-man.txt | 121 +- .../sources/244_Dilip-Gaud-Ramesh-Sharma.txt | 60 +- merge-output/sources/245_Prince-Pandey.txt | 27 +- merge-output/sources/246_30-y-o-man.txt | 25 +- merge-output/sources/247_Unidentified-man.txt | 35 +- merge-output/sources/248_Norwegian-family.txt | 200 +- .../sources/249_Chinese-businessman.txt | 25 +- merge-output/sources/252_23-y-o-Swiss-man.txt | 65 +- .../sources/253_Undisclosed-Youth.txt | 5 +- .../sources/254_Herzliya-resident.txt | 41 +- merge-output/sources/255_Family.txt | 127 +- merge-output/sources/256_42-y-o-man.txt | 53 +- merge-output/sources/257_Farmer-Family.txt | 33 +- merge-output/sources/258_unknown.txt | 201 + .../sources/259_Roman-and-Anna-Novak.txt | 3 + .../sources/260_Nate-Geier-from-bitte-ai.txt | 72 + merge-output/sources/263_Waleed.txt | 63 +- merge-output/sources/266_Multiple.txt | 173 +- merge-output/sources/270_Unidentified.txt | 125 +- .../sources/271_Undisclosed-woman.txt | 53 +- .../sources/272_Unidentified-Miner.txt | 5 +- merge-output/sources/273_Kieran-Hamilton.txt | 27 +- merge-output/sources/279_Le-Duc-Nguyen.txt | 149 +- merge-output/sources/285_Dillon-Attard.txt | 49 +- merge-output/sources/288_Ghershony.txt | 125 +- merge-output/sources/290_3-women.txt | 55 +- merge-output/sources/292_Miner.txt | 69 +- .../sources/293_Unidentified-Family.txt | 117 +- merge-output/sources/295_John-Forsyth.txt | 912 +--- merge-output/sources/296_woman.txt | 29 +- merge-output/sources/297_bitcoin-trader.txt | 5 +- .../sources/298_Unidentified-trader.txt | 45 +- merge-output/sources/299_4-victims.txt | 127 +- merge-output/sources/301_Factory-Owner.txt | 67 +- merge-output/sources/303_Asian-Investor.txt | 5 +- .../sources/304_Middle-Aged-Couple.txt | 77 +- merge-output/sources/307_Repeat-Victim.txt | 111 +- merge-output/sources/308_Saudi-Royal.txt | 5 +- .../sources/309_Unidentified-Woman.txt | 17 +- .../sources/312_Crypto-Entrepreneur.txt | 135 +- merge-output/sources/315_Undisclosed.txt | 29 +- .../sources/317_Johor-businessman.txt | 69 +- .../sources/318_Crypto-Forum-Moderator.txt | 87 +- merge-output/sources/321_Crypto-manager.txt | 53 +- .../322_Father-of-a-crypto-millionaire.txt | 41 +- merge-output/sources/323_Crypto-investor.txt | 61 +- merge-output/sources/334_unknown.txt | 61 +- .../sources/340_Sergei-Domogatskii.txt | 116 +- .../sources/349_Unidentified-31-y-o.txt | 117 +- .../sources/350_Alexandre-Crypto-trader.txt | 77 +- .../sources/352_Mario-Ramon-Chavez-Rivas.txt | 3 + .../sources/353_Vkusvill-Supermarket.txt | 60 +- merge-output/sources/354_Repeat-Victim.txt | 109 +- merge-output/sources/355_Repeat-Victim.txt | 109 +- .../sources/357_Two-men-and-three-women.txt | 3 + .../sources/358_35-year-old-Chinese-man.txt | 40 + merge-output/sources/360_Undisclosed.txt | 73 +- merge-output/sources/361_Crypto-Exchange.txt | 39 +- merge-output/sources/362_Family.txt | 125 +- .../363_Daniel-17-y-o-and-his-girlfriend.txt | 3 + merge-output/sources/364_Undisclosed-Man.txt | 5 +- merge-output/sources/365_Unidentified-man.txt | 40 +- merge-output/sources/366_Danylo-K.txt | 3 + merge-output/sources/367_35-y-o-man.txt | 94 +- merge-output/sources/368_Gabriel-Di-Noto.txt | 5 +- merge-output/sources/369_Quentin-Cepeljac.txt | 73 +- merge-output/sources/370_Family.txt | 5 +- .../sources/371_Chinese-businessman.txt | 5 +- merge-output/sources/372_Female-A-T.txt | 123 +- .../373_Father-of-a-young-entrepreneur.txt | 3 + merge-output/sources/374_French-man.txt | 3 + merge-output/sources/375_52-year-old.txt | 55 +- merge-output/sources/376_8-y-o-girl.txt | 3 + .../377_Unidentified-man-and-his-partner.txt | 3 + merge-output/sources/379_Kevin-Mirshahi.txt | 183 +- ...0_Unidentified-Cryptocurrency-Investor.txt | 3 + .../381_Cryptocurrency-holder-and-family.txt | 41 +- ...-46-male-proprietor-and-Lee-37-his-wif.txt | 39 +- merge-output/sources/383_Undisclosed.txt | 3 + .../sources/384_Unidentified-businessmen.txt | 3 + merge-output/sources/385_Lyu-Chenglong.txt | 3 + merge-output/sources/386_John-Forsyth.txt | 866 +-- merge-output/sources/387_Young-woman.txt | 39 +- ...ther-director-of-cryptocurrency-invest.txt | 104 + ...389_43-y-o-Software-architect-engineer.txt | 44 +- .../sources/390_60-y-o-female-physician.txt | 135 + merge-output/sources/391_Chinese-national.txt | 31 +- .../392_Retired-couple-in-their-70s.txt | 3 + .../sources/393_A-couple-and-3-children.txt | 40 +- merge-output/sources/394_Maxence.txt | 3 + merge-output/sources/395_17-year-old.txt | 63 +- .../sources/396_74-year-old-retired-man.txt | 3 + merge-output/sources/397_Piyush-Savaliya.txt | 3 + merge-output/sources/398_Dhaval-Mavani.txt | 3 + merge-output/sources/399_Young-trader.txt | 3 + merge-output/sources/400_Nancy-Guthrie.txt | 3 + ...-year-old-woman-and-her-66-year-old-mo.txt | 3 + merge-output/sources/402_Two-adults.txt | 3 + .../403_Male-cryptocurrency-holder.txt | 3 + ...-couple-and-their-20-year-old-daughter.txt | 3 + ...05_David-Princay-CEO-of-Binance-France.txt | 3 + .../406_Woman-resident-of-Vaucresson.txt | 3 + ...lliam-Sean-Tony-Creighton-CEO-of-5Dime.txt | 113 +- .../408_Yong-Wang-Chinese-businessman.txt | 3 + ...T-collector-and-crypto-trader-Sillytun.txt | 3 + .../410_8-Chinese-nationals-ages-25-45.txt | 3 + merge-output/sources/411_Igor-Komarov.txt | 113 +- .../412_Mainland-Chinese-businessman-25.txt | 3 + .../413_Male-homeowner-52-and-his-wife-50.txt | 3 + .../sources/414_Couple-in-their-early-60s.txt | 49 +- ...other-and-her-2-adult-children-ages-19.txt | 3 + .../sources/416_Undisclosed-person.txt | 3 + .../sources/417_Crypto-Company-CEO.txt | 40 +- .../418_Canadian-Crypto-Businessman.txt | 3 + merge-output/sources/419_Family.txt | 3 + .../420_Oliver-von-Landsberg-Sadie.txt | 3 + ...nnamed-crypto-entrepreneur-couple-with.txt | 3 + .../422_Unnamed-San-Jose-crypto-holder.txt | 129 +- .../423_Unnamed-Sunnyvale-crypto-holder.txt | 129 +- .../424_Unnamed-Brentwood-resident.txt | 129 +- .../425_29-year-old-cryptocurrency-broker.txt | 3 + merge-output/sources/426_Man-in-50s.txt | 41 +- merge-output/sources/427_Family.txt | 3 + .../428_Mother-and-son-10-years-old.txt | 3 + merge-output/sources/429_Family-of-four.txt | 3 + merge-output/sources/430_Unidentified-man.txt | 105 + merge-output/sources/431_Family.txt | 3 + .../432_40-year-old-South-Korean-man.txt | 3 + .../sources/433_Crypto-Forum-Moderator.txt | 3 + .../sources/434_Young-Pakistani-male.txt | 3 + merge-output/sources/435_Undisclosed.txt | 3 + merge-output/sources/436_57-y-o-woman.txt | 3 + merge-output/sources/437_Couple.txt | 43 +- ...438_Crypto-entrepreneur-and-his-family.txt | 220 +- ...439_Crypto-entrepreneur-and-his-family.txt | 220 +- ...440_Crypto-entrepreneur-and-his-family.txt | 220 +- ...441_Crypto-entrepreneur-and-his-family.txt | 100 +- .../sources/442_Undisclosed-individual.txt | 57 +- merge-output/sources/443_Nai-Ping-Hou.txt | 3 + ..._25-year-old-wife-of-a-crypto-investor.txt | 3 + merge-output/sources/445_Undisclosed.txt | 389 +- merge-output/sources/446_Undisclosed.txt | 3 + ...ife-of-Sebastien-Borget-co-founder-and.txt | 3 + ...ther-of-influencer-Killian-Desnos-alia.txt | 3 + merge-output/sources/449_Unidentified.txt | 83 +- merge-output/sources/450_Undisclosed.txt | 138 +- .../sources/451_56-year-old-woman.txt | 3 + merge-output/sources/452_Yang-Weixin.txt | 3 + .../453_Alvaro-Romillo-CryptoSpain.txt | 3 + .../454_25-year-old-crypto-investor.txt | 3 + .../sources/455_Arcilio-Nogueira-de-Souza.txt | 3 + .../456_Male-crypto-and-forex-influencer.txt | 3 + merge-output/sources/457_Family.txt | 3 + merge-output/sources/458_Two-women.txt | 3 + ...Stephanie-Mau-Asum-and-Astrid-Robinson.txt | 3 + .../sources/460_41-y-o-Russian-Artem-I.txt | 3 + .../sources/461_Male-49-and-female-46.txt | 3 + .../sources/462_18-y-o-digital-influencer.txt | 3 + merge-output/staging/006/01_ad-nl-wayback.txt | 87 + merge-output/staging/006/index.json | 13 +- .../staging/016/01_cbs17-com-wayback.txt | 41 + merge-output/staging/016/index.json | 13 +- .../staging/033/01_arabnews-com-wayback.txt | 79 + merge-output/staging/033/index.json | 13 +- .../040/01_miamiherald-com-wayback.txt | 57 + merge-output/staging/040/index.json | 12 +- .../041/01_arabianbusiness-com-wayback.txt | 38 + merge-output/staging/041/index.json | 13 +- .../044/01_de-cointelegraph-com-wayback.txt | 17 + merge-output/staging/044/index.json | 13 +- .../staging/045/01_justice-gov-wayback.txt | 52 + merge-output/staging/045/index.json | 14 +- .../054/01_cointelegraph-com-wayback.txt | 27 + merge-output/staging/054/index.json | 13 +- .../staging/056/01_ndtv-com-wayback.txt | 31 + merge-output/staging/056/index.json | 13 +- .../staging/060/01_lancs-live-wayback.txt | 69 + merge-output/staging/060/index.json | 14 +- .../staging/062/01_cbsnews-com-wayback.txt | 47 + merge-output/staging/062/index.json | 13 +- .../staging/069/01_the-sun-com-wayback.txt | 83 + merge-output/staging/069/index.json | 14 +- .../071/01_cointelegraph-com-wayback.txt | 29 + merge-output/staging/071/index.json | 13 +- .../091/01_epp-genproc-gov-ru-wayback.txt | 189 + merge-output/staging/091/index.json | 13 +- .../staging/101/01_nbcbayarea-com-wayback.txt | 97 + merge-output/staging/101/index.json | 12 +- .../staging/105/01_reuters-com-wayback.txt | 43 + merge-output/staging/105/index.json | 13 +- .../110/01_thunderbaypolice-ca-wayback.txt | 25 + merge-output/staging/110/index.json | 13 +- .../staging/111/01_ccn-com-wayback.txt | 47 + merge-output/staging/111/index.json | 13 +- .../staging/113/01_hln-be-wayback.txt | 93 + merge-output/staging/113/index.json | 13 +- .../staging/116/01_ndtv-com-wayback.txt | 27 + merge-output/staging/116/index.json | 13 +- .../staging/141/01_nytimes-com-wayback.txt | 81 + merge-output/staging/141/index.json | 13 +- .../staging/145/01_justice-gov-wayback.txt | 70 + merge-output/staging/145/index.json | 14 +- .../151/01_es-beincrypto-com-wayback.txt | 39 + merge-output/staging/151/index.json | 13 +- .../staging/152/01_news-com-au-wayback.txt | 75 + merge-output/staging/152/index.json | 13 +- .../staging/160/01_audacy-com-wayback.txt | 94 + merge-output/staging/160/index.json | 13 +- .../staging/162/01_gmp-police-uk-wayback.txt | 67 + merge-output/staging/162/index.json | 13 +- .../staging/164/01_rustavi2-ge-wayback.txt | 119 + merge-output/staging/164/index.json | 13 +- .../staging/168/01_oregonlive-com-wayback.txt | 55 + merge-output/staging/168/index.json | 13 +- .../staging/183/01_ccn-com-wayback.txt | 87 + merge-output/staging/183/index.json | 13 +- .../staging/188/02_newstimes-com-wayback.txt | 157 + .../staging/188/03_newstimes-com-wayback.txt | 109 + merge-output/staging/188/index.json | 28 +- .../staging/194/01_beincrypto-com-wayback.txt | 55 + merge-output/staging/194/index.json | 13 +- .../staging/195/01_tribune-com-pk-wayback.txt | 84 + merge-output/staging/195/index.json | 13 +- .../199/01_balidiscovery-com-wayback.txt | 73 + merge-output/staging/199/index.json | 13 +- .../staging/209/04_coindesk-com-wayback.txt | 61 + merge-output/staging/209/index.json | 13 +- .../staging/210/01_leparisien-fr-wayback.txt | 33 + merge-output/staging/210/index.json | 13 +- .../staging/212/01_thewhistler-ng-wayback.txt | 37 + merge-output/staging/212/index.json | 13 +- .../staging/213/01_mirror-co-uk-wayback.txt | 92 + merge-output/staging/213/index.json | 14 +- .../218/01_dailystar-co-uk-wayback.txt | 39 + merge-output/staging/218/index.json | 14 +- .../staging/219/01_dimsumdaily-hk-wayback.txt | 79 + merge-output/staging/219/index.json | 13 +- .../staging/222/01_dimsumdaily-hk-wayback.txt | 87 + merge-output/staging/222/index.json | 13 +- .../staging/223/01_abs-cbn-com-wayback.txt | 7 + merge-output/staging/223/index.json | 13 +- .../staging/228/02_reuters-com-wayback.txt | 69 + merge-output/staging/228/index.json | 13 +- .../staging/229/01_mylondon-news-wayback.txt | 83 + merge-output/staging/229/index.json | 14 +- .../staging/247/01_leparisien-fr-wayback.txt | 21 + merge-output/staging/247/index.json | 13 +- .../staging/248/01_leparisien-fr-wayback.txt | 5 + merge-output/staging/248/02_document-no.txt | 87 + merge-output/staging/248/03_alt-no.txt | 30 + merge-output/staging/248/04_nrk-no.txt | 17 + merge-output/staging/248/05_document-no.txt | 78 + merge-output/staging/248/06_ao-no.txt | 10 + merge-output/staging/248/index.json | 82 +- .../staging/255/02_cbsnews-com-wayback.txt | 43 + .../staging/255/03_cbsnews-com-wayback.txt | 49 + merge-output/staging/255/index.json | 26 +- .../staging/256/01_leparisien-fr-wayback.txt | 23 + merge-output/staging/256/index.json | 13 +- merge-output/staging/258/02_ukrinform-ua.txt | 48 + .../staging/258/03_hromadske-radio.txt | 66 + merge-output/staging/258/04_sud-ua.txt | 141 + merge-output/staging/258/05_atn-ua.txt | 65 + merge-output/staging/258/index.json | 58 +- merge-output/staging/260/02_mothership-sg.txt | 69 + merge-output/staging/260/index.json | 17 +- .../staging/263/01_tribune-com-pk-wayback.txt | 74 + merge-output/staging/263/index.json | 13 +- .../271/01_finance-yahoo-com-wayback.txt | 85 + merge-output/staging/271/index.json | 14 +- .../285/01_timesofmalta-com-wayback.txt | 57 + merge-output/staging/285/index.json | 13 +- .../288/01_washingtonpost-com-wayback.txt | 97 + merge-output/staging/288/index.json | 12 +- .../staging/290/01_gulftoday-ae-wayback.txt | 43 + merge-output/staging/290/index.json | 13 +- .../staging/293/01_reuters-com-wayback.txt | 115 + merge-output/staging/293/index.json | 13 +- ...01_manchestereveningnews-co-uk-wayback.txt | 171 + merge-output/staging/307/index.json | 14 +- .../staging/322/01_leparisien-fr-wayback.txt | 31 + merge-output/staging/322/index.json | 13 +- .../staging/323/01_8newsnow-com-wayback.txt | 65 + merge-output/staging/323/index.json | 13 +- .../staging/349/01_reuters-com-wayback.txt | 115 + merge-output/staging/349/index.json | 13 +- ...01_manchestereveningnews-co-uk-wayback.txt | 171 + merge-output/staging/354/index.json | 14 +- ...01_manchestereveningnews-co-uk-wayback.txt | 171 + merge-output/staging/355/index.json | 14 +- .../staging/358/02_khaosodenglish-com.txt | 129 + merge-output/staging/358/index.json | 15 + .../staging/360/02_kron4-com-wayback.txt | 97 + merge-output/staging/360/index.json | 13 +- .../staging/361/01_rbc-ru-wayback.txt | 233 + merge-output/staging/361/index.json | 13 +- merge-output/staging/365/03_thedefiant-io.txt | 33 + merge-output/staging/365/index.json | 28 +- .../staging/367/01_btvnovinite-bg-wayback.txt | 106 + merge-output/staging/367/index.json | 13 +- .../staging/369/01_thetimes-com-wayback.txt | 59 + merge-output/staging/369/index.json | 14 +- .../staging/372/01_yorkregion-com-wayback.txt | 354 ++ merge-output/staging/372/index.json | 13 +- .../staging/379/03_ctvnews-ca-wayback.txt | 151 + merge-output/staging/379/index.json | 13 +- .../staging/381/01_leparisien-fr-wayback.txt | 27 + merge-output/staging/381/index.json | 13 +- .../staging/382/01_dimsumdaily-hk-wayback.txt | 85 + merge-output/staging/382/index.json | 13 +- .../staging/387/01_leparisien-fr-wayback.txt | 19 + merge-output/staging/387/index.json | 13 +- merge-output/staging/388/02_actu17-fr.txt | 50 + .../staging/388/04_mantes-actu-net.txt | 19 + merge-output/staging/388/index.json | 41 +- .../389/02_ouest-france-fr-wayback.txt | 14 + merge-output/staging/389/index.json | 13 +- merge-output/staging/390/03_vrt-be.txt | 21 + merge-output/staging/390/04_nnieuws-be.txt | 80 + .../staging/390/05_indegazette-be.txt | 129 + merge-output/staging/390/index.json | 54 +- .../staging/391/01_abs-cbn-com-wayback.txt | 7 + merge-output/staging/391/index.json | 13 +- .../393/02_ouest-france-fr-wayback.txt | 12 + merge-output/staging/393/index.json | 13 +- .../staging/395/01_nicematin-com-wayback.txt | 119 + merge-output/staging/395/index.json | 12 +- .../staging/407/03_espn-com-wayback.txt | 57 + .../407/04_gambling911-com-wayback.txt | 35 + merge-output/staging/407/index.json | 28 +- .../staging/411/02_boredpanda-com-wayback.txt | 274 + merge-output/staging/411/index.json | 13 +- .../staging/414/01_leparisien-fr-wayback.txt | 25 + merge-output/staging/414/index.json | 13 +- .../417/02_ouest-france-fr-wayback.txt | 12 + merge-output/staging/417/index.json | 13 +- .../staging/422/02_ktla-com-wayback.txt | 87 + merge-output/staging/422/index.json | 13 +- .../staging/423/02_ktla-com-wayback.txt | 87 + merge-output/staging/423/index.json | 13 +- .../staging/424/02_ktla-com-wayback.txt | 87 + merge-output/staging/424/index.json | 13 +- .../staging/426/01_leparisien-fr-wayback.txt | 19 + merge-output/staging/426/index.json | 13 +- merge-output/staging/430/03_decrypt-co.txt | 31 + merge-output/staging/430/04_fortune-com.txt | 29 + merge-output/staging/430/index.json | 43 +- .../staging/437/01_leparisien-fr-wayback.txt | 21 + merge-output/staging/437/index.json | 13 +- .../staging/438/02_ctvnews-ca-wayback.txt | 115 + .../438/03_journaldemontreal-com-wayback.txt | 56 + merge-output/staging/438/index.json | 26 +- .../439/01_journaldemontreal-com-wayback.txt | 56 + .../staging/439/02_ctvnews-ca-wayback.txt | 115 + merge-output/staging/439/index.json | 26 +- .../440/01_journaldemontreal-com-wayback.txt | 56 + .../staging/440/02_ctvnews-ca-wayback.txt | 115 + merge-output/staging/440/index.json | 26 +- .../441/01_journaldemontreal-com-wayback.txt | 56 + merge-output/staging/441/index.json | 13 +- .../staging/442/02_justice-gov-wayback.txt | 50 + merge-output/staging/442/index.json | 14 +- .../staging/449/01_justice-gov-wayback.txt | 72 + merge-output/staging/449/index.json | 14 +- merge-output/summary-overrides.json | 128 +- merge-output/trim-decisions-auto.json | 214 + merge-output/verify_all.py | 6 +- merge-output/wayback-progress.json | 145 + merge-output/wayback_pass.py | 124 + 588 files changed, 24800 insertions(+), 13190 deletions(-) create mode 100644 merge-output/add_extra_sources.py create mode 100644 merge-output/apply_detention_wording.py create mode 100644 merge-output/auto-trim-review.md create mode 100644 merge-output/auto_trim.py create mode 100644 merge-output/detention-flag-corrections.json create mode 100644 merge-output/detention-flag-review.md create mode 100644 merge-output/staging/006/01_ad-nl-wayback.txt create mode 100644 merge-output/staging/016/01_cbs17-com-wayback.txt create mode 100644 merge-output/staging/033/01_arabnews-com-wayback.txt create mode 100644 merge-output/staging/040/01_miamiherald-com-wayback.txt create mode 100644 merge-output/staging/041/01_arabianbusiness-com-wayback.txt create mode 100644 merge-output/staging/044/01_de-cointelegraph-com-wayback.txt create mode 100644 merge-output/staging/045/01_justice-gov-wayback.txt create mode 100644 merge-output/staging/054/01_cointelegraph-com-wayback.txt create mode 100644 merge-output/staging/056/01_ndtv-com-wayback.txt create mode 100644 merge-output/staging/060/01_lancs-live-wayback.txt create mode 100644 merge-output/staging/062/01_cbsnews-com-wayback.txt create mode 100644 merge-output/staging/069/01_the-sun-com-wayback.txt create mode 100644 merge-output/staging/071/01_cointelegraph-com-wayback.txt create mode 100644 merge-output/staging/091/01_epp-genproc-gov-ru-wayback.txt create mode 100644 merge-output/staging/101/01_nbcbayarea-com-wayback.txt create mode 100644 merge-output/staging/105/01_reuters-com-wayback.txt create mode 100644 merge-output/staging/110/01_thunderbaypolice-ca-wayback.txt create mode 100644 merge-output/staging/111/01_ccn-com-wayback.txt create mode 100644 merge-output/staging/113/01_hln-be-wayback.txt create mode 100644 merge-output/staging/116/01_ndtv-com-wayback.txt create mode 100644 merge-output/staging/141/01_nytimes-com-wayback.txt create mode 100644 merge-output/staging/145/01_justice-gov-wayback.txt create mode 100644 merge-output/staging/151/01_es-beincrypto-com-wayback.txt create mode 100644 merge-output/staging/152/01_news-com-au-wayback.txt create mode 100644 merge-output/staging/160/01_audacy-com-wayback.txt create mode 100644 merge-output/staging/162/01_gmp-police-uk-wayback.txt create mode 100644 merge-output/staging/164/01_rustavi2-ge-wayback.txt create mode 100644 merge-output/staging/168/01_oregonlive-com-wayback.txt create mode 100644 merge-output/staging/183/01_ccn-com-wayback.txt create mode 100644 merge-output/staging/188/02_newstimes-com-wayback.txt create mode 100644 merge-output/staging/188/03_newstimes-com-wayback.txt create mode 100644 merge-output/staging/194/01_beincrypto-com-wayback.txt create mode 100644 merge-output/staging/195/01_tribune-com-pk-wayback.txt create mode 100644 merge-output/staging/199/01_balidiscovery-com-wayback.txt create mode 100644 merge-output/staging/209/04_coindesk-com-wayback.txt create mode 100644 merge-output/staging/210/01_leparisien-fr-wayback.txt create mode 100644 merge-output/staging/212/01_thewhistler-ng-wayback.txt create mode 100644 merge-output/staging/213/01_mirror-co-uk-wayback.txt create mode 100644 merge-output/staging/218/01_dailystar-co-uk-wayback.txt create mode 100644 merge-output/staging/219/01_dimsumdaily-hk-wayback.txt create mode 100644 merge-output/staging/222/01_dimsumdaily-hk-wayback.txt create mode 100644 merge-output/staging/223/01_abs-cbn-com-wayback.txt create mode 100644 merge-output/staging/228/02_reuters-com-wayback.txt create mode 100644 merge-output/staging/229/01_mylondon-news-wayback.txt create mode 100644 merge-output/staging/247/01_leparisien-fr-wayback.txt create mode 100644 merge-output/staging/248/01_leparisien-fr-wayback.txt create mode 100644 merge-output/staging/248/02_document-no.txt create mode 100644 merge-output/staging/248/03_alt-no.txt create mode 100644 merge-output/staging/248/04_nrk-no.txt create mode 100644 merge-output/staging/248/05_document-no.txt create mode 100644 merge-output/staging/248/06_ao-no.txt create mode 100644 merge-output/staging/255/02_cbsnews-com-wayback.txt create mode 100644 merge-output/staging/255/03_cbsnews-com-wayback.txt create mode 100644 merge-output/staging/256/01_leparisien-fr-wayback.txt create mode 100644 merge-output/staging/258/02_ukrinform-ua.txt create mode 100644 merge-output/staging/258/03_hromadske-radio.txt create mode 100644 merge-output/staging/258/04_sud-ua.txt create mode 100644 merge-output/staging/258/05_atn-ua.txt create mode 100644 merge-output/staging/260/02_mothership-sg.txt create mode 100644 merge-output/staging/263/01_tribune-com-pk-wayback.txt create mode 100644 merge-output/staging/271/01_finance-yahoo-com-wayback.txt create mode 100644 merge-output/staging/285/01_timesofmalta-com-wayback.txt create mode 100644 merge-output/staging/288/01_washingtonpost-com-wayback.txt create mode 100644 merge-output/staging/290/01_gulftoday-ae-wayback.txt create mode 100644 merge-output/staging/293/01_reuters-com-wayback.txt create mode 100644 merge-output/staging/307/01_manchestereveningnews-co-uk-wayback.txt create mode 100644 merge-output/staging/322/01_leparisien-fr-wayback.txt create mode 100644 merge-output/staging/323/01_8newsnow-com-wayback.txt create mode 100644 merge-output/staging/349/01_reuters-com-wayback.txt create mode 100644 merge-output/staging/354/01_manchestereveningnews-co-uk-wayback.txt create mode 100644 merge-output/staging/355/01_manchestereveningnews-co-uk-wayback.txt create mode 100644 merge-output/staging/358/02_khaosodenglish-com.txt create mode 100644 merge-output/staging/360/02_kron4-com-wayback.txt create mode 100644 merge-output/staging/361/01_rbc-ru-wayback.txt create mode 100644 merge-output/staging/365/03_thedefiant-io.txt create mode 100644 merge-output/staging/367/01_btvnovinite-bg-wayback.txt create mode 100644 merge-output/staging/369/01_thetimes-com-wayback.txt create mode 100644 merge-output/staging/372/01_yorkregion-com-wayback.txt create mode 100644 merge-output/staging/379/03_ctvnews-ca-wayback.txt create mode 100644 merge-output/staging/381/01_leparisien-fr-wayback.txt create mode 100644 merge-output/staging/382/01_dimsumdaily-hk-wayback.txt create mode 100644 merge-output/staging/387/01_leparisien-fr-wayback.txt create mode 100644 merge-output/staging/388/02_actu17-fr.txt create mode 100644 merge-output/staging/388/04_mantes-actu-net.txt create mode 100644 merge-output/staging/389/02_ouest-france-fr-wayback.txt create mode 100644 merge-output/staging/390/03_vrt-be.txt create mode 100644 merge-output/staging/390/04_nnieuws-be.txt create mode 100644 merge-output/staging/390/05_indegazette-be.txt create mode 100644 merge-output/staging/391/01_abs-cbn-com-wayback.txt create mode 100644 merge-output/staging/393/02_ouest-france-fr-wayback.txt create mode 100644 merge-output/staging/395/01_nicematin-com-wayback.txt create mode 100644 merge-output/staging/407/03_espn-com-wayback.txt create mode 100644 merge-output/staging/407/04_gambling911-com-wayback.txt create mode 100644 merge-output/staging/411/02_boredpanda-com-wayback.txt create mode 100644 merge-output/staging/414/01_leparisien-fr-wayback.txt create mode 100644 merge-output/staging/417/02_ouest-france-fr-wayback.txt create mode 100644 merge-output/staging/422/02_ktla-com-wayback.txt create mode 100644 merge-output/staging/423/02_ktla-com-wayback.txt create mode 100644 merge-output/staging/424/02_ktla-com-wayback.txt create mode 100644 merge-output/staging/426/01_leparisien-fr-wayback.txt create mode 100644 merge-output/staging/430/03_decrypt-co.txt create mode 100644 merge-output/staging/430/04_fortune-com.txt create mode 100644 merge-output/staging/437/01_leparisien-fr-wayback.txt create mode 100644 merge-output/staging/438/02_ctvnews-ca-wayback.txt create mode 100644 merge-output/staging/438/03_journaldemontreal-com-wayback.txt create mode 100644 merge-output/staging/439/01_journaldemontreal-com-wayback.txt create mode 100644 merge-output/staging/439/02_ctvnews-ca-wayback.txt create mode 100644 merge-output/staging/440/01_journaldemontreal-com-wayback.txt create mode 100644 merge-output/staging/440/02_ctvnews-ca-wayback.txt create mode 100644 merge-output/staging/441/01_journaldemontreal-com-wayback.txt create mode 100644 merge-output/staging/442/02_justice-gov-wayback.txt create mode 100644 merge-output/staging/449/01_justice-gov-wayback.txt create mode 100644 merge-output/trim-decisions-auto.json create mode 100644 merge-output/wayback-progress.json create mode 100644 merge-output/wayback_pass.py diff --git a/README-START-HERE.md b/README-START-HERE.md index 7df4528..5f66e31 100644 --- a/README-START-HERE.md +++ b/README-START-HERE.md @@ -67,6 +67,42 @@ tests - just Python scripts that regenerate the .txt files, plus Markdown notes. sys.stdout = io.TextIOWrapper(sys.stdout.buffer, encoding="utf-8", errors="replace") Put that inside main() if another script imports the file. +-------------------------------------------------------------------------------- +## Definitions: detention (violence type) vs Kidnapping (scenario) + +Added 2026-09-06 after the flag turned out to be mislabelled. The rule for every file, +summary and correction from now on: + +**Detention** is a VIOLENCE TYPE. The DB flag `kidnappings` (sheet column "Kidnappings") is +the detention flag and should be renamed `detention` on the DB side. It is 1 when the +attackers had physical control of the victim at any point, in any place, for any length of +time: tied, taped, handcuffed or zip-tied; locked in a room or vehicle; held at gunpoint +while forced to unlock or transfer; taken away in a car; held under a fake arrest; kept for +hours or days. It is 0 when control was never gained: a snatch or mugging in passing, a +break-in of empty premises, threats or extortion at a distance, a plot foiled before contact, +an attempt the victim fled or fought off before being restrained. Judgment line: a victim +held at gunpoint for the minutes it takes to force a transfer counts as detained; a victim +punched and left within seconds does not. Who was held does not change the flag: if detention +was used on anyone to force submission or to execute the theft (guards, staff, a concierge, a +relative), the flag is 1 even when the record's named victim was absent (owner's rule, 2026-09-06). + +**Kidnapping** is a SCENARIO, one of eleven attack patterns. It means the victim was taken +from where they were to a place under the attackers' control and held there, usually for a +ransom or a forced transfer. Express Kidnapping is the short, ATM-style variant. A Kidnapping +scenario always involves detention, and usually other violence types too: weapon threats, +assault, torture, drugging. Detention also occurs in other scenarios without making them +kidnappings: a family tied up in a Home Invasion, a P2P buyer handcuffed in a hotel room, a +fake arrest under Authority Misuse, a victim zip-tied in a Dodged Attack that was interrupted. + +**Wording in summaries.** "Violence Used" names the violence types, and names detention +explicitly whenever it occurred ("Detention — held at gunpoint for about an hour"). The +words kidnapped / abducted are reserved for a victim being taken away; a victim held where +they were is "held", "detained", "tied up", not "kidnapped". Foiled attempts say +"No detention — the attempt was foiled" only when the source says so. + +Per-case flag review against this rule: merge-output/detention-flag-review.md (proposals for +Sofia, with the evidence line for each). The DB export stays untouched. + -------------------------------------------------------------------------------- ## The deliverable, and what still needs the human @@ -120,6 +156,8 @@ than 4 categories). These are the targets, worked in descending ID order. - Round-up articles (one article, several incidents): use ONLY the passage about THIS case; drop the other incidents and any trend-commentary tail. - Foiled / "dodged" attacks with no one harmed: "Violence Used: None - the attempt was foiled." +- Name detention explicitly in "Violence Used" whenever the victim was held (see Definitions); + use kidnapped / abducted only for a victim taken away. ### Workflow per batch (about 10 cases) 1. Write build_overrides_batchN.py (copy an existing one; it does existing.update(B) then writes @@ -189,10 +227,32 @@ Result of the run (all 252 cases processed): paste, which is kept. Trimming is still to do, same as for cases 357+. - verify_all.py PASSES (1836 checks). -Next step for the 73 cases with no fetched article: wayback-availability.json lists a -Wayback Machine snapshot for 73 of the 98 failed URL slots (about 70 cases). fetch_sources.py -has no archive path yet; add one that labels the block as an archived snapshot with its -timestamp, so provenance stays honest. +Second pass, same day: Wayback Machine retrieval and automatic trimming. + +- wayback_pass.py retries every linked source the live fetch could not read (BLOCKED, + DEAD, THIN, ERROR) through the Wayback Machine. Run from merge-output/: + python wayback_pass.py + Result over 143 failed slots: 93 FETCHED, 37 no snapshot, 12 THIN (script shell), 1 PDF. + Every archived block is labelled with the snapshot date and archive URL in the dossier + and keeps the live verdict in its note. 341 of 364 cases now hold a fetched article; + 3 cases still have no article text at all: 11 (podcast only), 66 (police Facebook video only), + 399 (direct victim report to Gart Research, no public source). The other seven were sourced by + web search on 2026-09-06; add_extra_sources.py files such finds into the store. +- auto_trim.py cuts site furniture from UNTRIMMED blocks: it finds the paragraph run that + mentions the case (terms from the DB record), widens it across short gaps so ledes and + closing sentences survive, and drops teasers, share bars, date/URL/caption lines and + subscription pitches. Run from merge-output/: + python auto_trim.py (add --reset to redo every automatic cut from staging/) + Result: 288 blocks in 252 cases trimmed, 1.44M -> 0.99M chars. These are MACHINE cuts: + the dossier banner says AUTO-TRIMMED, UNREVIEWED, and the full extract stays in staging/. + Decisions with anchors are in trim-decisions-auto.json. +- auto-trim-review.md lists the 16 blocks left UNTRIMMED and the 15 trimmed on a weak + anchor. The 7 OFF-CASE entries (no record term on the page) are wrong-source candidates; + case 248 is on it, which matches the known Le Parisien mismatch. +- The trimmer removes furniture only. It does NOT separate other incidents inside a + round-up article; that is still a read-through job (see the round-up bucket on the + worklist). +- Case 248: Oslo sources found by web search on 2026-09-05 and filed as extra_1..5 (see the worklist entry). verify_all.py PASSES (2321 checks). Not committed yet; review before pushing. -------------------------------------------------------------------------------- ## Quick-start checklist for the next AI diff --git a/merge-output/add_extra_sources.py b/merge-output/add_extra_sources.py new file mode 100644 index 0000000..c8b2cf6 --- /dev/null +++ b/merge-output/add_extra_sources.py @@ -0,0 +1,69 @@ +""" +File staged extra_* sources (found by web search, NOT on the DB record) into the article +store as UNTRIMMED blocks, so build_cases.py renders them and auto_trim.py can cut them. + +Reads staging//index.json; every extra_N entry that is not yet in the store becomes +a block. FETCHED entries carry the staged text, hashed; anything else (THIN, BLOCKED, DEAD, +NOT AN ARTICLE) is filed as a reference with its verdict. Each block says in its note that +the URL is not on the record and when it was found, so provenance stays visible. + +Usage: python add_extra_sources.py 258 260 ... then auto_trim.py , build, verify. +""" + +import hashlib +import json +import sys +from datetime import date +from pathlib import Path + +BASE = Path(__file__).resolve().parent +STAGING = BASE / "staging" +STORE = BASE / "sourced-articles.json" + +NAMES = {"document.no": "Document.no", "alt.no": "Avisa Oslo (alt.no)", "nrk.no": "NRK", "ao.no": "Avisa Oslo", + "mothership.sg": "Mothership", "khaosodenglish.com": "Khaosod English", "8newsnow.com": "8 News Now (KLAS)", + "thedefiant.io": "The Defiant", "actu17.fr": "Actu17", "lagazette-yvelines.fr": "La Gazette en Yvelines", + "mantes-actu.net": "Mantes Actu", "vrt.be": "VRT NWS", "nnieuws.be": "NNieuws", "indegazette.be": "In de Gazette", + "justice.gov": "US Department of Justice", "decrypt.co": "Decrypt", "fortune.com": "Fortune", + "ukrinform.ua": "Ukrinform", "hromadske.radio": "Hromadske Radio", "sud.ua": "Sud.ua", "atn.ua": "ATN"} + + +def main(): + cases = [int(a) for a in sys.argv[1:]] + store = json.loads(STORE.read_text(encoding="utf-8")) + today = date.today().isoformat() + added = 0 + for cid in cases: + idx_path = STAGING / f"{cid:03d}" / "index.json" + if not idx_path.exists(): + print(f"case {cid}: no staging index"); continue + blocks = store.setdefault(str(cid), []) + have = {b.get("field") for b in blocks} + for e in json.loads(idx_path.read_text(encoding="utf-8")): + if not e["field"].startswith("extra_") or e["field"] in have: + continue + src = NAMES.get(e["host"], e["host"]) + note = f"NOT on the DB record. Found {today} by web search because the linked source(s) gave no usable text." + if e["verdict"] != "FETCHED": + blocks.append({"field": e["field"], "verdict": e["verdict"], "url": e["url"], "source": src, + "note": note + (" " + e["note"] if e.get("note") else "")}) + added += 1 + continue + path = next(STAGING.joinpath(f"{cid:03d}").glob(f"{e['n']:02d}_*.txt")) + text = path.read_text(encoding="utf-8") + blocks.append({"field": e["field"], "verdict": "UNTRIMMED", "url": e["url"], "source": src, + "language": "unknown", "text": text, "chars": len(text), + "sha256": hashlib.sha256(text.encode("utf-8")).hexdigest(), + "staged_file": path.name, + "paragraphs_kept": f"ALL {len(text.split(chr(10) * 2))} paragraphs, untrimmed", + "method": "raw HTTP retrieval, deterministic extraction", + "fetched_at": e.get("fetched_at"), "http": e.get("http"), "note": note, + "cut_note": "NOT TRIMMED. Full page extract; trim on read-through."}) + added += 1 + print(f"case {cid}: + {e['field']} {src} {len(text):,} chars") + STORE.write_text(json.dumps(store, ensure_ascii=False, indent=2), encoding="utf-8") + print(f"added {added} block(s)") + + +if __name__ == "__main__": + main() diff --git a/merge-output/apply_detention_wording.py b/merge-output/apply_detention_wording.py new file mode 100644 index 0000000..dfdf501 --- /dev/null +++ b/merge-output/apply_detention_wording.py @@ -0,0 +1,131 @@ +""" +Rewrite the "Violence Used" line of every reviewed summary in summary-overrides.json so +that it names DETENTION explicitly where the victim was held, and says "No detention" +where the summary already states the attack was foiled, a snatch, or a hit-and-run. + +Rule: README-START-HERE.md, "Definitions". Nothing is added that the summary does not +already say: a line gets the "Detention —" label only when that same summary (any +category) already describes the victim being held, tied, handcuffed, locked in, taken +away or abducted; the supporting phrase is checked before the edit. Idempotent. + +Supersedes the Violence Used wording in build_overrides_batch1..7.py; summary-overrides.json +is the authoritative store. Run build_cases.py --all and verify_all.py afterwards. +""" + +import json +import re +import sys +from pathlib import Path + +BASE = Path(__file__).resolve().parent +STORE = BASE / "summary-overrides.json" + +HELD = re.compile(r"(held (him|her|them|the|at|for|in|with|captive|hostage|against|under)|tied|bound|taped|handcuff|" + r"zip.?tie|cable tie|captiv|hostage|locked|restrain|confine|shackle|abduct|kidnapp|" + r"seized (him|her|them)|forced (him|her|them|the \w+) (into|inside|back)|drove (him|her|them)|" + r"took (him|her|them)|taken (away|to|from)|driven|put a sack|bag over|hooded)", re.I) +FOILED = re.compile(r"(none|no one was harmed|foiled|snatched|not a violent|no physical violence|" + r"unoccupied|no confrontation)", re.I) + +# Per-case hand rewrites where the mechanical label would read badly. Each value is the +# full new Violence Used line (without the bold label). "support" must occur in the summary. +HAND = { + "218": ("Detention — she was held at gunpoint in her home and suffered a scalp laceration that needed stitches; she said she shot one of the intruders during the confrontation.", "held at gunpoint"), + "219": ("No detention and no assault reported — the bag was snatched from behind. (The database description's \"beaten with a stick\" is not supported by the linked article.)", "snatched from behind"), + "221": ("Detention — held for five days tied to a bed in a makeshift prison; he was kept drugged with sleeping pills, restrained and harassed throughout.", "tied to a bed"), + "222": ("No detention — a street attack from behind. He was slashed, suffering a 10-centimetre knife wound to the forehead (with no damage to his eyes or vital organs), and fell to the ground.", "from behind"), + "224": ("Detention — abducted and held by an armed group that accused him of illegal Hundi/Hawala dealing and threatened him.", "abducted"), + "229": ("Possible detention — by his own account he was drugged and became docile in the car; as he was made to get out in a residential area near Golders Green the car drove off and struck his leg, leaving him unable to walk.", "drugged"), + "230": ("No detention — the attempt to force her into the van was fought off. The child's father intervened and was struck by the attackers as the victim cried out and many passers-by looked on.", "force the mother into"), + "242": ("No detention — she was punched in the face roughly ten times in front of her family and taken to hospital; the attackers fled.", "punched"), + "253": ("Detention — forced into a van and driven off; inside the van he was physically assaulted and threatened with a firearm, and he was later taken to hospital with serious but non-life-threatening injuries.", "forced into"), + "256": ("No detention — the intruders were armed (one with a switchblade, another with a fake firearm) but the attempt was foiled at the fence and no one was harmed.", "foiled"), + "273": ("No detention — he was stabbed during the robbery, describing the scene afterwards as looking \"like a massacre\".", "stabbed"), + "292": ("Detention — threatened with a gun-like object and forced back inside his home.", "forced back"), + "298": ("He was assaulted during the robbery; the source on file does not say whether anyone was restrained.", "assaulted"), + "299": ("No detention beyond the moment of the mugging — physical force and coercion: forced phone handovers, being held against a wall and forced biometric unlocks.", "held against a wall"), + "322": ("Detention — abducted and held for two days; one of his fingers was severed.", "held for two days"), + "349": ("None — no detention and no confrontation: an unoccupied-premises break-in (the wider wave included violent, armed raids elsewhere, but not here).", "unoccupied"), + "364": ("No detention — a daylight snatch: he was hit across the head and face as he waited in his car.", "waited in his car"), + "301": ("Detention — the on-duty security personnel were tied up to carry out the theft; no injuries were reported.", "tied up"), + "372": ("Detention — taken and tied to a chair; she was stripped naked, struck in the legs with a hammer, and burned.", "tied to a chair"), +} + + +# Lead clause + original sentence (first letter lowercased). "support" must occur in the summary. +LEAD = { + "228": ("Detention — bound and held for about 17 days at the townhouse;", "held for about 17 days"), + "237": ("Detention — forced into a stolen vehicle and held until the next day;", "released the next day"), + "238": ("Detention — the man was held and later released in Créteil;", "released in Créteil"), + "240": ("Detention — the gang locked the victims in the shop before fleeing (they escaped through the shutters);", "locked them in the shop"), + "244": ("Detention — the pair were driven to a police station and held until about 8:30 p.m.;", "released around 8:30"), + "245": ("Detention — forced into a car and moved between locations through the night;", "moved between locations"), + "247": ("Detention — forcibly taken to the area of the Arc de Triomphe;", "forcibly took him"), + "272": ("Detention — a sack over his head, forced into a car and driven out of the city;", "sack over his head"), + "279": ("Detention — the family was held in the attackers' cars over a two-hour drive;", "two-hour drive"), + "317": ("Detention — seized outside his home and held until the ransom was paid;", "released after the ransom"), + "334": ("Detention — subdued at gunpoint inside the car;", "subdued him at gunpoint"), + "340": ("Detention — forced into a car, taken to a house in Jimbaran and released several hours later;", "released several hours later"), + "369": ("Detention — trapped in the bedsit;", "trap"), + "370": ("Detention — all three family members were bound with zip ties for about 13 hours;", "13 hours"), + "371": ("Detention — hooded, handcuffed and held blindfolded for six days;", "six days"), + "285": ("No detention, no violence —", "sleight-of-hand"), +} + + +def relabel(cid, summary): + m = re.search(r"(\*\*Violence Used:\*\*\s*)(.+)", summary) + if not m: + return summary, "no Violence Used line" + label, old = m.group(1), m.group(2) + if cid in HAND: + new, support = HAND[cid] + if support.lower() not in summary.lower(): + raise SystemExit(f"ABORT case {cid}: support phrase {support!r} not in summary") + elif cid in LEAD: + lead, support = LEAD[cid] + if support.lower() not in summary.lower(): + raise SystemExit(f"ABORT case {cid}: support phrase {support!r} not in summary") + body = old + while body.lower().startswith(lead.lower()): # idempotent: strip any lead already applied + body = body[len(lead):].lstrip() + body = body[0].lower() + body[1:] + if cid == "285": + body = body[len("none — "):] if body.startswith("none — ") else body + new = lead + " " + body + if new == old: + return summary, "already labelled" + elif re.match(r"(Detention|No detention|Possible detention)", old): + fixed = re.sub(r"^No detention — none — ", "No detention — ", old) + if fixed != old: + return summary.replace(label + old, label + fixed, 1), fixed[:90] + return summary, "already labelled" + elif HELD.search(old): + new = "Detention — " + old[0].lower() + old[1:] + elif FOILED.search(old): + body = re.sub(r"^None\s*[—-]\s*", "", old) + new = "No detention — " + body[0].lower() + body[1:] + elif HELD.search(summary): + new = "Detention (see Attack Method). " + old + else: + return summary, "UNLABELLED (no holding cue and not foiled)" + return summary.replace(label + old, label + new, 1), new[:90] + + +def main(): + dry = "--dry-run" in sys.argv + store = json.loads(STORE.read_text(encoding="utf-8")) + changed = 0 + for cid in sorted(store, key=int): + new, note = relabel(cid, store[cid]) + print(f"{cid}: {note}") + if new != store[cid]: + store[cid] = new + changed += 1 + if not dry: + STORE.write_text(json.dumps(store, ensure_ascii=False, indent=2), encoding="utf-8") + print(f"\n{'would change' if dry else 'changed'} {changed} of {len(store)} summaries") + + +if __name__ == "__main__": + main() diff --git a/merge-output/auto-trim-review.md b/merge-output/auto-trim-review.md new file mode 100644 index 0000000..3695ab8 --- /dev/null +++ b/merge-output/auto-trim-review.md @@ -0,0 +1,16 @@ +# Auto-trim review list + +Three kinds of entry. TOO SMALL blocks were left UNTRIMMED because the trimmer found +almost no body text on a large page. OFF-CASE? blocks were left UNTRIMMED because no term from the +record appears on the page; the linked URL may be the wrong source. WEAK blocks were +trimmed but on one or two hits only, usually because the record is thin; confirm the +page is about this case. The full extract stays in staging/ either way. + +- **case 258** `extra_1` Ukrinform: WEAK anchor: trimmed on only 1 case-term hit(s); confirm the page is about this case + +- **case 258** `extra_2` Hromadske Radio: WEAK anchor: trimmed on only 1 case-term hit(s); confirm the page is about this case + +- **case 258** `extra_4` ATN: WEAK anchor: trimmed on only 1 case-term hit(s); confirm the page is about this case + +- **case 390** `extra_2` NNieuws: WEAK anchor: trimmed on only 2 case-term hit(s); confirm the page is about this case + diff --git a/merge-output/auto_trim.py b/merge-output/auto_trim.py new file mode 100644 index 0000000..21fa77d --- /dev/null +++ b/merge-output/auto_trim.py @@ -0,0 +1,294 @@ +""" +Automatic first-pass trim of UNTRIMMED fetched blocks. + +Uses propose_cuts.py (the case-anchored proposer) to find the paragraph run that talks +about this case, then widens it backwards across short non-junk gaps so a lede is not +lost to a one-line subhead, and drops interior lines that are plainly site furniture +(ALSO READ teasers, share prompts, advertisements). Every kept piece is verified as a +verbatim substring of the staged file before it is written. The full extract stays on +disk in staging/, so any cut can be revisited. + +This is a machine cut, not a review. Blocks trimmed here are marked +trimmed_by = "auto (propose_cuts, unreviewed)" and the dossier prints a banner saying +so. Pages where the proposer cannot find the case (fewer than MIN_HITS case-term hits) +are left UNTRIMMED and listed in auto-trim-review.md; they are candidates for a +wrong-source verdict and need a human. + +Run build_cases.py --all and verify_all.py afterwards. +""" + +import argparse +import hashlib +import io +import json +import re +import sys +from pathlib import Path + +from propose_cuts import JUNK, PAYWALL, case_terms, score +from trim import slice_paras + +BASE = Path(__file__).resolve().parent +STORE = BASE / "sourced-articles.json" +STAGING = BASE / "staging" +JSONF = BASE.parent / "attacks-export-Gart-website.json" +DECISIONS_OUT = BASE / "trim-decisions-auto.json" +REVIEW_OUT = BASE / "auto-trim-review.md" + +MIN_HITS = 3 # at or above this the page is confidently about the case +# 1-2 hits: trimmed, but listed as WEAK on the review list (thin records such as +# "30 y/o man, Sweden" cannot score higher). 0 hits: left UNTRIMMED as possible OFF-CASE. +BACK_GAP = 4 # merge an earlier run if separated by at most this many short lines + +# Interior furniture: short lines that sit inside an article body on many news sites. +# Anchored and short-only so a real sentence that happens to contain "share" survives. +INTERIOR = re.compile( + r"^(also read|read (more|also|next)|related( (articles?|stories|news|coverage))?|" + r"see also|more (on|from) |advertisement|advertising|publicidade|publicit\u00e9|" + r"a lire aussi|\u00e0 lire aussi|lire aussi|leia tamb\u00e9m|lea tambi\u00e9n|siehe auch|" + r"sign up|subscribe|share( this| via)?|loading|image[: ]|photo[: ]|picture[: ]|" + r"illustration( of|:)|file photo|getty images|\(image|credit[: ]|source[: ]|" + r"watch[: ]|listen[: ]|video[: ]|" + r"recommended|trending|most read|top stories|editor'?s picks|popular|" + r"follow us|join us|download the app|click here|tap here|" + r"this article (is|was)|this story (is|was)|updated at|published (on|at)|" + r"(mon|tue|wed|thu|fri|sat|sun)[a-z]*, [a-z]+\.? \d{1,2}, \d{4}|" + r"editorial process|trusted editorial|ad disclosure|" + r"let us know|got an opinion|email your thoughts|story tips|" + r"poster sur|tweeter|envoyer via|partager|accueil \u00bb|compartilh|compartir|teilen|" + r"by registering|for signing up|thank you for (signing|subscribing)|" + r"copyright|all rights reserved|\u00a9)", re.I) + +# Teaser headline with a date suffix: "Some headline - 4. september 2025" / "- May 3, 2024" +DATED_TEASER = re.compile(r" [-\u2013] (\d{1,2}\.? [A-Za-z\u00e6\u00f8\u00e5]+ \d{4}|[A-Z][a-z]+ \d{1,2}, \d{4})$") + +TAIL_WORDS = re.compile(r"(inbox|newsletter|briefing|unsubscribe|privacy policy|terms of (use|service)|" + r"retningslinjer|debattskikk|^vi i document|^kj\u00f8p .* fra document|" + r"cookie|comments? below|in the comments|support local news|pay what you want|" + r"starting at us\$|join a community|become a member|donate|" + r"^every (mon|tues|wednes|thurs|fri|satur|sun)day)", re.I) + + +def listy(p): + """A newline-packed paragraph of short fragments is a nav bar or a tag list.""" + segs = [x for x in p.split("\n") if x.strip()] + return len(segs) >= 4 and sum(len(x) for x in segs) / len(segs) < 30 + + +def is_furniture(p): + p = p.strip() + if not p or listy(p) or p.startswith(("http://", "https://", "www.")) or DATED_TEASER.search(p): + return True + return len(p) <= 400 and bool(INTERIOR.match(p) or JUNK.search(p) or TAIL_WORDS.search(p)) + + +MIN_KEEP = 600 # a cut that keeps less than this from a page 3x larger is refused +GAP = 4 # furniture lines tolerated between two body runs + + +def bodyish(p): + """Body text, relaxed from propose_cuts: a short sentence is still a sentence. + + A 70-char line ending in a full stop is a closing sentence far more often than + furniture (teasers are headlines and headlines do not end in full stops); the + furniture that does end in a full stop is caught by JUNK / INTERIOR. + """ + p = p.strip() + if not p or is_furniture(p): + return False + if len(p) >= 140: + return True + return len(p) >= 40 and bool(re.search(r"[.!?;:\u201d\u00bb\"')]$", p)) + + +def gap_ok(p): + p = p.strip() + return len(p) <= 200 and not JUNK.search(p) + + +def find_range(paras, terms): + """Choose the body run that talks about this case and widen it across short gaps. + + Runs are maximal stretches of body paragraphs. The best run is the one with the + most distinct case terms (density, then length, break ties), as in propose_cuts. + It is then merged with neighbouring runs when the gap between them is at most + GAP short non-junk lines: backwards unconditionally (a lede sits before a subhead), + forwards only when the next run mentions the case or is short (a closing sentence + or two), so a trailing block of sentence-shaped teasers is not absorbed. + """ + body = [bodyish(p) for p in paras] + runs, cur = [], [] + for i, b in enumerate(body): + if b: + cur.append(i) + elif cur: + runs.append(cur) + cur = [] + if cur: + runs.append(cur) + if not runs: + return None, None + + def run_score(r): + text = " ".join(paras[i] for i in r).lower() + distinct = sum(1 for t in terms if t in text) + chars = sum(len(paras[i]) for i in r) or 1 + # Distinct terms first, then LENGTH. propose_cuts used density as the tie-break, + # which let a six-line teaser list carrying one "Oslo" beat the 18-paragraph + # article carrying the same one "Oslo" (Document.no, case 248). + return (distinct, chars) + + k = max(range(len(runs)), key=lambda i: run_score(runs[i])) + start, end = runs[k][0], runs[k][-1] + + def gap_between(a_end, b_start): + between = list(range(a_end + 1, b_start)) + return between if len(between) <= GAP and all(gap_ok(paras[i]) for i in between) else None + + j = k + while j - 1 >= 0 and gap_between(runs[j - 1][-1], runs[j][0]) is not None: + j -= 1 + start = runs[j][0] + j = k + while j + 1 < len(runs) and gap_between(runs[j][-1], runs[j + 1][0]) is not None: + nxt = runs[j + 1] + gap = gap_between(runs[j][-1], nxt[0]) + hits = sum(score(paras[i], terms) for i in nxt) + # A one- or two-line gap is a subheading or a pull quote inside the article; + # merge regardless of hits (later sections often carry no record term). A + # longer gap looks like a teaser block, so the next run must earn its place. + if len(gap) > 2 and hits == 0 and len(nxt) > 3: + break + j += 1 + end = nxt[-1] + while end > start and not bodyish(paras[end]): + end -= 1 + while start < end and not bodyish(paras[start]): + start += 1 + return start, end + + +def reset_auto(store, only=()): + """Put every auto-trimmed block back to UNTRIMMED from its staged file.""" + n = 0 + for cid, blocks in store.items(): + if only and int(cid) not in only: + continue + for b in blocks: + if b.get("verdict") == "KEEP" and str(b.get("trimmed_by", "")).startswith("auto"): + path = STAGING / f"{int(cid):03d}" / b["staged_file"] + text = path.read_text(encoding="utf-8") + b.update(verdict="UNTRIMMED", text=text, chars=len(text), + sha256=hashlib.sha256(text.encode("utf-8")).hexdigest(), + paragraphs_kept=f"ALL {len(text.split(chr(10) * 2))} paragraphs, untrimmed", + cut_note="NOT TRIMMED. Full page extract; trim on read-through.") + b.pop("trimmed_by", None) + n += 1 + return n + + +def main(): + sys.stdout = io.TextIOWrapper(sys.stdout.buffer, encoding="utf-8", errors="replace") + ap = argparse.ArgumentParser() + ap.add_argument("cases", nargs="*", type=int) + ap.add_argument("--dry-run", action="store_true") + ap.add_argument("--reset", action="store_true", + help="first restore every auto-trimmed block to UNTRIMMED from staging/") + args = ap.parse_args() + + records = {r["id"]: r for r in json.loads(JSONF.read_text(encoding="utf-8"))} + store = json.loads(STORE.read_text(encoding="utf-8")) + decisions, review, applied, skipped = {}, [], 0, 0 + if args.reset: + print(f"reset {reset_auto(store, args.cases)} auto-trimmed block(s) to UNTRIMMED") + + for cid_s, blocks in store.items(): + cid = int(cid_s) + if args.cases and cid not in args.cases: + continue + terms = case_terms(records[cid]) + for b in blocks: + if b.get("verdict") != "UNTRIMMED" or not b.get("staged_file"): + continue + path = STAGING / f"{cid:03d}" / b["staged_file"] + full = path.read_text(encoding="utf-8") + paras = full.split("\n\n") + hits = sum(score(p, terms) for p in paras) + start, end = find_range(paras, terms) + if start is None or hits == 0: + reason = ("no body run found" if start is None else + "OFF-CASE? no case term appears anywhere on the page") + review.append((cid, b["field"], b.get("source"), reason, b["url"])) + skipped += 1 + continue + weak = hits < MIN_HITS + if weak: + review.append((cid, b["field"], b.get("source"), + f"WEAK anchor: trimmed on only {hits} case-term hit(s); confirm " + "the page is about this case", b["url"])) + exclude = [i for i in range(start, end + 1) if is_furniture(paras[i])] + title = None + t0 = paras[0].strip() + if start > 0 and 20 < len(t0) < 200 and not JUNK.search(t0): + title = 0 + text, pieces = slice_paras(paras, start, end, title, exclude) + if any(p not in full for p in pieces): + review.append((cid, b["field"], b.get("source"), "slice not a substring (bug)", b["url"])) + skipped += 1 + continue + if len(text) < MIN_KEEP and len(full) > 3 * len(text): + review.append((cid, b["field"], b.get("source"), + f"TOO SMALL: the only body run found is {len(text)} chars of a " + f"{len(full):,}-char page; page may be a script shell or list-form " + "article. Left UNTRIMMED.", b["url"])) + skipped += 1 + continue + dropped_head = start - (1 if title is not None else 0) + dropped_tail = len(paras) - 1 - end + pay = [p.strip()[:60] for p in paras if PAYWALL.search(p)] + cut_note = (f"AUTO-TRIMMED, unreviewed: kept paragraphs {start}-{end}" + + (f" plus headline [0]" if title is not None else "") + + f"; dropped {dropped_head} leading and {dropped_tail} trailing paragraphs" + + (f" and {len(exclude)} interior furniture line(s)" if exclude else "") + + f". Case-term hits on page: {hits}" + + (" (WEAK anchor, confirm the page is about this case)." if weak else ".") + + (" PAYWALL marker seen on page." if pay else "")) + decisions.setdefault(cid_s, []).append({ + "field": b["field"], "staged_file": b["staged_file"], "start": start, "end": end, + "title": title, "exclude": exclude, "hits": hits, + "starts_with": paras[start][:45], "ends_with": paras[end][-55:], + "chars_before": len(full), "chars_after": len(text), "paywall": bool(pay)}) + if not args.dry_run: + b.update(verdict="KEEP", text=text, chars=len(text), + sha256=hashlib.sha256(text.encode("utf-8")).hexdigest(), + paragraphs_kept=(f"headline [0] + " if title is not None else "") + + f"{start}-{end}" + + (f" excl {exclude}" if exclude else "") + + f" of {len(paras)}", + cut_note=cut_note, trimmed_by="auto (propose_cuts, unreviewed)") + b.pop("carried_over", None) + applied += 1 + + if not args.dry_run: + STORE.write_text(json.dumps(store, ensure_ascii=False, indent=2), encoding="utf-8") + DECISIONS_OUT.write_text(json.dumps(decisions, ensure_ascii=False, indent=2), encoding="utf-8") + lines = ["# Auto-trim review list", "", + "Three kinds of entry. TOO SMALL blocks were left UNTRIMMED because the trimmer found", + "almost no body text on a large page. OFF-CASE? blocks were left UNTRIMMED because no term from the", + "record appears on the page; the linked URL may be the wrong source. WEAK blocks were", + "trimmed but on one or two hits only, usually because the record is thin; confirm the", + "page is about this case. The full extract stays in staging/ either way.", ""] + for cid, field, src, reason, url in sorted(review): + lines.append(f"- **case {cid}** `{field}` {src}: {reason}\n <{url}>") + REVIEW_OUT.write_text("\n".join(lines) + "\n", encoding="utf-8") + + before = sum(d["chars_before"] for ds in decisions.values() for d in ds) + after = sum(d["chars_after"] for ds in decisions.values() for d in ds) + print(f"{'would trim' if args.dry_run else 'trimmed'} {applied} block(s): " + f"{before:,} -> {after:,} chars; left UNTRIMMED for review: {skipped}") + remaining = sum(1 for c in store.values() for b in c if b.get("verdict") == "UNTRIMMED") + print(f"UNTRIMMED blocks in store now: {remaining}") + + +if __name__ == "__main__": + main() diff --git a/merge-output/build_cases.py b/merge-output/build_cases.py index 7051805..4be1239 100644 --- a/merge-output/build_cases.py +++ b/merge-output/build_cases.py @@ -296,7 +296,14 @@ def render_fetched(entries): for i, e in enumerate(keeps, 1): flag = {"PARTIAL": " [PARTIAL — PAYWALLED]", "UNTRIMMED": " [RAW EXTRACT — NOT YET TRIMMED]"}.get(e["verdict"], "") + auto = e["verdict"] == "KEEP" and str(e.get("trimmed_by", "")).startswith("auto") + if auto: + flag = " [AUTO-TRIMMED — UNREVIEWED]" L += ["", "-" * 96, f"FETCHED ARTICLE {i}{flag}"] + if auto: + L += [" !! Furniture was cut by a script keyed on this case's record, not by a person.", + " !! It may still carry passages about OTHER cases from a round-up article.", + " !! The full page extract is kept in staging/ if a cut needs revisiting."] if e["verdict"] == "UNTRIMMED": L += [" !! This is the whole page as extracted. It still contains site furniture,", " !! and may contain teaser headlines for UNRELATED cases. Trim on read-through.", @@ -313,8 +320,14 @@ def render_fetched(entries): L.append(f" Trimmed {e['cut_note']}") if e.get("note"): L.append(f" Note {e['note']}") - L += [" Caveat retrieved from a live page on the date above. Unlike text copied", - " from the spreadsheet, there is no second copy to hash it against.", + if e.get("archive_url"): + L += [f" Archive {e['archive_url']}"] + L += [" Caveat retrieved from a Wayback Machine snapshot, not the live page. The", + " snapshot date is in the method line; the live URL was unreadable."] + else: + L += [" Caveat retrieved from a live page on the date above. Unlike text copied", + " from the spreadsheet, there is no second copy to hash it against."] + L += [ "-" * 96, "", f"ORIGINAL ({e['language']}, verbatim as retrieved)", "", e["text"]] if e.get("translation"): @@ -331,6 +344,9 @@ def render(rec, arts, notes, fetched=()): L += ["=" * 96, hdr, "=" * 96, "", "DATABASE RECORD"] for f in FIELD_ORDER: L.append(f" {f:<20}{rec.get(f) if rec.get(f) is not None else '(null)'}") + L += [" (flag legend: 'kidnappings' is the DETENTION flag — 1 when the victim was held against", + " their will at any point, tied, locked in, held at gunpoint or taken away; it is NOT the", + " same as the 'Kidnapping' scenario, which means taken away and held. See README, Definitions.)"] ov = SUMMARY_OVERRIDES.get(str(rec["id"])) if ov: diff --git a/merge-output/case-files-manifest.json b/merge-output/case-files-manifest.json index 9e6d743..ee94a9c 100644 --- a/merge-output/case-files-manifest.json +++ b/merge-output/case-files-manifest.json @@ -1,6 +1,6 @@ { "files": 364, - "articles": 715, + "articles": 826, "entries": [ { "case": 1, @@ -19,8 +19,8 @@ { "case": 2, "file": "002_Amanda-McCollum.txt", - "chars": 3157, - "sha256": "ad0777df2e1cea64a8881e047417d1ed188763dc476a0139187bd98d3075a9ec", + "chars": 2451, + "sha256": "860f4d241ee0eff0ae1b3f00239f515f0ca172d5eb24501968645d59171b813f", "origin": "fetched https://cointelegraph.com/news/stupidity-or-greed-why-steal-bitcoin-atm" }, { @@ -40,8 +40,8 @@ { "case": 3, "file": "003_Martin-Wismeijer.txt", - "chars": 3943, - "sha256": "a010c55ee5ee28b27daf92e5caa3331692433747167ea384b1d7c25c597ba1b6", + "chars": 2340, + "sha256": "1257ded0a909059760cbb270f5a4c9774ee5125e6e051a810e66f91f0de368bb", "origin": "fetched https://bitcoinist.com/two-bitcoin-atms-stolen-amsterdam/" }, { @@ -61,8 +61,8 @@ { "case": 4, "file": "004_Dean-Katz.txt", - "chars": 4967, - "sha256": "2f6a40e26ccd8a7054b20e0c51d266d0691fe0546d87a00511a3f3275c73a59e", + "chars": 4621, + "sha256": "f7186789b2757f1f7e460e8a3d61a4ccc2f0f04ca7f2957a9e13b4506cfa0d3b", "origin": "fetched http://observer.com/2015/02/bitcoin-crime-wave-breaks-out-in-nyc/" }, { @@ -75,8 +75,8 @@ { "case": 5, "file": "005_Dwayne-Richards.txt", - "chars": 2607, - "sha256": "6329ca4d532ecb01a11e8a517519bcc75875d65e0e9d4b41e9d48efdf273202a", + "chars": 2509, + "sha256": "cc71cd682ef6839d1d1bf4f60d19df3c1a4c8c2028401dd97906dc7844d4703a", "origin": "fetched https://www.cnbc.com/2015/06/05/new-york-city-man-robbed-at-gunpoint-for-bitcoin.html" }, { @@ -86,6 +86,13 @@ "sha256": "67990d2a6032c5d38391bc713d7ee0afa9de52244976fdf95df42bcc9cc50dd3", "origin": "reported_K&R sheet, row 6, column \"Articles\"" }, + { + "case": 6, + "file": "006_Robert-Nederhoed.txt", + "chars": 1694, + "sha256": "c7cfb5df085a52df966fdd94310963fedfab2f5feffdf4d75de6744150dec3af", + "origin": "fetched https://www.ad.nl/binnenland/dieven-stelen-2000-euro-uit-bitcoinautomaat-in-delft~a315113e/" + }, { "case": 6, "file": "006_Robert-Nederhoed.txt", @@ -96,8 +103,8 @@ { "case": 7, "file": "007_Tadas-Kasputis.txt", - "chars": 4900, - "sha256": "81bc833bf7dbcca8bcd91b5ac6745a9a723586bad706a6675206257d14a8c85b", + "chars": 4227, + "sha256": "05909d404390349fe9c65c59bc50bf543839f93e7034714d085f0dcabefc1e93", "origin": "fetched https://kauno.diena.lt/naujienos/kaunas/nusikaltimai-ir-nelaimes/ne-bernvakario-pokstas-kaune-buvo-pagrobtas-bitkoinu-prekeivis-827044" }, { @@ -110,8 +117,8 @@ { "case": 8, "file": "008_Steve-Manos.txt", - "chars": 2082, - "sha256": "cf40d4be0a6e7d259ff767ad786e5eb81fb3501537b8d2cb7499818178bda3f1", + "chars": 1791, + "sha256": "2c7dd5b7a2889e27f0824f45105fa2904619afd3b65f4eb80330245243e57cd0", "origin": "fetched https://www.sun-sentinel.com/2016/07/27/boynton-beach-man-accused-of-robbing-28k-in-bitcoins-deal-deputies-say/" }, { @@ -131,8 +138,8 @@ { "case": 10, "file": "010_Tivoli-Brasserie.txt", - "chars": 4452, - "sha256": "31ce740d92f93b8636a4e6d12202649f143bd9ebb46db15e699dd88fbfa18922", + "chars": 3949, + "sha256": "a0d73d2d35812d243ec41df7c0a0cb9c6909d4b7d02502eef6685e726f83dee7", "origin": "fetched https://web.archive.org/web/20190510113124/https://bitsonline.com/bitcoin-atm-stolen-netherlands/" }, { @@ -145,8 +152,8 @@ { "case": 12, "file": "012_Rocelo-Lopes-wife.txt", - "chars": 4093, - "sha256": "01b7f484741c187d9de542eaf3e49317a376df09b79a8d940bd2804677ad34ae", + "chars": 3982, + "sha256": "a370d1fd770706f90a3a689a0a7466ec273a585e680fa9f874431aa18890a6bb", "origin": "fetched https://bitcoinworldtour.org/2017/05/11/victim-of-brazilian-bitcoin-ransom-kidnapping-plot-rescued/" }, { @@ -173,8 +180,8 @@ { "case": 13, "file": "013_3-Indian-Bitcoin-traders.txt", - "chars": 3120, - "sha256": "65707cc37237af0f5f1c9dee93443d2bbcaae9a3d4b69c4db271b8e09a793366", + "chars": 1893, + "sha256": "d6205f165eca8604eadd488998e3928b41d0758dc4c9bae5c992b5b0b6cdfb02", "origin": "fetched https://www.khaleejtimes.com/uae/crime/3-fake-dubai-cops-kidnap-traders-to-rob-bitcoins" }, { @@ -187,8 +194,8 @@ { "case": 14, "file": "014_Miyuki-Noda.txt", - "chars": 2299, - "sha256": "50c61594c4a92799b7bc0763f059ff13a9ec2967a60710f21493f6458a4b763d", + "chars": 1878, + "sha256": "756568d86208cf6ae794c48ce055058df8c8611a11725e218331916c4373ca1d", "origin": "fetched https://www.tokyoreporter.com/japan/nagoya/aichi-cops-accuse-pair-of-dumping-nagoya-womans-corpse-in-shiga/" }, { @@ -215,8 +222,8 @@ { "case": 15, "file": "015_Alexey-Sherstne.txt", - "chars": 1788, - "sha256": "32462f21d6d19fb025185f77c64f8314c6f1815a8fb8ac59e5d839d475ee06b7", + "chars": 1711, + "sha256": "2c196b36c4a5800cf5963d9e65ccda46eb047458cf6291294d7bcf54dd987d05", "origin": "fetched https://www.obozrevatel.com/kiyany/crime/v-kieve-iz-parnya-vyibivali-bitcoin-na-summu-pochti-50-tyis-doll.htm" }, { @@ -226,6 +233,13 @@ "sha256": "9ee95c93cdc336f236140f9dfc8277bb3f92252c517b240ac9260afbb508ca3a", "origin": "reported_K&R sheet, row 16, column \"Articles\"" }, + { + "case": 16, + "file": "016_Jameson-Lopp.txt", + "chars": 2205, + "sha256": "3125ab22077334288c7e9e97bd57027f322b9b4d0c3cd3fc2c11e69f63ec1dd3", + "origin": "fetched https://www.cbs17.com/news/durham-man-says-enemies-called-911-to-report-false-hostage-situation/" + }, { "case": 16, "file": "016_Jameson-Lopp.txt", @@ -278,8 +292,8 @@ { "case": 20, "file": "020_Unidentified.txt", - "chars": 1487, - "sha256": "621e7215128ddf5d43f25de13c126f544508dd98260b73be372b3b671087ab5c", + "chars": 1182, + "sha256": "89b085a512f943b8b3870654b17d3984eda95029c06efa831719aa27161cf515", "origin": "fetched https://www.dailysabah.com/investigations/2017/11/15/turkish-police-detain-gang-who-stole-bitcoins-worth-283m" }, { @@ -299,8 +313,8 @@ { "case": 22, "file": "022_Pavel-Lerner.txt", - "chars": 1532, - "sha256": "ad7efb5633b96ac6eefbb11377c322d35407afa68247e8e1f8078f550c797b87", + "chars": 1492, + "sha256": "e5223b31f57c34d7b47118adaf30309bbda8ea5832c135d6217416890cb3a35f", "origin": "fetched https://www.bbc.com/news/business-42505261" }, { @@ -341,8 +355,8 @@ { "case": 24, "file": "024_Dallas.txt", - "chars": 1419, - "sha256": "5509d7d3560ebab1e3eb566063aa0b5b48e627afc24dd8601fa10436d2fdd42b", + "chars": 1264, + "sha256": "d820c4fefca16eee044dedca62635dc2cbc45df190a13c2838222a0e2870f3db", "origin": "fetched https://www.tmj4.com/news/local-news/north-dakota-man-arrested-in-mke-after-allegedly-firing-gun-during-bitcoin-transaction-gone-wrong" }, { @@ -362,8 +376,8 @@ { "case": 25, "file": "025_Pavel-Nyashin.txt", - "chars": 2775, - "sha256": "bf3a98566c5f58fb60c28b2647d8122fd796c3d7756829c4ae4d668d6356e76b", + "chars": 2475, + "sha256": "7c6e5edc63d73d45b151a56cff04b79a3045588ab9850e0c98d8ee8870de61ab", "origin": "fetched https://cointelegraph.com/news/russia-blogger-who-boasted-about-crypto-wealth-beaten-and-robbed-for-425k" }, { @@ -376,8 +390,8 @@ { "case": 26, "file": "026_Maxsim-Latsoka-Anna-Nikurina.txt", - "chars": 1621, - "sha256": "78f6c55740661c869267f98d95897a13ee8a51be51c9f6d3a72a0f2fe1d69d5b", + "chars": 1119, + "sha256": "f5452da89471954f78a13903cae1f6648b0097cbaf2a5ff9cf33d4373f24b024", "origin": "fetched https://aseannow.com/topic/1020825-russian-gang-steal-bitcoin-worth-millions-from-young-russian-couple-in-phuket-condo-extortion/" }, { @@ -397,8 +411,8 @@ { "case": 27, "file": "027_Lee.txt", - "chars": 1263, - "sha256": "e853e0ab2995d291e02f2329ef41c348f3678f82ec05474a3dbce99879af7bca", + "chars": 1017, + "sha256": "b2546395167ea8fdcad5c6966007836a699aa54b469ff0c30aa226cb31505fe6", "origin": "fetched https://www.scmp.com/news/hong-kong/law-crime/article/2129665/hong-kong-bitcoin-trader-lured-bogus-meeting-and-robbed" }, { @@ -411,8 +425,8 @@ { "case": 28, "file": "028_Canadian-Bitcoins.txt", - "chars": 5584, - "sha256": "a94af51f351f01d2905dd69ce2ab078d982c1ab0b0bb0f8058c9550810db9e50", + "chars": 2111, + "sha256": "ad127e28e421ef9c9f1a9bbb68da0c69a6258e4a7e98053ef76bea6fb9336d67", "origin": "fetched https://thehackernews.com/2018/01/cryptocurrency-exchange-robbery.html" }, { @@ -432,8 +446,8 @@ { "case": 29, "file": "029_Danny-Aston-Amy-Jay.txt", - "chars": 4916, - "sha256": "721229ffa8baa3fa1fe2e5aa9700649cc8d20ec4b8c0752267934f363986507a", + "chars": 4557, + "sha256": "ec8bd2b91fddef70a4d26a81e2bb921ab93fac2dfa030715d2929335594f5490", "origin": "fetched https://www.businessinsider.com/bitcoin-raid-moulsford-transfer-failed-thieves-got-nothing-2018-2" }, { @@ -484,6 +498,13 @@ "sha256": "8b4a1430122ea44282103391ead51d525b8a632ddfb4353699476c5fd2477b7e", "origin": "reported_K&R sheet, row 33, column \"Article 3\"" }, + { + "case": 33, + "file": "033_Tai.txt", + "chars": 2434, + "sha256": "81701fd413a8cbb3f73e1686bf910f98bd8ad931912bcd89506e70361cfc7746", + "origin": "fetched https://www.arabnews.com/node/1251816/world" + }, { "case": 33, "file": "033_Tai.txt", @@ -501,8 +522,8 @@ { "case": 34, "file": "034_Yury-Mayorov.txt", - "chars": 2303, - "sha256": "8c844640592a06442536bbfde5991b9c3a19ef502293e5e4f0ba96c035d64eda", + "chars": 1950, + "sha256": "d2a6c982fb3acc97de184e5fcfc8bf81ee18bede1f174def39772962cd2a104c", "origin": "fetched https://cointelegraph.com/news/russian-crypto-developer-beaten-robbed-of-300-btc-on-moscow-streets" }, { @@ -515,8 +536,8 @@ { "case": 35, "file": "035_Unidentified.txt", - "chars": 2123, - "sha256": "8db41c293852c7ba4600d464dcaa0bf17cf335cb9f532ba271d30aa678081e43", + "chars": 1701, + "sha256": "9423fdbcab75e17e374745093df1afd5319050fb1b14119ef7d341dfcfe4275f", "origin": "fetched https://cointelegraph.com/news/moscow-man-mutilated-and-mugged-for-1-million-in-bitcoin-local-sources-report" }, { @@ -556,8 +577,8 @@ { "case": 39, "file": "039_Pang-Joon-Hau.txt", - "chars": 2100, - "sha256": "8653a4bbdf6e5f2938d3d8568127c04cd9b442604e67a78d871fd3a3959b80e5", + "chars": 1800, + "sha256": "17c7c0913377261827a5d02596e0b9fcdf9ff31e58f733e8386e898cfdbb9971", "origin": "fetched https://cointelegraph.com/news/two-bogus-bitcoin-brokers-charged-with-365000-cash-robbery-in-singapore" }, { @@ -574,6 +595,13 @@ "sha256": "3dad6580b4650dc36427a3d7af8937602eb61b07da9d14ebc0ac645053daf0f3", "origin": "reported_K&R sheet, row 40, column \"Article 2\"" }, + { + "case": 40, + "file": "040_Ryan-Rice.txt", + "chars": 2973, + "sha256": "1f6ec206958c8da00ef2001cc43e3623495930acffb0df590a478a5b55e56695", + "origin": "fetched https://www.miamiherald.com/news/local/crime/article208997064.html" + }, { "case": 40, "file": "040_Ryan-Rice.txt", @@ -581,6 +609,13 @@ "sha256": "ef452f1f0efcd7933171f594aac2d797d39a48ee8ebe39c99e5d7caefecd8203", "origin": "reported_K&R sheet, row 41, column \"Articles\"" }, + { + "case": 41, + "file": "041_2-unidentified-Asian-brothers.txt", + "chars": 1605, + "sha256": "8be4a82ed0211e973bc21e0f710dc78722d490651ca765538d3a638efb54a23b", + "origin": "fetched https://www.arabianbusiness.com/industries/banking-finance/395302-dubai-gang-steals-aed7m-in-bitcoin-scam" + }, { "case": 41, "file": "041_2-unidentified-Asian-brothers.txt", @@ -598,8 +633,8 @@ { "case": 42, "file": "042_Unidentified-22-year-old.txt", - "chars": 3455, - "sha256": "2c1c9b883a4c064b51af53ce653d9dc0df669566ccf2d28d83d9fd9b849671e9", + "chars": 3238, + "sha256": "b0a32cb1e6ada371f038444c1e76329d3504a17e67a2435b9e0c513b4dd970fc", "origin": "fetched https://milano.repubblica.it/cronaca/2018/06/07/news/milano_truffa_bitcoin_soldi_falsi_milano_arresti-198392710/" }, { @@ -612,8 +647,8 @@ { "case": 43, "file": "043_Synth.txt", - "chars": 3938, - "sha256": "6277b64cb0592f91f576795ec2e11a0a22130d8807f2d53e44bec3fe290dfe76", + "chars": 2139, + "sha256": "dd47de1d5c7e6b1c98717985ea2f041996f6d18f3cb297e12e58b0a1e6b532ec", "origin": "fetched https://bitcoinist.com/skycoin-freezes-funds-staff-take-ceo-hostage/" }, { @@ -623,6 +658,13 @@ "sha256": "7645338b5ce6ff10d42d66a91259e280cb66adf697e1443a2ccdc7bc345a2442", "origin": "reported_K&R sheet, row 44, column \"Articles\"" }, + { + "case": 44, + "file": "044_Unidentified.txt", + "chars": 2251, + "sha256": "db124920768dbdefb45e12dea7c12162930f908daef4b5b475eb0427831e3208", + "origin": "fetched https://de.cointelegraph.com/news/gericht-in-osterreich-beginnt-verfahren-gegen-krypto-rauberbande" + }, { "case": 44, "file": "044_Unidentified.txt", @@ -637,11 +679,18 @@ "sha256": "66934da7e6f33e383e4d7c05628afc71af4d64930e01811bcfae0b02657e804d", "origin": "reported_K&R sheet, row 45, column \"Article 2\"" }, + { + "case": 45, + "file": "045_Austin-Nedved.txt", + "chars": 5244, + "sha256": "243f8e399e04a35ee0ed0fade8bc422a5cc04b25e9087d045ea5bf91d82b9d96", + "origin": "fetched https://www.justice.gov/usao-ma/pr/northborough-man-pleads-guilty-aiding-romance-and-lottery-schemes-targeting-elderly" + }, { "case": 46, "file": "046_Nicholas-Truglia.txt", - "chars": 3126, - "sha256": "a950210362a1a513ca22178ced5866dcdff774d749a75c701c129562dcf73af7", + "chars": 3072, + "sha256": "f91a6d3611702f9e1809adc524acb31a07a5660f5e08ec8316dd3dbe0cee1687", "origin": "fetched https://nypost.com/2018/11/06/friends-accused-of-torturing-pal-to-steal-his-cryptocurrency/" }, { @@ -654,8 +703,8 @@ { "case": 48, "file": "048_Andrew.txt", - "chars": 9578, - "sha256": "5c4dec4dde5a91dce5c179c250c21a43f02dc9f66a99ae0b4f37a27ec458f075", + "chars": 4863, + "sha256": "2a6d83f0347b9e6a429dc76ed6cb31a38e8fb2276f417f7493c65f962b4c86cc", "origin": "fetched https://www.financemagnates.com/cryptocurrency/news/south-africa-man-tortured-for-bitcoins-in-intensive-care/" }, { @@ -668,8 +717,8 @@ { "case": 49, "file": "049_13y-old-boy.txt", - "chars": 3245, - "sha256": "c59e2e8fa38bd229cf3b7143d61c49ff14488f2786d3544b835bed8c959d1d29", + "chars": 2868, + "sha256": "bc069c1f522605e6d76a73efafc1e4c22a73baf466173b256337590e7c735e65", "origin": "fetched https://www.timeslive.co.za/news/south-africa/2019-01-17-mpumalanga-police-arrest-two-bitcoin-kidnapping-suspects/" }, { @@ -682,8 +731,8 @@ { "case": 50, "file": "050_Tjeerd-H.txt", - "chars": 2357, - "sha256": "68e352faaf95afe530ef631f701f8c57f9966f5c8f1073326f33019cdf137194", + "chars": 2125, + "sha256": "81a3950a187586d450229a51d4460c71bdb34b1c10c225c8440b9440320af208", "origin": "fetched https://www.the-independent.com/tech/bitcoin-robbery-torture-cryptocurrency-netherlands-a8807986.html" }, { @@ -696,8 +745,8 @@ { "case": 51, "file": "051_Costcutters.txt", - "chars": 1347, - "sha256": "7aebab7b9e2f653214cd7ae384adb4842d0802a247562c3384bf51a57c25d62e", + "chars": 1245, + "sha256": "6b25e6197eba888787c94086050cec2a467dfaecfd833ee62e6f548a22e01fd6", "origin": "fetched https://www.northamptonchron.co.uk/news/masked-men-with-weapons-rob-northampton-shop-for-bitcoin-machine-73035" }, { @@ -717,8 +766,8 @@ { "case": 52, "file": "052_Undisclosed.txt", - "chars": 1050, - "sha256": "e5eb301cfa292074aac3a4ba546ee1fbffddcba48ac62c1e7dfdf84afc0591f1", + "chars": 982, + "sha256": "7e7411bc1f8e26907c252755b3d6c016b19f88e22dc8a8976abc237815fa113a", "origin": "fetched https://www.tv2.no/nyheter/innenriks/bitcoin-millionaer-oppsokt-av-mann-med-hagle-hoppet-fra-balkongen/10828524/" }, { @@ -731,8 +780,8 @@ { "case": 53, "file": "053_Luftan-Shaikh-Mohammad-Shazad-Malang-Sha.txt", - "chars": 5773, - "sha256": "b4cd0788a584b641b6c9021f6a4f267cc9f00e61f59cd59a869007fcf8964496", + "chars": 5283, + "sha256": "48422bb4ffbbbfa210df906039030e2857a3e9c68fcc89f44f2928429de183cc", "origin": "fetched https://www.newsweek.com/cryptocurrency-traders-abducted-tortured-india-criminal-gang-arrested-bitcoin-ransom-1449274" }, { @@ -742,6 +791,13 @@ "sha256": "3008fe05f7528bee0b04fe1523833732d67cc8e0ea261a28ccc724496c2e45e5", "origin": "reported_K&R sheet, row 54, column \"Articles\"" }, + { + "case": 54, + "file": "054_Bitcoin-Exchange.txt", + "chars": 1857, + "sha256": "2b5df404771eba8122f5ce2e512dec754846242b11bf5c2c2e54ccbf15d48ad0", + "origin": "fetched https://cointelegraph.com/news/gang-of-masked-men-raid-bitcoin-embassy-in-birmingham" + }, { "case": 54, "file": "054_Bitcoin-Exchange.txt", @@ -763,6 +819,13 @@ "sha256": "3c5bc3aa7a731bac302fc737edeb544188d433dec6721ff63b04b3d0758468b8", "origin": "reported_K&R sheet, row 56, column \"Articles\"" }, + { + "case": 56, + "file": "056_Abdul-Shakoor.txt", + "chars": 2322, + "sha256": "b0011f410e6b48ee9bda0f0c29667d6d5088de9b460e0bd10de7afea203f50cb", + "origin": "fetched https://www.ndtv.com/india-news/kingpin-of-bitcoin-scam-worth-rs-485-crore-murdered-by-associates-in-dehradun-police-2093504" + }, { "case": 56, "file": "056_Abdul-Shakoor.txt", @@ -780,8 +843,8 @@ { "case": 58, "file": "058_Anne-Elisabeth-Hagen.txt", - "chars": 1902, - "sha256": "3aab55da14f756ad3d782cf83029fcfdbc28d43789f11d0e6c99ee8043908062", + "chars": 1559, + "sha256": "9b811b02abcbef1d9c0acf0892c7f9f12044d3b4d0e6c611037f92d6cf381d21", "origin": "fetched https://www.theguardian.com/world/2019/jun/26/police-say-abducted-norwegian-woman-anne-elisabeth-hagen-probably-murdered?utm_term=Autofeed&CMP=twt_gu&utm_medium=&utm_source=Twitter#Echobox=1561567155" }, { @@ -801,8 +864,8 @@ { "case": 59, "file": "059_Iroro-Wisdom-Ovie.txt", - "chars": 2427, - "sha256": "1e7a3ff6ff3e046910828826252887d4baf872597fd0a66e050f6f849f861100", + "chars": 2254, + "sha256": "5deefeb904e7ad4bae87a8e8cf5686d8c47963439e8a4e7698efa9dc8ae60a0a", "origin": "fetched https://www.vanguardngr.com/2020/02/4-arrested-over-killing-of-delta-pdp-member/" }, { @@ -819,6 +882,13 @@ "sha256": "75bcaf5cb21bc5d4c2c9058ff93e94ecc54626f29de1bb82673d6e78ec62f7be", "origin": "reported_K&R sheet, row 60, column \"Article 3\"" }, + { + "case": 60, + "file": "060_17-y-o-trader.txt", + "chars": 6990, + "sha256": "2658ae3848b5cef53bb2d14f1314fb9644f9eb7718d21bf32f86dc0a30aa405d", + "origin": "fetched https://www.lancs.live/news/lancashire-news/kidnapped-teen-crypto-trader-hid-25569752" + }, { "case": 60, "file": "060_17-y-o-trader.txt", @@ -832,8 +902,8 @@ { "case": 61, "file": "061_Mark-Cheng-Jin-Quan.txt", - "chars": 4187, - "sha256": "011e89035709e1ebffaf9ab7dcf2bc17a5f1f01e360e85f60b1718108317f82f", + "chars": 3977, + "sha256": "a24df643dfe60474940bb3eabe571a4a5d4558e7c41220440b8a6b74884a68c2", "origin": "fetched https://www.asiaone.com/singapore/man-out-bail-cheating-charges-allegedly-kidnapped-thailand" }, { @@ -843,6 +913,13 @@ "sha256": "d580596aa2f71f01ec3d4d81ff73cc6323ec64b32fbb3ccfa220e7bd8c6336a2", "origin": "reported_K&R sheet, row 62, column \"Articles\"" }, + { + "case": 62, + "file": "062_Mayfair-Quick-Mart.txt", + "chars": 1735, + "sha256": "444bd78441c7d440c5097214a5d0591e8496b5dfc620b75d40febf9bcdd0ed43", + "origin": "fetched https://www.cbsnews.com/philadelphia/news/philadelphia-police-searching-for-2-suspects-who-broke-into-bitcoin-machine-stole-cash-box/" + }, { "case": 62, "file": "062_Mayfair-Quick-Mart.txt", @@ -867,8 +944,8 @@ { "case": 64, "file": "064_Unidentified-siblings.txt", - "chars": 2566, - "sha256": "0ea40d48faa18a047ddb781aeed768a9e66ba57f5aee90c987c029bb9128214b", + "chars": 2464, + "sha256": "73f09b7ad13a6241902b0a3b4c2150387e74f7b2284613025a5c61fcb521589d", "origin": "fetched https://www.bbc.com/news/articles/cw5w5zyg979o" }, { @@ -899,6 +976,13 @@ "sha256": "a45752dd033c7eb6df16c4c33bc9d7fec8d453bfdfd5f6ebb4d9a540c519fa32", "origin": "fetched https://crypto.ro/en/news/crypto-theft-investment-blogger-robbed-of-bitcoin-holdings-in-bali/" }, + { + "case": 69, + "file": "069_Male-Freshman.txt", + "chars": 4353, + "sha256": "e4aa5af6c5ecea76a8b165ff20ea4251e7fa20441d3794972ab023cbd28d4dd3", + "origin": "fetched https://www.the-sun.com/news/3729816/student-forced-bitcoin-knifepoint-cops/" + }, { "case": 69, "file": "069_Male-Freshman.txt", @@ -912,8 +996,8 @@ { "case": 70, "file": "070_Unidentified.txt", - "chars": 3398, - "sha256": "a898e2b976eb18803e6ed413e7bf67557527bb10ac400d3fb748c6a5571b646b", + "chars": 2747, + "sha256": "7e986fa113323950203125a5a0ade110accd47bfe1838b326370bb7b3f0aac1a", "origin": "fetched https://forklog.com/en/three-sbu-officers-face-charges-over-kidnapping-of-a-businessman-and-extortion-of-7-btc/" }, { @@ -937,6 +1021,13 @@ "sha256": "a6b707078596da70778887b9bd5027522f61645e3ee6d4f14ed3304faf9b6713", "origin": "reported_K&R sheet, row 71, column \"Article 3\"" }, + { + "case": 71, + "file": "071_Mike-s-Produce.txt", + "chars": 2554, + "sha256": "ccc49d8a61836b2a729133426baf5cfd040cba67ce28312711a44d387d54dd49", + "origin": "fetched https://cointelegraph.com/news/bungled-bitcoin-atm-theft-in-meatspace-won-t-ruin-thanksgiving" + }, { "case": 71, "file": "071_Mike-s-Produce.txt", @@ -982,8 +1073,8 @@ { "case": 73, "file": "073_Undisclosed.txt", - "chars": 2142, - "sha256": "2a995827abea34c39bb196dd7a9394b7c059a34cd426887af1ab1d53ff0a8d7d", + "chars": 1520, + "sha256": "7cf7b6e0ccab211843ece76993faaff27d8e42ac3dc8343123cf84555af37ef9", "origin": "fetched https://gulfnews.com/uae/crime/attempt-to-rob-dh500000-foiled-in-dubai-gang-of-four-members-arrested-1.76204045" }, { @@ -1003,8 +1094,8 @@ { "case": 74, "file": "074_Undisclosed.txt", - "chars": 4671, - "sha256": "35b10c6abc328f40d830db3e7684193c8422bd937b074890460113493be04bd0", + "chars": 2572, + "sha256": "f4cd058cf90c278c1040bfed219e3fc2ec6d9c341ed7bb1cbbdb218d896c68cc", "origin": "fetched https://lb.ua/news/2020/12/24/473829_ternopoli_zatrimali.html" }, { @@ -1024,8 +1115,8 @@ { "case": 76, "file": "076_37-y-o-man.txt", - "chars": 4471, - "sha256": "6ba46f7802d214f0aa238c4823adc5190e2d63edf38a514b116c6e4c9a4333a5", + "chars": 3272, + "sha256": "b40f4bc48298d51df1455b23e4adf52fc3fd04175f323598f3fedad36853ffaf", "origin": "fetched https://www.thestandard.com.hk/breaking-news/article/162670/Gang-of-six-rob-more-than-HK3-million-in-bitcoin-from-trader-flee-after-kicking-him-out-of-the-car" }, { @@ -1052,8 +1143,8 @@ { "case": 78, "file": "078_Physical-Exchange-Employees.txt", - "chars": 2980, - "sha256": "39f4a25b22d42787907a5c01bb7a20ba1dd4229bc230644f8051e71a0fbaecb0", + "chars": 2681, + "sha256": "5ae8334d6d4cc218882f237515c0991fd925d34b5cdc175eec8b703de7b57051", "origin": "fetched https://cointelegraph.com/news/polish-crypto-exchange-employee-in-induced-coma-after-armed-attack" }, { @@ -1118,8 +1209,8 @@ { "case": 82, "file": "082_29-y-o-Berlin-man.txt", - "chars": 2815, - "sha256": "396311604a0d8dc1a0338d83ec7c2b001973513d20f64489c7f7a33fb409ff8a", + "chars": 1862, + "sha256": "bc4f92c52581377a28a953806630e0fcfe3605f04ad44764aaaad1dbff6a8aff", "origin": "fetched https://www.stadtmagazin-muenchen24.de/bitcoin-raub-in-muenchen-taeter-erbeuten-virtuelles-geld-im-wert-von-knapp-100-000-euro-87276" }, { @@ -1146,8 +1237,8 @@ { "case": 84, "file": "084_35-year-old-miner.txt", - "chars": 2129, - "sha256": "8a197e9a0e0ecf2f5ca6cc77989defc6f9f5c47682b3f925102b2724006e196d", + "chars": 2071, + "sha256": "5ddda3871fa25464d0e8ed69399684bc32d2c5a49ea7b017c708d0ad8a553adb", "origin": "fetched https://zbroya.info/uk/blog/20398_na-zaporizhzhi-mainer-dav-zbroinu-vidsich-grabizhnikam/" }, { @@ -1160,8 +1251,8 @@ { "case": 85, "file": "085_Undisclosed.txt", - "chars": 2450, - "sha256": "61f25f82de44607e1c952cdfc56b86deb520c7fd5fef59ea18afed97510e24ff", + "chars": 851, + "sha256": "7a9c9fdfc7a760491796c481832131792007c6ce1770e2a9361a70023ba6ee7e", "origin": "fetched https://calgaryherald.com/news/crime/police-seek-suspects-in-canyon-meadows-home-invasion" }, { @@ -1212,8 +1303,8 @@ { "case": 88, "file": "088_40-y-o-man.txt", - "chars": 5307, - "sha256": "be4dc7f2f713ed37193375da9a20de1789d1349532adcc4bf8ec35d46a0de1d0", + "chars": 1840, + "sha256": "355060f77848fa9ae13782da33bef6a5b8550ed791211520d1606a278977f7a6", "origin": "fetched https://cryptonews.com/news/woman-20-gets-5-year-jail-term-after-stealing-usd-87k-worth-of-crypto-from-man-in-dating-app-scam/" }, { @@ -1226,8 +1317,8 @@ { "case": 89, "file": "089_22-y-o-man.txt", - "chars": 1563, - "sha256": "e3497776882b210ca8c73434faf8970992ca5db09f136d18bcd43c2e5e35dd99", + "chars": 1182, + "sha256": "b4318b0c6c5a32a7cbceee0f443e9641d4820fe1d5adcfdbd9f42938560dba53", "origin": "fetched https://www.scmp.com/news/hong-kong/law-and-crime/article/3137401/hong-kong-cryptocurrency-trader-targeted-hk2-million" }, { @@ -1240,8 +1331,8 @@ { "case": 90, "file": "090_39-y-o-man.txt", - "chars": 2469, - "sha256": "2a10be56ae38bf8e675e828a56429f5faac24a9bf7bc0f0f64a9dd6b64ba4f25", + "chars": 2119, + "sha256": "a41e1b1697bc73682e3be5bfc8106dea6f8f28296d2e2c49741ff27b1de515fb", "origin": "fetched https://opsporingverzocht.avrotros.nl/zaken/item/overvallers-aan-de-haal-met-waardevolle-cryptomunten/" }, { @@ -1251,6 +1342,13 @@ "sha256": "0643c79e18c6bf0e6a6e98ebd9d775c2cf8a44465dd845080389e39b81fa7d9b", "origin": "reported_K&R sheet, row 91, column \"Articles\"" }, + { + "case": 91, + "file": "091_Unidentified-man.txt", + "chars": 2619, + "sha256": "144fa714aefb2ff0ba9e28105db4644260fa8e6c6b6214282debdf6ed968cb8e", + "origin": "fetched https://epp.genproc.gov.ru/web/proc_55/mass-media/news?item=85667782" + }, { "case": 91, "file": "091_Unidentified-man.txt", @@ -1261,8 +1359,8 @@ { "case": 92, "file": "092_Unidentified-man.txt", - "chars": 3720, - "sha256": "f35f1773450090b15ccf64294464d15b0efad785848974d6d3e3f44df76a19b3", + "chars": 3348, + "sha256": "778784751e42e7b07acdb0965a74e3eab5271d3739ac0820e9b1d94bdf31c3db", "origin": "fetched https://cryptonews.com.au/news/tinder-date-goes-bad-in-attempted-crypto-grab-91283/" }, { @@ -1282,8 +1380,8 @@ { "case": 93, "file": "093_Morakinyo-Peter-Yusuf-Dayo.txt", - "chars": 4767, - "sha256": "c02c66a6b7b1be4dc3a9dae8c8f176f27ec80a3871f593f7678e771b312b2281", + "chars": 4761, + "sha256": "7cf3541a2b5732428b921702ffdda1cdcb4906cd88970d2e7b0bfda30abe9545", "origin": "fetched https://saharareporters.com/2021/12/19/reavealed-identities-rogue-police-officers-who-extorted-n22million-worth-bitcoin-young" }, { @@ -1296,8 +1394,8 @@ { "case": 94, "file": "094_39-y-o-man.txt", - "chars": 1487, - "sha256": "db1581127b1a9721437fab8f3ead39d363f9dd28cfeea1daa0f5790b58f40d06", + "chars": 1151, + "sha256": "8f6d627a022f43b46f3f30aed8e2bdf98f05383b2e6aed3889e923e4a9e61b1b", "origin": "fetched https://www.scmp.com/news/hong-kong/law-and-crime/article/3142919/bitcoin-trader-robbed-hk3-million-cash-when-sellers" }, { @@ -1310,8 +1408,8 @@ { "case": 96, "file": "096_Wesley-Pessano-Santarem.txt", - "chars": 5134, - "sha256": "d92cc43bea5bd5f77f4f40fc04029ba40c519dcbc01e6666cb4f9cda61bb30a9", + "chars": 2898, + "sha256": "4d6bbfa7c4e2925b64e46ef26bc52c731b5a8267e29323db79481441cf0821ff", "origin": "fetched https://cryptonews.com/news/crypto-trader-s-murder-blamed-on-social-media-bragging-11376/" }, { @@ -1324,8 +1422,8 @@ { "case": 97, "file": "097_Simon-Arthuis.txt", - "chars": 4314, - "sha256": "d02d11f798b8ec116495ad7f0068a4e0ef5f5420f5f851ca408706badac50b66", + "chars": 4137, + "sha256": "3b0a5496ba8df7a8f0072725bc2769a95e3f2510aaa26a198ff961cd3a405639", "origin": "fetched https://www.estrepublicain.fr/faits-divers-justice/2021/10/22/assassinat-a-plancher-bas-l-etudiant-tue-pour-200-000-de-cryptomonnaie" }, { @@ -1338,8 +1436,8 @@ { "case": 99, "file": "099_Mark-Geor.txt", - "chars": 7992, - "sha256": "521cdc5c9ce716f84c4dfaba4c9833beb7205d26ad76c41b12b7f626b6e501b7", + "chars": 7733, + "sha256": "ab45ae56f73f85d78daf366e8b70de3141f342bebfc30c157106ecbc9a941fc3", "origin": "fetched https://www.nzherald.co.nz/nz/crypto-heist-raiders-steal-safe-containing-4m-in-cryptocurrency-from-westmere-home/PI3L5LMS6PCSVABJDYSW5O4YGA/" }, { @@ -1352,6 +1450,13 @@ "infile_sha256": "e81301d129fdaeabb2735aebae27d69c782d03b9d0e297688607ecd513c3c00c", "infile_chars": 1987 }, + { + "case": 101, + "file": "101_Liquor-Store.txt", + "chars": 1182, + "sha256": "9ec641137a5795ef3f381d47b78361c3741870ba10ae6698b63d1c5eafb4bca7", + "origin": "fetched https://www.nbcbayarea.com/news/local/thieves-break-into-silicon-valley-liquor-store-to-steal-bitcoin-atm/2677196/" + }, { "case": 101, "file": "101_Liquor-Store.txt", @@ -1362,8 +1467,8 @@ { "case": 102, "file": "102_Astamur-Ardzibna.txt", - "chars": 2884, - "sha256": "8f0272dad31fd06bec85a32c1b1fb1de448fbf332f010b2be45c0715d861926b", + "chars": 2760, + "sha256": "446c5be7e164814292b4b04e67f0e3efc845b72dc3a9ce133bc424f12fb7ea1b", "origin": "fetched https://www.vice.com/en/article/man-shot-dead-in-hail-of-gunfire-over-crypto-mining-rigs-police-say/" }, { @@ -1376,8 +1481,8 @@ { "case": 103, "file": "103_Zaryn-Dentzel.txt", - "chars": 3885, - "sha256": "7739a3a6ed84e1a4c27c45774bd5a7bc8a6e8641e3acb2c91f6e384bcfb228bd", + "chars": 3758, + "sha256": "58cb11de091aeb65d1fc1e6ac3c5ad20d86b89af44b428b946b85d250bbabdf8", "origin": "fetched https://english.elpais.com/usa/2021-11-03/criminal-gang-assaults-founder-of-social-media-network-tuenti-in-his-madrid-home-in-apparent-attempt-to-steal-his-bitcoin-fortune.html" }, { @@ -1397,8 +1502,8 @@ { "case": 104, "file": "104_39-y-o-trader.txt", - "chars": 1755, - "sha256": "2415fd6144e5d257c152cf5a20084df8ca1a7fefc96409cfada8564536e63721", + "chars": 1536, + "sha256": "d1a4a7d98788c14e669967d70d2dac141c4802937c58eb089defcbbed1eafb0f", "origin": "fetched https://www.scmp.com/news/hong-kong/law-and-crime/article/3156021/hong-kong-police-hunt-triad-gang-members-who-kidnapped" }, { @@ -1408,6 +1513,13 @@ "sha256": "4144fd69e213e42cacba353795ee0d86686146857546605a67623313c9ae9971", "origin": "reported_K&R sheet, row 105, column \"Articles\"" }, + { + "case": 105, + "file": "105_GBTC-Crypto-Exchange.txt", + "chars": 1488, + "sha256": "e90b091aa86036667f76d5353a85bb7083859981427322cad1d0c6bfdef560cd", + "origin": "fetched https://www.reuters.com/world/thieves-rip-bitcoin-atm-barcelona-crypto-store-2021-11-12/#:~:text=An%20unverified%20video%20purporting%20to,Allen;%20Editing%20by%20Toby%20Chopra" + }, { "case": 105, "file": "105_GBTC-Crypto-Exchange.txt", @@ -1421,8 +1533,8 @@ { "case": 106, "file": "106_E-Z.txt", - "chars": 15725, - "sha256": "f80c256a93a19fa716567aab634d092e852fa0e63fa0f8c2e2d2b9431a3d4067", + "chars": 13996, + "sha256": "c7265bce8bcee98902eb03f9d6439ad970911d2e98bd5905c0274ab2d593366a", "origin": "fetched https://www.latimes.com/california/story/2025-01-17/los-angeles-deputy-crypto-mogul-crimes" }, { @@ -1442,8 +1554,8 @@ { "case": 108, "file": "108_Camilla-Guadagnuolo-Principe-Nerini.txt", - "chars": 4039, - "sha256": "801acccd8fdc5e9de866a488d444ce0b10a864df7bbf401fc8c8b874b3c65d56", + "chars": 3677, + "sha256": "c74730978b38c5e35ce077dd4dc13d98d58684644015eed808f77f6d247fbaf3", "origin": "fetched https://www.cnnindonesia.com/nasional/20211228141520-12-739596/bule-rampok-uang-dan-bitcoin-wn-italia-di-bali-senilai-total-rp58-m" }, { @@ -1467,6 +1579,13 @@ "sha256": "c7706bfa285904ec0a3db851e5d381b24d9b317383da12cb6c84f216ae55c54d", "origin": "reported_K&R sheet, row 110, column \"Articles\"" }, + { + "case": 110, + "file": "110_2-unidentified-males.txt", + "chars": 2009, + "sha256": "94257a14938d5100b793fdb3980d4bf802cc7c0a16e215a3751072ebc2bc52b5", + "origin": "fetched https://www.thunderbaypolice.ca/news/eleven-inmates-charges-following-serious-30-hour-assault-and-extortion-incident" + }, { "case": 110, "file": "110_2-unidentified-males.txt", @@ -1474,6 +1593,13 @@ "sha256": "d8d38dd1b707127320ef45cc8c6e6011bc23d8b8037f9e568331cffd001f512a", "origin": "reported_K&R sheet, row 111, column \"Articles\"" }, + { + "case": 111, + "file": "111_Shahid-Naseer.txt", + "chars": 3122, + "sha256": "9cdec86ae4a497be35ede5d48a5b9656c8e2e76b84068209d7f76d2377b8652c", + "origin": "fetched https://www.ccn.com/pakistan-police-schemed-with-criminal-gang-in-bitcoin-ransom-kidnapping" + }, { "case": 111, "file": "111_Shahid-Naseer.txt", @@ -1487,8 +1613,8 @@ { "case": 112, "file": "112_Gas-Station.txt", - "chars": 5724, - "sha256": "93014cdc7829ee2404ab49cb116cdada5c24672e09169bd6ada77000b2137684", + "chars": 2812, + "sha256": "1e46725e68e80214c6bba9cb8635ed5f2ee82db0ee1c1a7a5ba5658cabe5b2da", "origin": "fetched https://www.fox13memphis.com/news/thieves-use-truck-to-smash-into-business-steal-atm-police-say/article_b386fe79-227f-51e2-b347-fa32345d7f76.html" }, { @@ -1498,6 +1624,13 @@ "sha256": "5cbf6d4f27b99b2185118899dfb8f0bd308a150c6b74998bb3a3ccde25b729b2", "origin": "reported_K&R sheet, row 113, column \"Articles\"" }, + { + "case": 113, + "file": "113_34-y-o-teacher.txt", + "chars": 4142, + "sha256": "929a72e9be3bd102c2cd948e00811408871c855c086406b31a26686048d425a3", + "origin": "fetched https://www.hln.be/antwerpen/drie-verdachten-van-homeinvasion-blijven-in-de-cel~a243e41b/" + }, { "case": 113, "file": "113_34-y-o-teacher.txt", @@ -1508,8 +1641,8 @@ { "case": 114, "file": "114_Owen-Simonin.txt", - "chars": 8695, - "sha256": "2544e9fb8a9738944d6cb1dd75e74c740df7c6cadb174662791f3eed44aa79c0", + "chars": 3793, + "sha256": "a3f360a59bc2fd201b792cb48bb7368ff1bab25a9d50fcb6c33f832e981c933a", "origin": "fetched https://www.tf1info.fr/justice-faits-divers/reportage-temoignage-video-il-est-venu-a-mon-domicile-avec-une-arme-un-influenceur-specialise-en-cryptomonnaie-raconte-son-agression-2346584.html" }, { @@ -1519,6 +1652,13 @@ "sha256": "0e0d1972690e0f1346739c5ce6e8bb8425150e2f70501924b0b2f3eb56a34783", "origin": "reported_K&R sheet, row 115, column \"Articles\"" }, + { + "case": 116, + "file": "116_Vinay-Naik.txt", + "chars": 1716, + "sha256": "6d82433c550116011775da508cf05f4e908e5df636acae14bdaa4895bc3346b3", + "origin": "fetched https://www.ndtv.com/india-news/pune-bitcoin-fraud-pune-bitcoin-fraud-news-8-arrested-for-kidnapping-man-to-extort-crypto-worth-rs-300-crores-2743871" + }, { "case": 116, "file": "116_Vinay-Naik.txt", @@ -1529,8 +1669,8 @@ { "case": 117, "file": "117_Vinay-Jain.txt", - "chars": 8393, - "sha256": "497c9478e153a2ed43d7e1bef2a635500ad0614101682b49a2e269f11c8fd745", + "chars": 3044, + "sha256": "dad83793913b09f8c31ee6cfe568aa83be74c91bcb12b6870bea6526c36a7c8e", "origin": "fetched https://timesofindia.indiatimes.com/city/surat/cryptocurrency-deal-turns-into-2cr-dacoity/articleshow/89392699.cms" }, { @@ -1557,8 +1697,8 @@ { "case": 121, "file": "121_Unidentified-man.txt", - "chars": 3414, - "sha256": "d6eb2a259532a32bd8d9cc41d28d5745431a514b382c2135445bc346599d22b6", + "chars": 2560, + "sha256": "93597bddc304649c47fd14bcc7f23abd2d75ecd4761cbe2edfbaebb3ff5b5263", "origin": "fetched https://wsvn.com/news/local/miami-dade/edgewater-man-says-hes-out-about-1m-after-armed-robber-steals-phone-with-crypto-wallet-app-pricey-watch/" }, { @@ -1571,8 +1711,8 @@ { "case": 122, "file": "122_Electronics-Dealer.txt", - "chars": 7037, - "sha256": "ddbf5f32f336bd6b8b045cb81956090a5ba1955cb9366c40bf1c4dcaa892047a", + "chars": 2047, + "sha256": "521aaa1b7706f60adc8074b37dc1abf1f084458afd9146a4baffbc7a44767c20", "origin": "fetched https://timesofindia.indiatimes.com/city/pune/woman-cop-suspended-for-bid-to-extort-crypto-from-trader/articleshow/89980215.cms" }, { @@ -1585,8 +1725,8 @@ { "case": 123, "file": "123_Pierrick-Jamaux.txt", - "chars": 13486, - "sha256": "7be38bbf8646f2d7f76c902cc7729684a754164de69fbd9ebec8e1e71cbd59ac", + "chars": 8439, + "sha256": "f1b613b2a6f5e6235cd877dbfe94d70291c8b841d049f643d2193e7db2868816", "origin": "fetched https://www.dailymail.co.uk/news/article-10663677/Crypto-expert-33-shot-robber-targeting-450k-watch-speaks-out.html" }, { @@ -1602,8 +1742,8 @@ { "case": 124, "file": "124_E-Z.txt", - "chars": 21651, - "sha256": "fa1c26dc167e9ea660a9d0e0918f120ad3110465dfb90015b3b52e7baac2fd58", + "chars": 21319, + "sha256": "05a4f90f1dc0bb19431024bdf8d4ae3e903c69fc616442a48c80380c9e3d4ee7", "origin": "fetched https://krebsonsecurity.com/2024/09/crooked-cops-stolen-laptops-the-ghost-of-ugnazi/" }, { @@ -1616,8 +1756,8 @@ { "case": 126, "file": "126_Unidentified-couple.txt", - "chars": 1262, - "sha256": "b156907022a9d33cf67b3ada7c29986c8af8560b85d72ed52d43e58a75a01877", + "chars": 1091, + "sha256": "3bd5dcbe056ffbcee8d03634b75606282a00780e1ac0d7a91d8fe91f4a748dc0", "origin": "fetched https://www.svt.se/nyheter/lokalt/ost/par-bands-och-misshandlades-i-hemmet-ranades-pa-kryptovaluta" }, { @@ -1630,8 +1770,8 @@ { "case": 128, "file": "128_Unidentified-man.txt", - "chars": 2884, - "sha256": "ac72d75c8f293c5e4f33d83ab23404661229fb659e8a0cb763c659bdd24967a1", + "chars": 2258, + "sha256": "776b4e4001aadc7efd1e132f6c9c0264e9e64a8956d557ad3b8fc84cc49ffa5f", "origin": "fetched https://gulfnews.com/uae/crime/dubai-cryptocurrency-expert-assaulted-by-investors-for-losing-money-1.88182017" }, { @@ -1644,8 +1784,8 @@ { "case": 130, "file": "130_Undisclosed.txt", - "chars": 5356, - "sha256": "8f9b6043d31335e569168c501fb963766d0a5bc7245b8887f51902c0ab4148a1", + "chars": 2813, + "sha256": "3921872e1bc7c04572539d7d5a6e1fc41bba8ea0d86f82ffab842473873ad4f2", "origin": "fetched https://cryptonews.com/news/ex-mitsubishi-electric-ceos-son-charged-with-violent-crypto-theft/" }, { @@ -1658,8 +1798,8 @@ { "case": 133, "file": "133_30-y-o-broker.txt", - "chars": 2163, - "sha256": "34b4cd12cbd212b319865b60321a41bc48881f734d6a908425b52e9a42469122", + "chars": 1754, + "sha256": "d83ef5021855aed3474353663dbd873a8111874ad45d731b4d01c2db18523f9c", "origin": "fetched https://bits.media/neizvestnye-razgrabili-krupnuyu-mayning-fermu-na-skladakh-pod-moskvoy/" }, { @@ -1672,8 +1812,8 @@ { "case": 134, "file": "134_Arjun-Bhargav.txt", - "chars": 10394, - "sha256": "610d327aba69f72dfaaa4003e01423dfe66af5eb4443b8a650210690857b914b", + "chars": 2153, + "sha256": "573099a8ce71aa2375e8ce83e8ef975146aab966cdba5ff386b67a1c6db1b1c8", "origin": "fetched https://timesofindia.indiatimes.com/city/lucknow/uttar-pradesh-three-take-rs-1-3-crore-ransom-in-bitcoins-from-realtor-held/articleshow/93603640.cms" }, { @@ -1686,8 +1826,8 @@ { "case": 136, "file": "136_19-y-o-hacker.txt", - "chars": 9244, - "sha256": "539e23d88281de81102e472e0b220f117807c64a7b85174aac9cd87e0015ab38", + "chars": 8542, + "sha256": "b2b9b701bd813fceeb6594593396075859a27544a15914cbb4f4064ae9b472c7", "origin": "fetched https://krebsonsecurity.com/2022/09/botched-crypto-mugging-lands-three-u-k-men-in-jail/" }, { @@ -1700,8 +1840,8 @@ { "case": 137, "file": "137_19-y-o-man.txt", - "chars": 2353, - "sha256": "ea2fade2d166c3ec4a58c8ef740b0fa53458812fb66aeb60665e9e2a3a061321", + "chars": 1750, + "sha256": "8046bbadce314869ac71c7fec625fddadbe1d0b82149213ceb63dca493577c27", "origin": "fetched https://www.cbc.ca/news/canada/manitoba/bitcoin-robbery-winnipeg-1.6582916" }, { @@ -1731,8 +1871,8 @@ { "case": 139, "file": "139_Mr-Evgenii-Abdullin-and-Mrs-Ekaterina-Ab.txt", - "chars": 4418, - "sha256": "1301d51d392143a9c22357b3560009f3d49899668f2e97362aeb23a00013a12b", + "chars": 3137, + "sha256": "bf3c943b97d13f1aac653526e6c853c5d6e534dc5e5069d54ad6fac9eb1fd0ce", "origin": "fetched https://www.matichon.co.th/region/news_3584663" }, { @@ -1742,6 +1882,13 @@ "sha256": "cbe751491be3f8d447ed89ec44f60d5f1e2f75aa3174cdd4514212323ce125d7", "origin": "reported_K&R sheet, row 140, column \"Articles\"" }, + { + "case": 141, + "file": "141_Aiden-Pleterski.txt", + "chars": 6861, + "sha256": "f63a0f58f53e5888e2155dc960d7d6d892ed79a62919ea50164b6804eb249af7", + "origin": "fetched https://www.nytimes.com/2023/07/20/world/canada/crypto-king-aiden-pleterski-kidnapping-arrest.html" + }, { "case": 141, "file": "141_Aiden-Pleterski.txt", @@ -1755,8 +1902,8 @@ { "case": 142, "file": "142_Russian-Businessman.txt", - "chars": 2146, - "sha256": "d926117a5dfa24b729cd02352e42d6a6759ceb2cae3b1d919fb22cd2043e5978", + "chars": 1036, + "sha256": "3bae44ac58a340f4aed1de0b400fee25f0a76633b7ba196cf373aafd4947d24c", "origin": "fetched https://vuink.com/post/eg-d-dpbz/russia/567577-bitcoin-kidnapping-moscow-police" }, { @@ -1769,8 +1916,8 @@ { "case": 143, "file": "143_Unidentified-man.txt", - "chars": 3452, - "sha256": "485795b90ad1afe5cb00fd6acdbeadeef30fe28c83106dc37d46caa6861552e7", + "chars": 2614, + "sha256": "7cb7fbf263ade8b3f825de96e1b5b09c25c071c6f96c2f3af76e570f6420ebb6", "origin": "fetched https://nltimes.nl/2024/08/22/man-convicted-violent-bitcoin-robbery-classified-ad-deal-separate-shooting" }, { @@ -1783,8 +1930,8 @@ { "case": 144, "file": "144_2-Russians-from-Cryptus-team.txt", - "chars": 6997, - "sha256": "322945283cb24958ce6bb41a9362229e2843bd76e89b80eb702bab9c6c0d0258", + "chars": 5997, + "sha256": "50e8b8c95868285cbb25da7c82abeb128e8a3f28d166ce5ee9cfd045d4ec30c0", "origin": "fetched https://www.thephuketnews.com/russians-assaulted-in-armed-extortion-robbed-of-us-45k-in-cash-crypto-86552.php" }, { @@ -1794,6 +1941,13 @@ "sha256": "f4d89d510b50b1f70faa6778c93168fecad7659408082f6a512ffedda70de461", "origin": "reported_K&R sheet, row 145, column \"Articles\"" }, + { + "case": 145, + "file": "145_Unidentified-man.txt", + "chars": 9107, + "sha256": "3c576937bf3aa92f3fcef88d17bb209787f0c20f8339b9aad0555cea1b39987d", + "origin": "fetched https://www.justice.gov/archives/opa/pr/twelve-defendants-sentenced-violent-home-invasion-robberies-steal-cryptocurrency" + }, { "case": 145, "file": "145_Unidentified-man.txt", @@ -1832,8 +1986,8 @@ { "case": 150, "file": "150_Yuri-Boytsov.txt", - "chars": 1728, - "sha256": "982b056558d6349c4ee63f64e2a299cb949b9b402abe1937e48cd65458ea9a76", + "chars": 1473, + "sha256": "a11a83525e6b01429f909ea28f53422b8dd2c91058b0ea02ef5b7fc3f22fb23b", "origin": "fetched https://coconuts.co/bali/news/russian-couple-forced-to-part-with-us284399-in-bitcoin-after-4-men-broke-into-their-kerobokan-villa/" }, { @@ -1850,6 +2004,13 @@ "sha256": "7d4bc9ab44f976e68115f9a629a45ec11e3d1fb0d20d4a119a5775625d21a2da", "origin": "reported_K&R sheet, row 151, column \"Article 2\"" }, + { + "case": 151, + "file": "151_German-man.txt", + "chars": 3827, + "sha256": "32955e7c895ebf87d7b6c601dd17e355106b9a31497ef9ff52055131522a5d33", + "origin": "fetched https://es.beincrypto.com/colombia-bitcoiner-extranjero-sufre-robo-de-20000-en-btc/" + }, { "case": 151, "file": "151_German-man.txt", @@ -1857,6 +2018,13 @@ "sha256": "1835454e2bb4db8554c30037c4f8ade2a2b2f35f8c9a34fc1a5648757a86519c", "origin": "reported_K&R sheet, row 152, column \"Articles\"" }, + { + "case": 152, + "file": "152_Peter-Vuong.txt", + "chars": 5424, + "sha256": "b15b7f8191c9c1909259ed7a05e07df43b1b94b90333ce8fdc7b365e827f02b1", + "origin": "fetched https://www.news.com.au/national/nsw-act/crime/nsw-police-storm-belmore-home-where-kidnap-victim-allegedly-had-teeth-pulled-out/news-story/c757e358afb9a96ff19e692e1b51e144" + }, { "case": 152, "file": "152_Peter-Vuong.txt", @@ -1874,8 +2042,8 @@ { "case": 153, "file": "153_Virendra-Malik.txt", - "chars": 3889, - "sha256": "de9fbbffa23610ab5d908f9ccfaec5187d4541bfbcb209ccce15c648528da38c", + "chars": 3052, + "sha256": "98d4eea5320ce15e29ed2599746248ae9aebfc07b09dcdcdcd8bdcd2c9cb9e29", "origin": "fetched https://www.indiatimes.com/news/india/noida-couple-stage-robbery-in-home-to-get-friends-crypto-investment-details-596936.html" }, { @@ -1888,8 +2056,8 @@ { "case": 154, "file": "154_48-y-o-woman.txt", - "chars": 3131, - "sha256": "3a5cded38f670deab5451e47ea64b9953b4a4cbcd60c2bcd7ec60cc534446810", + "chars": 1683, + "sha256": "97a2a62d4a8ad37d655d7ebe5ccb953f47c20a948956dd31d778783ec71f2a69", "origin": "fetched https://protos.com/four-suspects-face-death-penalty-in-south-korea-crypto-murder-case/" }, { @@ -1902,8 +2070,8 @@ { "case": 156, "file": "156_76-y-o-couple.txt", - "chars": 2227, - "sha256": "f25c0f0045e560a709eb14dd4e79cb7c163befd3a20a99383b9c7af441555b27", + "chars": 2041, + "sha256": "bff50c01303477eb1f507a986352a11ad601e7af467bb75b9884f7d3346bc313", "origin": "fetched https://www.wral.com/story/durham-couple-forced-to-wire-150k-of-cryptocurrency-at-gunpoint-during-home-invasion-police-investigating/20819450/" }, { @@ -1937,8 +2105,8 @@ { "case": 158, "file": "158_Smoke-Shop.txt", - "chars": 3508, - "sha256": "65bed045457b198156186530f03d0ee7eca36621454fe00d0ac533b5c9fa54bc", + "chars": 2804, + "sha256": "79613e5f8fc79e3341746b158bcccd77a3074a4a2b69a3e0d4652e8d3c93253c", "origin": "fetched https://abc13.com/post/smash-and-grab-robbery-smokies-smoke-shop-truck-crashes-into-beechnut-store-crash/13302865/" }, { @@ -1955,6 +2123,13 @@ "sha256": "670f7b88b10d44610d6b61d4da1edeac2a1bc4ab2b0fbe72f1184b6ef7dadf3e", "origin": "reported_K&R sheet, row 159, column \"Article 2\"" }, + { + "case": 160, + "file": "160_Unknown-Couple.txt", + "chars": 2780, + "sha256": "34e5977ad02d61f5e69c0a54e0d79af822f6af852f313692d582eaa95f6aeae4", + "origin": "fetched https://www.audacy.com/1010wins/news/local/fake-fbi-agents-in-porsche-tase-tie-couple-in-queens" + }, { "case": 160, "file": "160_Unknown-Couple.txt", @@ -1965,8 +2140,8 @@ { "case": 161, "file": "161_Italian-man.txt", - "chars": 9391, - "sha256": "95eb7f45e9835c913c9373ccad302a400923ed1e1328d981cd0fce521c27df4f", + "chars": 8391, + "sha256": "71109dc0bcd3d39305ecd676375b53f3fa1804a93ca62dea0b8d24a8dbff6d03", "origin": "fetched https://www.thephuketnews.com/russian-mma-fighter-khusein-twin-brother-arrested-for-kidnap-torture-extortion-in-phuket-89533.php" }, { @@ -1976,6 +2151,13 @@ "sha256": "5db6d7cc5603e4072cc9cf69d82cfb1857b746268b624e6f4e564441f024ec4c", "origin": "reported_K&R sheet, row 162, column \"Articles\"" }, + { + "case": 162, + "file": "162_Repeat-Victim.txt", + "chars": 6149, + "sha256": "8ce4b37be8aff61b77202ac32ce622f9a6cba377c2530eda769b11b4d134d0a2", + "origin": "fetched https://www.gmp.police.uk/news/greater-manchester/news/news/2025/january/criminal-gang-who-kidnapped-vulnerable-man-for-cryptocurrency-jailed-for-76-years/" + }, { "case": 162, "file": "162_Repeat-Victim.txt", @@ -1990,6 +2172,13 @@ "sha256": "3c4b59f7cee50da0d1c4dbf1e09898fce636ff13e3efbe0e21720be7848ea46d", "origin": "reported_K&R sheet, row 164, column \"Articles\" (one article documenting 5 linked incidents)" }, + { + "case": 164, + "file": "164_Crypto-Exchange.txt", + "chars": 3182, + "sha256": "02342eef41f3c7cedbaa7b0160c3439b1366fd5f72a722e35ab92c5d54b621f6", + "origin": "fetched https://rustavi2.ge/ka/news/268474" + }, { "case": 164, "file": "164_Crypto-Exchange.txt", @@ -2000,8 +2189,8 @@ { "case": 166, "file": "166_Middle-aged-couple.txt", - "chars": 4061, - "sha256": "dd49261deeb4573a33d3cf849ced01a57f6dc49d3a7c93d265d69ba18f35a3a5", + "chars": 3863, + "sha256": "9e268335ef6d285a7c389351e30636ebb733ac8a981c1620588c7ff9bc002d5e", "origin": "fetched https://cryptopotato.com/bitcoin-robbery-gang-strikes-again-in-sweden-middle-aged-couple-targeted-report/" }, { @@ -2017,8 +2206,8 @@ { "case": 167, "file": "167_Binance-Client.txt", - "chars": 7336, - "sha256": "6bd0c0e01ebcb0111f62ee9703af731cd19abc38fe2e346770590d15055ab453", + "chars": 667, + "sha256": "d5e0c7782bd2e78a2537055c9768579d887e87e0490c484c6d157cd4c96d6445", "origin": "fetched https://mugglehead.com/binance-client-executives-robbed-of-12-5-million-while-on-vacation/" }, { @@ -2028,6 +2217,13 @@ "sha256": "9049c492cbfcfce0bb55606f0aec8e73e397829c558824c5569ee03b5276b010", "origin": "reported_K&R sheet, row 168, column \"Articles\"" }, + { + "case": 168, + "file": "168_21-y-o-man.txt", + "chars": 3285, + "sha256": "77ec47243eb316dcb8ed3b80e39d642c8fbea0488955f6322326bb26aeac33cc", + "origin": "fetched https://www.oregonlive.com/crime/2024/10/kidnapped-for-crypto-4-men-flew-from-florida-to-portland-tied-a-man-to-a-post-before-stealing-his-cryptocurrency-feds-say.html" + }, { "case": 168, "file": "168_21-y-o-man.txt", @@ -2038,8 +2234,8 @@ { "case": 169, "file": "169_Repeat-Victim.txt", - "chars": 3121, - "sha256": "2ebb42c9d5d39e27e9fa2f184020b565d0136d3653598c3c818de9d85b4391da", + "chars": 2528, + "sha256": "af3d5cbd1c4f00d12c8fb1b0ea918ac3c90cd7ac7919ae3bb2b3ff099f0b5665", "origin": "fetched https://www.bbc.com/news/articles/c62e3v4ng7ko" }, { @@ -2066,8 +2262,8 @@ { "case": 171, "file": "171_42-y-o-man.txt", - "chars": 4653, - "sha256": "215f5f09b82df383f292654598ba4a2d883dc62611fd9cb11534c56618f9a374", + "chars": 2617, + "sha256": "406f9165561a06c824ab46691a5103f8734c5d34b922e50181fa05a054e5f0e5", "origin": "fetched https://www.romaniatv.net/afaceristul-din-cluj-care-sustine-ca-a-fost-torturat-pentru-parola-portofelului-cripto-era-de-fapt-beat-la-volan_8057741.html" }, { @@ -2080,8 +2276,8 @@ { "case": 172, "file": "172_Belarusian-couple-23-y-o-man.txt", - "chars": 3847, - "sha256": "6e5aa67d2357902a84b6506781e119744a9b676e678fec5705004cf25e3a5d6f", + "chars": 3032, + "sha256": "cedac7cc3d97c68f03085df453cdfbf53b8d82ce74024833724b54e5db2b4fcd", "origin": "fetched https://www.bangkokpost.com/thailand/general/2735294/5-russians-arrested-in-crypto-abduction-case" }, { @@ -2108,8 +2304,8 @@ { "case": 174, "file": "174_Young-Couple.txt", - "chars": 2630, - "sha256": "7fc00f267776934bea882fb025574ca379d2977e8c20bd80729248e2d3e93adb", + "chars": 2149, + "sha256": "b6f60b082c4f96ee00f4b49006c566a3541385e9a8741bcfa211ba9dd8f90065", "origin": "fetched https://www.cbc.ca/news/canada/montreal/suspects-arrested-montreal-calgary-crypto-kidnapping-1.7203455" }, { @@ -2125,8 +2321,8 @@ { "case": 175, "file": "175_Yevgini.txt", - "chars": 1600, - "sha256": "844aa1b15077aa78f95ed6ed84dc7516e2f0880bf2ec03a2a0e6116a64a5e13e", + "chars": 1108, + "sha256": "666d4bb5434680633fbc3ba9b7a369c750bec156fe2f5b112e08a1076aa49d6f", "origin": "fetched https://aseannow.com/topic/1322601-russian-arrested-on-samui-for-allegedly-robbing-compatriot-of-%E0%B8%BF18m-in-bitcoins/" }, { @@ -2146,8 +2342,8 @@ { "case": 177, "file": "177_Ramesh-Nair.txt", - "chars": 3357, - "sha256": "a4555d98e2c2a8d13920f5d348eebf64b0ee08a73ce59f1d3a60a822c3a4c329", + "chars": 2359, + "sha256": "3fa28a30d35afe447b9fecffd70977901143af97336cb71a4c3fff8248c40963", "origin": "fetched https://cointab.com/crypto-investor-ramesh-nair-lose-4m-to-robbers/" }, { @@ -2160,8 +2356,8 @@ { "case": 178, "file": "178_3-y-o-boy.txt", - "chars": 4401, - "sha256": "d7603a66b80dee99fa8e75cc75098ee60003a2558684d821edd4898c4dd88d22", + "chars": 3493, + "sha256": "f0242bf8ce52aa7241221d0697952817a732e98eff6ca32175c540ca1c8e10c1", "origin": "fetched https://www.dlnews.com/articles/regulation/abduction-of-hong-kong-child-marks-crimes-on-crypto-owners/" }, { @@ -2181,8 +2377,8 @@ { "case": 180, "file": "180_Chinese-National.txt", - "chars": 2783, - "sha256": "24b353a4f69044277b7cdc15f7d91a20e4dc45ebcaeaea21f8588bb46e2baea1", + "chars": 2520, + "sha256": "e60dfdfb7d809c3ae8183a6eb145a40e849906bf7adc859db32943d3ee6c3663", "origin": "fetched https://cointelegraph.com/news/malaysians-kidnap-chinese-demand-1-million-usdt-ransom" }, { @@ -2198,8 +2394,8 @@ { "case": 181, "file": "181_British-Crypto-Trader.txt", - "chars": 2198, - "sha256": "f94a7a56f24613b8265e7b4f30a1f4f0439373ef92e1d1ee5c501596dc344813", + "chars": 1942, + "sha256": "3ab7458c2e80742b20ff6bff8ff67836b754720e63ac841de80cd1b4f4337f99", "origin": "fetched https://www.nationthailand.com/blogs/news/general/40039689" }, { @@ -2212,8 +2408,8 @@ { "case": 182, "file": "182_26-y-o-Trading-Coach.txt", - "chars": 3725, - "sha256": "695f699bd97899aadf44799d41cf7f9b8dc10d95aa4e3a4b6eebec5ae351442d", + "chars": 2376, + "sha256": "659858f7c7c27ae7c0b9466982e823b1babc5cf148cba3fd0d0ee99aeedc58a9", "origin": "fetched https://indianexpress.com/article/cities/pune/pune-man-robbed-loses-cryptocurrency-9517117/" }, { @@ -2223,6 +2419,13 @@ "sha256": "adc13c004e35c1e504e91986674a00d9839fdcdf31e846d3ec3e673ba4f172f1", "origin": "reported_K&R sheet, row 183, column \"Articles\"" }, + { + "case": 183, + "file": "183_29-y-o-Moroccan-man.txt", + "chars": 2979, + "sha256": "cef2eaa14229ffb06bd7eb5ec3beea97766846b9baf5d535d22174abc4e8a546", + "origin": "fetched https://www.ccn.com/news/crypto/bitcoin-ukraine-170000-stolen-foreigner-murdered/" + }, { "case": 183, "file": "183_29-y-o-Moroccan-man.txt", @@ -2233,8 +2436,8 @@ { "case": 184, "file": "184_Tim-Heath.txt", - "chars": 6451, - "sha256": "4af0d7b32ad40992fbe81ff193272305cf87a001745a75a86a615476fb6f4027", + "chars": 4964, + "sha256": "6c2ba98b3c292e6a67e4948351973004c4e451bf867791a495030b7985536b10", "origin": "fetched https://cryptoweekly.co/news/tim-heath-bites-kidnappers/" }, { @@ -2247,8 +2450,8 @@ { "case": 185, "file": "185_11-Israelis.txt", - "chars": 1609, - "sha256": "271fcfa4a0656982def38cc1a4fdd69a87435293034c9b98c9714f121fe69512", + "chars": 1467, + "sha256": "d8d996cf5d22f929a75dcef996794edc67522cd3495f047a0412bfc9dc41963f", "origin": "fetched https://www.teletica.com/sucesos/asaltantes-de-turistas-israelies-sustrajeron-unos-700-mil-en-bitcoin_364777" }, { @@ -2289,10 +2492,24 @@ { "case": 188, "file": "188_Radhika-Suchil-Chetal.txt", - "chars": 17533, - "sha256": "14553b51d6db06631dfae721bc4b795a7d9010c1f0d3510324d03eaca13a7490", + "chars": 16615, + "sha256": "c65c37a3525707d30e4b11c4d0feced2692b8039edc554dca3554c88cb3335b3", "origin": "fetched https://krebsonsecurity.com/2024/10/lamborghini-carjackers-lured-by-243m-cyberheist/" }, + { + "case": 188, + "file": "188_Radhika-Suchil-Chetal.txt", + "chars": 6918, + "sha256": "58079e176410284379267b82d99ba4c192363d59c901f3ffd9e6db17cb9ce828", + "origin": "fetched https://www.newstimes.com/news/article/chetal-bitcoin-crypto-theft-danbury-kidnapping-20387392.php" + }, + { + "case": 188, + "file": "188_Radhika-Suchil-Chetal.txt", + "chars": 3518, + "sha256": "f2ad5af2a2047d0b25d26f05ca0d80b51a06436386926e32427e4809598a8995", + "origin": "fetched https://www.newstimes.com/news/article/police-danbury-florida-kidnapping-19724606.php" + }, { "case": 188, "file": "188_Radhika-Suchil-Chetal.txt", @@ -2303,8 +2520,8 @@ { "case": 189, "file": "189_19-y-o.txt", - "chars": 4078, - "sha256": "60b783ed69d89dc67bd69fc01045b1c5754c2fe8c4f6711429bae26f38557008", + "chars": 2774, + "sha256": "d559c797c4c09b24dec550c095cedbb9a886c3a65f951d4fe56b3893226bb6cc", "origin": "fetched https://mothership.sg/2024/09/police-arrest-cryptocurrency-hougang/" }, { @@ -2320,8 +2537,8 @@ { "case": 190, "file": "190_3-Family-Members-and-a-Nanny.txt", - "chars": 6089, - "sha256": "05a33eecacdbd4dd3f5034f9c91304c9576b4384854459603d20d96fcc0af27f", + "chars": 5750, + "sha256": "3ace96a0859cd987f0bea3532c9c935a3103a5b071fb512ea661b4355c1b8702", "origin": "fetched https://www.chicagotribune.com/2025/02/11/chicago-kidnapping-cryptocurrency/" }, { @@ -2334,8 +2551,8 @@ { "case": 193, "file": "193_Dean-Skurka.txt", - "chars": 4895, - "sha256": "b02866a164e1d2595745771fa89b3b1c8498f9cc7605ea1f241f528bddc08bd2", + "chars": 4099, + "sha256": "8eb2521c28aa0f8c14c6bbf48e2ff90f37bcf1366acad2bfada8286053bd37e6", "origin": "fetched https://www.cbc.ca/news/canada/toronto/kidnapping-toronto-businessman-cryptocurrency-1.7376679" }, { @@ -2358,6 +2575,13 @@ "infile_sha256": "7dbc0bbbb5c6a55df0083ddcfec65812e88ef6367df5dd64266cd08a02f92400", "infile_chars": 2596 }, + { + "case": 194, + "file": "194_Viacheslav-Leibov.txt", + "chars": 3637, + "sha256": "bd8998d0560a285cd8d1ae4e17808faf4eb79e3a87eebd297b91f162ce4f43c9", + "origin": "fetched https://beincrypto.com/ukrainian-man-victim-of-crypto-theft-in-thailand/" + }, { "case": 194, "file": "194_Viacheslav-Leibov.txt", @@ -2368,6 +2592,13 @@ "infile_sha256": "c9e6b6a25302db334ea2fb849151b3845bbfbd81962108892e8ac9a06dd750f1", "infile_chars": 1848 }, + { + "case": 195, + "file": "195_Gen-Z-Quant-kid.txt", + "chars": 3366, + "sha256": "3366c4fb1200c031a7c9cf46d22ae5796cca141c0fbebfd56d03388022474690", + "origin": "fetched https://tribune.com.pk/story/2511031/genz-quant-kids-dog-kidnapped-following-doxing" + }, { "case": 195, "file": "195_Gen-Z-Quant-kid.txt", @@ -2381,8 +2612,8 @@ { "case": 196, "file": "196_Undisclosed-Man.txt", - "chars": 5878, - "sha256": "555c6b79367d3cb97075ffbdf72e78080ff7cf8064dc7c644426a7c69d80797d", + "chars": 3601, + "sha256": "f4c7153f5fc55750c4503710d24b17dddd7a24a3ba44a3222ad381409359811f", "origin": "fetched https://blocknews.com/las-vegas-woman-arrested-for-alleged-300k-crypto-kidnapping/" }, { @@ -2402,8 +2633,8 @@ { "case": 198, "file": "198_Coinflip-ATM.txt", - "chars": 1816, - "sha256": "d4aafb096d74a5d9d4fa6d017daf2c995e7abdce2006f8ee1956b2b7b2098415", + "chars": 1545, + "sha256": "99b8ff04f2d72b6cdca97b60c0c815eb43e8e94a52371c5c144d78e2b5bf8897", "origin": "fetched https://www.9news.com.au/national/police-hunt-crypto-atm-thieves-in-melbourne-shopping-centre-ram-raid-mickleham/8e7b6106-ab8c-4374-82b5-76f147c42da8" }, { @@ -2413,6 +2644,13 @@ "sha256": "8a35927ef84141292da7882ed34da1975f74156babf69363f608afbfb55ad0e5", "origin": "reported_K&R sheet, row 199, column \"Articles\"" }, + { + "case": 199, + "file": "199_Igor-Lermakov.txt", + "chars": 6900, + "sha256": "b6a97f48337ab58708736555c0bf7cef633ba488098c47e81ebe6b995d0fec64", + "origin": "fetched https://www.balidiscovery.com/criminal-gang-kidnap-rob-ukrainian-in-bali/" + }, { "case": 199, "file": "199_Igor-Lermakov.txt", @@ -2423,8 +2661,8 @@ { "case": 200, "file": "200_Benjamin-Appiah-Boateng.txt", - "chars": 4388, - "sha256": "fc8350015e33e1c767c3fb887cf429ce1604f566762e459f97312526e558cfee", + "chars": 4063, + "sha256": "bd966731c3597ede0cafeda474252f1dcfe6591519bb50277d553162eedae66b", "origin": "fetched https://www.graphic.com.gh/news/general-news/ghana-news-cryptocurrency-fiasco-businessman-appeals-to-a-g-over-assault-kidnapping.html" }, { @@ -2451,15 +2689,15 @@ { "case": 202, "file": "202_Mohammed-Arsalan-Malik.txt", - "chars": 4170, - "sha256": "cadf428f8ed1522b19b3ddd038a47f9a2039857edb6527fd0ba3f86ee189989e", + "chars": 1408, + "sha256": "bbde57237e93ff92e7028b1d4fbb2ab6318e6a30c983affa28ff27458549a943", "origin": "fetched https://www.dawn.com/news/1891762" }, { "case": 202, "file": "202_Mohammed-Arsalan-Malik.txt", - "chars": 13044, - "sha256": "aa5da3a57ce7089e11cebb84f07691d981922878708116ba7680544c2023deb8", + "chars": 12688, + "sha256": "ea8d5d6633362da4a032d72171969924ab86ef75b0a7e7447ec5671581e04202", "origin": "fetched https://www.theguardian.com/technology/2025/jun/28/cryptocurrency-hacks-kidnappings-crime" }, { @@ -2472,15 +2710,15 @@ { "case": 203, "file": "203_Influencer-s-father.txt", - "chars": 6704, - "sha256": "352acd712029172a9f2bf684eb48a8c07ae55baed71fb224cd27039533e3ebaa", + "chars": 6048, + "sha256": "8abab232344a4f9be68d7d987ba9d639ca7f249374866baff43bd4a5fc47d87e", "origin": "fetched https://cryptoast.fr/pere-influenceur-crypto-sequestre-soir-nouvel-an/" }, { "case": 203, "file": "203_Influencer-s-father.txt", - "chars": 4502, - "sha256": "4784539dcf92552132f4509bc54a0b4cc10cfa1b839666abe56892c737db16cf", + "chars": 3881, + "sha256": "e88509b692c5f60393e8b5cf8ffc1280528553c0e1c6e1f589ed246cd70df5b1", "origin": "fetched https://www.dlnews.com/articles/people-culture/french-teen-helped-kidnap-crypto-influencers-father-police/" }, { @@ -2493,8 +2731,8 @@ { "case": 204, "file": "204_Russian-Man.txt", - "chars": 6511, - "sha256": "a613f95ad06451663d8b8deb434c8cdd87e4a08b16b2a5c1ab14acfe72ff80da", + "chars": 2741, + "sha256": "bd76adb881eee4cf8ef00a5a2fe10d147b5e47a39d084659e66d1c37a26a0491", "origin": "fetched https://www.khaosodenglish.com/news/2025/01/07/phuket-police-hunt-russian-suspects-in-hotel-room-attack-over-crypto-dispute/" }, { @@ -2510,8 +2748,8 @@ { "case": 205, "file": "205_Miami-Jeweler.txt", - "chars": 10528, - "sha256": "bf746ceed1b8ab066ed76e38d60ff5e0bb280afc146bde37f4813031e77342ea", + "chars": 4467, + "sha256": "eb7ffc0218d5e6fda01500cc45c2de32ce54e345db5ef7f451b73f35961098d6", "origin": "fetched https://nationaljeweler.com/articles/13585-4-men-arrested-after-allegedly-plotting-to-kidnap-jeweler" }, { @@ -2524,8 +2762,8 @@ { "case": 206, "file": "206_Masis-Erkol.txt", - "chars": 1753, - "sha256": "3dcff613f872586be9e8fa25a33b2405ccb6cb6fe7863a06f0d79d4a6ca4cce7", + "chars": 803, + "sha256": "620550a7f6fee3c4b5355da3771c38101f702632256c96b6e70920c9437eb58b", "origin": "fetched https://www.bangkokpost.com/learning/easy/2939397/turkish-man-tied-up-and-robbed-in-pattaya" }, { @@ -2555,8 +2793,8 @@ { "case": 208, "file": "208_Chinese-National.txt", - "chars": 4803, - "sha256": "8279654603e399b95efac73881429302f9edfbfafead3fdc25ff79e13fe3df34", + "chars": 2143, + "sha256": "48cd1010d211710b15bbe4868cc2c2efb333a77b7d0da54051198a5122e103b3", "origin": "fetched https://cryptonews.com/news/south-korean-police-arrest-gang-of-chinese-crypto-thieves-who-struck-high-end-hotel-guests/" }, { @@ -2569,29 +2807,36 @@ { "case": 209, "file": "209_David-Balland-Wife.txt", - "chars": 5092, - "sha256": "52f23872d7ef90c795ece69dd809fe2c0f6bca9ad870524ca9349e4298fab50e", + "chars": 4729, + "sha256": "22790ed59736d89d521d55622c07d18e3dba79cee50ddf7568961ce88c91dd1a", "origin": "fetched https://www.lemonde.fr/en/pixels/article/2025/01/24/kidnappers-of-french-crypto-figure-and-his-wife-arrested-after-massive-manhunt_6737379_13.html" }, { "case": 209, "file": "209_David-Balland-Wife.txt", - "chars": 34056, - "sha256": "67f3c327719757961e1c4a4a93bff8e41a229dd79b4cdc66cdd432135ff3b34f", + "chars": 20390, + "sha256": "d0ef21dd9f9a8a54544f2dee3c74886a55f802aa059d3f1af3ae3f07066204de", "origin": "fetched https://www.zero-bullshit.fr/p/ledger-la-grande-famille-ebranlee" }, { "case": 209, "file": "209_David-Balland-Wife.txt", - "chars": 3975, - "sha256": "3522fb6734f073c3179102881a587d3ef21e31a13a5467384e11eb40382fe9ff", + "chars": 3675, + "sha256": "8b528671d8521ff264d1e294d4175b01eeb16256c8f6dfe53fdba8390666a619", "origin": "fetched https://cointelegraph.com/news/ledger-co-founder-david-balland-freed-after-kidnapping-in-france" }, { "case": 209, "file": "209_David-Balland-Wife.txt", - "chars": 3531, - "sha256": "097cca416675728f861fdc805e09f46c70642ce3261f74dbce8b4e1d12d3a884", + "chars": 773, + "sha256": "a12346d11af4ebe1f33143e24ac1e3b67aca44d01e6d49dfb8d6ac3b3d536630", + "origin": "fetched https://www.coindesk.com/policy/2025/01/24/ledger-co-founder-s-kidnapping-sheds-light-on-soaring-crypto-robberies" + }, + { + "case": 209, + "file": "209_David-Balland-Wife.txt", + "chars": 2957, + "sha256": "4a1fe8ccff6e024f0b92a7e2bce68ecc19353d75e3de915abf6596830b50d686", "origin": "fetched https://fortune.com/europe/2025/01/24/french-military-police-rescue-co-founder-13bn-crypto-startup-ledger-bungled-paris-kidnapping-goes-wrong/" }, { @@ -2601,6 +2846,13 @@ "sha256": "370cf2d34e70e0501b6c7cdfdafdc3409d3096e9239df4d5fd47e78c30e2ec4a", "origin": "reported_K&R sheet, row 210, column \"Articles\"" }, + { + "case": 210, + "file": "210_30-y-o-man.txt", + "chars": 1257, + "sha256": "be6e6c555c395a4a31a9ceb9f48c03c2533047e84767e95c730e6ad7a3fdac1e", + "origin": "fetched https://www.leparisien.fr/faits-divers/un-pro-des-cryptomonnaies-enleve-pres-de-troyes-quatre-personnes-interpellees-25-01-2025-DTP7ZSO3CJBARCCG2VWPQJBLAM.php" + }, { "case": 210, "file": "210_30-y-o-man.txt", @@ -2611,8 +2863,8 @@ { "case": 211, "file": "211_Brazilian-Family.txt", - "chars": 2850, - "sha256": "aa0c2296b44b0c6ecb4171ebdabacbc0887e7c8fc97491f3b4dba8907608e609", + "chars": 1733, + "sha256": "f9c86bddb69f3fe9eda36bd70a87d6d64f571539869a06de7c38cd5537e6e3d8", "origin": "fetched https://g1.globo.com/sp/sorocaba-jundiai/noticia/2025/01/31/familia-e-rendida-dentro-de-casa-e-forcada-a-transferir-us-16-mil-em-criptomoedas-para-criminosos.ghtml" }, { @@ -2622,6 +2874,13 @@ "sha256": "776745f6cab80c678d425de5cfe10308777609ce50767e5238e8691c2165fd61", "origin": "reported_K&R sheet, row 212, column \"Articles\"" }, + { + "case": 212, + "file": "212_Unidentified-man.txt", + "chars": 2146, + "sha256": "209e8e4d24c5c5be29859efaa22d7b6b8ebd1803bd6d816c72aa77448eb47f33", + "origin": "fetched https://thewhistler.ng/lagos-police-arrest-lady-brother-for-robbing-boyfriend-of-n15m-bitcoins-iphones/" + }, { "case": 212, "file": "212_Unidentified-man.txt", @@ -2632,6 +2891,13 @@ "infile_sha256": "54ce723bd1907b70cd4569e739987e2e733cec0a1be1e5ae9b048c2594413358", "infile_chars": 1984 }, + { + "case": 213, + "file": "213_34-y-o-man.txt", + "chars": 5072, + "sha256": "45f4622e4efe12b6fa35c4a1b28d5bf524d0c17dba0a1f15785fa18291b2dba4", + "origin": "fetched https://www.mirror.co.uk/news/world-news/breaking-dramatic-moment-spanish-cops-34643004" + }, { "case": 213, "file": "213_34-y-o-man.txt", @@ -2649,8 +2915,8 @@ { "case": 215, "file": "215_30-y-o-Chinese-Man.txt", - "chars": 1072, - "sha256": "5be388e52d60f2ae54bfce1dd9f4b33258878ce04ab03de9b61ac89d61982ad6", + "chars": 989, + "sha256": "0c961ef268ebfe338c7d6850b7e76e67c445d9e31ea4f7e4c379f831e8644097", "origin": "fetched https://www.yna.co.kr/view/AKR20250225097600056" }, { @@ -2663,8 +2929,8 @@ { "case": 216, "file": "216_Chinese-Man.txt", - "chars": 2865, - "sha256": "1a7d8b179359406e43fa71d87630362484fed1d2ff4444cedabb9001f2b10150", + "chars": 2636, + "sha256": "9343e3df2911adf48bf3783ca8be060e1da2b427d754651c36400e720ec0b079", "origin": "fetched https://vietnamnet.vn/en/ho-chi-minh-city-police-bust-chinese-led-kidnapping-gang-rescue-victim-safely-2378098.html" }, { @@ -2680,8 +2946,8 @@ { "case": 217, "file": "217_30-y-o-man.txt", - "chars": 2614, - "sha256": "6206e8708f236ff594eb6fc67a3b7249ce44b59acd9d970fb545cb605944d8d8", + "chars": 2591, + "sha256": "61941d842e26b52624c11619dbcf2bcb18918da7b5c132c654bc3a00f25ad00e", "origin": "fetched https://www.expressen.se/nyheter/krim/werewolf-legions-tidigare-ledare-atalad-for-kryptoran/" }, { @@ -2691,6 +2957,13 @@ "sha256": "c5c6b0c3f855ef1191375e129be11b5c45ac35871502c3264790e270d98059a9", "origin": "reported_K&R sheet, row 218, column \"Articles\"" }, + { + "case": 218, + "file": "218_Kaitlyn-Siragusa.txt", + "chars": 3494, + "sha256": "7e3773f7f802a502a174211d57f1f3d3e2b585c3d27cc3e4b55ed0c0242436a5", + "origin": "fetched https://www.dailystar.co.uk/news/us-news/streamer-amouranth-hospitalised-after-home-34788345" + }, { "case": 218, "file": "218_Kaitlyn-Siragusa.txt", @@ -2701,6 +2974,13 @@ "infile_sha256": "b4278e8300a9fe7d96a51e27f4b7f9957f6e0b34d55a56d10a25c95b2155762e", "infile_chars": 1892 }, + { + "case": 219, + "file": "219_41-y-o-Wong.txt", + "chars": 1288, + "sha256": "8c2b7a01114b58d5bfbfda2f39d2ea5c7e2047d4c41e35f2e29830652082f78a", + "origin": "fetched https://www.dimsumdaily.hk/man-robbed-of-hk318000-in-cheung-sha-wan-after-cryptocurrency-transaction/" + }, { "case": 219, "file": "219_41-y-o-Wong.txt", @@ -2711,8 +2991,8 @@ { "case": 221, "file": "221_Spanish-Businessman.txt", - "chars": 3742, - "sha256": "f102ce1eb38aab47f7ec0667664263bc993d29e26c466eb884f1c0a16ecea34c", + "chars": 2251, + "sha256": "22086bf13e7ffb50ae287d6e3ae45f8a07adf9973e9a315fd7e5298be058d93a", "origin": "fetched https://news.bitcoin.com/a-thriller-gone-real-alleged-scammer-kidnapped-by-fake-police-loses-50-million/" }, { @@ -2722,6 +3002,13 @@ "sha256": "7ec4ecf5d6450761f33a94c7533a3f63b4a015f7821ba13e29f1167696df5244", "origin": "reported_K&R sheet, row 222, column \"Articles\"" }, + { + "case": 222, + "file": "222_27-y-o-Turkish-man.txt", + "chars": 2281, + "sha256": "d7cd2d6e6a8c08b4fbd930e59e1c29bb307f6cc4813c3e826571317e93194124", + "origin": "fetched https://www.dimsumdaily.hk/four-arrested-after-attempted-robbery-of-5-million-euro-cash-from-27-year-old-turkish-man-in-tsim-sha-tsui/" + }, { "case": 222, "file": "222_27-y-o-Turkish-man.txt", @@ -2732,15 +3019,22 @@ { "case": 223, "file": "223_Anson-Que-and-his-driver-Armanie-Pabillo.txt", - "chars": 5211, - "sha256": "8ce29e0620251e20ed4d455e7fee92729495382ac40acbff468dd2e0cd87416f", + "chars": 336, + "sha256": "46afbc2364996b11daea777fc0158ebd4446c1a29d67144834ee40ffa39c8dc0", + "origin": "fetched https://www.abs-cbn.com/news/nation/2025/4/19/3-suspects-in-anson-que-kidnap-slay-now-under-custody-pnp-2012" + }, + { + "case": 223, + "file": "223_Anson-Que-and-his-driver-Armanie-Pabillo.txt", + "chars": 5053, + "sha256": "30839247dd4e4f47931b22ee0982b1bc3bbc6d2bb13a5d3874fc65f75564d11b", "origin": "fetched https://www.rappler.com/philippines/timeline-anson-que-killing-kidnapping-case/" }, { "case": 223, "file": "223_Anson-Que-and-his-driver-Armanie-Pabillo.txt", - "chars": 1699, - "sha256": "72213f2a7ec49eb30618621fcf119c433d304c03ed6e12f34719a105425be0b8", + "chars": 1406, + "sha256": "63bbf232254d03a88165870a46c0b8cb45a05fd89b463105e337d00f0bb226eb", "origin": "fetched https://www.scmp.com/week-asia/politics/article/3306048/chinese-filipino-tycoons-killing-sparks-fears-organised-crime-surge-philippines" }, { @@ -2753,8 +3047,8 @@ { "case": 224, "file": "224_Ismail.txt", - "chars": 4448, - "sha256": "3df29a46e87befe02a21069e741756f10e90e2c7b9a0854e96c98dab60689252", + "chars": 1690, + "sha256": "19dc37938d2adaac05c6aeb4ffa1babe3beaf277a485e060e52363f45be14ef0", "origin": "fetched https://www.dawn.com/news/1907634" }, { @@ -2767,10 +3061,17 @@ { "case": 228, "file": "228_Michael-V-T-Carturan.txt", - "chars": 6551, - "sha256": "6ee35894192cad7c13027c021acf2705e35d9db270c5e2c51817e5e08a274055", + "chars": 6440, + "sha256": "5ee2b5906b09e5758195b6b3836f9e1224f017fb96383a36c96c282912559aa2", "origin": "fetched https://abcnews.go.com/US/nyc-crypto-kidnapping-torture-case/story?id=122280419" }, + { + "case": 228, + "file": "228_Michael-V-T-Carturan.txt", + "chars": 4500, + "sha256": "f5ad1beb36300e5f3d44b291a9d942c4fc391989684e194f7cdc8195df79ace1", + "origin": "fetched https://www.reuters.com/world/us/two-men-plead-not-guilty-violent-new-york-crypto-kidnapping-case-2025-06-11/" + }, { "case": 228, "file": "228_Michael-V-T-Carturan.txt", @@ -2778,6 +3079,13 @@ "sha256": "1c10e3ecb9f40bcf8b0d6183c643cbb2bae581b353cebfd5d02feaff888f9be3", "origin": "reported_K&R sheet, row 229, column \"Articles\"" }, + { + "case": 229, + "file": "229_Jacob-Irwin-Cline.txt", + "chars": 11391, + "sha256": "e9da41bda42ed009c61b09d2a99e51b8d39f3b004d20725b642a3f7af7f2d8a6", + "origin": "fetched https://www.mylondon.news/news/zone-1-news/american-tourist-london-loses-123k-31673388" + }, { "case": 229, "file": "229_Jacob-Irwin-Cline.txt", @@ -2791,8 +3099,8 @@ { "case": 230, "file": "230_Paymium-CEO-s-daughter.txt", - "chars": 8471, - "sha256": "4252b581f8661f0386067863c232d2643612e18688fad9029b774718ecf8ae66", + "chars": 5759, + "sha256": "18ad0f37f78d7e1afa4cc15ba0c8bf43083c55638a1cb73aa83dc57da7eb3362", "origin": "fetched https://blockchainmagazine.net/daughter-of-crypto-ceo-escapes-kidnapping-attempt-in-paris/" }, { @@ -2805,8 +3113,8 @@ { "case": 231, "file": "231_Mining-Facility.txt", - "chars": 3496, - "sha256": "86181a978a9f43bdf9de3493d4eca1484fb0244bd82a4c323dd3f4252d2c30b1", + "chars": 3469, + "sha256": "52a1cda0a33018b9b488bcc464022fdac082412399e70829d9fc307602244011", "origin": "fetched https://www.monumental.com.py/secciones/va-con-onda/expulsan-a-ciudadanos-chinos-tras-intento-de-asalto-a-criptomineria-en-coronel-bogado" }, { @@ -2839,8 +3147,8 @@ { "case": 233, "file": "233_Mother-Son.txt", - "chars": 2914, - "sha256": "df01d5de5250c0f6498afc24b8f334b1d0f35dc6e687d596339cf95e0b04cd6b", + "chars": 1262, + "sha256": "410bd1b4c979ce42959bf6d0a2e945acffe2abafacd84fa9353085c6a0a85747", "origin": "fetched https://www.europe1.fr/Police-Justice/info-europe-1-cryptomonnaies-les-enqueteurs-dejouent-un-nouveau-kidnapping-en-normandie-759929" }, { @@ -2856,8 +3164,8 @@ { "case": 234, "file": "234_Unidentified-man.txt", - "chars": 3374, - "sha256": "8a830ae7b363e2807517646f11ebf295b4bf56429d7158d46b33b4df05397716", + "chars": 3003, + "sha256": "63e0a95426a4e977d4e10039c548d90d7659976e49dab4c71c061cd3304cea38", "origin": "fetched https://cointelegraph.com/news/russian-arrested-south-korea-attempted-crypto-robbery" }, { @@ -2890,8 +3198,8 @@ { "case": 236, "file": "236_Russian-Couple.txt", - "chars": 2456, - "sha256": "920cdac6530e1e5c3c6138937d9f25d3fd210b2f9e1427358cbbe1271c9defcc", + "chars": 2351, + "sha256": "eb3bb1e4dff9816b4e914acb228bf404e58af81cf48e339e74f5831517d7de96", "origin": "fetched https://tn.com.ar/policiales/2025/05/28/misterioso-secuestro-de-una-pareja-de-rusos-en-palermo-buscan-a-dos-sospechosos-que-se-fueron-del-pais/" }, { @@ -2911,8 +3219,8 @@ { "case": 238, "file": "238_23-y-o-man.txt", - "chars": 3231, - "sha256": "42299e8568390a0a5bc3f9ea4a6d3950ade73640bd33fc608d95ecb239e5d279", + "chars": 2274, + "sha256": "371165e454a5625357e51d2e7dba0b66e781682e1b4ee122cae83e56ffe763a2", "origin": "fetched https://entrevue.fr/societe/cryptomonnaie-contre-rancon-un-homme-enleve-a-maisons-alfort-pour-sa-cle-ledger/" }, { @@ -2925,8 +3233,8 @@ { "case": 240, "file": "240_33-y-o-businessman.txt", - "chars": 11974, - "sha256": "e013a333205ab3ac91e5466eeaf5c24e7c619708b101018498a5ad06392bc147", + "chars": 2376, + "sha256": "52317c126bda5bd733a070539f778f45a3022dbb64df020813501ad621f8b453", "origin": "fetched https://yespunjab.com/bengaluru-gang-of-6-attacks-businessman-robs-rs-2-crore-cash/" }, { @@ -2939,8 +3247,8 @@ { "case": 241, "file": "241_3-people.txt", - "chars": 2476, - "sha256": "2771829002c454e17185d1fbbfbac3c7ae325bcd25a5ef556f28f52d79964265", + "chars": 2281, + "sha256": "2b7b10966c02d2d740515f1bbc6ba6afe26951f68b6ff9abd06158febd179de9", "origin": "fetched https://www.bangkokpost.com/thailand/general/3061233/two-arrested-in-b3-4m-robbery-at-mall-car-park" }, { @@ -2956,8 +3264,8 @@ { "case": 242, "file": "242_Woman.txt", - "chars": 2856, - "sha256": "4af989cc7ec01cd3eb8327ec42ce44e5402219bd8fa5af97ee1f0d4c6f2aaf0d", + "chars": 2487, + "sha256": "a4aea9a70f4e9e1392e12bcf335d8bda93f4a45b0bb69476a9404a6f2dd185dc", "origin": "fetched https://www.bfmtv.com/police-justice/info-bfmtv-cryptomonnaies-une-femme-violemment-agressee-a-son-domicile-dans-les-hauts-de-seine_AN-202507070726.html" }, { @@ -2977,8 +3285,8 @@ { "case": 243, "file": "243_38-y-o-man.txt", - "chars": 1739, - "sha256": "140ae4cc98557ee24e46490c85c44804c3adb9eb5c36acb2e835f82a6852d24d", + "chars": 1540, + "sha256": "94b6ded44775fa8c00687c2ba147d280b5163fcff7f57101dc93b0e3496fa1a8", "origin": "fetched https://www.nydailynews.com/2025/07/18/man-kidnapped-queens-held-cash-crypto-tells-nypd/" }, { @@ -2991,8 +3299,8 @@ { "case": 244, "file": "244_Dilip-Gaud-Ramesh-Sharma.txt", - "chars": 5241, - "sha256": "02fdc2e398a56ad8074dbca1f3be067203b031850c9cf46ce3595fff7a767f5e", + "chars": 2723, + "sha256": "ea6ebcc016adf880999c213584bff5502d14e0ce068320d5f1cd2b34f69e1e99", "origin": "fetched https://subkuz.com/news/english/details/jodhpur-police-officers-arrested-extortion-kidnapping/90498" }, { @@ -3012,8 +3320,8 @@ { "case": 245, "file": "245_Prince-Pandey.txt", - "chars": 3264, - "sha256": "8f11adb2e3fa0e43310df84f9dc7467434949e8df64ea6bd1db0f131996d5421", + "chars": 3113, + "sha256": "6dbe6bbe4f9fc91ff0f012b743532db1002208ac4162a3f4e3b8fb8e6d4d44b2", "origin": "fetched https://english.gujaratsamachar.com/news/gujarat/army-veterans-son-kidnapped-for-cryptocurrency-ransom-3-arrested-in-overnight-operation" }, { @@ -3026,8 +3334,8 @@ { "case": 246, "file": "246_30-y-o-man.txt", - "chars": 1385, - "sha256": "9b291e899805b0a60cff100bf29c93013d515b232650d29adde28462e4715210", + "chars": 1005, + "sha256": "ea13d70ab5bdb292c8386ca375965ce864df776c672ba797549d35a94bfafc20", "origin": "fetched https://tribune.net.ph/2025/08/04/chinese-national-kidnapped-at-para%C3%B1aque-resort" }, { @@ -3040,6 +3348,13 @@ "infile_sha256": "9ebabbec1705a31b9976e7c79d04f9f76ffbdf8993a2cc918b08dbb448fe95f6", "infile_chars": 1537 }, + { + "case": 247, + "file": "247_Unidentified-man.txt", + "chars": 879, + "sha256": "5f8a2d99a1528eb86b0af7e24a08ca1fd81b323ce15ab1c5ce1a52d0efd2030e", + "origin": "fetched https://www.leparisien.fr/faits-divers/paris-un-professionnel-de-la-cryptomonnaie-agresse-dans-un-palace-des-beaux-quartiers-06-08-2025-D632HLSIFJHZNGKHHSPP6S3CPE.php" + }, { "case": 247, "file": "247_Unidentified-man.txt", @@ -3047,6 +3362,41 @@ "sha256": "a32f84bd9e722c6b547c0ec51b080f997ffdc80ca121dbe3571fe63da4bec4fd", "origin": "reported_K&R sheet, row 248, column \"Articles\"" }, + { + "case": 248, + "file": "248_Norwegian-family.txt", + "chars": 3067, + "sha256": "1bac1bd44a89984f4fec4af51dcba34b9b015aef7eb2b38ea50910c55f05c616", + "origin": "fetched https://www.document.no/2025/08/09/svensk-ransgjeng-slo-til-hos-familie-i-oslo-smabarn-teipet-fast-mor-truet-med-skudd-i-hodet/" + }, + { + "case": 248, + "file": "248_Norwegian-family.txt", + "chars": 783, + "sha256": "7804da054e0e9edde6c69324596d6b68004a2b494c6c1901f787f9c1fef27d46", + "origin": "fetched https://www.alt.no/hjemme-ran-pa-haugerud-startet-storre-etterforskning/s/5-128-1114083" + }, + { + "case": 248, + "file": "248_Norwegian-family.txt", + "chars": 609, + "sha256": "7c692bc797c5c5aaf605eb97c8501b136eec39264076836b1d0973a43f08d0f5", + "origin": "fetched https://www.nrk.no/stor-oslo/ni-siktet-etter-hjemmeran-1.17548464" + }, + { + "case": 248, + "file": "248_Norwegian-family.txt", + "chars": 1338, + "sha256": "5b95b30972a692e5332680785c88c3aa4a886cff7cd7ec2ef22717b618be0ea0", + "origin": "fetched https://www.document.no/2025/09/04/ni-personer-siktet-etter-brutalt-hjemmeran-i-oslo-familien-ble-fastbundet/" + }, + { + "case": 248, + "file": "248_Norwegian-family.txt", + "chars": 187, + "sha256": "f57a2070d92e3ee667f96e447389093d8bd7b38f653935add67f28a9eab407fc", + "origin": "fetched https://www.ao.no/nabo-horte-rop-om-hjelp-og-fant-familien-fastbundet-na-er-ni-personer-siktet-etter-brutalt-hjemmeran/s/5-128-1133981" + }, { "case": 248, "file": "248_Norwegian-family.txt", @@ -3057,8 +3407,8 @@ { "case": 249, "file": "249_Chinese-businessman.txt", - "chars": 1033, - "sha256": "9a96d17fdd37ebd1aa8139d91a52378b9473a2b55528ec0232ebcd5548ca6d98", + "chars": 932, + "sha256": "1fdee805a843b2261d1043b53d26ffb48ad466724b05df22cc5d7d0483ad6be7", "origin": "fetched https://www.newswire.lk/2025/08/25/chinese-group-kidnap-rob-fellow-businessman-in-colombo/" }, { @@ -3071,8 +3421,8 @@ { "case": 252, "file": "252_23-y-o-Swiss-man.txt", - "chars": 3976, - "sha256": "d24d796e9808dd5ee88d47b3846cc84298a23584b89eb96c86f38f8d55232a47", + "chars": 2250, + "sha256": "949a31a300bca7e1b769fe01355513acb170b4bf797a4a277ac1907ccecc1316", "origin": "fetched https://news.bitcoin.com/french-elite-police-free-kidnapped-swiss-man-held-for-cryptocurrency-ransom/" }, { @@ -3092,8 +3442,8 @@ { "case": 254, "file": "254_Herzliya-resident.txt", - "chars": 5262, - "sha256": "d4c4eb8e899422740d7024ee977e5baec9d97930e2a7650388262cb729d6a930", + "chars": 4445, + "sha256": "b622045a508ed84fe3a4023397b7430404592b2fc13dc7e4d424f262d4830877", "origin": "fetched https://www.dlnews.com/articles/regulation/violent-btc-theft-in-israel-linked-to-organised-crime/" }, { @@ -3123,10 +3473,24 @@ { "case": 255, "file": "255_Family.txt", - "chars": 5736, - "sha256": "4477b1108d8795e7646334a7aab919e705370c5f43144f1e17968fa75dca1e0e", + "chars": 5708, + "sha256": "c36fa7f639d50ddfe93b8f767ee4c0052e9b2ace2849081e0dae5b54244e5812", "origin": "fetched https://www.nbcnews.com/news/us-news/texas-brothers-charged-allegedly-holding-minnesota-family-hostage-stea-rcna233867" }, + { + "case": 255, + "file": "255_Family.txt", + "chars": 3192, + "sha256": "0645fb498c888e356fc2500582b363b67c6b400132b2a58317c252ef51957dc1", + "origin": "fetched https://www.cbsnews.com/minnesota/news/indictment-brothers-minnesota-family-millions-dollars-cryptocurrency/" + }, + { + "case": 255, + "file": "255_Family.txt", + "chars": 4172, + "sha256": "8f3dabadc8d9594b066a5a9f0366efe1ba839f9917b9d386d6017ecffa29d002", + "origin": "fetched https://www.cbsnews.com/minnesota/news/receipt-rented-vehicle-texas-brothers-charged-kidnapping-robbery/" + }, { "case": 255, "file": "255_Family.txt", @@ -3134,6 +3498,13 @@ "sha256": "54c62966c3cdd51930b935474dc0c1a8ba42d02a07bf8f41db4044700ea1fccb", "origin": "reported_K&R sheet, row 256, column \"Articles\"" }, + { + "case": 256, + "file": "256_42-y-o-man.txt", + "chars": 2252, + "sha256": "c7df6719695d0c42770f4fb647a127067878fba03964af4137dfde6bf2a069c6", + "origin": "fetched https://www.leparisien.fr/faits-divers/yvelines-un-nouveau-professionnel-des-cryptomonnaies-cible-par-une-equipe-de-truands-26-09-2025-OTSKDQDH75G5HCBYH4LK5MRXOM.php" + }, { "case": 256, "file": "256_42-y-o-man.txt", @@ -3151,8 +3522,8 @@ { "case": 257, "file": "257_Farmer-Family.txt", - "chars": 1520, - "sha256": "735ca686e83b9259ddfedf62782321e82ef8190a2bf1d53685175372888d71ab", + "chars": 1473, + "sha256": "7d95c6bd9647afe3fe4dbc51b4d722bdc0f58fbf07f7e50a0c04750551fb0b93", "origin": "fetched https://www.svt.se/nyheter/lokalt/uppsala/fangelsestraff-for-brutala-kryptoranet-i-tobo" }, { @@ -3162,6 +3533,34 @@ "sha256": "af42c870d122dc3728a7ea80b0f21e4f2bd84dc55355b12e00df1049c19b396f", "origin": "reported_K&R sheet, row 258, column \"Articles\"" }, + { + "case": 258, + "file": "258_unknown.txt", + "chars": 2073, + "sha256": "fd60cb4eb6db7198a0414de9792a005ceb1bd0433062e92051b60e0d6ce817bf", + "origin": "fetched https://www.ukrinform.ua/rubric-regions/4048428-trimali-colovika-u-pidvali-j-vidibrali-97-tisac-u-harkovi-zatrimali-troh-vikradaciv.html" + }, + { + "case": 258, + "file": "258_unknown.txt", + "chars": 3776, + "sha256": "eb0075211e48ad263748785daeba4641db601965ac809ae837e956cc0ed5bcb5", + "origin": "fetched https://hromadske.radio/news/2025/10/17/v-tsentri-kharkova-troie-napadnykiv-vykraly-cholovika-y-vidibraly-u-noho-mayzhe-100-tysiach-dolariv" + }, + { + "case": 258, + "file": "258_unknown.txt", + "chars": 1703, + "sha256": "055b063ce3ef2bd40eaa82d8ca17b124968669b85da87595b039723ce1d824f2", + "origin": "fetched https://sud.ua/uk/news/ukraine/344038-v-kharkove-pokhitili-muzhchinu-ego-derzhali-v-podvale-i-otobrali-97000-dollarov-nalichnymi-i-v-kriptovalyute" + }, + { + "case": 258, + "file": "258_unknown.txt", + "chars": 1449, + "sha256": "4cc40edf10f416392acebe39b0278be0b3cb27eebf44bab2bd29030e629f68b7", + "origin": "fetched https://atn.ua/kharkiv/kharkiv-ianyna-trymaly-v-pidvali-ta-vybyvaly-hroshi-sered-napadnykiv-vijskovyj-490170" + }, { "case": 259, "file": "259_Roman-and-Anna-Novak.txt", @@ -3169,6 +3568,20 @@ "sha256": "e30fb91c9d7e651af2cf3b9ccebcb9e6d33b20da09e43aacd9ef0e73c69ed0db", "origin": "fetched https://metro.co.uk/2025/11/08/dismembered-bodies-crypto-millionaire-wife-found-buried-dubai-desert-24651945/" }, + { + "case": 260, + "file": "260_Nate-Geier-from-bitte-ai.txt", + "chars": 2475, + "sha256": "2c8a2cdbeb26a05e5d59e02e103631cfc5457c876ce64c375aaa904ad5380dfa", + "origin": "fetched https://mothership.sg/2025/10/man-claims-jumped-singapore-users-skeptical/" + }, + { + "case": 263, + "file": "263_Waleed.txt", + "chars": 2122, + "sha256": "8ae8236b0428ed19ea15c174200763014790937425b21e67c98bb54bc26c3d67", + "origin": "fetched https://tribune.com.pk/story/2575027/ccd-cop-held-for-orchestrating-businessmans-kidnapping" + }, { "case": 263, "file": "263_Waleed.txt", @@ -3182,8 +3595,8 @@ { "case": 266, "file": "266_Multiple.txt", - "chars": 7196, - "sha256": "9380f232cb93a6303b174fd1931c245f5aa9a6616d342516fc6577c270f7b87f", + "chars": 1668, + "sha256": "450b0b3d80acca1c2ede2446fe5a9f6bc5262c90437e303d6628e32b9cf535c4", "origin": "fetched https://www.20minutes.fr/toulouse/2180483-20171203-toulouse-quatre-jeunes-sequestres-forces-transferer-bitcoins" }, { @@ -3196,8 +3609,8 @@ { "case": 270, "file": "270_Unidentified.txt", - "chars": 4835, - "sha256": "e6d6ad2d8a0b786bbb2c3cdbb8c2a8eae799fb432394edeac08863c52e6456a0", + "chars": 1426, + "sha256": "8dab9e532e31201e0dfa63f4008bbb68a5a7cb4a94b34632793b2c60720edc91", "origin": "fetched https://bizlim.com/crypto/news/odessa-robbery-for-1-5-million-uah-on-the-sale-of-crypto-currency.html" }, { @@ -3207,6 +3620,13 @@ "sha256": "df8fb44657e92079a4c8dc16955231347931c0246c54ea8927e9f15f2ef4ebfa", "origin": "reported_K&R sheet, row 32, column \"Articles\"" }, + { + "case": 271, + "file": "271_Undisclosed-woman.txt", + "chars": 2860, + "sha256": "efd4268fa3d47d85015671de46515aef9aeaf23ef742357b7a8782a6fdf44e0d", + "origin": "fetched https://finance.yahoo.com/news/police-dispute-over-bitcoin-account-010918284.html" + }, { "case": 271, "file": "271_Undisclosed-woman.txt", @@ -3238,8 +3658,8 @@ { "case": 273, "file": "273_Kieran-Hamilton.txt", - "chars": 7497, - "sha256": "f7ef96c3537e4b451e27017da8c64721f62757d9b7bcb5bfc1946615562181fc", + "chars": 7373, + "sha256": "9a2489916378e1139b2f415fcefe5536f4562298dd893e44f53f146f58172123", "origin": "fetched https://www.vice.com/en/article/instagram-influencer-robbed-cryptocurrency/" }, { @@ -3252,8 +3672,8 @@ { "case": 279, "file": "279_Le-Duc-Nguyen.txt", - "chars": 4813, - "sha256": "dffb5895f095d23ca2d274110f2b1f4fa8b72e58fe23d152faec261cebb41a7c", + "chars": 2920, + "sha256": "a67a5e52593141388b93437dc22720e990e07ba8538aa15e61adea02643bd1fb", "origin": "fetched https://e.vnexpress.net/news/news/hcmc-cops-charged-with-1-6-mln-bitcoin-robbery-4393892.html" }, { @@ -3266,6 +3686,13 @@ "infile_sha256": "92c18f287c71378982038b46641d98a2a0e52e6d7cceea78fa6e503cb7004a0c", "infile_chars": 2980 }, + { + "case": 285, + "file": "285_Dillon-Attard.txt", + "chars": 1681, + "sha256": "35da99127c90eeef2acaee34a669fe67c9a30081231ac53d06efc1ecd7651de6", + "origin": "fetched https://timesofmalta.com/article/victim-describes-his-disbelief-as-700000-disappeared-under-his-nose.882790" + }, { "case": 285, "file": "285_Dillon-Attard.txt", @@ -3273,6 +3700,13 @@ "sha256": "044b4938f358a3efbc6b17c327b4dfed006a3f99409fbb5143037c86edf94433", "origin": "reported_K&R sheet, row 76, column \"Articles\"" }, + { + "case": 288, + "file": "288_Ghershony.txt", + "chars": 10069, + "sha256": "825f035c8a9a26fa55e09c2929f2f23d5875e41bf4957b12972ec03306fad87d", + "origin": "fetched https://www.washingtonpost.com/dc-md-va/2022/02/03/son-spikes-dads-tea-crypto/" + }, { "case": 288, "file": "288_Ghershony.txt", @@ -3294,6 +3728,13 @@ "sha256": "345a728328e2710e43e524edf4152f55550109552e09a0ff18129905ae6ffd72", "origin": "reported_K&R sheet, row 88, column \"Article 3\"" }, + { + "case": 290, + "file": "290_3-women.txt", + "chars": 2346, + "sha256": "665cdd9cba884a51541810f8f1e01739f39343a33629f62329fb1cc6d46638a9", + "origin": "fetched https://www.gulftoday.ae/news/2022/02/14/4-steal-dhs350000-through-fake-bitcoin-deal" + }, { "case": 290, "file": "290_3-women.txt", @@ -3304,8 +3745,8 @@ { "case": 292, "file": "292_Miner.txt", - "chars": 3819, - "sha256": "e23719737a9c022013fec52df1c80a61a6f6c28a968a0d2e918f53ee94710b39", + "chars": 2075, + "sha256": "444b22b159678a74392b9d5506d9f175d9dca37fbb889c39e9b91cee34e9e03c", "origin": "fetched https://news.bitcoin.com/court-to-try-2-russians-for-stealing-86-bitcoins-from-crypto-miner/" }, { @@ -3315,6 +3756,13 @@ "sha256": "2549fe50a635da3ea2fdcda3a6a0fa9ca7ef5ac946a1c28b16fe6faf52c4197d", "origin": "reported_K&R sheet, row 101, column \"Articles\"" }, + { + "case": 293, + "file": "293_Unidentified-Family.txt", + "chars": 7354, + "sha256": "90e78fcd479b5c55e93a522f1d7026ff42e9e33f19457e2d1cc1fa69abe00787", + "origin": "fetched https://www.reuters.com/markets/currencies/abkhazias-illegal-bitcoin-miners-face-new-threat-thieves-2022-01-06/" + }, { "case": 293, "file": "293_Unidentified-Family.txt", @@ -3328,8 +3776,8 @@ { "case": 295, "file": "295_John-Forsyth.txt", - "chars": 3138, - "sha256": "75cd4513e2e275036a3c83b971c2a84cf784674ff9c441e4c51644675c32da4c", + "chars": 2817, + "sha256": "1dd5fc1fd437a5fb53a702e6e964472c5513746d09b4c1ab3e9791028737aef5", "origin": "fetched https://cointelegraph.com/news/bitcoin-millionaire-onfo-coin-creator-dead" }, { @@ -3342,22 +3790,22 @@ { "case": 295, "file": "295_John-Forsyth.txt", - "chars": 6128, - "sha256": "2824c861162029b7e0a66703f2d15f86cbb593eb00c577685039794f059b90d4", + "chars": 5999, + "sha256": "6879954d0705d742ba3f3fc8b3201c4a95b2a4b60cec650f3ead65f860d2b157", "origin": "fetched https://www.forbes.com/sites/lukefitzpatrick/2020/04/27/bitcoin-halving-a-new-class-of-bitcoin-millionaires-may-emerge/#786e087961fc" }, { "case": 295, "file": "295_John-Forsyth.txt", - "chars": 58520, - "sha256": "98c51b174b097a94eb1d6887848cbb42d8008b07a61d30f02a2f590188df2464", + "chars": 6253, + "sha256": "1b8e8049d70607931beb939c338c5339215b3ea401e60f59b69a590af6ea1f1e", "origin": "fetched https://www.dailymail.co.uk/news/article-12145317/Missouri-doctor-shot-dead-Ozarks-lake-previously-kidnapped-claims-brother.html" }, { "case": 296, "file": "296_woman.txt", - "chars": 1693, - "sha256": "5713fd5ab42d7684d259cf43342a1dcaa7f71c18e41fc8622d705b492572faf6", + "chars": 1420, + "sha256": "1191b7d1b082438aa423b63d0704d54e0e7d57c4cc68afe8779de9aed0ba1fe4", "origin": "fetched https://gulfnews.com/uae/crime/dubai-court-sentences-four-to-jail-for-robbing-woman-of-dh300000-in-bitcoin-scam-1.85729037" }, { @@ -3387,8 +3835,8 @@ { "case": 298, "file": "298_Unidentified-trader.txt", - "chars": 1714, - "sha256": "2cc6738367d278a2803d4aa6db24df2ab173b29ee90b74830541fecce200fcae", + "chars": 632, + "sha256": "359dc291b81c9d8aae7cdcf0e2b1850ead3181268855e3fef81885fa6282ce12", "origin": "fetched https://www.khaleejtimes.com/uae/crime/dubai-dh4-million-stolen-from-bitcoin-trader-9-people-jailed" }, { @@ -3401,8 +3849,8 @@ { "case": 299, "file": "299_4-victims.txt", - "chars": 5453, - "sha256": "b4f25131301d66b7b478d5416158cfad4f64ee62b23df86824bac6908703fe5d", + "chars": 5093, + "sha256": "f1257e6ae3e7872d8118a1a497064542541038b2f39269bdab4659e335a55afd", "origin": "fetched https://www.theguardian.com/technology/2022/may/08/crypto-muggings-thieves-in-london-target-digital-investors-by-taking-phones" }, { @@ -3418,8 +3866,8 @@ { "case": 301, "file": "301_Factory-Owner.txt", - "chars": 3183, - "sha256": "d3fdd35067799b62a4602a009f47611b6f491ebf63f446cd31be1bc2a4de4c6a", + "chars": 1639, + "sha256": "5836d0c920851b33dde739132e28ba9924b93da811fb58aecbe0e810131a58d2", "origin": "fetched https://www.thevibes.com/articles/news/62020/12-held-over-bitcoin-mining-machine-theft" }, { @@ -3449,8 +3897,8 @@ { "case": 304, "file": "304_Middle-Aged-Couple.txt", - "chars": 2671, - "sha256": "441152747a6cce4ab49aa2a4d173e8ceef11b621f1a7ef4e1e59aa71b6613734", + "chars": 2324, + "sha256": "de8c62bec3f0f39b3855d28f5bce2fb7c550755e34f29cab86ee7480c51506ce", "origin": "fetched https://www.richmond-news.com/local-news/richmond-man-arrested-for-home-invasion-10m-crypto-theft-7873869" }, { @@ -3460,6 +3908,13 @@ "sha256": "a38b56df7fc5b76a9e65ecf17246eab2abfeead7eaec4dc8407856f2bd9e6c6c", "origin": "reported_K&R sheet, row 136, column \"Articles\"" }, + { + "case": 307, + "file": "307_Repeat-Victim.txt", + "chars": 7871, + "sha256": "38b4342f4bdc9167b2ec869bb6ae98e48124f96ea2ef17c94c806b87628b922f", + "origin": "fetched https://www.manchestereveningnews.co.uk/news/greater-manchester-news/covered-burns-bruises-begged-can-30900995" + }, { "case": 307, "file": "307_Repeat-Victim.txt", @@ -3512,8 +3967,8 @@ { "case": 312, "file": "312_Crypto-Entrepreneur.txt", - "chars": 8119, - "sha256": "904b50ea3b1cb42e27d8046654581d9cb44576c52936357a7ce9e53b3db8150d", + "chars": 3420, + "sha256": "043b536147fa29f5288300862272648331071a45f8889f077aac40dd60097d31", "origin": "fetched https://www.financemagnates.com/cryptocurrency/israeli-entrepreneur-was-allegedly-robbed-of-crypto-at-gunpoint/" }, { @@ -3533,15 +3988,15 @@ { "case": 315, "file": "315_Undisclosed.txt", - "chars": 3974, - "sha256": "ed0fa49fc423d081f65f966c9d335fceeeae671fc718dc6959a1f5bc750a070d", + "chars": 3697, + "sha256": "9021c7c4cf1a15523c44d876faf6c216d4f75579f86ad220803f2ba3032cb0a1", "origin": "fetched https://cointelegraph.com/news/swedish-bitcoiners-targeted-by-armed-criminals" }, { "case": 317, "file": "317_Johor-businessman.txt", - "chars": 6328, - "sha256": "78abfe56d9da94714cb5f98cef2838eabedb810d1f57096a3f7fbe4476886f08", + "chars": 3962, + "sha256": "72db9dfdd6fc82839d18385ff49506b59172a77a96980a186cc22ffaa43eaa21", "origin": "fetched https://www.malaymail.com/news/malaysia/2024/10/30/johor-police-recover-rm72m-in-ransom-from-johor-businessman-kidnapping-remand-extended-for-vietnamese-suspects/155314" }, { @@ -3554,15 +4009,15 @@ { "case": 318, "file": "318_Crypto-Forum-Moderator.txt", - "chars": 8202, - "sha256": "f8ca903694c6e9ee46a7a5da81b1f437fdbf147b4c21c2b19a3fc9c16e17d0e3", + "chars": 5564, + "sha256": "c3bdd6b2d2defaa8d194974d5bbaa3781b429e4f6dde7d09944aa09a4905d8b8", "origin": "fetched https://coingape.com/crypto-forum-moderator-targeted-in-alleged-bitcoin-kidnapping-attempt/" }, { "case": 318, "file": "318_Crypto-Forum-Moderator.txt", - "chars": 1981, - "sha256": "14be8b27412df20e63af76eccded76f8340627fa2698ddfca9ac60ee58ed1505", + "chars": 1871, + "sha256": "f4a5d685724c0978727dd386e36b4b6343144a19bef1bc45399391a0d53a237a", "origin": "fetched https://bitcoinethereumnews.com/crypto/crypto-moderator-forced-into-hiding-after-kidnapping-and-torture-attempt-report/" }, { @@ -3575,8 +4030,8 @@ { "case": 321, "file": "321_Crypto-manager.txt", - "chars": 5261, - "sha256": "a51456858aefe0b441ff1dc8f4c69d4c8244064332e87d383aa023bcf3553a77", + "chars": 4058, + "sha256": "b8d748e3fca0ee3a7330b61368656901f20b3536e70b74617f4f68c2869fa2ad", "origin": "fetched https://g1.globo.com/pe/pernambuco/noticia/2025/08/13/professora-aposentada-e-sequestrada.ghtml" }, { @@ -3586,6 +4041,13 @@ "sha256": "70d5023b8511149cafc22b1c6b905d416b5645161d2d9044c89c970fb161c16b", "origin": "reported_K&R sheet, row 221, column \"Articles\"" }, + { + "case": 322, + "file": "322_Father-of-a-crypto-millionaire.txt", + "chars": 1925, + "sha256": "67f4653e948110066c7af832ed0bf7b8c0debed9615b7569476218ad32d2978c", + "origin": "fetched https://www.leparisien.fr/faits-divers/un-entrepreneur-dans-les-cryptomonnaies-enleve-la-victime-retrouvee-avec-un-doigt-en-moins-03-05-2025-573S5T4AGNFEXPLDVX52EX3OYA.php?ts=1746335149028" + }, { "case": 322, "file": "322_Father-of-a-crypto-millionaire.txt", @@ -3593,6 +4055,13 @@ "sha256": "dfde53e52bc00a332e149746a74ff8f01118578d8348be33f58f3aacb6615612", "origin": "reported_K&R sheet, row 226, column \"Articles\"" }, + { + "case": 323, + "file": "323_Crypto-investor.txt", + "chars": 3314, + "sha256": "929fd936d71bf1957e50371422fca5d07781f5a959865230442f04cbab74012b", + "origin": "fetched https://www.8newsnow.com/investigators/florida-teens-kidnap-las-vegas-man-drive-him-to-arizona-desert-steal-4m-in-cryptocurrency-police/" + }, { "case": 323, "file": "323_Crypto-investor.txt", @@ -3606,8 +4075,8 @@ { "case": 334, "file": "334_unknown.txt", - "chars": 8531, - "sha256": "4b18725c5d3bf2ed2d45f7ae24c238d34e6f82204dd851f2a633b39e3b3fee23", + "chars": 6447, + "sha256": "88e7bb9852d123ab8aab26bf544c4564546a16066f4546b48a1b3d8de82bc7d8", "origin": "fetched https://livecoins.com.br/sequestro-com-pedido-de-criptomoedas-termina-em-fuga-e-morte-de-dois-suspeitos-em-goiania/" }, { @@ -3620,8 +4089,8 @@ { "case": 340, "file": "340_Sergei-Domogatskii.txt", - "chars": 4691, - "sha256": "a474796c7e61d38e1e6e5970fe2165d9825445e92d95272f2400e38ab1295ec5", + "chars": 1652, + "sha256": "f7afdf9eec739d1e3ed2c2d1b54de35db396068e1fbefb37b748c4b77b9c86c5", "origin": "fetched https://www.thejakartapost.com/indonesia/2025/10/24/popular-russian-influencer-says-he-was-kidnapped-robbed-by-compatriots-in-bali.html" }, { @@ -3631,6 +4100,13 @@ "sha256": "5ee1398f86e540b05e8ad0066203f105f36922abf4ebfde37b1bbb4016bdedfe", "origin": "reported_K&R sheet, row 263, column \"Articles\"" }, + { + "case": 349, + "file": "349_Unidentified-31-y-o.txt", + "chars": 7354, + "sha256": "90e78fcd479b5c55e93a522f1d7026ff42e9e33f19457e2d1cc1fa69abe00787", + "origin": "fetched https://www.reuters.com/markets/currencies/abkhazias-illegal-bitcoin-miners-face-new-threat-thieves-2022-01-06/" + }, { "case": 349, "file": "349_Unidentified-31-y-o.txt", @@ -3641,8 +4117,8 @@ { "case": 350, "file": "350_Alexandre-Crypto-trader.txt", - "chars": 7288, - "sha256": "4190a08cd76d45c14ac0d3806c23f34e8610654a28a4ffe654611d0306ad92ae", + "chars": 5088, + "sha256": "ac9f90ebb3f24024cc09a2a2c4a8e874709ed61f4c8ab711cead3afe371a1858", "origin": "fetched https://cryptonews.com/news/french-crypto-trader-kidnapped-near-paris-released-after-refusing-10k-ransom-report/" }, { @@ -3669,8 +4145,8 @@ { "case": 353, "file": "353_Vkusvill-Supermarket.txt", - "chars": 2163, - "sha256": "34b4cd12cbd212b319865b60321a41bc48881f734d6a908425b52e9a42469122", + "chars": 1754, + "sha256": "d83ef5021855aed3474353663dbd873a8111874ad45d731b4d01c2db18523f9c", "origin": "fetched https://bits.media/neizvestnye-razgrabili-krupnuyu-mayning-fermu-na-skladakh-pod-moskvoy/" }, { @@ -3680,6 +4156,13 @@ "sha256": "6b029cee47f86931b85deb7633c22b540249c45614bc9fa272b936760075ff32", "origin": "reported_K&R sheet, row 133, column \"Articles\"" }, + { + "case": 354, + "file": "354_Repeat-Victim.txt", + "chars": 7871, + "sha256": "38b4342f4bdc9167b2ec869bb6ae98e48124f96ea2ef17c94c806b87628b922f", + "origin": "fetched https://www.manchestereveningnews.co.uk/news/greater-manchester-news/covered-burns-bruises-begged-can-30900995" + }, { "case": 354, "file": "354_Repeat-Victim.txt", @@ -3687,6 +4170,13 @@ "sha256": "3c4b59f7cee50da0d1c4dbf1e09898fce636ff13e3efbe0e21720be7848ea46d", "origin": "reported_K&R sheet, row 164, column \"Articles\" (one article documenting 5 linked incidents)" }, + { + "case": 355, + "file": "355_Repeat-Victim.txt", + "chars": 7871, + "sha256": "38b4342f4bdc9167b2ec869bb6ae98e48124f96ea2ef17c94c806b87628b922f", + "origin": "fetched https://www.manchestereveningnews.co.uk/news/greater-manchester-news/covered-burns-bruises-begged-can-30900995" + }, { "case": 355, "file": "355_Repeat-Victim.txt", @@ -3708,6 +4198,13 @@ "sha256": "1353ee66064b6fe0f4edc4cb6df7f577c1f6a7e4b3e7b328434a84e32d8c6c68", "origin": "fetched https://www.bbc.com/news/articles/cm27j7z38gpo" }, + { + "case": 358, + "file": "358_35-year-old-Chinese-man.txt", + "chars": 1668, + "sha256": "a8629e4a000f6fe15016bd7164bef260f7cdfe9d5223d18d84b12d4a06bcf912", + "origin": "fetched https://www.khaosodenglish.com/news/2025/11/23/south-korean-3-thais-held-in-bangkok-kidnapping-case/" + }, { "case": 360, "file": "360_Undisclosed.txt", @@ -3715,11 +4212,25 @@ "sha256": "970e2dda6bff01c1289e13b207026115c068cf2e15ab0869f6d23c7d38db0693", "origin": "fetched https://www.sfchronicle.com/crime/article/sf-cryptocurrency-robbery-21203804.php" }, + { + "case": 360, + "file": "360_Undisclosed.txt", + "chars": 3056, + "sha256": "79a531ade50933b4ecd54c2101f6441f41da0146b6baaaf5d974855c496da3eb", + "origin": "fetched https://www.kron4.com/news/technology-ai/tech-expert-reveals-how-to-protect-your-cryptocurrency-after-11-million-theft/" + }, + { + "case": 361, + "file": "361_Crypto-Exchange.txt", + "chars": 1181, + "sha256": "64c910d5e3cf900d8aa842593c8d7208e9189b4e9ba9359bb0e4108c3e5a28e4", + "origin": "fetched https://www.rbc.ru/spb_sz/23/11/2025/69232f6c9a7947d86f1e90a2" + }, { "case": 362, "file": "362_Family.txt", - "chars": 2035, - "sha256": "e4755b32dc40a89fcee6a7b317250dc5913224d8b7665580d6bc6161accad7ef", + "chars": 1694, + "sha256": "4dea53b47b2040969edd674c51bbe5b78f50cd8e06d1be42ff2d0b6cc6f9a0e6", "origin": "fetched https://www.europe1.fr/faits-divers/info-europe-1-chantage-a-la-cryptomonnaie-une-mere-et-ses-deux-enfants-menaces-par-des-malfaiteurs-cagoules-774753" }, { @@ -3764,6 +4275,13 @@ "sha256": "189b4f0dc90377ea45e0c774308efbaa790ab270187c774687594e3f15b2807a", "origin": "fetched https://in-cyprus.philenews.com/local/christmas-eve-limassol-heist-as-man-gets-away-with-100-thousand-in-cash/" }, + { + "case": 365, + "file": "365_Unidentified-man.txt", + "chars": 1175, + "sha256": "add226a723c485a88b9a620e39edcd3d717ea288703e1374208cc6f8c05b9802", + "origin": "fetched https://thedefiant.io/news/hacks/florida-teens-kidnap-las-vegas-man-steal-4m-crypto-nfts-after-70-mile-drive-to-6d1e7357" + }, { "case": 366, "file": "366_Danylo-K.txt", @@ -3771,6 +4289,13 @@ "sha256": "3ddbf7615ed1bcc5ebb4c71459d2880ccb2c90a679614dbd6bb6040bda902106", "origin": "fetched https://cryptonews.com/news/21-year-old-burned-alive-in-austria-over-crypto-assets/" }, + { + "case": 367, + "file": "367_35-y-o-man.txt", + "chars": 3893, + "sha256": "15efc3aacd614b8077ccd4c1b8d015d69811fba8133b759d5b43ce915ac5ede2", + "origin": "fetched https://btvnovinite.bg/bulgaria/otvlichane-ot-mnimi-policai-za-14-bitkojna-razkaz-na-sluzhitel-na-sdvr-samo-pred-btv.html" + }, { "case": 368, "file": "368_Gabriel-Di-Noto.txt", @@ -3778,6 +4303,13 @@ "sha256": "1e3b5ad2ab67bc7251a76baed0f38b7339ed7c86b2d4112d8c8844afa8bc529f", "origin": "fetched https://www.eltrecetv.com.ar/telenoche/2024/09/17/un-financista-se-encontro-con-una-mujer-que-conocio-en-tinder-le-vaciaron-las-cuentas-y-fue-asesinado/" }, + { + "case": 369, + "file": "369_Quentin-Cepeljac.txt", + "chars": 3915, + "sha256": "db53eb77d1c66b23ee25c3337088c33a441805936fea79e005b684f6deabe9ac", + "origin": "fetched https://www.thetimes.com/uk/crime/article/gang-kidnapped-barber-they-mistook-for-crypto-billionaire-n0hgdshvm" + }, { "case": 370, "file": "370_Family.txt", @@ -3792,6 +4324,13 @@ "sha256": "868d0ed2dbaa6cf4de93c9731993531acf310a3e1af0967ce4de2b7c52e57599", "origin": "fetched https://wublock.substack.com/p/interview-with-a-chinese-businessman" }, + { + "case": 372, + "file": "372_Female-A-T.txt", + "chars": 4453, + "sha256": "1d9c06a00b07528fc6887d352512e2b3910809005ba489eaa14c3ed3d00231fc", + "origin": "fetched https://www.yorkregion.com/news/crime/stripped-naked-kidnapper-sentenced-after-woman-tortured-in-search-of-1m-in-bitcoin/article_31b62635-2f9d-508e-8c97-04a1c2aa5b7a.html" + }, { "case": 373, "file": "373_Father-of-a-young-entrepreneur.txt", @@ -3809,8 +4348,8 @@ { "case": 375, "file": "375_52-year-old.txt", - "chars": 7087, - "sha256": "9c27968aac934bb867820224490cf89c05778f434c11390373084978094cb0c4", + "chars": 5450, + "sha256": "b70898ab7fbec49d88ac8e7c3a6bbcb4c0df469a8dd0c4a6cdb7f7b70bf6209f", "origin": "fetched https://cryptonews.com/news/trinidad-crypto-robbery-wrench-attacks-rise/" }, { @@ -3862,6 +4401,13 @@ "sha256": "0467f9aa2821050e59c41762f5f338d74303260752a58ffcf980825cec40c3ec", "origin": "fetched https://globalnews.ca/news/10883670/quebec-man-police-crypto-influencer-kidnapping-death-kevin-mirshahi/" }, + { + "case": 379, + "file": "379_Kevin-Mirshahi.txt", + "chars": 5932, + "sha256": "fc0f09ee6d29515b76e70f3d230341c05726bfced7767b893ba0ae2cf7a6664a", + "origin": "fetched https://www.ctvnews.ca/montreal/article/police-arrest-2-suspects-in-killing-of-montreal-cryptocurrency-influencer/" + }, { "case": 379, "file": "379_Kevin-Mirshahi.txt", @@ -3876,6 +4422,20 @@ "sha256": "eb9ffb4fc79207cc309f2ac403876a9ff8c25cab422cc4d7f9fa51e6971e4587", "origin": "fetched https://livecoins.com.br/reforma-de-escritorio-em-sp-termina-em-roubo-de-r-300-000-apos-vitima-comentar-com-trabalhadores-que-investia-em-bitcoin/" }, + { + "case": 381, + "file": "381_Cryptocurrency-holder-and-family.txt", + "chars": 1412, + "sha256": "5bd313fe792899d72b1583ac1d065fc0f485ead547f97d56cb83a1ee1cc7b284", + "origin": "fetched https://www.leparisien.fr/faits-divers/un-investisseur-en-cryptomonnaie-et-sa-compagne-sequestres-a-leur-domicile-de-la-rochelle-des-virements-effectues-par-les-ravisseurs-18-12-2025-KN6YFKOQ2NCCPEGXLZP2ZTYX4A.php" + }, + { + "case": 382, + "file": "382_Yu-46-male-proprietor-and-Lee-37-his-wif.txt", + "chars": 1264, + "sha256": "b51016ae3e1cc2837a14ea828903e229662b63b9a2b048cbd6282be5cd439bf6", + "origin": "fetched https://www.dimsumdaily.hk/attempted-armed-robbery-at-mong-kok-crypto-exchange-owner-injured-but-no-losses/" + }, { "case": 383, "file": "383_Undisclosed.txt", @@ -3900,15 +4460,15 @@ { "case": 386, "file": "386_John-Forsyth.txt", - "chars": 55676, - "sha256": "eca3d1bbb9016ab273dd4782837d6dcf7ac37bf3cef36f539b97528ada2e6535", + "chars": 6635, + "sha256": "b5740cb4975c46172c802952ff688072ab6e82c325bc737b4562b4ddb11fac9e", "origin": "fetched https://www.dailymail.co.uk/news/article-12145317/Missouri-doctor-shot-dead-Ozarks-lake-previously-kidnapped-claims-brother.html" }, { "case": 386, "file": "386_John-Forsyth.txt", - "chars": 8619, - "sha256": "40e27c737fe7479395174e05e69afb3ae5e075312a7d188ad4b944968a7a2e95", + "chars": 6057, + "sha256": "31353e545077256c7235d04407befc25a308a301f985bc34dae612921527b3be", "origin": "fetched https://www.foxnews.com/us/missouri-doctor-found-dead-arkansas-lake-kidnapped-last-year-brother-reveals" }, { @@ -3921,6 +4481,13 @@ "infile_sha256": "22c70789d9724ec6881748698972e4df128ac467fcb10e51e840e216c2710bf9", "infile_chars": 2734 }, + { + "case": 387, + "file": "387_Young-woman.txt", + "chars": 996, + "sha256": "ee2b093728b6704d522dacc3259179acb792e5fef7e4ee92421b11f40eac8eae", + "origin": "fetched https://www.leparisien.fr/faits-divers/victime-dun-vol-de-cryptomonnaie-une-jeune-femme-sequestree-par-plusieurs-individus-cagoules-a-manosque-06-01-2026-WS2ED2I3UFHB7JRDMUE2XXRVYI.php" + }, { "case": 387, "file": "387_Young-woman.txt", @@ -3928,6 +4495,20 @@ "sha256": "297140dab687db8258eb94a050f3901b2fe522ac88b2d0f2197bcc1997066d66", "origin": "fetched https://decrypt.co/354078/masked-gunmen-tie-up-woman-france-steal-usb-crypto" }, + { + "case": 388, + "file": "388_Father-director-of-cryptocurrency-invest.txt", + "chars": 2289, + "sha256": "6adb757914cfa641f7fba8aa22d901359fd664f69d8d627aa899e0b335cae72e", + "origin": "fetched https://actu17.fr/faits-divers/yvelines-un-investisseur-en-cryptomonnaies-et-sa-famille-ligotes-et-frappes-a-leur-domicile.html" + }, + { + "case": 388, + "file": "388_Father-director-of-cryptocurrency-invest.txt", + "chars": 1324, + "sha256": "f98d639598b42b6433ab03f904248b077415f7d6219fb7b374cf50e65ac65f84", + "origin": "fetched https://www.mantes-actu.net/verneuil-sur-seine-un-investisseur-en-cryptomonnaies-sequestre-a-son-domicile-avec-sa-famille/" + }, { "case": 389, "file": "389_43-y-o-Software-architect-engineer.txt", @@ -3935,6 +4516,13 @@ "sha256": "c60755335898e8abb666fcdd5ac3c231a634df39870bec6b55b52ce39895eef1", "origin": "fetched https://www.alouette.fr/homme-kidnappe-cholet-nantes-ligote-cryptomonnaie" }, + { + "case": 389, + "file": "389_43-y-o-Software-architect-engineer.txt", + "chars": 969, + "sha256": "223db6ac369e436d966b86d309c3a4750caab2c0995dd324d2a88ba43a159e6a", + "origin": "fetched https://www.ouest-france.fr/societe/faits-divers/jai-entendu-des-cris-dans-la-rue-enleve-au-petit-matin-pour-ses-cryptomonnaies-pres-de-cholet-f97a7740-ed71-11f0-ae78-1a0629cc1f87" + }, { "case": 389, "file": "389_43-y-o-Software-architect-engineer.txt", @@ -3942,6 +4530,34 @@ "sha256": "79cb04ef35c22b71047217048b0ed3fba230547d47a03c8b2d78c6f9561dee7b", "origin": "fetched https://cryptoast.fr/entendu-cris-nouvel-enlevement-cryptomonnaies-cholet/" }, + { + "case": 390, + "file": "390_60-y-o-female-physician.txt", + "chars": 1153, + "sha256": "b3f9655c77fb8af7e9ec333bbfbde143d643d506a676173c3e54692610bcdf37", + "origin": "fetched https://www.vrt.be/vrtnws/nl/2026/01/11/inbraak-met-geweld-in-zoersel-vrouw-van-60-vastgebonden-en-gesl/" + }, + { + "case": 390, + "file": "390_60-y-o-female-physician.txt", + "chars": 779, + "sha256": "6adab7e459fe5b5edb229bcdff318dfa046b68458dd7e5566b18b027601bf2fb", + "origin": "fetched https://nnieuws.be/artikel/inbraak-met-geweld-zoersel-vrouw-van-60-vastgebonden-eigen-huis" + }, + { + "case": 390, + "file": "390_60-y-o-female-physician.txt", + "chars": 1804, + "sha256": "aacba742728b46e4228f8c8a47b1ba5c4f0c482c77d7c7f5d830d1b0df03f78a", + "origin": "fetched https://www.indegazette.be/home-invasion-in-zoersel-onderwerp-van-gerechtelijk-onderzoek/" + }, + { + "case": 391, + "file": "391_Chinese-national.txt", + "chars": 332, + "sha256": "202d5de0ac6d9e7b87ffe60bec3b6fcce49fd5fc6278f29ac1612a544768e535", + "origin": "fetched https://www.abs-cbn.com/news/nation/2026/1/16/police-rescue-chinese-national-from-kidnappers-2000" + }, { "case": 392, "file": "392_Retired-couple-in-their-70s.txt", @@ -3970,6 +4586,13 @@ "sha256": "77df9e11eef20a738345993ae9e5da2644d47b07d08b8a9fa7993003118cc182", "origin": "fetched https://actu.fr/pays-de-la-loire/le-mans_72181/toute-une-famille-sequestree-dans-cette-commune-de-la-sarthe-sur-fond-de-vol-de-cryptomonnaie_63711209.html" }, + { + "case": 393, + "file": "393_A-couple-and-3-children.txt", + "chars": 711, + "sha256": "62f62fdbef16b50c4459c53946c8a6d58fd15ba4a4046e645e623858ce0ff3f1", + "origin": "fetched https://www.ouest-france.fr/societe/faits-divers/un-couple-sequestre-avec-ses-enfants-chez-lui-en-sarthe-la-piste-des-cryptomonnaies-privilegiee-96d1b968-f2d1-11f0-bfca-235f15251990" + }, { "case": 394, "file": "394_Maxence.txt", @@ -3984,6 +4607,13 @@ "sha256": "8c571b900ae19166617c6bd5e7641a872806c885ea673bd3dcb7c85649025cb6", "origin": "fetched https://actucrypto.info/actualite/cryptomonnaie-dijon-enlevement-arnaque-maxence-sequestration-2026/" }, + { + "case": 395, + "file": "395_17-year-old.txt", + "chars": 4283, + "sha256": "860b2cc14fd3a71207ea34a1f2be4e44ec50071e2ddae3b628fe6d9ef4a1312f", + "origin": "fetched https://www.nicematin.com/faits-divers/cryptomonnaie-un-lyceen-toulonnais-sequestre-sa-famille-menacee-10665698" + }, { "case": 396, "file": "396_74-year-old-retired-man.txt", @@ -4152,6 +4782,20 @@ "sha256": "ac6b06197d775e6c158837ad1824984b96e14faaaf9d35442ceddc40f941d421", "origin": "fetched https://www.casino.org/news/costa-rica-court-sentences-5dimes-founders-killers-including-two-cops-to-prison/" }, + { + "case": 407, + "file": "407_William-Sean-Tony-Creighton-CEO-of-5Dime.txt", + "chars": 3660, + "sha256": "ba6a128f76555dab4714b2f9082ad40c499acdca7a24caf5f39935b3780f304a", + "origin": "fetched https://www.espn.com/chalk/story/_/id/27633251/american-bookmaker-found-dead-costa-rica" + }, + { + "case": 407, + "file": "407_William-Sean-Tony-Creighton-CEO-of-5Dime.txt", + "chars": 2176, + "sha256": "432f9351e4873adc1f656eb2ef4c0dc2563850ff5c886c6c2295b8b8745470bb", + "origin": "fetched https://www.gambling911.com/9-Individuals-Convicted-Murder-5Dimes-Owner.html" + }, { "case": 407, "file": "407_William-Sean-Tony-Creighton-CEO-of-5Dime.txt", @@ -4229,6 +4873,13 @@ "sha256": "08728a7131f763a4d7874f65982cd6911916b8d0ef310e0fd3eb9c761aa58732", "origin": "fetched https://www.ibtimes.co.uk/ukrainian-mans-bali-vacation-kidnapping-case-1780721" }, + { + "case": 411, + "file": "411_Igor-Komarov.txt", + "chars": 5202, + "sha256": "56d70a36e4777a91cefbf3b55105254e236bae6e07161b8d9c2c5a591282a252", + "origin": "fetched https://www.boredpanda.com/horrifying-discovery-in-bali-after-igor-komarov-ransom-video/" + }, { "case": 411, "file": "411_Igor-Komarov.txt", @@ -4278,6 +4929,13 @@ "sha256": "873aa992e57b37b41d8e3d8ff7ca1adb0beea887e87d9ca0c1ffb3bb42d055d3", "origin": "fetched https://www.fox13seattle.com/news/seattle-police-arrest-man-who-posed-mail-carrier" }, + { + "case": 414, + "file": "414_Couple-in-their-early-60s.txt", + "chars": 3109, + "sha256": "0cd580f6c7d4b07e59be7ae7630afde2b252ca30d95a3ad6197cfdcc5c425302", + "origin": "fetched https://www.leparisien.fr/yvelines-78/le-chesnay-rocquencourt-900-000-euros-en-bitcoin-derobes-lors-dun-violent-home-jacking-09-03-2026-L2ZCB6SJSRB5VJJQEYSMI2ASTM.php" + }, { "case": 414, "file": "414_Couple-in-their-early-60s.txt", @@ -4327,6 +4985,13 @@ "sha256": "97c49034e21a59db2a51ee487bb9f06f6037bc2c98c587bbf16e7a60555e37fd", "origin": "fetched https://www.lefigaro.fr/nantes/pres-de-nantes-une-enquete-ouverte-pour-tentative-d-enlevement-visant-le-patron-d-une-societe-de-cryptomonnaies-20260317" }, + { + "case": 417, + "file": "417_Crypto-Company-CEO.txt", + "chars": 798, + "sha256": "7e3127a1713ac09ac7fd96f2bd531e66b3678bba5557151ba73adb2178d44b02", + "origin": "fetched https://www.ouest-france.fr/economie/cryptomonnaie/enlevements-dans-le-milieu-de-la-cryptomonnaie-un-patron-cible-par-des-hommes-armes-la-nuit-derniere-pres-de-nantes-8cab17f0-2142-11f1-a6e8-58f5162ee52a" + }, { "case": 418, "file": "418_Canadian-Crypto-Businessman.txt", @@ -4407,23 +5072,44 @@ { "case": 422, "file": "422_Unnamed-San-Jose-crypto-holder.txt", - "chars": 16038, - "sha256": "a023674e67e652a8b36377cb73530ad7e14310ad1e7c75ffb0fd4d4423ea6e4a", + "chars": 10794, + "sha256": "cafddee5b8a70554250bcfa34f1dd0ba28cefc6fd89681170bec1387fa54f74d", + "origin": "fetched https://www.sfchronicle.com/crime/article/crypto-wrench-attack-home-invasion-22088091.php" + }, + { + "case": 422, + "file": "422_Unnamed-San-Jose-crypto-holder.txt", + "chars": 4187, + "sha256": "6e59a93f7d149506aa3ab7bef2879fc92e66f70a871ae2017a2b065b1cd4f39f", + "origin": "fetched https://ktla.com/news/california/violent-crypto-robberies-los-angeles-bay-area/" + }, + { + "case": 423, + "file": "423_Unnamed-Sunnyvale-crypto-holder.txt", + "chars": 10794, + "sha256": "cafddee5b8a70554250bcfa34f1dd0ba28cefc6fd89681170bec1387fa54f74d", "origin": "fetched https://www.sfchronicle.com/crime/article/crypto-wrench-attack-home-invasion-22088091.php" }, { "case": 423, "file": "423_Unnamed-Sunnyvale-crypto-holder.txt", - "chars": 16038, - "sha256": "a023674e67e652a8b36377cb73530ad7e14310ad1e7c75ffb0fd4d4423ea6e4a", + "chars": 4187, + "sha256": "6e59a93f7d149506aa3ab7bef2879fc92e66f70a871ae2017a2b065b1cd4f39f", + "origin": "fetched https://ktla.com/news/california/violent-crypto-robberies-los-angeles-bay-area/" + }, + { + "case": 424, + "file": "424_Unnamed-Brentwood-resident.txt", + "chars": 10794, + "sha256": "cafddee5b8a70554250bcfa34f1dd0ba28cefc6fd89681170bec1387fa54f74d", "origin": "fetched https://www.sfchronicle.com/crime/article/crypto-wrench-attack-home-invasion-22088091.php" }, { "case": 424, "file": "424_Unnamed-Brentwood-resident.txt", - "chars": 16038, - "sha256": "a023674e67e652a8b36377cb73530ad7e14310ad1e7c75ffb0fd4d4423ea6e4a", - "origin": "fetched https://www.sfchronicle.com/crime/article/crypto-wrench-attack-home-invasion-22088091.php" + "chars": 4187, + "sha256": "6e59a93f7d149506aa3ab7bef2879fc92e66f70a871ae2017a2b065b1cd4f39f", + "origin": "fetched https://ktla.com/news/california/violent-crypto-robberies-los-angeles-bay-area/" }, { "case": 425, @@ -4446,6 +5132,13 @@ "sha256": "ec6c9f1e9558c047840f6c6c9e495c77f1635e9cce19eb04299efb7f66d71b0c", "origin": "fetched https://rapidonoar.com.br/operacao-criptonita-revela-esquema-milionario-com-criptomoedas-e-prende-suspeitos-em-sp-e-no-rn/" }, + { + "case": 426, + "file": "426_Man-in-50s.txt", + "chars": 1986, + "sha256": "7d8d2d88fc67796729fe3c9e7e8e7d263bb5d6020b0b922139c9510e99b64839", + "origin": "fetched https://www.leparisien.fr/faits-divers/boulogne-les-agresseurs-ciblent-jeune-investisseur-en-crypto-se-trompent-dadresse-et-finissent-en-garde-a-vue-07-04-2026-WESX3VDQLNALFLW4UUQRVMVXHU.php" + }, { "case": 427, "file": "427_Family.txt", @@ -4488,6 +5181,20 @@ "sha256": "26313859594112fce362d2438003adab2054060e49e2155638c9b5d48e84a19e", "origin": "fetched https://www.generation-nt.com/actualites/violence-braquages-crypto-france-2074318" }, + { + "case": 430, + "file": "430_Unidentified-man.txt", + "chars": 3179, + "sha256": "2dd2c9bb3f5be0e5ad831a0ee43b9fa585904960fbad7d222de449aa2509d1d5", + "origin": "fetched https://decrypt.co/249637/florida-man-47-years-prison-bitcoin-home-invasion-ring" + }, + { + "case": 430, + "file": "430_Unidentified-man.txt", + "chars": 2953, + "sha256": "71b7e50e5d756cf135b0f1fc4d889c26f8b1edd6c61d83a9cd29bdbb22375b57", + "origin": "fetched https://fortune.com/crypto/2024/06/26/bitcoin-gunpoint-criminal-gang-home-invasions-federal-case" + }, { "case": 431, "file": "431_Family.txt", @@ -4600,6 +5307,13 @@ "sha256": "b0b7fb06569242ef0463b57c384689964569bd5a7a792dc7cf4098718d014e2b", "origin": "fetched https://www.ici.fr/occitanie/gard-30/nimes/cinq-personnes-interpellees-dans-une-affaire-de-crypto-rapt-dont-les-ramifications-remontent-jusqu-a-nimes-1621489?at_locale=25" }, + { + "case": 437, + "file": "437_Couple.txt", + "chars": 2200, + "sha256": "4e6c7288e64cda4e8038372a1bcd988947a631682da2215b7e6048f80bbf24d6", + "origin": "fetched https://www.leparisien.fr/faits-divers/bondy-frappees-et-ligotees-au-petit-matin-les-victimes-du-home-jacking-navaient-pas-de-cryptomonnaie-09-05-2026-IOMODLNJEZGJHOUEN37Z3NS2VM.php" + }, { "case": 437, "file": "437_Couple.txt", @@ -4621,6 +5335,34 @@ "sha256": "6c5dbf90f900e3a40ba6e81e0eed022b07657cdc51886be2942fa65f87a6349e", "origin": "fetched https://www.noovo.info/nouvelles/patrouille/article/invasion-a-domicile-le-spvm-met-le-grapin-sur-un-mineur-et-un-complice-majeur-en-ontario/" }, + { + "case": 438, + "file": "438_Crypto-entrepreneur-and-his-family.txt", + "chars": 4561, + "sha256": "f9041f3bc48cf4f1deaf2a0640c5553aa91503b7f0b22f8ed2aaf3aaf78d380d", + "origin": "fetched https://www.ctvnews.ca/montreal/on-patrol/article/two-men-arrested-on-canada-wide-arrest-warrants-after-montreal-home-invasion/" + }, + { + "case": 438, + "file": "438_Crypto-entrepreneur-and-his-family.txt", + "chars": 3854, + "sha256": "096e1774d23579568290c907062d38b6512b22aea936c0ef9978092ee2594ffb", + "origin": "fetched https://www.journaldemontreal.com/2026/05/07/violations-de-domicile-une-famille-montrealaise-prise-pour-cible-pour-de-la-cryptomonnaie" + }, + { + "case": 439, + "file": "439_Crypto-entrepreneur-and-his-family.txt", + "chars": 3854, + "sha256": "096e1774d23579568290c907062d38b6512b22aea936c0ef9978092ee2594ffb", + "origin": "fetched https://www.journaldemontreal.com/2026/05/07/violations-de-domicile-une-famille-montrealaise-prise-pour-cible-pour-de-la-cryptomonnaie" + }, + { + "case": 439, + "file": "439_Crypto-entrepreneur-and-his-family.txt", + "chars": 4561, + "sha256": "f9041f3bc48cf4f1deaf2a0640c5553aa91503b7f0b22f8ed2aaf3aaf78d380d", + "origin": "fetched https://www.ctvnews.ca/montreal/on-patrol/article/two-men-arrested-on-canada-wide-arrest-warrants-after-montreal-home-invasion/" + }, { "case": 439, "file": "439_Crypto-entrepreneur-and-his-family.txt", @@ -4628,6 +5370,20 @@ "sha256": "6c5dbf90f900e3a40ba6e81e0eed022b07657cdc51886be2942fa65f87a6349e", "origin": "fetched https://www.noovo.info/nouvelles/patrouille/article/invasion-a-domicile-le-spvm-met-le-grapin-sur-un-mineur-et-un-complice-majeur-en-ontario/" }, + { + "case": 440, + "file": "440_Crypto-entrepreneur-and-his-family.txt", + "chars": 3854, + "sha256": "096e1774d23579568290c907062d38b6512b22aea936c0ef9978092ee2594ffb", + "origin": "fetched https://www.journaldemontreal.com/2026/05/07/violations-de-domicile-une-famille-montrealaise-prise-pour-cible-pour-de-la-cryptomonnaie" + }, + { + "case": 440, + "file": "440_Crypto-entrepreneur-and-his-family.txt", + "chars": 4561, + "sha256": "f9041f3bc48cf4f1deaf2a0640c5553aa91503b7f0b22f8ed2aaf3aaf78d380d", + "origin": "fetched https://www.ctvnews.ca/montreal/on-patrol/article/two-men-arrested-on-canada-wide-arrest-warrants-after-montreal-home-invasion/" + }, { "case": 440, "file": "440_Crypto-entrepreneur-and-his-family.txt", @@ -4635,6 +5391,13 @@ "sha256": "6c5dbf90f900e3a40ba6e81e0eed022b07657cdc51886be2942fa65f87a6349e", "origin": "fetched https://www.noovo.info/nouvelles/patrouille/article/invasion-a-domicile-le-spvm-met-le-grapin-sur-un-mineur-et-un-complice-majeur-en-ontario/" }, + { + "case": 441, + "file": "441_Crypto-entrepreneur-and-his-family.txt", + "chars": 3854, + "sha256": "096e1774d23579568290c907062d38b6512b22aea936c0ef9978092ee2594ffb", + "origin": "fetched https://www.journaldemontreal.com/2026/05/07/violations-de-domicile-une-famille-montrealaise-prise-pour-cible-pour-de-la-cryptomonnaie" + }, { "case": 441, "file": "441_Crypto-entrepreneur-and-his-family.txt", @@ -4645,8 +5408,8 @@ { "case": 441, "file": "441_Crypto-entrepreneur-and-his-family.txt", - "chars": 2345, - "sha256": "8a6d9010a04d09d6d9772ed7439d3cd87105d9f964eb1d551953805e402bc7fb", + "chars": 2224, + "sha256": "9aa068e4817bf9ae872a4846a7430d14f7e56e51bb253b4a1dcc26e7f0cb99d0", "origin": "fetched https://www.noovo.info/nouvelles/patrouille/article/invasion-a-domicile-le-spvm-met-le-grapin-sur-un-mineur-et-un-complice-majeur-en-ontario/" }, { @@ -4656,6 +5419,13 @@ "sha256": "245118b57b68a8cdd8ccb2627989781738e3a5c8211bf4b8b56dae425941f573", "origin": "fetched https://chicago.suntimes.com/chicago-gangs/2026/04/28/chicago-crime-lil-zay-osama-drill-rap-winnetka-robbery" }, + { + "case": 442, + "file": "442_Undisclosed-individual.txt", + "chars": 4227, + "sha256": "c55c868dd67026d76645effaab087bcf12c09351d46037daf7fa904ec6c49dd0", + "origin": "fetched https://www.justice.gov/usao-edny/pr/rapper-known-lil-zay-osama-sentenced-14-months-prison-possessing-illegal-machinegun" + }, { "case": 443, "file": "443_Nai-Ping-Hou.txt", @@ -4701,29 +5471,29 @@ { "case": 445, "file": "445_Undisclosed.txt", - "chars": 5334, - "sha256": "63b222cbb21d87ba4d695b59e284f0adfd0709d101a2eea216bb4ccd8510ce81", + "chars": 3964, + "sha256": "6ef42a62b46896548dd8963973a21e5bc44df3b19efc0acfec139ca7b1088f6c", "origin": "fetched https://journalducoin.com/actualites/crypto-rapts-france-cinq-interpellations-bas-rhin-tentative-enlevement-extorsion/" }, { "case": 445, "file": "445_Undisclosed.txt", - "chars": 6013, - "sha256": "571c7aa9d52c9363f555518ed226ea01f53961308a18b5771f3b51e3cb281bd9", + "chars": 5488, + "sha256": "412f8ddd705380d76612b5514432b39c978591a3f9b1011a3bb04082752cc6c2", "origin": "fetched https://cryptoast.fr/tentative-enlevement-crypto-bas-rhin-5-suspects-interpelles/" }, { "case": 445, "file": "445_Undisclosed.txt", - "chars": 5615, - "sha256": "3fd65482153170ac7616525ff830e12b4df96413e56680c39a3b963c744b989c", + "chars": 3158, + "sha256": "4b54de9595c53d692a0e80dc41e0e795cbfbf3d938869ffada796d511b85be91", "origin": "fetched https://coinacademy.fr/actu/crypto-rapts-5-interpellations-bas-rhin-tentative-enlevement-extorsion/" }, { "case": 445, "file": "445_Undisclosed.txt", - "chars": 4665, - "sha256": "48bd6cc537469b2c08ef135e31b94cebfbe9ae83ca35b0df684953ceaff88c52", + "chars": 2778, + "sha256": "e5e3fb3bdfe0df2cceb7bd36fdfd6ab6a57333923bd5d5ac95f9c3bbea978a41", "origin": "fetched https://www.revolutionmagazine.com/bas-rhin-cinq-interpellations-tentative-enlevement-crypto.html" }, { @@ -4796,6 +5566,13 @@ "sha256": "db07d040cdf722bf211e648029b18b4a95a91cba146ab26a209c27b648841d16", "origin": "fetched https://www.ici.fr/pays-de-la-loire/sarthe-72/cures/enlevement-du-pere-d-un-influenceur-a-cures-le-parquet-du-mans-requiert-un-proces-aux-assises-contre-le-commando-3869815" }, + { + "case": 449, + "file": "449_Unidentified.txt", + "chars": 6564, + "sha256": "54d13d618bb83b617c2127ddf18958d765922c9e4616734ce8685f1f3eea3d6c", + "origin": "fetched https://www.justice.gov/usao-dc/pr/gothferrari-sentenced-78-months-prison-role-massive-cryptocurrency-heist" + }, { "case": 449, "file": "449_Unidentified.txt", @@ -4820,22 +5597,22 @@ { "case": 450, "file": "450_Undisclosed.txt", - "chars": 4604, - "sha256": "aadcbd49f192122751a97ef50c733c5e5dc86f4a1eda328fd8a017aaff140b02", + "chars": 3951, + "sha256": "06c4642ad7fc7e9f305a5176164e7a0c83e08132faeb2db1c4cdc7aca0fccc58", "origin": "fetched https://www.washingtontimes.com/news/2026/may/7/gothferrari-gets-65-years-role-250m-crypto-theft-conspiracy/" }, { "case": 450, "file": "450_Undisclosed.txt", - "chars": 4653, - "sha256": "dd09dbb79398e6b55e25f03960835087244c8324c45e043e4b275f5fa26ad968", + "chars": 3402, + "sha256": "8c2c7307cdf3f864121c97b612c040a2130ef5b4f406cd0bc5874c0388557525", "origin": "fetched https://www.bleepingcomputer.com/news/security/crypto-gang-member-gets-65-years-for-role-in-230-million-heist/" }, { "case": 450, "file": "450_Undisclosed.txt", - "chars": 3570, - "sha256": "db0d2617b10cad5681c5010effcd57dddfc154606e7d808827e4bfa448f3d0af", + "chars": 2859, + "sha256": "344839e246e470c7766a01cd0f5f8d7710c3342e3f4a985847294dfc04bd5e97", "origin": "fetched https://beincrypto.com/gothferrari-crypto-theft-78-month-sentence/" }, { diff --git a/merge-output/corrections-approved.md b/merge-output/corrections-approved.md index d313a2d..3e07344 100644 --- a/merge-output/corrections-approved.md +++ b/merge-output/corrections-approved.md @@ -73,3 +73,19 @@ Also record: **both attacker vehicles carry São Paulo plates registered to the **"as of June 16, 2026" — REMOVE the date, keep the rest.** No article dated 16 June or later exists; every source found is dated 11 or 12 June. The count stands as "one arrested, seven at large", with no date attached. + +--- + +## Detention flag (`kidnappings`) — accepted 2026-09-06 + +Rule: README-START-HERE.md, "Definitions". The field is the detention flag; rename it `detention` +on the website. Evidence per case: merge-output/detention-flag-review.md. + +→ **Set `kidnappings` to 1 on these records:** 4, 19, 25, 28, 29, 41, 43, 46, 63, 64, 82, 139, 143, 147, 152, 167, 169, 171, 180, 181, 182, 183, 200, 209, 229, 253, 301, 353, 380, 419. + +Rule clarified the same day: detention used on anyone (guards, staff, a concierge, a relative) to +force submission or execute the theft counts as 1, whether or not the record's named victim was +present. Case 301 (guards tied up) is therefore in the list above. + +Still open, not yet decided: the 1-to-0 proposals (124, 242, 273, 413, 422, 423, and nulls 354, 355) +and the two CHECK items (215, 298). diff --git a/merge-output/detention-flag-corrections.json b/merge-output/detention-flag-corrections.json new file mode 100644 index 0000000..3940dfc --- /dev/null +++ b/merge-output/detention-flag-corrections.json @@ -0,0 +1,353 @@ +[ + { + "target": "DB id 4", + "field": "kidnappings (detention)", + "current": 0, + "proposed": 1, + "confidence": "LIKELY", + "basis": "held at gunpoint while forced to transfer: Bitcoin trader robbed of $12,000 at gunpoint forced him to transfer $8,500 worth of bitcoin.", + "status": "ACCEPTED 2026-09-06 by the database owner: set to 1 on the website" + }, + { + "target": "DB id 19", + "field": "kidnappings (detention)", + "current": 0, + "proposed": 1, + "confidence": "CLEAR", + "basis": "record text itself describes the victim being taken or held: **Attack Method:** Kidnapping", + "status": "ACCEPTED 2026-09-06 by the database owner: set to 1 on the website" + }, + { + "target": "DB id 25", + "field": "kidnappings (detention)", + "current": 0, + "proposed": 1, + "confidence": "CLEAR", + "basis": "article (CT): Nyashin was tied and beaten while a group of masked assailants stole a safe containing cash and “essential documents.”", + "status": "ACCEPTED 2026-09-06 by the database owner: set to 1 on the website" + }, + { + "target": "DB id 28", + "field": "kidnappings (detention)", + "current": 0, + "proposed": 1, + "confidence": "CLEAR", + "basis": "article (The Hacker News): 3 armed men bound employees at Bitcoin office before fleeing empty-handed, Ottawa police say", + "status": "ACCEPTED 2026-09-06 by the database owner: set to 1 on the website" + }, + { + "target": "DB id 29", + "field": "kidnappings (detention)", + "current": 0, + "proposed": 1, + "confidence": "LIKELY", + "basis": "article (Business Insider): Armed robbers broke into the family home of a city financier turned Bitcoin trader and forced him to transfer the digital currency at gunpoint, in what is believed to be the first heist of its kind in the UK.", + "status": "ACCEPTED 2026-09-06 by the database owner: set to 1 on the website" + }, + { + "target": "DB id 41", + "field": "kidnappings (detention)", + "current": 0, + "proposed": 1, + "confidence": "CLEAR", + "basis": "article (Arabian Business): Once the brothers reached the office, the gang members assaulted the two and tied their hands, locked them inside the room and escaped with the money.", + "status": "ACCEPTED 2026-09-06 by the database owner: set to 1 on the website" + }, + { + "target": "DB id 43", + "field": "kidnappings (detention)", + "current": 0, + "proposed": 1, + "confidence": "CLEAR", + "basis": "record text itself describes the victim being taken or held: Home invasion of Skycoin architect resulted in theft of 18.88 BTC and 6,466 SKY kidnapped at home **Victim:** \"Synth\"", + "status": "ACCEPTED 2026-09-06 by the database owner: set to 1 on the website" + }, + { + "target": "DB id 46", + "field": "kidnappings (detention)", + "current": 0, + "proposed": 1, + "confidence": "LIKELY", + "basis": "article (NY post): A group of young professional men ransacked their pal’s luxury apartment after a night of drinking and forced him to cough up his cryptocurrency account login information, the Manhattan District Attorney’s Office charges in a new complaint.", + "status": "ACCEPTED 2026-09-06 by the database owner: set to 1 on the website" + }, + { + "target": "DB id 63", + "field": "kidnappings (detention)", + "current": 0, + "proposed": 1, + "confidence": "CLEAR", + "basis": "article (BBC): At Carlisle Crown Court, both men admitted two counts of robbery and two counts of false imprisonment.", + "status": "ACCEPTED 2026-09-06 by the database owner: set to 1 on the website" + }, + { + "target": "DB id 64", + "field": "kidnappings (detention)", + "current": 0, + "proposed": 1, + "confidence": "LIKELY", + "basis": "article (BBC): The High Court in Glasgow heard that three men went into a home in Blantyre in Lanarkshire and forced the homeowner to transfer his Bitcoin, a form of digital cash, to D'Alfonso's account.", + "status": "ACCEPTED 2026-09-06 by the database owner: set to 1 on the website" + }, + { + "target": "DB id 82", + "field": "kidnappings (detention)", + "current": 0, + "proposed": 1, + "confidence": "LIKELY", + "basis": "article (Stadt Magazin): At that moment, two other men attacked him, grabbed and restrained him, and tore the phone from his hand.", + "status": "ACCEPTED 2026-09-06 by the database owner: set to 1 on the website" + }, + { + "target": "DB id 124", + "field": "kidnappings (detention)", + "current": 1, + "proposed": 0, + "confidence": "CLEAR", + "basis": "record: attempted home invasion, victim fired at the attackers, who fled; no control gained" + }, + { + "target": "DB id 139", + "field": "kidnappings (detention)", + "current": 0, + "proposed": 1, + "confidence": "CLEAR", + "basis": "record text itself describes the victim being taken or held: **Attack Method:** Kidnapping", + "status": "ACCEPTED 2026-09-06 by the database owner: set to 1 on the website" + }, + { + "target": "DB id 143", + "field": "kidnappings (detention)", + "current": 0, + "proposed": 1, + "confidence": "LIKELY", + "basis": "beaten and forced to transfer under control: hey beat him up, hit him in the head with a firearm, and forced him to transfer around 30,000 euros worth of his cryptocurrency **Victim:** Unidentified man", + "status": "ACCEPTED 2026-09-06 by the database owner: set to 1 on the website" + }, + { + "target": "DB id 147", + "field": "kidnappings (detention)", + "current": 0, + "proposed": 1, + "confidence": "CLEAR", + "basis": "article: the concierge was gagged and had hands and feet tied with zip ties (Mossos d'Esquadra report)", + "status": "ACCEPTED 2026-09-06 by the database owner: set to 1 on the website" + }, + { + "target": "DB id 152", + "field": "kidnappings (detention)", + "current": 0, + "proposed": 1, + "confidence": "CLEAR", + "basis": "record text itself describes the victim being taken or held: Gang kidnaps boyfriend of crypto trader's relative, demands $5M ransom while torturing him for 6 days.", + "status": "ACCEPTED 2026-09-06 by the database owner: set to 1 on the website" + }, + { + "target": "DB id 167", + "field": "kidnappings (detention)", + "current": 0, + "proposed": 1, + "confidence": "CLEAR", + "basis": "record text itself describes the victim being taken or held: Executives lured into fake business trip, kidnapped, forced to empty wallets of $12M USDT.", + "status": "ACCEPTED 2026-09-06 by the database owner: set to 1 on the website" + }, + { + "target": "DB id 169", + "field": "kidnappings (detention)", + "current": 0, + "proposed": 1, + "confidence": "CLEAR", + "basis": "record text itself describes the victim being taken or held: Victim was kidnapped from a friend's house, had bag placed over head, rescued by police after anonymous tip sent.", + "status": "ACCEPTED 2026-09-06 by the database owner: set to 1 on the website" + }, + { + "target": "DB id 171", + "field": "kidnappings (detention)", + "current": 0, + "proposed": 1, + "confidence": "CLEAR", + "basis": "record text itself describes the victim being taken or held: Restaurant owner kidnapped, doused in diesel, force fed alcohol, has finger cut off, until he transferred $200K USD in crypto.", + "status": "ACCEPTED 2026-09-06 by the database owner: set to 1 on the website" + }, + { + "target": "DB id 180", + "field": "kidnappings (detention)", + "current": 0, + "proposed": 1, + "confidence": "CLEAR", + "basis": "record text itself describes the victim being taken or held: 18 people kidnap 2 victims, hold them for $1.2M ransom, get in shootout with police.", + "status": "ACCEPTED 2026-09-06 by the database owner: set to 1 on the website" + }, + { + "target": "DB id 181", + "field": "kidnappings (detention)", + "current": 0, + "proposed": 1, + "confidence": "CLEAR", + "basis": "article (NationThai, 2): The suspects lured the victim to a party at a Khlong Tan apartment, then tortured and tied him up, taking his valuables before releasing him.", + "status": "ACCEPTED 2026-09-06 by the database owner: set to 1 on the website" + }, + { + "target": "DB id 182", + "field": "kidnappings (detention)", + "current": 0, + "proposed": 1, + "confidence": "CLEAR", + "basis": "record text itself describes the victim being taken or held: Gang of 5 kidnaps trader and robs him at knifepoint of $18,000 in USDT faked interest in stock investment advice, lured into car, took usdt **Victim:** 26 y/o Trading Coach", + "status": "ACCEPTED 2026-09-06 by the database owner: set to 1 on the website" + }, + { + "target": "DB id 183", + "field": "kidnappings (detention)", + "current": 0, + "proposed": 1, + "confidence": "CLEAR", + "basis": "record text itself describes the victim being taken or held: 4 men kidnap foreigner, rob, & murder him for 3 BTC.", + "status": "ACCEPTED 2026-09-06 by the database owner: set to 1 on the website" + }, + { + "target": "DB id 200", + "field": "kidnappings (detention)", + "current": 0, + "proposed": 1, + "confidence": "CLEAR", + "basis": "record text itself describes the victim being taken or held: Businessman lured to meeting, handcuffed, beaten, electrocuted for 15 hours before being rescued by police.", + "status": "ACCEPTED 2026-09-06 by the database owner: set to 1 on the website" + }, + { + "target": "DB id 209", + "field": "kidnappings (detention)", + "current": 0, + "proposed": 1, + "confidence": "CLEAR", + "basis": "record text itself describes the victim being taken or held: Ledger co-founder & wife kidnapped and ransomed, his finger was severed, rescued by GIGN.", + "status": "ACCEPTED 2026-09-06 by the database owner: set to 1 on the website" + }, + { + "target": "DB id 215", + "field": "kidnappings (detention)", + "current": 1, + "proposed": 0, + "confidence": "CHECK", + "basis": "lured to a hotel room and stabbed to death; no source on file shows he was held before the attack; the bulk summary's \"victim kidnapped\" is template text" + }, + { + "target": "DB id 229", + "field": "kidnappings (detention)", + "current": 0, + "proposed": 1, + "confidence": "LIKELY", + "basis": "by his own account he was drugged in a fake Uber and driven around before being put out (My London); detention if the account holds", + "status": "ACCEPTED 2026-09-06 by the database owner: set to 1 on the website" + }, + { + "target": "DB id 242", + "field": "kidnappings (detention)", + "current": 1, + "proposed": 0, + "confidence": "CLEAR", + "basis": "record and Le Parisien: punched about ten times at home, attackers fled when the husband appeared; no restraint" + }, + { + "target": "DB id 253", + "field": "kidnappings (detention)", + "current": 0, + "proposed": 1, + "confidence": "CLEAR", + "basis": "record text itself describes the victim being taken or held: **Attack Method:** Kidnapping", + "status": "ACCEPTED 2026-09-06 by the database owner: set to 1 on the website" + }, + { + "target": "DB id 273", + "field": "kidnappings (detention)", + "current": 1, + "proposed": 0, + "confidence": "CLEAR", + "basis": "record: stabbed and robbed at home; nothing shows he was held" + }, + { + "target": "DB id 298", + "field": "kidnappings (detention)", + "current": 1, + "proposed": 0, + "confidence": "CHECK", + "basis": "nine robbers entered the office and attacked the owner; no source on file says anyone was restrained" + }, + { + "target": "DB id 301", + "field": "kidnappings (detention)", + "current": 0, + "proposed": 1, + "confidence": "CLEAR", + "basis": "article (Vibes): Vijaya Rao (left) says the suspects, aged 20 to 40, were detained by police, following a report lodged by the owner of an aluminium factory in the West Meru industrial area, near here, after his factory was broken into and 180 bitcoin machines were stolen in t", + "status": "ACCEPTED 2026-09-06 by the database owner: set to 1 on the website", + "note": "The Vibes article says the robbers \"tied up the security personnel on duty\". Rule clarified the same day: detention used on anyone to execute the theft counts, whether or not the record's named victim was present." + }, + { + "target": "DB id 353", + "field": "kidnappings (detention)", + "current": 0, + "proposed": 1, + "confidence": "CLEAR", + "basis": "article (Bits.Media): The attackers threatened with weapons, handcuffing the guards.", + "status": "ACCEPTED 2026-09-06 by the database owner: set to 1 on the website" + }, + { + "target": "DB id 354", + "field": "kidnappings (detention)", + "current": null, + "proposed": 0, + "confidence": "CLEAR", + "basis": "null today; first visit of the Salford series: knock, threat, payment; the later incidents (307, 162, 169) carry the detention" + }, + { + "target": "DB id 355", + "field": "kidnappings (detention)", + "current": null, + "proposed": 0, + "confidence": "CLEAR", + "basis": "null today; second visit, knife threat, payment; no restraint" + }, + { + "target": "DB id 380", + "field": "kidnappings (detention)", + "current": 0, + "proposed": 1, + "confidence": "CLEAR", + "basis": "record text itself describes the victim being taken or held: **Violence Used:** Two armed suspects held victim hostage for approximately one hour.", + "status": "ACCEPTED 2026-09-06 by the database owner: set to 1 on the website" + }, + { + "target": "DB id 413", + "field": "kidnappings (detention)", + "current": 1, + "proposed": 0, + "confidence": "CLEAR", + "basis": "SPD blotter: forced entry, assault, strangling; suspect arrested during the struggle; no control gained" + }, + { + "target": "DB id 419", + "field": "kidnappings (detention)", + "current": 0, + "proposed": 1, + "confidence": "CLEAR", + "basis": "record: three armed men posing as police forced her into her apartment building and beat her and her husband inside; control was gained before they fled", + "status": "ACCEPTED 2026-09-06 by the database owner: set to 1 on the website" + }, + { + "target": "DB id 422", + "field": "kidnappings (detention)", + "current": 1, + "proposed": 0, + "confidence": "CLEAR", + "basis": "record: hit on the back of the head by the driveway, fell; nothing shows he was held" + }, + { + "target": "DB id 423", + "field": "kidnappings (detention)", + "current": 1, + "proposed": 0, + "confidence": "CLEAR", + "basis": "record: pushed inside and aimed a gun, victim pushed back, suspect fled; no control gained" + } +] \ No newline at end of file diff --git a/merge-output/detention-flag-review.md b/merge-output/detention-flag-review.md new file mode 100644 index 0000000..efc69a0 --- /dev/null +++ b/merge-output/detention-flag-review.md @@ -0,0 +1,103 @@ +# Detention flag review (DB field `kidnappings`) + +Rule: README-START-HERE.md, section "Definitions". The flag is 1 when the attackers had physical control +of the victim at any point (tied, locked in, held at gunpoint through a forced transfer, taken away, fake +arrest); 0 when control was never gained (snatch, break-in of empty premises, foiled or fought-off attempt). +Nothing here is applied to the DB. Every line quotes the record or an article already in the case file. + +**Decision 2026-09-06 (database owner):** every 0-to-1 proposal below is ACCEPTED, 301 included after the rule was +clarified: detention used on anyone (guards, staff, a relative) to force submission or execute the +theft counts as 1, whether or not the record's named victim was present. The 1-to-0 proposals and the two CHECK items are still open. Status per case is in +detention-flag-corrections.json; the accepted set is also listed in corrections-approved.md. + +Not reviewed one by one: the 219 records already at 1 in the Kidnapping, Home Invasion, Authority Misuse, +Malicious Invitation and Express Kidnapping scenarios, whose own descriptions show the victim held; only the +flag=1 records in Dodged Attack, Costly Fame, Armed Robbery and P2P were read (all 20 listed below or confirmed). + +## Flag 0 or null, propose 1 (the victim was held) + +- **case 4** (P2P Trade Gone Wrong, USA, February, 2015) — now `0`, propose **1** [LIKELY]: held at gunpoint while forced to transfer: Bitcoin trader robbed of $12,000 at gunpoint forced him to transfer $8,500 worth of bitcoin. +- **case 19** (Kidnapping, USA, November 4, 2017) — now `0`, propose **1** [LIKELY]: the DB's own scenario is Kidnapping (Meza case, friend lured and held); the record text itself only reads "Man robbed of $1.8M of ETH", so confirm the holding from the article before setting +- **case 25** (Costly Fame, Russia, January 14, 2018) — now `0`, propose **1** [CLEAR]: article (CT): Nyashin was tied and beaten while a group of masked assailants stole a safe containing cash and “essential documents.” +- **case 28** (Armed Robbery in Public Space, Canada, January 23, 2018) — now `0`, propose **1** [CLEAR]: article (The Hacker News): 3 armed men bound employees at Bitcoin office before fleeing empty-handed, Ottawa police say +- **case 29** (Home Invasion, UK, January 27, 2018) — now `0`, propose **1** [LIKELY]: article (Business Insider): Armed robbers broke into the family home of a city financier turned Bitcoin trader and forced him to transfer the digital currency at gunpoint, in what is believed to be the first heist of its kind in the UK. +- **case 41** (P2P Trade Gone Wrong, UAE, April 25, 2018) — now `0`, propose **1** [CLEAR]: article (Arabian Business): Once the brothers reached the office, the gang members assaulted the two and tied their hands, locked them inside the room and escaped with the money. +- **case 43** (Kidnapping, China, June 13, 2018) — now `0`, propose **1** [CLEAR]: record text itself describes the victim being taken or held: Home invasion of Skycoin architect resulted in theft of 18.88 BTC and 6,466 SKY kidnapped at home **Victim:** "Synth" +- **case 46** (Malicious Invitation - SocialEng, USA, September 7, 2018) — now `0`, propose **1** [LIKELY]: article (NY post): A group of young professional men ransacked their pal’s luxury apartment after a night of drinking and forced him to cough up his cryptocurrency account login information, the Manhattan District Attorney’s Office charges in a new complaint. +- **case 63** (Home Invasion, UK, February 10, 2020) — now `0`, propose **1** [CLEAR]: article (BBC): At Carlisle Crown Court, both men admitted two counts of robbery and two counts of false imprisonment. +- **case 64** (Home Invasion, UK, March 18, 2020) — now `0`, propose **1** [LIKELY]: article (BBC): The High Court in Glasgow heard that three men went into a home in Blantyre in Lanarkshire and forced the homeowner to transfer his Bitcoin, a form of digital cash, to D'Alfonso's account. +- **case 82** (P2P Trade Gone Wrong, Germany, March 16, 2021) — now `0`, propose **1** [LIKELY]: article (Stadt Magazin): At that moment, two other men attacked him, grabbed and restrained him, and tore the phone from his hand. +- **case 139** (Kidnapping, Thailand, September 15, 2022) — now `0`, propose **1** [LIKELY]: the DB's own scenario is Kidnapping; the record says the couple were ambushed at a coffee shop and made to transfer $50K before the gang left, which is control under threat for the duration of the transfer +- **case 143** (P2P Trade Gone Wrong, Netherlands, December 3, 2022) — now `0`, propose **1** [LIKELY]: beaten and forced to transfer under control: hey beat him up, hit him in the head with a firearm, and forced him to transfer around 30,000 euros worth of his cryptocurrency **Victim:** Unidentified man +- **case 147** (Armed Robbery in Public Space, Spain, January 14, 2023) — now `0`, propose **1** [CLEAR]: article: the concierge was gagged and had hands and feet tied with zip ties (Mossos d'Esquadra report) +- **case 152** (Home Invasion, Australia, March 9, 2023) — now `0`, propose **1** [CLEAR]: record text itself describes the victim being taken or held: Gang kidnaps boyfriend of crypto trader's relative, demands $5M ransom while torturing him for 6 days. +- **case 167** (Malicious Invitation - SocialEng, Montenegro, November 10, 2023) — now `0`, propose **1** [CLEAR]: record text itself describes the victim being taken or held: Executives lured into fake business trip, kidnapped, forced to empty wallets of $12M USDT. +- **case 169** (Kidnapping, UK, November 30, 2023) — now `0`, propose **1** [CLEAR]: record text itself describes the victim being taken or held: Victim was kidnapped from a friend's house, had bag placed over head, rescued by police after anonymous tip sent. +- **case 171** (Kidnapping, Romania, January 16, 2024) — now `0`, propose **1** [CLEAR]: record text itself describes the victim being taken or held: Restaurant owner kidnapped, doused in diesel, force fed alcohol, has finger cut off, until he transferred $200K USD in crypto. +- **case 180** (Kidnapping, Malaysia, July 11, 2024) — now `0`, propose **1** [CLEAR]: record text itself describes the victim being taken or held: 18 people kidnap 2 victims, hold them for $1.2M ransom, get in shootout with police. +- **case 181** (Malicious Invitation - SocialEng, Thailand, July 12, 2024) — now `0`, propose **1** [CLEAR]: article (NationThai, 2): The suspects lured the victim to a party at a Khlong Tan apartment, then tortured and tied him up, taking his valuables before releasing him. +- **case 182** (Malicious Invitation - SocialEng, India, July 22, 2024) — now `0`, propose **1** [CLEAR]: record text itself describes the victim being taken or held: Gang of 5 kidnaps trader and robs him at knifepoint of $18,000 in USDT faked interest in stock investment advice, lured into car, took usdt **Victim:** 26 y/o Trading Coach +- **case 183** (Kidnapping, Ukraine, July 28, 2024) — now `0`, propose **1** [CLEAR]: record text itself describes the victim being taken or held: 4 men kidnap foreigner, rob, & murder him for 3 BTC. +- **case 200** (Kidnapping, Ghana, December 19, 2024) — now `0`, propose **1** [CLEAR]: record text itself describes the victim being taken or held: Businessman lured to meeting, handcuffed, beaten, electrocuted for 15 hours before being rescued by police. +- **case 209** (Kidnapping, France, January 21, 2025) — now `0`, propose **1** [CLEAR]: record text itself describes the victim being taken or held: Ledger co-founder & wife kidnapped and ransomed, his finger was severed, rescued by GIGN. +- **case 229** (Malicious Invitation - SocialEng, UK, May 9, 2025) — now `0`, propose **1** [LIKELY]: by his own account he was drugged in a fake Uber and driven around before being put out (My London); detention if the account holds +- **case 253** (Kidnapping, Canada, September 5, 2025) — now `0`, propose **1** [CLEAR]: record: victim forced into a van by 5 men, physically assaulted, threatened with a gun, released after a forced transfer +- **case 301** (Armed Robbery in Public Space, Malaysia, May 20, 2022) — now `0`, propose **1** [CLEAR, ACCEPTED]: article (Vibes): the robbers \"tied up the security personnel on duty\". Detention used on the guards to execute the theft; counts under the clarified rule. +- **case 353** (Armed Robbery in Public Space, Russia, July ?, 2022) — now `0`, propose **1** [CLEAR]: article (Bits.Media): The attackers threatened with weapons, handcuffing the guards. +- **case 380** (Home Invasion, Brazil, November, 2024) — now `0`, propose **1** [CLEAR]: record text itself describes the victim being taken or held: **Violence Used:** Two armed suspects held victim hostage for approximately one hour. +- **case 419** (Dodged Attack, France, March 8, 2026) — now `0`, propose **1** [CLEAR]: record: three armed men posing as police forced her into her apartment building and beat her and her husband inside; control was gained before they fled + +## Flag 1, propose 0 (no control was gained) + +- **case 124** (Dodged Attack, USA, March 30, 2022) — now `1`, propose **0** [CLEAR]: record: attempted home invasion, victim fired at the attackers, who fled; no control gained +- **case 215** (P2P Trade Gone Wrong, South Korea, February 24, 2025) — now `1`, propose **0** [CHECK]: lured to a hotel room and stabbed to death; no source on file shows he was held before the attack; the bulk summary's "victim kidnapped" is template text +- **case 242** (Costly Fame, France, July 7, 2025) — now `1`, propose **0** [CLEAR]: record and Le Parisien: punched about ten times at home, attackers fled when the husband appeared; no restraint +- **case 273** (Costly Fame, UK, November ?, 2018) — now `1`, propose **0** [CLEAR]: record: stabbed and robbed at home; nothing shows he was held +- **case 298** (Armed Robbery in Public Space, UAE, April ?, 2022) — now `1`, propose **0** [CHECK]: nine robbers entered the office and attacked the owner; no source on file says anyone was restrained +- **case 413** (Dodged Attack, USA, February 20, 2026) — now `1`, propose **0** [CLEAR]: SPD blotter: forced entry, assault, strangling; suspect arrested during the struggle; no control gained +- **case 422** (Dodged Attack, USA, December 17, 2025) — now `1`, propose **0** [CLEAR]: record: hit on the back of the head by the driveway, fell; nothing shows he was held +- **case 423** (Dodged Attack, USA, December 22, 2025) — now `1`, propose **0** [CLEAR]: record: pushed inside and aimed a gun, victim pushed back, suspect fled; no control gained + +## Null, propose 0 + +- **case 354** (Home Invasion, UK, January ?, 2023) — now `None`, propose **0** [CLEAR]: null today; first visit of the Salford series: knock, threat, payment; the later incidents (307, 162, 169) carry the detention +- **case 355** (Home Invasion, UK, January ?, 2023) — now `None`, propose **0** [CLEAR]: null today; second visit, knife threat, payment; no restraint + +## Flag 0 confirmed as 0 (attempts without control) — no change + +- **case 30** (Dodged Attack): four men found with zip ties and duct tape; no attack took place +- **case 67** (Dodged Attack): conspiracy uncovered by the FBI; no source shows the two gained control of him +- **case 72** (Dodged Attack): arrested before the kidnapping +- **case 106** (Authority Misuse): harassment campaign; the gunpoint episode in the article concerns a different person (R.C.) +- **case 184** (Dodged Attack): fought the attackers off +- **case 230** (Dodged Attack): attempt to force her into a van, fought off by her partner and bystanders +- **case 233** (Dodged Attack): plot foiled before contact +- **case 235** (Dodged Attack): plot foiled, ten arrested in balaclavas +- **case 256** (Dodged Attack): intruders caught climbing the fence +- **case 318** (Dodged Attack): surveillance phase only +- **case 374** (Dodged Attack): attempt interrupted by police, victim escaped +- **case 416** (Dodged Attack): forced entry failed, no contact +- **case 417** (Dodged Attack): alarm scared the attackers off +- **case 421** (Dodged Attack): arrested in the courtyard before reaching the victims; the court rejected séquestration for that reason +- **case 426** (Dodged Attack): equipment seized, attackers went to the wrong address +- **case 433** (Dodged Attack): bear spray, no contact +- **case 445** (Dodged Attack): no entry, no abduction +- **case 446** (Dodged Attack): intercepted by gendarmerie before the second attempt +- **case 447** (Dodged Attack): grabbed and dragged toward the car for seconds, freed by neighbours: attempted detention, control not established (judgment call, see rule) + +## Flag 1 confirmed as 1 in non-captive scenarios — no change + +- **case 53** (P2P Trade Gone Wrong): abducted and tortured +- **case 68** (P2P Trade Gone Wrong): held at gunpoint and forced to transfer at the meeting point +- **case 137** (P2P Trade Gone Wrong): held at gunpoint, tied up +- **case 144** (Armed Robbery in Public Space): kidnapped and robbed +- **case 194** (P2P Trade Gone Wrong): robbed in a hotel room and forced to transfer +- **case 201** (Costly Fame): wife kidnapped by three men +- **case 237** (Costly Fame): forced into a stolen vehicle +- **case 246** (P2P Trade Gone Wrong): handcuffed and blindfolded +- **case 379** (Costly Fame): tied to a chair +- **case 424** (Dodged Attack): bound with zip ties and duct tape (Dodged Attack scenario, detention nonetheless) +- **case 425** (P2P Trade Gone Wrong): subdued with a revolver and forced to transfer +- **case 456** (Costly Fame): forced from his car at gunpoint and driven off +- **case 271** (Home Invasion): LIKELY 1 — the two forced their way in, pistol-whipped one occupant, used a cattle prod on another and chased the renter into a bathroom; no source says anyone was tied, but the occupants were under the attackers' control inside the home (was on the old worklist as "no abduction"; under the detention rule it stays 1) +- **case 293** (Home Invasion): family held at gunpoint (same) diff --git a/merge-output/fetch_sources.py b/merge-output/fetch_sources.py index 79f8b44..8ef447a 100644 --- a/merge-output/fetch_sources.py +++ b/merge-output/fetch_sources.py @@ -115,6 +115,30 @@ def fetch_raw(url, timeout=30): return r.status, raw.decode(charset, errors="replace"), r.geturl() +WAYBACK_AVAIL = "https://archive.org/wayback/available?url=" + + +def fetch_wayback(url, timeout=40): + """Fetch the closest Wayback Machine snapshot of a URL. + + Returns (timestamp, snapshot_url, html) or (None, None, None) when nothing is + archived. The `id_` flag asks for the original bytes without the Wayback toolbar, + so extraction runs on the same markup a live fetch would have seen. A snapshot is + a third party's copy taken on a given date, so anything staged from it must say so. + """ + import urllib.parse + q = WAYBACK_AVAIL + urllib.parse.quote(url, safe="") + with urllib.request.urlopen(urllib.request.Request(q, headers={"User-Agent": UA}), + timeout=timeout) as r: + closest = json.loads(r.read().decode("utf-8")).get("archived_snapshots", {}).get("closest") + if not closest or not closest.get("available"): + return None, None, None + ts = closest["timestamp"] + raw_url = f"https://web.archive.org/web/{ts}id_/{url}" + status, html, final = fetch_raw(raw_url, timeout=timeout) + return ts, closest["url"], html + + def stage_case(rec, extra_urls=(), new_only=False): cid = rec["id"] out = STAGING / f"{cid:03d}" diff --git a/merge-output/sofia-worklist.md b/merge-output/sofia-worklist.md index 358fb93..2b53fcc 100644 --- a/merge-output/sofia-worklist.md +++ b/merge-output/sofia-worklist.md @@ -155,6 +155,27 @@ portion likely contains the Gignac-la-Nerthe detail (458) and any answer on the - **Case 391** (Chinese national rescue, 2 arrested) — its only linked source (abs-cbn.com) is JS-rendered and returned no article body. Needs a manual/browser fetch or a replacement source. No usable article on file otherwise. +## Cases with no article text — fresh search 2026-09-06 +Seven of the ten were found by web search and filed as extra sources (marked "NOT on the DB record" +in the dossier; add the URLs to the record if you agree): 258 Kharkiv (Ukrinform, Hromadske Radio, +Sud.ua, ATN — also gives the victim's age 32, a Mercedes Vito, 14,600 EUR cash taken first, and one +active serviceman among the three), 260 Nate Geier (Mothership), 358 Bangkok (Khaosod English — +victim attacked 1 November on Mahaseth Road, not 10 November; the DB date is the first arrest), +365 Las Vegas (The Defiant; 8 News Now is the original but blocks fetches — it is already the source +on case 323, the duplicate record), 388 Verneuil-sur-Seine (Actu17, Mantes Actu), 390 Zoersel (VRT NWS, +NNieuws, In de Gazette — VRT says two intruders, firearm, facial injuries, Korte Maalstraat, 10 January), +430 Homestead (Decrypt, Fortune; the DOJ press release is the primary source but fetches as an empty +shell — copy it by hand from justice.gov/usao-mdnc, "Twelve Defendants Sentenced ... Cryptocurrency"). +Still nothing on file for three cases: +- **case 11** (Josoj, London 2017): the only source is a podcast episode (ivoox, Bitcoin Uncensored). + No text article exists that I could find. Options: transcribe the episode (would be a derived + text, label it so), or link the LocalBitcoins forum thread where the victim posted, if you know it. +- **case 66** (East Lansdowne BTM, May 2020): the only source is the East Lansdowne Police Facebook + video. Search Delaware County local press (Delco Times, 6abc, NBC10) for "bitcoin ATM" "East + Lansdowne" May 2020, or ask the police department for the incident number. +- **case 399** (Dominican Republic, Oct 2025): reported directly to Gart Research by the victim; there + is no public source. File the victim's own account as the source, labelled as a first-person report. + ## Round-up articles needing per-case passage isolation (Claude to do, your review) One article covers several different cases; each case file must keep only its own passage. - Known set: 68, 315, 422, 445, 450. @@ -164,8 +185,23 @@ One article covers several different cases; each case file must keep only its ow ## Wrong-source / mismatched cases (the linked article does not describe this record) - **Case 248** — the linked leparisien.fr article is a DIFFERENT incident (a woman assaulted at home in Suresnes, France), NOT the Oslo Norwegian-family home invasion this record describes. That Suresnes - event is **case 242**, which already has the correct source — so the misfiled article belongs to 242's - story. Find a correct Oslo source for 248. (248's summary was written from its record fields only.) + event is **case 242**, which already has a BFMTV source — move the Le Parisien URL to 242. + **UPDATE 2026-09-05:** Oslo sources found by web search and filed into 248 (marked "NOT on the DB + record" in the dossier): Document.no 09.08.2025 (the detailed account: Haugerud, Foodora disguise, + parents in their 40s, children 4/8/12 taped up, mother threatened with being shot, crypto demanded, + four men from Sweden aged 18-22), Avisa Oslo 06.08.2025 (police statement, incident reported 23:53 + on Tuesday 5 August), NRK 30.08.2025 (nine charged, one man in his late 20s remanded four weeks, + straw men rented a hideout flat), Document.no 04.09.2025 (nine charged for aggravated robbery and + deprivation of liberty, three adults and two minors bound, one threatened with a firearm, one + subjected to serious violence, two arrested abroad on international warrants). Decisions for you: + (a) add these URLs to the record; (b) `date` = August 6 but police log the call at 23:53 on + **5 August** — pick one and say "night of 5-6 August"; (c) the record's "Ledger wallet" search and + "handler / third-party DB leak" notes do not appear in any Oslo source found — the handler detail + is a Suresnes fact and probably leaked in from the wrong article; Document.no instead says police + suspect the job was ordered by people close to the family. Confirm or drop; (d) Document.no says + three adults were bound per police, while the record says a family with three children — the + police count (3 adults + 2 minors) and Document's (2 parents + 3 children) disagree; keep both + with attribution. - **Case 441** — its fetched sources (url_2, url_3) actually describe case 438 (same Montreal home-invasion cluster, wrong incident). Decide: drop them, or move to 438. - **Case 295** — the Forbes source (url_3) predates the event it is filed under, so it cannot be @@ -210,7 +246,14 @@ row 252 wrong URL / Phuket case). Additional items found during the summary pass (knives + cleaver seized); 243 (tased); 245 (weapon recovered). - **`theft` = 0 but property was taken:** 303 (Dh183k + phones/cheques); 297 (Dh1.7m cash); 273 (dog, MacBook, jewellery); and see 218 above. -- **`kidnappings` = 1 but no abduction (attacked/robbed in place):** 293, 271, 273, 298. +- **`kidnappings` flag — RULE CHANGE 2026-09-06.** The flag is the DETENTION flag (victim held against + their will, any place, any duration), not "abduction". Please rename the DB field `kidnappings` to + `detention` and the sheet column "Kidnappings" to "Detention"; the scenario name "Kidnapping" stays. + Full rule: README-START-HERE.md, "Definitions". Per-case proposals with evidence: + `detention-flag-review.md` / `detention-flag-corrections.json` (40 records; on 2026-09-06 the owner ACCEPTED all 30 set-to-1 proposals (rule clarified: detention of + anyone, guards or staff included, counts); the 10 set-to-0 items incl. the two nulls and 2 checks are still open). This REPLACES the earlier item + "`kidnappings` = 1 but no abduction: 293, 271, 273, 298" — under the detention rule 293 and 271 stay 1 + (held at gunpoint / forced back inside), 273 goes to 0 (stabbed, not held), 298 needs a source check. - **Case 237** — `violence_torture` = 0 but the source says he was beaten; `theft` = 1 though nothing was taken (released once found "broke"). - **Case 228** (NYC SoHo torture) — the linked ABC source withholds the victim's name; the DB `victim` diff --git a/merge-output/sourced-articles.json b/merge-output/sourced-articles.json index 32ac730..fe0e131 100644 --- a/merge-output/sourced-articles.json +++ b/merge-output/sourced-articles.json @@ -761,7 +761,10 @@ "verdict": "THIN", "url": "https://france3-regions.franceinfo.fr/pays-de-la-loire/sarthe/le-mans/un-proces-aux-assises-requis-apres-l-enlevement-dans-la-sarthe-du-pere-de-l-influenceur-teufeurs-3286131.html", "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule", + "archive_tried": "2026-09-05T13:21:13+00:00", + "archive_note": "Wayback snapshot 20260527225633 extracted to only 96 chars (page needs a browser to render)", + "archive_url": "http://web.archive.org/web/20260527225633/https://france3-regions.franceinfo.fr/pays-de-la-loire/sarthe/le-mans/un-proces-aux-assises-requis-apres-l-enlevement-dans-la-sarthe-du-pere-de-l-influenceur-teufeurs-3286131.html" }, { "field": "url_2", @@ -818,60 +821,76 @@ "450": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.washingtontimes.com/news/2026/may/7/gothferrari-gets-65-years-role-250m-crypto-theft-conspiracy/", "source": "washingtontimes.com", "language": "unknown", - "text": "California man gets more than 6 years for role in $250M crypto theft conspiracy\n\nBuilding the health care Americans deserve\n\nThings to do in D.C.\n\nFight for thee and liberty: 'Defiant Ones' has the story of Two Kettles Together\n\nWATCH: The Sitdown With Alex Swoyer\n \n Sen. Rick Scott on Fauci, voter ID and 2026 Senate odds\n\nWATCH: Inside the ‘Donroe Doctrine’ and the shifting politics of Latin America\n \n \n Michael Shifter joins Guy Taylor\n\nLISTEN: America’s communist problem\n \n Michael Lucci joins Bold and Blunt\n\nBy The Washington Times AI News Desk \n \n \n \n -\n \n \n \n \n Thursday, May 7, 2026\n\nA 20-year-old California man has been sentenced to 78 months in federal prison for his role in a sprawling social engineering conspiracy that stole well over $250 million in cryptocurrency from victims across the United States, the U.S. Attorney’s Office for the District of Columbia announced.\n\nMarlon Ferro, of Santa Ana, also known as “GothFerrari,” was sentenced in U.S. District Court before Judge Colleen Kollar-Kotelly, who also ordered three years of supervised release and $2.5 million in restitution. Ferro pleaded guilty Oct. 17, 2025, to one count of conspiracy to participate in a racketeer influenced and corrupt organization.\n\nProsecutors said a multi-year investigation uncovered a sprawling criminal enterprise that defrauded victims of more than $250 million in cryptocurrency between late 2023 and early 2025. Members based in California, Connecticut, New York, Florida and abroad filled specialized roles including database hacking, target identification, fraudulent phone calls, money laundering and residential burglary, according to court documents.\n\nThe conspiracy’s operatives typically targeted individuals believed to hold significant cryptocurrency holdings and manipulated victims into surrendering access to their digital wallets. When victims stored funds in hardware wallets — physical devices that cannot be accessed remotely — the enterprise turned to Ferro to steal them outright, prosecutors said.\n\nIn February 2024, Ferro traveled to Winnsboro, Texas, broke into a victim’s home and stole a hardware wallet containing about 100 bitcoin, then valued at more than $5 million, according to court documents. He then laundered the stolen funds through cryptocurrency exchanges.\n\nIn July 2024, Ferro flew to New Mexico, where he surveilled a residence for several days and positioned a cell phone outside the home to monitor the victim’s movements, prosecutors said. When co-conspirators tracking the victim through his iCloud account confirmed he had left, Ferro broke into the home by smashing a window with a brick and searched for the target hardware wallet. He was captured on the home’s surveillance camera.\n\nBeyond burglary, court documents show Ferro also served as a key money launderer, using fraudulent identification documents obtained from a foreign national to open a digital payment card account on a geo-blocked platform that allowed enterprise members to spend stolen cryptocurrency at retail locations and nightclubs. He purchased more than $255,000 in designer clothing on behalf of co-conspirators using stolen funds.\n\nAfter a conspiracy leader was arrested in September 2024, Ferro continued assisting him from the outside — collecting hundreds of thousands of dollars in cryptocurrency, converting it to cash through illicit exchanges and using the proceeds to pay the jailed leader’s attorneys, prosecutors said.\n\nFerro was arrested May 13, 2025, and found in possession of two firearms and a fake identification document.\n\nThe investigation was conducted by the U.S. Attorney’s Office for the District of Columbia, the FBI Washington Field Office and the Internal Revenue Service Criminal Investigation Washington Field Office. The case was prosecuted by Assistant U.S. Attorneys Christopher Howland and David Liss, with assistance from former Assistant U.S. Attorney Will Hart.\n\nThis article was constructed with the assistance of artificial intelligence and published by a member of The Washington Times' AI News Desk team. The contents of this report are based solely on The Washington Times' original reporting, wire services, and/or other sources cited within the report. For more information, please read our AI policy or contact Steve Fink, Director of Artificial Intelligence, at sfink@washingtontimes.com\n\nThe Washington Times AI Ethics Newsroom Committee can be reached at aispotlight@washingtontimes.com.\n\nCopyright © 2026 The Washington Times, LLC. \n \n Click\n here for reprint permission.\n\nPlease read\n our comment policy before commenting.", - "chars": 4604, - "sha256": "aadcbd49f192122751a97ef50c733c5e5dc86f4a1eda328fd8a017aaff140b02", + "text": "California man gets more than 6 years for role in $250M crypto theft conspiracy\n\nA 20-year-old California man has been sentenced to 78 months in federal prison for his role in a sprawling social engineering conspiracy that stole well over $250 million in cryptocurrency from victims across the United States, the U.S. Attorney’s Office for the District of Columbia announced.\n\nMarlon Ferro, of Santa Ana, also known as “GothFerrari,” was sentenced in U.S. District Court before Judge Colleen Kollar-Kotelly, who also ordered three years of supervised release and $2.5 million in restitution. Ferro pleaded guilty Oct. 17, 2025, to one count of conspiracy to participate in a racketeer influenced and corrupt organization.\n\nProsecutors said a multi-year investigation uncovered a sprawling criminal enterprise that defrauded victims of more than $250 million in cryptocurrency between late 2023 and early 2025. Members based in California, Connecticut, New York, Florida and abroad filled specialized roles including database hacking, target identification, fraudulent phone calls, money laundering and residential burglary, according to court documents.\n\nThe conspiracy’s operatives typically targeted individuals believed to hold significant cryptocurrency holdings and manipulated victims into surrendering access to their digital wallets. When victims stored funds in hardware wallets — physical devices that cannot be accessed remotely — the enterprise turned to Ferro to steal them outright, prosecutors said.\n\nIn February 2024, Ferro traveled to Winnsboro, Texas, broke into a victim’s home and stole a hardware wallet containing about 100 bitcoin, then valued at more than $5 million, according to court documents. He then laundered the stolen funds through cryptocurrency exchanges.\n\nIn July 2024, Ferro flew to New Mexico, where he surveilled a residence for several days and positioned a cell phone outside the home to monitor the victim’s movements, prosecutors said. When co-conspirators tracking the victim through his iCloud account confirmed he had left, Ferro broke into the home by smashing a window with a brick and searched for the target hardware wallet. He was captured on the home’s surveillance camera.\n\nBeyond burglary, court documents show Ferro also served as a key money launderer, using fraudulent identification documents obtained from a foreign national to open a digital payment card account on a geo-blocked platform that allowed enterprise members to spend stolen cryptocurrency at retail locations and nightclubs. He purchased more than $255,000 in designer clothing on behalf of co-conspirators using stolen funds.\n\nAfter a conspiracy leader was arrested in September 2024, Ferro continued assisting him from the outside — collecting hundreds of thousands of dollars in cryptocurrency, converting it to cash through illicit exchanges and using the proceeds to pay the jailed leader’s attorneys, prosecutors said.\n\nFerro was arrested May 13, 2025, and found in possession of two firearms and a fake identification document.\n\nThe investigation was conducted by the U.S. Attorney’s Office for the District of Columbia, the FBI Washington Field Office and the Internal Revenue Service Criminal Investigation Washington Field Office. The case was prosecuted by Assistant U.S. Attorneys Christopher Howland and David Liss, with assistance from former Assistant U.S. Attorney Will Hart.\n\nThis article was constructed with the assistance of artificial intelligence and published by a member of The Washington Times' AI News Desk team. The contents of this report are based solely on The Washington Times' original reporting, wire services, and/or other sources cited within the report. For more information, please read our AI policy or contact Steve Fink, Director of Artificial Intelligence, at sfink@washingtontimes.com\n\nThe Washington Times AI Ethics Newsroom Committee can be reached at aispotlight@washingtontimes.com.", + "chars": 3951, + "sha256": "06c4642ad7fc7e9f305a5176164e7a0c83e08132faeb2db1c4cdc7aca0fccc58", "staged_file": "01_washingtontimes-com.txt", - "paragraphs_kept": "ALL 22 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 8-19 of 22", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-08-06T13:38:08+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 8-19 plus headline [0]; dropped 7 leading and 2 trailing paragraphs. Case-term hits on page: 3.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_2", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.bleepingcomputer.com/news/security/crypto-gang-member-gets-65-years-for-role-in-230-million-heist/", "source": "bleepingcomputer.com", "language": "unknown", - "text": "Crypto gang member gets 6.5 years for role in $230 million heist\n\nA 20-year-old California man was sentenced to 78 months in prison for serving as a home invader and money launderer in a criminal ring that stole over $250 million in cryptocurrency.\n\nMarlon Ferro (also known online as GothFerrari and Marlo) was arrested on May 13, 2025, carrying two firearms and a fake identification document. He pleaded guilty in October and was also ordered to pay $2.5 million in restitution and serve three years of supervised release.\n\nAccording to court documents, the criminal ring targeted individuals believed to hold significant cryptocurrency between late 2023 and early 2025.\n\nThey used social engineering to trick their victims into giving them access to digital wallets, and when victims stored funds in hardware wallets, the conspiracy shifted to Ferro's expertise in residential burglaries.\n\n\"Marlon Ferro served as the criminal enterprise's instrument of last resort. When his co-conspirators couldn't deceive victims into handing over access to their cryptocurrency or hack their way into digital accounts, they turned to Ferro to break into homes and steal hardware wallets outright,\" said U.S. Attorney Pirro on Wednesday.\n\n\"This scheme blended sophisticated online fraud with old-fashioned burglary to drain victims of millions of dollars in digital assets.\"\n\nIn February 2024, Ferro traveled to Winnsboro, Texas, broke into a victim's home, stole a hardware wallet containing approximately 100 Bitcoins (then valued at more than $5 million), and laundered the funds through cryptocurrency exchanges.\n\nIn July, the same year, Ferro flew to New Mexico, monitored a victim's home for several days using a cell phone, and broke in by smashing a window with a brick after accomplices tracking the victim's location through his iCloud account confirmed they had left the residence.\n\n​He also opened a fraudulent digital payment card account using fake identification to enable his accomplices to spend stolen funds at nightclubs and retail locations, and to buy more than $255,000 in designer clothing on their behalf.\n\nAdditionally, after one of the criminal ring's leaders was jailed in September 2024, Ferro continued laundering cryptocurrency to fund the leader's legal defense.\n\nLast month, 22-year-old Evan Tangeman of Newport Beach, California, was also sentenced to 70 months in prison for laundering funds stolen in the same massive cryptocurrency heist.\n\nIn all, fourteen suspects were charged in September 2024 and May 2025 with a RICO conspiracy involving over 4,100 Bitcoin (worth more than $230 million at the time) and laundering the stolen funds through mixing services and crypto exchanges.\n\nThey used the stolen cryptocurrency to finance lavish lifestyles, including private security guards, nightclub outings ranging up to $500,000 per evening, international travel, high-end watches, and designer handbags for their girlfriends.\n\nThe criminal group also rented homes in the Hamptons, Los Angeles, and Miami for $40,000 to $80,000 per month, as well as private jets and a fleet of at least 28 cars valued from $100,000 to $3.8 million.\n\nSecurity teams log 54% of successful attacks and alert on just 14%. The rest move through your environment unseen.\n\nThe Picus whitepaper shows how breach and attack simulation tests your SIEM and EDR rules so threats stop slipping by detection.\n\nApple sued over fake App Store crypto wallet app stealing $1.8M in Bitcoin\n\nHackers steal $23.7 million in crypto from Ostium in off-chain attack\n\nUS charges two over laundering $43 million from investment fraud\n\nMoney launderer accused of stealing seized crypto while in prison\n\nRansom Cartel ransomware creator sentenced to 16 years in prison\n\nSergiu Gatlan \n Sergiu is a news reporter who has covered the latest cybersecurity and technology developments for over a decade. Email or Twitter DMs for tips.\n\nYou need to login in order to post a comment\n\nHotel Wi-Fi attacks use custom malware to breach Microsoft 365 accounts\n\nMassive ChainDrop npm supply-chain attack infects hundreds of packages\n\nOpenAI, Anthropic AI agents targeted real people and systems in cyber tests\n\nSpend four hours inside a fully-simulated underground with DARKROOM.\n\nAI is a data-breach time bomb: Read the new report\n\nWebinar: Shadow AI in 2026 (and how attackers are taking advantage)\n\nExplore ESET’s H1 2026 Threat Report to uncover the latest AI, phishing, and ransomware trends.\n\nStay one step ahead of new threats in the new year. Join Huntress for the monthly Tradecraft Tuesday.\n\nHelp us understand the problem. What is going on with this comment?\n\nSubmitting...", - "chars": 4653, - "sha256": "dd09dbb79398e6b55e25f03960835087244c8324c45e043e4b275f5fa26ad968", + "text": "Crypto gang member gets 6.5 years for role in $230 million heist\n\nA 20-year-old California man was sentenced to 78 months in prison for serving as a home invader and money launderer in a criminal ring that stole over $250 million in cryptocurrency.\n\nMarlon Ferro (also known online as GothFerrari and Marlo) was arrested on May 13, 2025, carrying two firearms and a fake identification document. He pleaded guilty in October and was also ordered to pay $2.5 million in restitution and serve three years of supervised release.\n\nAccording to court documents, the criminal ring targeted individuals believed to hold significant cryptocurrency between late 2023 and early 2025.\n\nThey used social engineering to trick their victims into giving them access to digital wallets, and when victims stored funds in hardware wallets, the conspiracy shifted to Ferro's expertise in residential burglaries.\n\n\"Marlon Ferro served as the criminal enterprise's instrument of last resort. When his co-conspirators couldn't deceive victims into handing over access to their cryptocurrency or hack their way into digital accounts, they turned to Ferro to break into homes and steal hardware wallets outright,\" said U.S. Attorney Pirro on Wednesday.\n\n\"This scheme blended sophisticated online fraud with old-fashioned burglary to drain victims of millions of dollars in digital assets.\"\n\nIn February 2024, Ferro traveled to Winnsboro, Texas, broke into a victim's home, stole a hardware wallet containing approximately 100 Bitcoins (then valued at more than $5 million), and laundered the funds through cryptocurrency exchanges.\n\nIn July, the same year, Ferro flew to New Mexico, monitored a victim's home for several days using a cell phone, and broke in by smashing a window with a brick after accomplices tracking the victim's location through his iCloud account confirmed they had left the residence.\n\n​He also opened a fraudulent digital payment card account using fake identification to enable his accomplices to spend stolen funds at nightclubs and retail locations, and to buy more than $255,000 in designer clothing on their behalf.\n\nAdditionally, after one of the criminal ring's leaders was jailed in September 2024, Ferro continued laundering cryptocurrency to fund the leader's legal defense.\n\nLast month, 22-year-old Evan Tangeman of Newport Beach, California, was also sentenced to 70 months in prison for laundering funds stolen in the same massive cryptocurrency heist.\n\nIn all, fourteen suspects were charged in September 2024 and May 2025 with a RICO conspiracy involving over 4,100 Bitcoin (worth more than $230 million at the time) and laundering the stolen funds through mixing services and crypto exchanges.\n\nThey used the stolen cryptocurrency to finance lavish lifestyles, including private security guards, nightclub outings ranging up to $500,000 per evening, international travel, high-end watches, and designer handbags for their girlfriends.\n\nThe criminal group also rented homes in the Hamptons, Los Angeles, and Miami for $40,000 to $80,000 per month, as well as private jets and a fleet of at least 28 cars valued from $100,000 to $3.8 million.\n\nSecurity teams log 54% of successful attacks and alert on just 14%. The rest move through your environment unseen.\n\nThe Picus whitepaper shows how breach and attack simulation tests your SIEM and EDR rules so threats stop slipping by detection.", + "chars": 3402, + "sha256": "8c2c7307cdf3f864121c97b612c040a2130ef5b4f406cd0bc5874c0388557525", "staged_file": "02_bleepingcomputer-com.txt", - "paragraphs_kept": "ALL 34 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-16 of 34", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-08-06T13:38:09+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-16 plus headline [0]; dropped 0 leading and 17 trailing paragraphs. Case-term hits on page: 2 (WEAK anchor, confirm the page is about this case).", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_3", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://beincrypto.com/gothferrari-crypto-theft-78-month-sentence/", "source": "beincrypto.com", "language": "unknown", - "text": "Crypto Burglar Known as ‘GothFerrari’ Draws 78-Month Prison Term\n\nCrypto Burglar Known as ‘GothFerrari’ Draws 78-Month Prison Term\n\nGothFerrari was sentenced to 78 months for role in a social engineering conspiracy.\n\nThe enterprise tricked victims into surrendering wallets, then sent Ferro to burglarize homes.\n\nStolen funds bankrolled $500K nightclub tabs, Birkin bags, and exotic cars worth millions.\n\nA US judge has sentenced a California man known as GothFerrari to 78 months in prison for his role in a crypto social engineering ring that turned to home burglaries when victims could not be deceived online.\n\nMarlon Ferro, 20, of Santa Ana, also faces $2.5 million in restitution and three years of supervised release.\n\nInside the $250 Million Crypto Theft Ring\n\nA multi-year federal investigation revealed that the enterprise drained more than $250 million in cryptocurrency from victims between late 2023 and early 2025. Its members operated out of California, Connecticut, New York, Florida, and overseas.\n\nThe crew specialized in roles that included database hacking, target identification, fraudulent phone calls, and money laundering. When social engineering failed, the ring sent Ferro to physically steal hardware wallets from victims’ homes.\n\n“Marlon Ferro served as the criminal enterprise’s instrument of last resort… they turned to Ferro to break into homes and steal hardware wallets outright,” US Attorney Pirro said.\n\nBrick-Through-Window Crypto Burglaries and Designer Spending\n\nAccording to the press release, in February 2024, Ferro broke into a home in Winnsboro, Texas, and stole a hardware wallet. The device held roughly 100 Bitcoin (BTC), then valued at more than $5 million.\n\nThat July, Ferro went to New Mexico and surveilled a residence with a hidden cell phone. He smashed a window with a brick when co-conspirators tracking the victim’s iCloud account signaled the home was empty.\n\nBeyond burglaries, Ferro laundered funds for the ring. Using fake identification from a foreign national, he opened a geo-blocked payment card account. The setup funneled over $255,000 in designer clothing to co-conspirators.\n\nStolen money also bankrolled extravagant spending. Court papers cite nightclub tabs of up to $500,000 per night and Hermès Birkin bags. Private jets and exotic cars valued up to $3.8 million were also part of the haul.\n\nAuthorities arrested Ferro in May 2025 with two firearms in his possession. He pleaded guilty in October 2025 to one count of conspiracy to participate in a racketeering-influenced and corrupt organization\n\nTo read the latest cryptocurrency market analysis from BeInCrypto, click here.\n\nMore on Security (Crypto Scams and Hacks)?\n\nStani Kulechov: How Aave Processed $500M in Liquidations Without Breaking\n\nCan Robinhood Finally Deliver ‘Private Equity for All’?\n\nAdam Back: Satoshi’s Email & The Future of Bitcoin\n\nDubai’s New AI Immigration Cleared 9.4 Million Travelers: The Future of Travel?\n\nStart trading with Bitrue welcome bonuses\n\nRandom 100-1,000 USDT futures coupon + up to 1,000 USDT in deposit bonuses\n\nInsights, news and analysis of the crypto market straight to your inbox\n\nBest Crypto Platforms for DePIN Tokens in 2026\n\nBeInCrypto is committed to unbiased, transparent reporting. This news article aims to provide accurate, timely information. However, readers are advised to verify facts independently and consult with a professional before making any decisions based on this content. Please note that our Terms and Conditions, Privacy Policy, and Disclaimers have been updated.", - "chars": 3570, - "sha256": "db0d2617b10cad5681c5010effcd57dddfc154606e7d808827e4bfa448f3d0af", + "text": "Crypto Burglar Known as ‘GothFerrari’ Draws 78-Month Prison Term\n\nGothFerrari was sentenced to 78 months for role in a social engineering conspiracy.\n\nThe enterprise tricked victims into surrendering wallets, then sent Ferro to burglarize homes.\n\nStolen funds bankrolled $500K nightclub tabs, Birkin bags, and exotic cars worth millions.\n\nA US judge has sentenced a California man known as GothFerrari to 78 months in prison for his role in a crypto social engineering ring that turned to home burglaries when victims could not be deceived online.\n\nMarlon Ferro, 20, of Santa Ana, also faces $2.5 million in restitution and three years of supervised release.\n\nInside the $250 Million Crypto Theft Ring\n\nA multi-year federal investigation revealed that the enterprise drained more than $250 million in cryptocurrency from victims between late 2023 and early 2025. Its members operated out of California, Connecticut, New York, Florida, and overseas.\n\nThe crew specialized in roles that included database hacking, target identification, fraudulent phone calls, and money laundering. When social engineering failed, the ring sent Ferro to physically steal hardware wallets from victims’ homes.\n\n“Marlon Ferro served as the criminal enterprise’s instrument of last resort… they turned to Ferro to break into homes and steal hardware wallets outright,” US Attorney Pirro said.\n\nBrick-Through-Window Crypto Burglaries and Designer Spending\n\nAccording to the press release, in February 2024, Ferro broke into a home in Winnsboro, Texas, and stole a hardware wallet. The device held roughly 100 Bitcoin (BTC), then valued at more than $5 million.\n\nThat July, Ferro went to New Mexico and surveilled a residence with a hidden cell phone. He smashed a window with a brick when co-conspirators tracking the victim’s iCloud account signaled the home was empty.\n\nBeyond burglaries, Ferro laundered funds for the ring. Using fake identification from a foreign national, he opened a geo-blocked payment card account. The setup funneled over $255,000 in designer clothing to co-conspirators.\n\nStolen money also bankrolled extravagant spending. Court papers cite nightclub tabs of up to $500,000 per night and Hermès Birkin bags. Private jets and exotic cars valued up to $3.8 million were also part of the haul.\n\nAuthorities arrested Ferro in May 2025 with two firearms in his possession. He pleaded guilty in October 2025 to one count of conspiracy to participate in a racketeering-influenced and corrupt organization\n\nTo read the latest cryptocurrency market analysis from BeInCrypto, click here.\n\nStani Kulechov: How Aave Processed $500M in Liquidations Without Breaking\n\nCan Robinhood Finally Deliver ‘Private Equity for All’?\n\nAdam Back: Satoshi’s Email & The Future of Bitcoin\n\nDubai’s New AI Immigration Cleared 9.4 Million Travelers: The Future of Travel?", + "chars": 2859, + "sha256": "344839e246e470c7766a01cd0f5f8d7710c3342e3f4a985847294dfc04bd5e97", "staged_file": "03_beincrypto-com.txt", - "paragraphs_kept": "ALL 28 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-22 excl [18] of 28", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-08-06T13:38:10+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-22 plus headline [0]; dropped 1 leading and 5 trailing paragraphs and 1 interior furniture line(s). Case-term hits on page: 3.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "449": [ { "field": "url", - "verdict": "THIN", + "verdict": "KEEP", "url": "https://www.justice.gov/usao-dc/pr/gothferrari-sentenced-78-months-prison-role-massive-cryptocurrency-heist", - "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "source": "justice.gov", + "language": "unknown", + "text": "District of Columbia | ‘GothFerrari’ Sentenced to 78 Months in Prison for Role in Massive Cryptocurrency Heist | United States Department of Justice\n\nWASHINGTON - Marlon Ferro, 20, of Santa Ana, California, was sentenced today in U.S. District Court to 78 months in prison in connection with his role in a sprawling social engineering conspiracy that stole well over $250 million in cryptocurrency from victims across the United States, announced U.S. Attorney Jeanine Ferris Pirro.\n\n“Marlon Ferro served as the criminal enterprise’s instrument of last resort. When his co-conspirators couldn’t deceive victims into handing over access to their cryptocurrency or hack their way into digital accounts, they turned to Ferro to break into homes and steal hardware wallets outright,” said U.S. Attorney Pirro. “This scheme blended sophisticated online fraud with old-fashioned burglary to drain victims of millions of dollars in digital assets. Today’s sentence sends a clear message: cryptocurrency fraud is not a victimless, consequence-free crime carried out safely behind a screen—it is serious criminal conduct that will lead to federal prison.”\n\nFerro, aka “GothFerrari,” pleaded guilty on Oct. 17, 2025, before Judge Colleen Kollar-Kotelly to one count of conspiracy to participate in a racketeer influenced and corrupt organization. In addition to the 78-month prison sentence, Judge Kollar-Kotelly ordered Ferro to serve three years of supervised release and to pay $2.5 million in restitution.\n\nAccording to court documents, a multi-year federal investigation uncovered a social engineering enterprise that defrauded victims of more than $250 million in cryptocurrency between late 2023 and early 2025. Members of the enterprise — based in California, Connecticut, New York, Florida, and abroad — played specialized roles that included database hacking, target identification, fraudulent phone calls, money laundering, and residential burglary.\n\nMembers and associates of the social engineering enterprise used stolen virtual currency to purchase, among other things, nightclub services ranging up to $500,000 per evening, luxury handbags valued in the tens of thousands of dollars which were given away at nightclub parties, luxury watches valued between $100,000 up to over $500,000, luxury clothing valued in the tens of thousands of dollars, rental homes in Los Angeles, the Hamptons, and Miami, private jet rentals for travel, a team of private security guards, and a fleet of exotic cars, ranging in value from $100,000 up to $3,800,000.\n\nThe conspiracy’s operatives typically targeted individuals believed to hold significant cryptocurrency holdings. Its members manipulated victims into surrendering access to their digital wallets through elaborate fraud schemes. When victims stored their cryptocurrency in hardware wallets, physical devices that cannot be accessed remotely, the enterprise turned to Ferro.\n\nIn February 2024, Ferro traveled to Winnsboro, Texas, broke into a victim’s home, and stole a hardware wallet containing about 100 bitcoin, at the time valued at more than $5 million. He then laundered the stolen funds through cryptocurrency exchanges.\n\nAfter relocating to California in early 2024, Ferro connected with enterprise members and ingratiated himself with his co-conspirators, including the leaders of the racketeering conspiracy, offering his residential burglary services for future cryptocurrency thefts.\n\nSurveillance photo of Ferro after he used a brick to break into a victim’s home in New Mexico.\n\nIn July 2024, Ferro flew to New Mexico, where he surveilled a residence for several days, positioning a cell phone outside the home to monitor the victim’s movements. When co-conspirators tracking the victim’s location through his iCloud account indicated he had left, Ferro broke into the home by smashing a window with a brick and searched for the target hardware wallet. He was captured on the victim’s home surveillance camera.\n\nFerro was not only the enterprise’s burglar, he was also a key money launderer. He used fraudulent identification documents obtained from a foreign national to open a digital payment card account at a geo-blocked platform, allowing enterprise members to spend stolen cryptocurrency at retail locations and nightclubs in Miami and elsewhere. He purchased more than $255,000 in designer clothing on behalf of his co-conspirators using stolen funds.\n\nOne of the Hermès Birkin bags Ferro obtained for a co-conspirator's girlfriend.\n\nAfter a leader of the conspiracy was arrested and jailed in September 2024, Ferro continued to assist him from the outside. He collected hundreds of thousands of dollars in cryptocurrency from other enterprise members, converted it to cash through illicit exchanges, and used the proceeds to pay the conspiracy leader’s attorneys. Ferro also arranged the purchase and shipment of Hermès Birkin bags for the co-conspirator's girlfriend.\n\nFerro was arrested on May 13, 2025, and found to be in possession of two firearms and a fake identification document.\n\nLaw enforcement recovered this 9mm black rifle from Ferro.\n\nThe Glock 19 9mm pistol that law enforcement recovered from Ferro.\n\nThe investigation was conducted by the U.S. Attorney’s Office for the District of Columbia, the FBI Washington Field Office, and the Internal Revenue Service - Criminal Investigation, Washington Field Office. Significant investigative and operational support was provided by the FBI’s Los Angeles and Miami field offices.\n\nThe matter was prosecuted by Assistant U.S. Attorneys Christopher Howland and David Liss. Former Assistant U.S. Attorney Will Hart provided valuable assistance.\n\nDominican Republic National Pleads Guilty to Participating in $1 Million Unemployment Fraud Scheme\n\nKarin L. Contreras, 45, a Dominican Republic citizen and U.S. lawful permanent resident, pleaded guilty today in U.S. District Court in connection with a scheme to defraud unemployment programs, announced U.S. Attorney Jeanine...\n\nGuilty Plea Unsealed for Former DC Public Schools Administrator Involved in Bribery Scheme\n\nTracy Hatton, 60, of the District of Columbia, a former administrative officer at McKinley Technology High School, pleaded guilty to bribery in connection with a scheme that caused a loss...\n\nMaryland Resident Pleads Guilty in D.C. Apartment Fraud Using Fake Government Job Offers\n\nTisha Lee, 38, a former contract employee for the U.S. Government Publishing Office, pleaded guilty yesterday in U.S. District Court in connection with a scheme in which she used her...", + "chars": 6564, + "sha256": "54d13d618bb83b617c2127ddf18958d765922c9e4616734ce8685f1f3eea3d6c", + "staged_file": "01_justice-gov-wayback.txt", + "paragraphs_kept": "headline [0] + 9-32 of 33", + "method": "Wayback Machine snapshot 20260715175240, deterministic extraction", + "fetched_at": "2026-09-05T13:21:19+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260715175240/https://www.justice.gov/usao-dc/pr/gothferrari-sentenced-78-months-prison-role-massive-cryptocurrency-heist", + "snapshot": "20260715175240", + "note": "live URL was THIN on the first pass; text comes from an archived copy dated 2026-07-15", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 9-32 plus headline [0]; dropped 8 leading and 0 trailing paragraphs. Case-term hits on page: 31.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_2", @@ -931,7 +950,10 @@ "verdict": "THIN", "url": "https://france3-regions.franceinfo.fr/pays-de-la-loire/sarthe/le-mans/un-proces-aux-assises-requis-apres-l-enlevement-dans-la-sarthe-du-pere-de-l-influenceur-teufeurs-3286131.html", "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule", + "archive_tried": "2026-09-05T13:21:24+00:00", + "archive_note": "Wayback snapshot 20260527225633 extracted to only 96 chars (page needs a browser to render)", + "archive_url": "http://web.archive.org/web/20260527225633/https://france3-regions.franceinfo.fr/pays-de-la-loire/sarthe/le-mans/un-proces-aux-assises-requis-apres-l-enlevement-dans-la-sarthe-du-pere-de-l-influenceur-teufeurs-3286131.html" }, { "field": "url_2", @@ -1044,7 +1066,10 @@ "verdict": "THIN", "url": "https://france3-regions.franceinfo.fr/grand-est/bas-rhin/strasbourg-0/un-homme-vise-par-deux-tentatives-d-enlevement-apres-des-transactions-en-cryptomonnaies-3349861.html", "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule", + "archive_tried": "2026-09-05T13:21:28+00:00", + "archive_note": "Wayback snapshot 20260605101507 extracted to only 87 chars (page needs a browser to render)", + "archive_url": "http://web.archive.org/web/20260605101507/https://france3-regions.franceinfo.fr/grand-est/bas-rhin/strasbourg-0/un-homme-vise-par-deux-tentatives-d-enlevement-apres-des-transactions-en-cryptomonnaies-3349861.html" }, { "field": "url_2", @@ -1121,71 +1146,78 @@ "verdict": "THIN", "url": "https://france3-regions.franceinfo.fr/grand-est/bas-rhin/strasbourg-0/un-homme-vise-par-deux-tentatives-d-enlevement-apres-des-transactions-en-cryptomonnaies-3349861.html", "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule", + "archive_tried": "2026-09-05T13:21:33+00:00", + "archive_note": "Wayback snapshot 20260605101507 extracted to only 87 chars (page needs a browser to render)", + "archive_url": "http://web.archive.org/web/20260605101507/https://france3-regions.franceinfo.fr/grand-est/bas-rhin/strasbourg-0/un-homme-vise-par-deux-tentatives-d-enlevement-apres-des-transactions-en-cryptomonnaies-3349861.html" }, { "field": "url_2", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://journalducoin.com/actualites/crypto-rapts-france-cinq-interpellations-bas-rhin-tentative-enlevement-extorsion/", "source": "journalducoin.com", "language": "unknown", - "text": "Crypto-rapts en France : 5 personnes interpellées en Alsace pour tentative d’enlèvement et extorsion - Journal du Coin\n\nAméliorez vos connaissances sur les cryptos\n\nToutes les définitions du monde de la crypto\n\nOu acheter des cryptos ?\n\nQu’est-ce que la cryptomonnaie ?\n\nLe cauchemar n’en finit pas. Une nouvelle affaire de « crypto-rapt » vient illustrer une fois de plus l’insécurité grandissante qui pèse sur les détenteurs d’actifs numériques en France. Ce lundi 11 mai 2026 dans le Bas-Rhin (Alsace), ce sont ainsi cinq individus qui ont été interpellés et placés en garde à vue, dans le cadre d’une tentative d’enlèvement et d’extorsion liée aux cryptomonnaies.\n\nUne nouvelle affaire de « crypto-rapt » a eu lieu en Alsace, avec cinq interpellations pour tentative d’enlèvement et d’extorsion liée aux cryptomonnaies.\n\nLa France détient le record mondial de crypto-rapts, avec une augmentation soutenue et inquiétante des cas depuis 2024.\n\nUne nouvelle agression contre un possesseur de cryptomonnaies en Alsace\n\nSelon le parquet de Saverne cité par DNA, les 5 suspects interpellés ce 11 mai 2026 sont poursuivis pour tentative d’extorsion en bande organisée, tentative d’enlèvement, séquestration ou détention arbitraire et violences aggravées.\n\nL’enquête, confiée à la Section de recherches de la gendarmerie de Strasbourg et au groupement de gendarmerie du Bas-Rhin, fait suite à des faits survenus dans le petit village tranquille d’Ottrott (1 620 habitants), située dans une zone rurale d’Alsace.\n\nUn habitant de cette commune a été victime, dimanche et lundi, de ce qui s’apparente à une tentative de séquestration après un vol de données portant sur des transactions en cryptomonnaies. Les gendarmes d’Obernai et de Rosheim, appuyés par des renforts locaux, sont heureusement intervenus rapidement. Ce déploiement a permis l’interpellation rapide des cinq suspects.\n\nAvec la fermeture de Binance, vous aimeriez déplacer vos cryptos vers une plateforme MiCa et gagner jusqu'à 10% de cashback ?\n\nCréez votre compte Bybit et obtenez 60€ en BTC dès vos premiers 100€ d'actifs déposés+ 50€ par ami que vous parrainez\n\nLa France endure la plus grande concentration mondiale de crypto-rapts\n\nCe dossier alsacien s’ajoute à une série noire qui touche la France depuis 2024. Le phénomène, encore marginal il y a deux ans, s’est déjà fortement amplifié en 2025 avec une vingtaine de cas d’agressions dans le pays (record mondial), mais il continue sur un rythme encore plus soutenu en 2026.\n\nLes autorités ont recensé des dizaines d’enlèvements, séquestrations et tentatives, très souvent violentes (parfois même avec actes de torture), visant des entrepreneurs, investisseurs ou leurs proches. Des commandos masqués et armés, parfois recrutés via les réseaux sociaux, opèrent ainsi sur tout le territoire de l’Hexagone – de la région toulousaine à l’Île-de-France en passant par la Bourgogne ou les Alpes.\n\nDans ce contexte, les enquêteurs soulignent un mode opératoire récurrent : vol de données, repérage précis des cibles « fortunées » en actifs numériques, puis passage à l’acte physique. Le parquet national anti-criminalité organisée (PNACO) suit plusieurs dossiers interconnectés, avec déjà une centaine de mises en examen ces derniers mois !\n\nPour l’affaire d’Ottrott, qui vient de se produire, l’enquête est bien sûr à un stade préliminaire, et les investigations visant à reconstituer précisément le déroulé des faits se poursuivent. Cette interpellation rapide en Alsace témoigne désormais d’une meilleure réactivité des forces de l’ordre face à un fléau qui inquiète de plus en plus le milieu crypto français. Mais si les suites judiciaires ne sont pas lourdes et dissuasives, ce fléau des crypto-rapts n’est pas prêt de s’arrêter en France.\n\nRémy R.\n\nIssu d’une formation universitaire en Sciences, je m’intéresse aux blockchains et à Bitcoin depuis 2013 et en ai même miné à l’époque. La bulle qui s'en est suivie m'en a détourné, mais je m'y suis replongé depuis 2017 et les étudie depuis avec passion.\n\nLes actus qui comptent, résumées en 2 minutes.\n\nDu lundi au vendredi, dans votre boîte mail.\n\nRecevez votre guide PDF complet de 39 pages\n\nComment débuter dans les cryptos en 2026\n\nRésumé de la politique de confidentialité\n\nCe site utilise des cookies afin que nous puissions vous fournir la meilleure expérience utilisateur possible. Les informations sur les cookies sont stockées dans votre navigateur et remplissent des fonctions telles que vous reconnaître lorsque vous revenez sur notre site Web et aider notre équipe à comprendre les sections du site que vous trouvez les plus intéressantes et utiles.\n\nCette option doit être activée à tout moment afin que nous puissions enregistrer vos préférences pour les réglages de cookie.\n\nEnable or Disable Cookies \n \n \n \n Activé\n Désactivé\n\nSi vous désactivez ce cookie, nous ne pourrons pas enregistrer vos préférences. Cela signifie que chaque fois que vous visitez ce site, vous devrez activer ou désactiver à nouveau les cookies.\n\nCe site utilise Google Analytics pour collecter des informations anonymes telles que le nombre de visiteurs du site et les pages les plus populaires.\n\nGarder ce cookie activé nous aide à améliorer notre site Web.\n\nVeuillez activer d’abord les cookies strictement nécessaires pour que nous puissions enregistrer vos préférences !", - "chars": 5334, - "sha256": "63b222cbb21d87ba4d695b59e284f0adfd0709d101a2eea216bb4ccd8510ce81", + "text": "Crypto-rapts en France : 5 personnes interpellées en Alsace pour tentative d’enlèvement et extorsion - Journal du Coin\n\nLe cauchemar n’en finit pas. Une nouvelle affaire de « crypto-rapt » vient illustrer une fois de plus l’insécurité grandissante qui pèse sur les détenteurs d’actifs numériques en France. Ce lundi 11 mai 2026 dans le Bas-Rhin (Alsace), ce sont ainsi cinq individus qui ont été interpellés et placés en garde à vue, dans le cadre d’une tentative d’enlèvement et d’extorsion liée aux cryptomonnaies.\n\nUne nouvelle affaire de « crypto-rapt » a eu lieu en Alsace, avec cinq interpellations pour tentative d’enlèvement et d’extorsion liée aux cryptomonnaies.\n\nLa France détient le record mondial de crypto-rapts, avec une augmentation soutenue et inquiétante des cas depuis 2024.\n\nUne nouvelle agression contre un possesseur de cryptomonnaies en Alsace\n\nSelon le parquet de Saverne cité par DNA, les 5 suspects interpellés ce 11 mai 2026 sont poursuivis pour tentative d’extorsion en bande organisée, tentative d’enlèvement, séquestration ou détention arbitraire et violences aggravées.\n\nL’enquête, confiée à la Section de recherches de la gendarmerie de Strasbourg et au groupement de gendarmerie du Bas-Rhin, fait suite à des faits survenus dans le petit village tranquille d’Ottrott (1 620 habitants), située dans une zone rurale d’Alsace.\n\nUn habitant de cette commune a été victime, dimanche et lundi, de ce qui s’apparente à une tentative de séquestration après un vol de données portant sur des transactions en cryptomonnaies. Les gendarmes d’Obernai et de Rosheim, appuyés par des renforts locaux, sont heureusement intervenus rapidement. Ce déploiement a permis l’interpellation rapide des cinq suspects.\n\nAvec la fermeture de Binance, vous aimeriez déplacer vos cryptos vers une plateforme MiCa et gagner jusqu'à 10% de cashback ?\n\nCréez votre compte Bybit et obtenez 60€ en BTC dès vos premiers 100€ d'actifs déposés+ 50€ par ami que vous parrainez\n\nLa France endure la plus grande concentration mondiale de crypto-rapts\n\nCe dossier alsacien s’ajoute à une série noire qui touche la France depuis 2024. Le phénomène, encore marginal il y a deux ans, s’est déjà fortement amplifié en 2025 avec une vingtaine de cas d’agressions dans le pays (record mondial), mais il continue sur un rythme encore plus soutenu en 2026.\n\nLes autorités ont recensé des dizaines d’enlèvements, séquestrations et tentatives, très souvent violentes (parfois même avec actes de torture), visant des entrepreneurs, investisseurs ou leurs proches. Des commandos masqués et armés, parfois recrutés via les réseaux sociaux, opèrent ainsi sur tout le territoire de l’Hexagone – de la région toulousaine à l’Île-de-France en passant par la Bourgogne ou les Alpes.\n\nDans ce contexte, les enquêteurs soulignent un mode opératoire récurrent : vol de données, repérage précis des cibles « fortunées » en actifs numériques, puis passage à l’acte physique. Le parquet national anti-criminalité organisée (PNACO) suit plusieurs dossiers interconnectés, avec déjà une centaine de mises en examen ces derniers mois !\n\nPour l’affaire d’Ottrott, qui vient de se produire, l’enquête est bien sûr à un stade préliminaire, et les investigations visant à reconstituer précisément le déroulé des faits se poursuivent. Cette interpellation rapide en Alsace témoigne désormais d’une meilleure réactivité des forces de l’ordre face à un fléau qui inquiète de plus en plus le milieu crypto français. Mais si les suites judiciaires ne sont pas lourdes et dissuasives, ce fléau des crypto-rapts n’est pas prêt de s’arrêter en France.\n\nRémy R.\n\nIssu d’une formation universitaire en Sciences, je m’intéresse aux blockchains et à Bitcoin depuis 2013 et en ai même miné à l’époque. La bulle qui s'en est suivie m'en a détourné, mais je m'y suis replongé depuis 2017 et les étudie depuis avec passion.\n\nLes actus qui comptent, résumées en 2 minutes.\n\nDu lundi au vendredi, dans votre boîte mail.", + "chars": 3964, + "sha256": "6ef42a62b46896548dd8963973a21e5bc44df3b19efc0acfec139ca7b1088f6c", "staged_file": "02_journalducoin-com.txt", - "paragraphs_kept": "ALL 33 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 5-22 of 33", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-08-06T13:38:58+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 5-22 plus headline [0]; dropped 4 leading and 10 trailing paragraphs. Case-term hits on page: 25.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_3", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://cryptoast.fr/tentative-enlevement-crypto-bas-rhin-5-suspects-interpelles/", "source": "cryptoast.fr", "language": "unknown", - "text": "Tentative d'enlèvement crypto dans le Bas-Rhin - 5 suspects interpellés\n\n\n \n \n \n \n\n \n \n \n\n\n \n \n \n\n\n\n\n \n \n \n \n \n \n \n\n\n\n\n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n \n \n Tentative d'enlèvement crypto dans le Bas-Rhin - 5 suspects interpellés\n\nAucun résultat trouvé.\n\nConnectez-vous pour gagner des TOASTS, accomplir des quêtes et débloquer des badges.\n\nAccueil » Actu de la crypto » Actualité des Altcoins » Tentative d'enlèvement crypto dans le Bas-Rhin - 5 suspects interpellés\n\nTentative d'enlèvement crypto dans le Bas-Rhin - 5 suspects interpellés\n\nUn détenteur de cryptomonnaies domicilié dans la ville d’Ottrott (Bas-Rhin) a été la cible de deux tentatives d’enlèvement entre le 10 et le 11 mai. En cause : un vol de données ayant exposé certaines de ses opérations crypto. 5 suspects ont finalement été interpellés.\n\nle 13 mai 2026 à 8:00.\n\nhttps://cryptoast.fr/tentative-enlevement-crypto-bas-rhin-5-suspects-interpelles/\n\nUn homme visé par deux tentatives d'enlèvement\n\nLa série noire se poursuit avec une régularité inquiétante à l'encontre des détenteurs de cryptomonnaies français, bien plus largement exposés aux extorsions crypto que les autres pays du monde, avec déjà presque une cinquantaine de cas recensés par les forces de l'ordre depuis le début de l'année.\n\nDes faits qui impliquaient récemment une séquestration menée par erreur contre un couple domicilié à Bondy, alors qu'il ne détenait apparemment pas de crypto, mais également une double tentative d'enlèvement orchestrée à l'encontre d'un habitant du village d’Ottrott, dans le Bas-Rhin, selon les informations récemment publiées par les Dernières nouvelles d'Alsace (DNA).\n\n🔍 Liste des enlèvements et agressions liés aux cryptomonnaies en France\n\nUne opération criminelle menée ce week-end - entre le dimanche 10 et le lundi 11 mai - alors que plusieurs individus se sont présentés à son domicile, avec la ferme intention de l'enlever et de le séquestrer pour lui voler ses cryptomonnaies, selon les détails fournis par la Gendarmerie.\n\nEt pour cause, les malfaiteurs impliqués dans cette affaire auraient eu accès à certaines de ses transactions crypto, grâce à l'une de ces nombreuses fuites de données problématiques désormais utilisées par le crime organisé pour identifier leurs victimes, qu'il s'agisse de voler des armes, de l'or ou des cryptomonnaies.\n\n60 € en BTC offerts pour un dépôt de 100 € sur Bybit EU\n\nPublicité - Investir comporte des risques (en savoir plus)\n\n5 suspects interpellés par la Gendarmerie\n\nEst-ce du fait de la multiplication des tentatives identifiées dans cette affaire ? Quoi qu'il en soit, la Gendarmerie va finalement être avertie le 11 mai, et procéder rapidement à l'arrestation de 5 personnes originaires de la région parisienne.\n\nLes membres de ce gang devront répondre des accusations de « tentative d’extorsion, d’enlèvement, de séquestration ou de détention arbitraire d’otages destinée à favoriser la commission d’autres crimes ou délits, et participation à une association de malfaiteurs en vue de la préparation de crimes commis en bande organisée ». L'enquête a été confiée à la juridiction interrégionale spécialisée (JIRS) dans le crime organisé de Nancy (Meurthe-et-Moselle).\n\n👉 Les cryptos volées lors des agressions sont hautement traçables et cet enquêteur le prouve\n\nUne nouvelle affaire d'extorsion crypto qui met en lumière la captation problématique des données personnelles imposée aux détenteurs de cryptomonnaies - comme dans le cas de la nouvelle directive fiscale européenne DAC8 - alors même que la sécurité de ces informations ne bénéficie pas de la protection numérique nécessaire pour garantir leur sécurité.\n\nUne situation d'autant plus inquiétante que ces opérations sont désormais télécommandées à distance par des membres du crime organisé, à l'aide de petites mains de plus en plus souvent mineures recrutées sur les réseaux sociaux pour quelques centaines d'euros tout au plus.\n\nAutant dire que le « plan d’action crypto » récemment promis par le ministre délégué auprès du ministre de l'Intérieur, Jean-Didier Berger, lors de l'événement Paris Blockchain Week va devoir convaincre.\n\nCréez un compte sur Kraken, tradez 100€ et recevez 15€ offerts\n\nRecevez un récapitulatif de l'actualité crypto chaque jour par mail 👌\n\nCertains contenus ou liens dans cet article peuvent être de la publicité ou de l'affiliation. L'investissement dans les actifs numériques présente un risque de perte en capital totale ou partielle. Les performances passées ne préjugent pas des performances futures. N'investissez que ce que vous êtes prêts à perdre.\n\nPassionné par les cryptomonnaies et le principe de décentralisation depuis de nombreuses années, je souhaite partager cette expérience avec le plus grand nombre. Je m'attache également à décrypter les enjeux associés à l'évolution de cet écosystème au sein de la finance traditionnelle.\n\nEnlèvement crypto : 10 mois à 2 ans de prison pour les auteurs d'une tentative à Paris\n\nNouvel enlèvement crypto en Isère : une magistrate et sa mère enlevées et séquestrées 30 heures\n\nSéquestration crypto à La Rochelle — Un investisseur et sa femme se font voler 10 millions de dollars\n\nEnlèvement crypto à Chalon-sur-Saône — 6 hommes interpellés après 4 tentatives sur la même victime\n\nEnlèvements crypto : un mystérieux commanditaire caché au Maroc ?\n\nGarde du corps recherché : la sécurité devient une priorité chez les crypto-entrepreneurs\n\nEnlèvement et cryptos : comment la police a déjoué une tentative de kidnapping à Lyon\n\nLe site qui explique tout de A à Z sur le Bitcoin, la blockchain et les crypto-monnaies. Des\n actualités et des articles explicatifs pour découvrir et progresser dans ces secteurs !\n\nLe bilan s'alourdit pour les détenteurs de bitcoins : au moins 15 hackers ont profité de la faille de ColdCard\n\n« Reverse Cramer » vend ses BTC face au risque quantique - Bull run du Bitcoin en approche ?\n\nLe CAC 40 s'envole vers un nouveau record - Pourquoi ?\n\nLes transactions Bitcoin explosent à un niveau jamais vu depuis l'effondrement de FTX", - "chars": 6013, - "sha256": "571c7aa9d52c9363f555518ed226ea01f53961308a18b5771f3b51e3cb281bd9", + "text": "Tentative d'enlèvement crypto dans le Bas-Rhin - 5 suspects interpellés\n\nConnectez-vous pour gagner des TOASTS, accomplir des quêtes et débloquer des badges.\n\nTentative d'enlèvement crypto dans le Bas-Rhin - 5 suspects interpellés\n\nUn détenteur de cryptomonnaies domicilié dans la ville d’Ottrott (Bas-Rhin) a été la cible de deux tentatives d’enlèvement entre le 10 et le 11 mai. En cause : un vol de données ayant exposé certaines de ses opérations crypto. 5 suspects ont finalement été interpellés.\n\nle 13 mai 2026 à 8:00.\n\nUn homme visé par deux tentatives d'enlèvement\n\nLa série noire se poursuit avec une régularité inquiétante à l'encontre des détenteurs de cryptomonnaies français, bien plus largement exposés aux extorsions crypto que les autres pays du monde, avec déjà presque une cinquantaine de cas recensés par les forces de l'ordre depuis le début de l'année.\n\nDes faits qui impliquaient récemment une séquestration menée par erreur contre un couple domicilié à Bondy, alors qu'il ne détenait apparemment pas de crypto, mais également une double tentative d'enlèvement orchestrée à l'encontre d'un habitant du village d’Ottrott, dans le Bas-Rhin, selon les informations récemment publiées par les Dernières nouvelles d'Alsace (DNA).\n\n🔍 Liste des enlèvements et agressions liés aux cryptomonnaies en France\n\nUne opération criminelle menée ce week-end - entre le dimanche 10 et le lundi 11 mai - alors que plusieurs individus se sont présentés à son domicile, avec la ferme intention de l'enlever et de le séquestrer pour lui voler ses cryptomonnaies, selon les détails fournis par la Gendarmerie.\n\nEt pour cause, les malfaiteurs impliqués dans cette affaire auraient eu accès à certaines de ses transactions crypto, grâce à l'une de ces nombreuses fuites de données problématiques désormais utilisées par le crime organisé pour identifier leurs victimes, qu'il s'agisse de voler des armes, de l'or ou des cryptomonnaies.\n\n60 € en BTC offerts pour un dépôt de 100 € sur Bybit EU\n\n5 suspects interpellés par la Gendarmerie\n\nEst-ce du fait de la multiplication des tentatives identifiées dans cette affaire ? Quoi qu'il en soit, la Gendarmerie va finalement être avertie le 11 mai, et procéder rapidement à l'arrestation de 5 personnes originaires de la région parisienne.\n\nLes membres de ce gang devront répondre des accusations de « tentative d’extorsion, d’enlèvement, de séquestration ou de détention arbitraire d’otages destinée à favoriser la commission d’autres crimes ou délits, et participation à une association de malfaiteurs en vue de la préparation de crimes commis en bande organisée ». L'enquête a été confiée à la juridiction interrégionale spécialisée (JIRS) dans le crime organisé de Nancy (Meurthe-et-Moselle).\n\n👉 Les cryptos volées lors des agressions sont hautement traçables et cet enquêteur le prouve\n\nUne nouvelle affaire d'extorsion crypto qui met en lumière la captation problématique des données personnelles imposée aux détenteurs de cryptomonnaies - comme dans le cas de la nouvelle directive fiscale européenne DAC8 - alors même que la sécurité de ces informations ne bénéficie pas de la protection numérique nécessaire pour garantir leur sécurité.\n\nUne situation d'autant plus inquiétante que ces opérations sont désormais télécommandées à distance par des membres du crime organisé, à l'aide de petites mains de plus en plus souvent mineures recrutées sur les réseaux sociaux pour quelques centaines d'euros tout au plus.\n\nAutant dire que le « plan d’action crypto » récemment promis par le ministre délégué auprès du ministre de l'Intérieur, Jean-Didier Berger, lors de l'événement Paris Blockchain Week va devoir convaincre.\n\nCréez un compte sur Kraken, tradez 100€ et recevez 15€ offerts\n\nRecevez un récapitulatif de l'actualité crypto chaque jour par mail 👌\n\nCertains contenus ou liens dans cet article peuvent être de la publicité ou de l'affiliation. L'investissement dans les actifs numériques présente un risque de perte en capital totale ou partielle. Les performances passées ne préjugent pas des performances futures. N'investissez que ce que vous êtes prêts à perdre.\n\nPassionné par les cryptomonnaies et le principe de décentralisation depuis de nombreuses années, je souhaite partager cette expérience avec le plus grand nombre. Je m'attache également à décrypter les enjeux associés à l'évolution de cet écosystème au sein de la finance traditionnelle.\n\nEnlèvement crypto : 10 mois à 2 ans de prison pour les auteurs d'une tentative à Paris\n\nNouvel enlèvement crypto en Isère : une magistrate et sa mère enlevées et séquestrées 30 heures\n\nSéquestration crypto à La Rochelle — Un investisseur et sa femme se font voler 10 millions de dollars\n\nEnlèvement crypto à Chalon-sur-Saône — 6 hommes interpellés après 4 tentatives sur la même victime\n\nEnlèvements crypto : un mystérieux commanditaire caché au Maroc ?\n\nGarde du corps recherché : la sécurité devient une priorité chez les crypto-entrepreneurs\n\nEnlèvement et cryptos : comment la police a déjoué une tentative de kidnapping à Lyon\n\nLe site qui explique tout de A à Z sur le Bitcoin, la blockchain et les crypto-monnaies. Des\n actualités et des articles explicatifs pour découvrir et progresser dans ces secteurs !\n\nLe bilan s'alourdit pour les détenteurs de bitcoins : au moins 15 hackers ont profité de la faille de ColdCard\n\n« Reverse Cramer » vend ses BTC face au risque quantique - Bull run du Bitcoin en approche ?\n\nLe CAC 40 s'envole vers un nouveau record - Pourquoi ?", + "chars": 5488, + "sha256": "412f8ddd705380d76612b5514432b39c978591a3f9b1011a3bb04082752cc6c2", "staged_file": "03_cryptoast-fr.txt", - "paragraphs_kept": "ALL 53 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 16-51 excl [17, 21, 29] of 53", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-08-06T13:38:59+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 16-51 plus headline [0]; dropped 15 leading and 1 trailing paragraphs and 3 interior furniture line(s). Case-term hits on page: 29.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_4", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://coinacademy.fr/actu/crypto-rapts-5-interpellations-bas-rhin-tentative-enlevement-extorsion/", "source": "coinacademy.fr", "language": "unknown", - "text": "5 interpellés pour crypto-rapt en Alsace : tentative d'enlè…\n\nAccueil Actualités Crypto Crypto-rapts : 5 interpellations dans le Bas-Rhin pour tentative d’enlèvement et extorsion\n\nCrypto-rapts : 5 interpellations dans le Bas-Rhin pour tentative d’enlèvement et extorsion\n\nNouvelle affaire de crypto-rapt en France : cinq suspects arrêtés dans le Bas-Rhin après une tentative d’enlèvement et d’extorsion contre un habitant d’Ottrott.\n\nPublié le 12 mai 2026 à 17h42 • Modifié le 12 mai 2026 à 17h43\n\nCinq personnes ont été interpellées lundi dans le Bas-Rhin pour tentative d’enlèvement et extorsion contre un détenteur de cryptomonnaies.\n\nL’attaque a visé un habitant d’Ottrott après un vol de données sur ses transactions crypto, avec une tentative de séquestration sur deux jours.\n\nLa France détient le record mondial de crypto-rapts avec une vingtaine de cas en 2025 et une accélération en 2026.\n\nTentative d’enlèvement à Ottrott après un vol de données crypto\n\nCinq personnes ont été interpellées lundi 11 mai 2026 dans le Bas-Rhin et placées en garde à vue pour tentative d’enlèvement et extorsion visant un détenteur de cryptomonnaies. Selon le parquet de Saverne, les suspects sont poursuivis pour tentative d’extorsion en bande organisée, tentative d’enlèvement, séquestration ou détention arbitraire et violences aggravées.\n\nL’attaque a visé un habitant du village d’Ottrott (1 620 habitants) dimanche et lundi, après un vol de données portant sur ses transactions en cryptomonnaies. La Section de recherches de la gendarmerie de Strasbourg et le groupement de gendarmerie du Bas-Rhin mènent l’enquête sur cette tentative de séquestration qui a mobilisé les gendarmes d’Obernai et de Rosheim.\n\nMode opératoire récurrent : vol de données puis passage à l’acte\n\nL’affaire alsacienne reproduit le schéma observé dans les dizaines de crypto-rapts recensés en France : vol préalable de données personnelles, repérage des cibles fortunées en actifs numériques, puis agression physique. Les enquêteurs identifient des commandos masqués et armés, parfois recrutés via les réseaux sociaux, qui opèrent sur l’ensemble du territoire français.\n\nLe parquet national anti-criminalité organisée (PNACO) suit plusieurs dossiers interconnectés dans ce phénomène qui frappe des entrepreneurs, investisseurs ou leurs proches. Les agressions, souvent violentes avec parfois des actes de torture, s’étendent de la région toulousaine à l’Île-de-France en passant par la Bourgogne et les Alpes.\n\nLa France détient le record mondial des crypto-rapts\n\nAvec une vingtaine de cas d’agressions recensés en 2025, la France détient le record mondial de crypto-rapts. Ce phénomène marginal il y a deux ans s’accélère encore en 2026 avec un rythme plus soutenu d’enlèvements, séquestrations et tentatives d’extorsion visant les détenteurs d’actifs numériques, dépassant déjà 40 attaques depuis le début de l’année.\n\nL’évolution des enquêtes menées par le PNACO sur les dossiers interconnectés permettra de déterminer l’ampleur des réseaux organisés derrière ces crypto-rapts. La protection des données personnelles des détenteurs de cryptomonnaies devient un enjeu de sécurité physique face à l’intensification de ce phénomène criminel.\n\nCet article vous a plu ? Recevez les prochains par email\n\nRejoignez +40 000 abonnés. L'essentiel du marché crypto dans votre boîte mail, tous les 2 jours.\n\nEn savoir plus sur notre newsletter crypto →\n\nRetrouvez toute l'actualité dans notre rubrique Actualités Régulation sur Coin Academy.\n\nKraken victime d’extorsion ? Un white hacker vole $3 millions et refuse les conditions du Bug Bounty\n\nUne tentative d’assassinat de Donald Trump échoue : Bitcoin et le marché crypto en hausse\n\nLe patron de Binance France visé par une tentative de home-jacking, trois suspects arrêtés\n\nChief Content Officer CoinAcademy.\n\n\n\nTech, finances, crypto, IA.\n\n\n\nAlex@coinacademy.fr\n\nStrategy vend 1 638 bitcoins pour 105 millions de dollars et passe sous les 843 000 BTC\n\nStrategy a vendu 1 638 bitcoins pour 104,7 millions de dollars et ramène son trésor à 842 138 BTC, avec 10,9 milliards de pertes latentes.\n\nYen : Tokyo et Washington confirment une intervention conjointe et promettent d’y revenir\n\nLe Japon confirme une intervention conjointe avec le Trésor américain pour soutenir le yen, une première en près de trente ans.\n\nHack Coldcard : une quatrième vague porte les pertes vers 114 millions de dollars\n\nUne quatrième vague de siphonnage Coldcard porte les pertes vers 114 millions de dollars, mais les victimes peuvent devancer l'attaquant.\n\nPétrole : le Brent chute de 5 % après l’annulation des frappes américaines contre l’Iran\n\nLe Brent recule de 5 % après l'annulation des frappes américaines contre l'Iran. Téhéran dément négocier avec Washington et se tourne vers Oman.\n\nRésumé de la politique de confidentialité\n\nCe site utilise des cookies afin que nous puissions vous fournir la meilleure expérience utilisateur possible. Les informations sur les cookies sont stockées dans votre navigateur et remplissent des fonctions telles que vous reconnaître lorsque vous revenez sur notre site Web et aider notre équipe à comprendre les sections du site que vous trouvez les plus intéressantes et utiles.\n\nCette option doit être activée à tout moment afin que nous puissions enregistrer vos préférences pour les réglages de cookie.\n\nActiver ou désactiver les cookies \n \n \n \n Activé\n Désactivé\n\nCe site utilise Google Analytics pour collecter des informations anonymes telles que le nombre de visiteurs du site et les pages les plus populaires.\n\nGarder ce cookie activé nous aide à améliorer notre site Web.", - "chars": 5615, - "sha256": "3fd65482153170ac7616525ff830e12b4df96413e56680c39a3b963c744b989c", + "text": "5 interpellés pour crypto-rapt en Alsace : tentative d'enlè…\n\nNouvelle affaire de crypto-rapt en France : cinq suspects arrêtés dans le Bas-Rhin après une tentative d’enlèvement et d’extorsion contre un habitant d’Ottrott.\n\nPublié le 12 mai 2026 à 17h42 • Modifié le 12 mai 2026 à 17h43\n\nCinq personnes ont été interpellées lundi dans le Bas-Rhin pour tentative d’enlèvement et extorsion contre un détenteur de cryptomonnaies.\n\nL’attaque a visé un habitant d’Ottrott après un vol de données sur ses transactions crypto, avec une tentative de séquestration sur deux jours.\n\nLa France détient le record mondial de crypto-rapts avec une vingtaine de cas en 2025 et une accélération en 2026.\n\nTentative d’enlèvement à Ottrott après un vol de données crypto\n\nCinq personnes ont été interpellées lundi 11 mai 2026 dans le Bas-Rhin et placées en garde à vue pour tentative d’enlèvement et extorsion visant un détenteur de cryptomonnaies. Selon le parquet de Saverne, les suspects sont poursuivis pour tentative d’extorsion en bande organisée, tentative d’enlèvement, séquestration ou détention arbitraire et violences aggravées.\n\nL’attaque a visé un habitant du village d’Ottrott (1 620 habitants) dimanche et lundi, après un vol de données portant sur ses transactions en cryptomonnaies. La Section de recherches de la gendarmerie de Strasbourg et le groupement de gendarmerie du Bas-Rhin mènent l’enquête sur cette tentative de séquestration qui a mobilisé les gendarmes d’Obernai et de Rosheim.\n\nMode opératoire récurrent : vol de données puis passage à l’acte\n\nL’affaire alsacienne reproduit le schéma observé dans les dizaines de crypto-rapts recensés en France : vol préalable de données personnelles, repérage des cibles fortunées en actifs numériques, puis agression physique. Les enquêteurs identifient des commandos masqués et armés, parfois recrutés via les réseaux sociaux, qui opèrent sur l’ensemble du territoire français.\n\nLe parquet national anti-criminalité organisée (PNACO) suit plusieurs dossiers interconnectés dans ce phénomène qui frappe des entrepreneurs, investisseurs ou leurs proches. Les agressions, souvent violentes avec parfois des actes de torture, s’étendent de la région toulousaine à l’Île-de-France en passant par la Bourgogne et les Alpes.\n\nLa France détient le record mondial des crypto-rapts\n\nAvec une vingtaine de cas d’agressions recensés en 2025, la France détient le record mondial de crypto-rapts. Ce phénomène marginal il y a deux ans s’accélère encore en 2026 avec un rythme plus soutenu d’enlèvements, séquestrations et tentatives d’extorsion visant les détenteurs d’actifs numériques, dépassant déjà 40 attaques depuis le début de l’année.\n\nL’évolution des enquêtes menées par le PNACO sur les dossiers interconnectés permettra de déterminer l’ampleur des réseaux organisés derrière ces crypto-rapts. La protection des données personnelles des détenteurs de cryptomonnaies devient un enjeu de sécurité physique face à l’intensification de ce phénomène criminel.\n\nCet article vous a plu ? Recevez les prochains par email\n\nRejoignez +40 000 abonnés. L'essentiel du marché crypto dans votre boîte mail, tous les 2 jours.", + "chars": 3158, + "sha256": "4b54de9595c53d692a0e80dc41e0e795cbfbf3d938869ffada796d511b85be91", "staged_file": "04_coinacademy-fr.txt", - "paragraphs_kept": "ALL 43 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 3-18 of 43", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-08-06T13:38:59+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-18 plus headline [0]; dropped 2 leading and 24 trailing paragraphs. Case-term hits on page: 25.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_5", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.revolutionmagazine.com/bas-rhin-cinq-interpellations-tentative-enlevement-crypto.html", "source": "revolutionmagazine.com", "language": "unknown", - "text": "Bas-Rhin : cinq interpellations après une tentative d’enlèvement liée à la crypto\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n \n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Aller au contenu\n\nDrone explosif à Leipzig : un avion chargé de munitions se trouvait juste à côtéLe 6 août 2026 à 12h26\n\nUn drone s’écrase sur une plage russe bondée : sept morts, dont trois enfantsLe 5 août 2026 à 12h30\n\nMehdi Laribi arrêté en Algérie : pourquoi la France pourrait ne pas obtenir son extraditionLe 5 août 2026 à 12h03\n\nUn homme armé filmait la sécurité du golf de Trump : il est arrêté 48 heures avant sa visiteLe 5 août 2026 à 11h16\n\n© Cinq personnes ont été interpellées dans le Bas-Rhin après une tentative d’enlèvement liée au milieu des cryptomonnaies ce week-end.\n\nUne tentative d’enlèvement sur fond de cryptomonnaies\n\nUne explosion des rapts liés à la crypto en France\n\nLe phénomène inquiète fortement les autorités\n\nSelon les premiers éléments de l’enquête, plusieurs suspects auraient tenté d’enlever une personne supposée liée au secteur des cryptomonnaies dans le Bas-Rhin.\n\nLes circonstances exactes de la tentative restent encore floues, mais les enquêteurs privilégient clairement la piste d’une opération organisée visant à obtenir :\n\ndes accès à des portefeuilles numériques ;\n\nou des informations liées à des actifs crypto.\n\nLes suspects ont été interpellés rapidement après les faits lors d’une opération menée par les forces de l’ordre.\n\nLes cinq personnes arrêtées ont été placées en garde à vue dans le cadre de l’enquête ouverte pour tentative d’enlèvement en bande organisée.\n\nLes investigations doivent désormais déterminer :\n\nle niveau de préparation de l’opération ;\n\nainsi que l’existence éventuelle de commanditaires.\n\nLes enquêteurs cherchent également à savoir si cette affaire pourrait être liée à d’autres dossiers similaires apparus récemment en France.\n\nDepuis plusieurs mois, les autorités françaises font face à une hausse spectaculaire des enlèvements et séquestrations liés aux cryptomonnaies.\n\nA lire aussi : Cher : plus de 30 blessés et des centaines de verbalisations après une free party géante\n\nSelon les chiffres communiqués par la police judiciaire, plus de 40 affaires de ce type ont déjà été recensées depuis le début de l’année 2026.\n\nmais aussi des proches ou des familles ciblées par erreur.\n\nLes méthodes utilisées rappellent de plus en plus celles du grand banditisme :\n\net intimidation physique.\n\nLes enquêteurs observent une évolution rapide de cette criminalité.\n\nDans plusieurs dossiers récents, les suspects étaient recrutés via :\n\nou des groupes spécialisés dans les activités criminelles liées aux cryptomonnaies.\n\nCertaines affaires ont également montré un niveau important d’amateurisme, avec des erreurs de cible ou des opérations improvisées.\n\nMais les autorités craignent désormais l’émergence de réseaux structurés capables d’organiser des rapts violents pour obtenir des accès à des portefeuilles numériques contenant plusieurs centaines de milliers d’euros.\n\nDans le dossier du Bas-Rhin, les enquêteurs doivent encore établir :\n\nsi la victime était spécifiquement ciblée ;\n\nsi des informations avaient été obtenues à l’avance ;\n\net si d’autres personnes pourraient être impliquées.\n\nLes téléphones et matériels saisis lors des interpellations vont désormais être exploités par les services spécialisés.\n\nA lire aussi : Deux morts dans le crash d’un avion en forêt de Fontainebleau ce 11 mai\n\nCette nouvelle affaire confirme en tout cas la montée inquiétante des violences liées aux cryptomonnaies sur le territoire français.\n\nPoster sur Facebook Tweeter sur Twitter Envoyer via Whatsapp\n\nJe suis les évolutions de la tech, de l’intelligence artificielle et des outils numériques qui changent déjà notre manière de travailler et de créer. J’aime traiter ces sujets avec un angle clair, concret et accessible.\n\nAccueil » Bas-Rhin : cinq personnes interpellées après une tentative d’enlèvement liée aux cryptomonnaies\n\nActualités de la région parisienne\nAlimentation\nAmoureux des chats\nArnaque\nBitcoin\nCinéma\nComment augmenter son pouvoir d'achat\nComment avoir de beaux cheveux\nComment voyager pas cher\nConsommation\nCrypto\nDessin Animé\nEconomie\nEmmanuel Macron\nFaits divers\nFaut-il essayer le CBD pharmaceutique\nFlorent Pagny\nFootball\nFrance\nGagner de l'argent\nGuerre\nInsolite\nIntelligence Artificielle\nInternational\nIran\nJustice\nMetamask\nMode\nParis\nPeople\nPolice\nPolitique\nProno NBA\nQuel geste écologique faire au quotidien\nQuelle assurance choisir\nQuel voyage de rêve faire\nRappel de produit\nRecette\nRégime\nSanté\nSport\nTF1\nVacances\nÀ quelle heure ouvre Lidl\nÉtats-Unis", - "chars": 4665, - "sha256": "48bd6cc537469b2c08ef135e31b94cebfbe9ae83ca35b0df684953ceaff88c52", + "text": "Bas-Rhin : cinq interpellations après une tentative d’enlèvement liée à la crypto\n\nSelon les premiers éléments de l’enquête, plusieurs suspects auraient tenté d’enlever une personne supposée liée au secteur des cryptomonnaies dans le Bas-Rhin.\n\nLes circonstances exactes de la tentative restent encore floues, mais les enquêteurs privilégient clairement la piste d’une opération organisée visant à obtenir :\n\ndes accès à des portefeuilles numériques ;\n\nou des informations liées à des actifs crypto.\n\nLes suspects ont été interpellés rapidement après les faits lors d’une opération menée par les forces de l’ordre.\n\nLes cinq personnes arrêtées ont été placées en garde à vue dans le cadre de l’enquête ouverte pour tentative d’enlèvement en bande organisée.\n\nLes investigations doivent désormais déterminer :\n\nle niveau de préparation de l’opération ;\n\nainsi que l’existence éventuelle de commanditaires.\n\nLes enquêteurs cherchent également à savoir si cette affaire pourrait être liée à d’autres dossiers similaires apparus récemment en France.\n\nDepuis plusieurs mois, les autorités françaises font face à une hausse spectaculaire des enlèvements et séquestrations liés aux cryptomonnaies.\n\nSelon les chiffres communiqués par la police judiciaire, plus de 40 affaires de ce type ont déjà été recensées depuis le début de l’année 2026.\n\nmais aussi des proches ou des familles ciblées par erreur.\n\nLes méthodes utilisées rappellent de plus en plus celles du grand banditisme :\n\net intimidation physique.\n\nLes enquêteurs observent une évolution rapide de cette criminalité.\n\nDans plusieurs dossiers récents, les suspects étaient recrutés via :\n\nou des groupes spécialisés dans les activités criminelles liées aux cryptomonnaies.\n\nCertaines affaires ont également montré un niveau important d’amateurisme, avec des erreurs de cible ou des opérations improvisées.\n\nMais les autorités craignent désormais l’émergence de réseaux structurés capables d’organiser des rapts violents pour obtenir des accès à des portefeuilles numériques contenant plusieurs centaines de milliers d’euros.\n\nDans le dossier du Bas-Rhin, les enquêteurs doivent encore établir :\n\nsi la victime était spécifiquement ciblée ;\n\nsi des informations avaient été obtenues à l’avance ;\n\net si d’autres personnes pourraient être impliquées.\n\nLes téléphones et matériels saisis lors des interpellations vont désormais être exploités par les services spécialisés.\n\nCette nouvelle affaire confirme en tout cas la montée inquiétante des violences liées aux cryptomonnaies sur le territoire français.\n\nJe suis les évolutions de la tech, de l’intelligence artificielle et des outils numériques qui changent déjà notre manière de travailler et de créer. J’aime traiter ces sujets avec un angle clair, concret et accessible.", + "chars": 2778, + "sha256": "e5e3fb3bdfe0df2cceb7bd36fdfd6ab6a57333923bd5d5ac95f9c3bbea978a41", "staged_file": "05_revolutionmagazine-com.txt", - "paragraphs_kept": "ALL 80 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 48-77 excl [59, 74, 76] of 80", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-08-06T13:38:59+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 48-77 plus headline [0]; dropped 47 leading and 2 trailing paragraphs and 3 interior furniture line(s). Case-term hits on page: 17.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "444": [ @@ -1194,7 +1226,10 @@ "verdict": "THIN", "url": "https://france3-regions.franceinfo.fr/grand-est/bas-rhin/strasbourg-0/cryptomonnaie-deux-hommes-interpelles-pour-enlevement-et-sequestration-d-une-jeune-femme-a-strasbourg-3349945.html", "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule", + "archive_tried": "2026-09-05T13:21:37+00:00", + "archive_note": "Wayback snapshot 20260714113502 extracted to only 103 chars (page needs a browser to render)", + "archive_url": "http://web.archive.org/web/20260714113502/https://france3-regions.franceinfo.fr/grand-est/bas-rhin/strasbourg-0/cryptomonnaie-deux-hommes-interpelles-pour-enlevement-et-sequestration-d-une-jeune-femme-a-strasbourg-3349945.html" }, { "field": "url_2", @@ -1321,19 +1356,45 @@ }, { "field": "url_2", - "verdict": "THIN", + "verdict": "KEEP", "url": "https://www.justice.gov/usao-edny/pr/rapper-known-lil-zay-osama-sentenced-14-months-prison-possessing-illegal-machinegun", - "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "source": "justice.gov", + "language": "unknown", + "text": "Eastern District of New York | Rapper Known as \"Lil Zay Osama\" Sentenced to 14 Months in Prison for Possessing an Illegal Machinegun | United States Department of Justice\n\nEarlier today, at the federal courthouse in Brooklyn, Isaiah Dukes, also known as “Lil Zay Osama,” was sentenced by United States District Judge Nina R. Morrison to 14 months in prison and a $10,000 fine. Dukes was indicted in January 2024 for possession of a machinegun, and pleaded guilty in May 2024.\n\nBreon Peace, United States Attorney for the Eastern District of New York, Bryan Miller, Special Agent in Charge, Bureau of Alcohol, Tobacco, Firearms and Explosives, New York Field Office (ATF), and Thomas G. Donlon, Interim Commissioner, New York City Police Department (NYPD) announced the sentence.\n\n“The defendant knowingly carried a fully automatic weapon, a pistol with a switch device whose only purpose is to make a dangerous weapon all the more deadly – and then carelessly left that gun in the back of a rideshare,” stated United States Attorney Peace. “Today’s sentence serves as a warning that those who possess illegal guns, particularly with switches that convert those guns into machineguns, will be held accountable for their actions and for the danger they pose to our community.”\n\n“This sentencing highlights a crucial point: possessing a machine gun conversion device is illegal under federal law. Machine gun conversion devices exponentially increase the lethality of firearms and put our communities in serious danger. Every device removed from our streets represents lives saved and tragedies prevented. The ATF's primary goal is safeguarding the public from violent crimes, and the removal of these devices significantly contributes to achieving this mission. We are grateful to the ATF NY Joint Firearms Task Force, NYPD, and EDNY for their dedicated efforts in this endeavor. ATF proudly collaborates with our law enforcement partners to eliminate these dangerous devices from our streets and ensure public safety,” stated ATF Special Agent in Charge Bryan Miller.\n\n“Today’s sentence serves as a reminder to anyone who may bring an illegal firearm, especially one that has been modified to increase its lethality, into New York City: There are serious consequences for your reckless actions,” stated NYPD Interim Commissioner Donlon. “The NYPD and our law enforcement partners are fully committed to holding criminals accountable and ensuring the safety of our streets and communities for all New Yorkers.”\n\nAs set forth in the government’s sentencing memorandum and other court documents, on September 29, 2022, Dukes carried a loaded Glock pistol affixed with a switch — a device that when attached to the back of a handgun like a Glock converts the firearm into a fully automatic weapon. Dukes was arrested after leaving the firearm in a rideshare vehicle that brought him from a luxury hotel in Manhattan to a recording studio in Queens. Law enforcement subsequently determined that the firearm could automatically fire more than one round with a single function of the trigger, rendering it a machinegun.\n\nAssistant United States Attorneys Gilbert M. Rein and Rebecca M. Schuman are in charge of the prosecution, with assistance from Paralegal Specialist Rachel Friedman.\n\nStaten Island Man Convicted of Firearms Trafficking Conspiracy and Obstruction of Justice\n\nEarlier today, a federal jury in Brooklyn convicted Brandon Nudelman on all three counts of a second superseding indictment charging him with firearms trafficking conspiracy, firearms trafficking, and conspiracy to...\n\nTwo Defendants Charged With Murdering Man at a Queens Intersection\n\nEarlier today, at the federal courthouse in Brooklyn, an indictment was unsealed charging Rafael Hernandez, also known as “Cap” and “Ralphy,” and Joibel Perez, also known as “J.P.,” with multiple...\n\nInternational Arms Dealer Sentenced to 39 Months’ Imprisonment for Conspiring to Export American-Made Firearms and Ammunition to Russia\n\nEarlier today in federal court in Brooklyn, Kyrgyz national Sergei Zharnovnikov was sentenced to 39 months’ imprisonment for conspiracy to export American-made firearms. The proceeding was held before United States District Judge...", + "chars": 4227, + "sha256": "c55c868dd67026d76645effaab087bcf12c09351d46037daf7fa904ec6c49dd0", + "staged_file": "02_justice-gov-wayback.txt", + "paragraphs_kept": "headline [0] + 9-21 of 22", + "method": "Wayback Machine snapshot 20260525035549, deterministic extraction", + "fetched_at": "2026-09-05T13:21:41+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260525035549/https://www.justice.gov/usao-edny/pr/rapper-known-lil-zay-osama-sentenced-14-months-prison-possessing-illegal-machinegun", + "snapshot": "20260525035549", + "note": "live URL was THIN on the first pass; text comes from an archived copy dated 2026-05-25", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 9-21 plus headline [0]; dropped 8 leading and 0 trailing paragraphs. Case-term hits on page: 8.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "441": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.journaldemontreal.com/2026/05/07/violations-de-domicile-une-famille-montrealaise-prise-pour-cible-pour-de-la-cryptomonnaie", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "journaldemontreal.com", + "language": "unknown", + "text": "Violations de domicile: une famille montréalaise prise pour cible pour de la cryptomonnaie | JDM\n\nCette résidence de l’arrondissement Sud-Ouest a été prise pour cible quatre fois en quelques semaines par des suspects voulant y perpétrer des violations de domicile.\n PHOTO OLIVIER FAUCHER\n\nLa famille d’un Montréalais œuvrant en cryptomonnaie a été ciblée par quatre tentatives de violations de domicile en quelques semaines cet hiver, dont une où un coup de feu a été tiré et qui a récemment mené à deux arrestations.\n\n« C’est un crime crapuleux et violent », s’indigne Pierre-Marc Houle, commandant de la Section des enquêtes par projet Sud du Service de police de la Ville de Montréal (SPVM).\n\nLe corps de police a annoncé jeudi l’arrestation dans la région de Toronto d’un mineur de 17 ans et de Christopher Ethan Prince, 20 ans, en lien avec une violation de domicile survenue le 28 janvier dernier, dans l’arrondissement du Sud-Ouest.\n\nCe jour-là, un entrepreneur du domaine de la cryptomonnaie se trouvait dans sa maison avec sa conjointe et ses quatre enfants, dont trois sont en bas âge. Un professeur de musique privé se trouvait aussi dans la résidence.\n\n• Regardez aussi ce podcast vidéo tiré de l'émission de Benoit Dutrizac, diffusée sur les plateformes QUB et simultanément sur le 99.5 FM Montréal :\n\nVers 19 h 30, un individu prétendant être un livreur de colis s’est présenté à la résidence familiale. Lorsqu’un occupant a ouvert la porte, lui et trois complices seraient entrés.\n\n« Quand la victime [l’entrepreneur en cryptomonnaie] est descendue du deuxième étage, c’est là qu’elle a été confrontée avec les suspects. L’un d’entre eux aurait fait feu et c’est un autre suspect qui aurait été atteint à l’abdomen », a indiqué M. Houle.\n\nLe commandant Pierre-Marc Houle, chef de section des enquêtes par projets Sud du SPVM\n \n \n Photo Agence QMI, JOEL LEMAY\n\nLe père de famille n’a heureusement subi qu’une légère blessure du bras, qui n’a pas été causée par le coup de feu.\n\nLes bandits ont ensuite pris la fuite en laissant plusieurs « éléments de preuves » sur les lieux, selon le SPVM.\n\nLes suspects, originaires de la région de Toronto, ne se connaissaient pas tous. Ils auraient accepté un contrat via les réseaux sociaux qui ciblait cet homme en lien avec la cryptomonnaie, a précisé le commandant Houle.\n\nLa famille n’était toutefois pas au bout de ses peines. Début mars, des suspects ont fait trois nouvelles tentatives de violation de domicile en autant de jours à la même résidence.\n\n« Ça n’a pas fonctionné, mais c’est très inquiétant. Il y a eu des moyens de protection déployés [sur la maison] et les suspects ont été aperçus. Ils ne sont pas rentrés dans la maison », fait savoir le commandant Houle.\n\nLe 11 mars, la famille a décidé de quitter les lieux pour des raisons de sécurité.\n\n« On se met à la place des victimes qui sont carrément traumatisées. Ce sont ces gens sans histoire », déplore M. Houle.\n\nAu cours des dernières années, plusieurs crimes similaires en lien avec la cryptomonnaie sont survenus dans le grand Montréal. Dans la plupart des cas, l’objectif est de dérober des fonds sur place en obtenant un transfert pouvant atteindre des centaines de milliers de dollars.\n\nL’enquête sur l’événement du 28 janvier se poursuit afin de retrouver deux autres suspects, dont un âgé de 16 ans. D’autres individus pourraient aussi être traqués par le SPVM en lien avec les tentatives de début mars, précise le commandant Houle.\n\nUn survol intelligent pour rester à jour, même le midi\n\nVoir toutes nos infolettres\n Voir la politique de confidentialité\n\nVous devez être connecté pour commenter. Se connecter\n\nBienvenue dans la section commentaires! Notre objectif est de créer un espace pour un discours réfléchi et productif. En publiant un commentaire, vous acceptez de vous conformer aux Conditions d'utilisation.", + "chars": 3854, + "sha256": "096e1774d23579568290c907062d38b6512b22aea936c0ef9978092ee2594ffb", + "staged_file": "01_journaldemontreal-com-wayback.txt", + "paragraphs_kept": "headline [0] + 3-24 of 26", + "method": "Wayback Machine snapshot 20260509063918, deterministic extraction", + "fetched_at": "2026-09-05T13:21:47+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260509063918/https://www.journaldemontreal.com/2026/05/07/violations-de-domicile-une-famille-montrealaise-prise-pour-cible-pour-de-la-cryptomonnaie", + "snapshot": "20260509063918", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2026-05-09", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-24 plus headline [0]; dropped 2 leading and 1 trailing paragraphs. Case-term hits on page: 17.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_2", @@ -1353,40 +1414,61 @@ }, { "field": "url_3", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.noovo.info/nouvelles/patrouille/article/invasion-a-domicile-le-spvm-met-le-grapin-sur-un-mineur-et-un-complice-majeur-en-ontario/", "source": "noovo.info", "language": "unknown", - "text": "Un jeune homme et un mineur arrêtés en lien avec une invasion à domicile qui a mal tourné\n\n Passer au contenu principal\n\nInvasion à domicile: le SPVM met le grapin sur un mineur et un complice majeur en Ontario\n\nMalgré ces arrestations, la police poursuit son enquête afin de localiser deux autres suspects.\n\nDeux hommes âgés de 20 et 17 ans qui faisaient l’objet de mandats d’arrestation pancanadiens ont été arrêtés mercredi par les autorités à Ajax et Toronto, en Ontario, pour leur possible implication dans une invasion de domicile et d’une décharge d’arme à feu qui date du début de l’année à Montréal.\n\nChristopher Ethan Prince a comparu par visioconférence au palais de justice de Montréal et le mineur de 17 ans a comparu par visioconférence à la Chambre de la jeunesse de la Cour du Québec. Dans le cadre de cette opération, le Service de police de la Ville de Montréal (SPVM) a eu l’aide du Service de police de Toronto et le Service de police régional de Durham.\n\nVoici ce qui s’est produit dans cette affaire. Le 28 janvier dernier, vers 19h30, un individu se serait présenté à une résidence, située dans le Sud-Ouest, en prétendant effectuer la livraison d’un colis.\n\nSelon la police, lorsque les résidents auraient ouvert la porte, il aurait pénétré à l’intérieur du domicile avec trois complices. Deux d’entre eux auraient été armés d’armes à feu.\n\nDurant l’événement, l’un des suspects armés aurait tiré un coup de feu, blessant un de ses complices à l’abdomen et blessant légèrement le résident au bras. Par la suite, ils auraient pris la fuite, abandonnant plusieurs éléments de preuve sur les lieux, a rapporté le SPVM.\n\nPrince et la personne mineure font face à plusieurs chefs d’accusation en lien avec ce dossier, notamment introduction par effraction, braquage d’arme à feu et décharge d’une arme à feu avec insouciance.\n\nLes suspects demeurent détenus et seront transférés à Montréal dans les prochains jours pour comparaître en personne, mais le SPVM cherche toujours deux autres suspects, dont un âgé de 16 et visé par un mandat d’arrestation pancanadien.\n\nToute personne détenant des informations sur des événements de violence peut contacter le 911 ou son poste de quartier. Il est également possible d’effectuer un signalement de façon anonyme et confidentielle avec Info-Crime Montréal au 514 393-1133 ou en ligne.", - "chars": 2345, - "sha256": "8a6d9010a04d09d6d9772ed7439d3cd87105d9f964eb1d551953805e402bc7fb", + "text": "Un jeune homme et un mineur arrêtés en lien avec une invasion à domicile qui a mal tourné\n\nMalgré ces arrestations, la police poursuit son enquête afin de localiser deux autres suspects.\n\nDeux hommes âgés de 20 et 17 ans qui faisaient l’objet de mandats d’arrestation pancanadiens ont été arrêtés mercredi par les autorités à Ajax et Toronto, en Ontario, pour leur possible implication dans une invasion de domicile et d’une décharge d’arme à feu qui date du début de l’année à Montréal.\n\nChristopher Ethan Prince a comparu par visioconférence au palais de justice de Montréal et le mineur de 17 ans a comparu par visioconférence à la Chambre de la jeunesse de la Cour du Québec. Dans le cadre de cette opération, le Service de police de la Ville de Montréal (SPVM) a eu l’aide du Service de police de Toronto et le Service de police régional de Durham.\n\nVoici ce qui s’est produit dans cette affaire. Le 28 janvier dernier, vers 19h30, un individu se serait présenté à une résidence, située dans le Sud-Ouest, en prétendant effectuer la livraison d’un colis.\n\nSelon la police, lorsque les résidents auraient ouvert la porte, il aurait pénétré à l’intérieur du domicile avec trois complices. Deux d’entre eux auraient été armés d’armes à feu.\n\nDurant l’événement, l’un des suspects armés aurait tiré un coup de feu, blessant un de ses complices à l’abdomen et blessant légèrement le résident au bras. Par la suite, ils auraient pris la fuite, abandonnant plusieurs éléments de preuve sur les lieux, a rapporté le SPVM.\n\nPrince et la personne mineure font face à plusieurs chefs d’accusation en lien avec ce dossier, notamment introduction par effraction, braquage d’arme à feu et décharge d’une arme à feu avec insouciance.\n\nLes suspects demeurent détenus et seront transférés à Montréal dans les prochains jours pour comparaître en personne, mais le SPVM cherche toujours deux autres suspects, dont un âgé de 16 et visé par un mandat d’arrestation pancanadien.\n\nToute personne détenant des informations sur des événements de violence peut contacter le 911 ou son poste de quartier. Il est également possible d’effectuer un signalement de façon anonyme et confidentielle avec Info-Crime Montréal au 514 393-1133 ou en ligne.", + "chars": 2224, + "sha256": "9aa068e4817bf9ae872a4846a7430d14f7e56e51bb253b4a1dcc26e7f0cb99d0", "staged_file": "03_noovo-info.txt", - "paragraphs_kept": "ALL 12 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 3-11 of 12", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-08-06T13:39:26+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-11 plus headline [0]; dropped 2 leading and 0 trailing paragraphs. Case-term hits on page: 8.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "440": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.journaldemontreal.com/2026/05/07/violations-de-domicile-une-famille-montrealaise-prise-pour-cible-pour-de-la-cryptomonnaie", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "journaldemontreal.com", + "language": "unknown", + "text": "Violations de domicile: une famille montréalaise prise pour cible pour de la cryptomonnaie | JDM\n\nCette résidence de l’arrondissement Sud-Ouest a été prise pour cible quatre fois en quelques semaines par des suspects voulant y perpétrer des violations de domicile.\n PHOTO OLIVIER FAUCHER\n\nLa famille d’un Montréalais œuvrant en cryptomonnaie a été ciblée par quatre tentatives de violations de domicile en quelques semaines cet hiver, dont une où un coup de feu a été tiré et qui a récemment mené à deux arrestations.\n\n« C’est un crime crapuleux et violent », s’indigne Pierre-Marc Houle, commandant de la Section des enquêtes par projet Sud du Service de police de la Ville de Montréal (SPVM).\n\nLe corps de police a annoncé jeudi l’arrestation dans la région de Toronto d’un mineur de 17 ans et de Christopher Ethan Prince, 20 ans, en lien avec une violation de domicile survenue le 28 janvier dernier, dans l’arrondissement du Sud-Ouest.\n\nCe jour-là, un entrepreneur du domaine de la cryptomonnaie se trouvait dans sa maison avec sa conjointe et ses quatre enfants, dont trois sont en bas âge. Un professeur de musique privé se trouvait aussi dans la résidence.\n\n• Regardez aussi ce podcast vidéo tiré de l'émission de Benoit Dutrizac, diffusée sur les plateformes QUB et simultanément sur le 99.5 FM Montréal :\n\nVers 19 h 30, un individu prétendant être un livreur de colis s’est présenté à la résidence familiale. Lorsqu’un occupant a ouvert la porte, lui et trois complices seraient entrés.\n\n« Quand la victime [l’entrepreneur en cryptomonnaie] est descendue du deuxième étage, c’est là qu’elle a été confrontée avec les suspects. L’un d’entre eux aurait fait feu et c’est un autre suspect qui aurait été atteint à l’abdomen », a indiqué M. Houle.\n\nLe commandant Pierre-Marc Houle, chef de section des enquêtes par projets Sud du SPVM\n \n \n Photo Agence QMI, JOEL LEMAY\n\nLe père de famille n’a heureusement subi qu’une légère blessure du bras, qui n’a pas été causée par le coup de feu.\n\nLes bandits ont ensuite pris la fuite en laissant plusieurs « éléments de preuves » sur les lieux, selon le SPVM.\n\nLes suspects, originaires de la région de Toronto, ne se connaissaient pas tous. Ils auraient accepté un contrat via les réseaux sociaux qui ciblait cet homme en lien avec la cryptomonnaie, a précisé le commandant Houle.\n\nLa famille n’était toutefois pas au bout de ses peines. Début mars, des suspects ont fait trois nouvelles tentatives de violation de domicile en autant de jours à la même résidence.\n\n« Ça n’a pas fonctionné, mais c’est très inquiétant. Il y a eu des moyens de protection déployés [sur la maison] et les suspects ont été aperçus. Ils ne sont pas rentrés dans la maison », fait savoir le commandant Houle.\n\nLe 11 mars, la famille a décidé de quitter les lieux pour des raisons de sécurité.\n\n« On se met à la place des victimes qui sont carrément traumatisées. Ce sont ces gens sans histoire », déplore M. Houle.\n\nAu cours des dernières années, plusieurs crimes similaires en lien avec la cryptomonnaie sont survenus dans le grand Montréal. Dans la plupart des cas, l’objectif est de dérober des fonds sur place en obtenant un transfert pouvant atteindre des centaines de milliers de dollars.\n\nL’enquête sur l’événement du 28 janvier se poursuit afin de retrouver deux autres suspects, dont un âgé de 16 ans. D’autres individus pourraient aussi être traqués par le SPVM en lien avec les tentatives de début mars, précise le commandant Houle.\n\nUn survol intelligent pour rester à jour, même le midi\n\nVoir toutes nos infolettres\n Voir la politique de confidentialité\n\nVous devez être connecté pour commenter. Se connecter\n\nBienvenue dans la section commentaires! Notre objectif est de créer un espace pour un discours réfléchi et productif. En publiant un commentaire, vous acceptez de vous conformer aux Conditions d'utilisation.", + "chars": 3854, + "sha256": "096e1774d23579568290c907062d38b6512b22aea936c0ef9978092ee2594ffb", + "staged_file": "01_journaldemontreal-com-wayback.txt", + "paragraphs_kept": "headline [0] + 3-24 of 26", + "method": "Wayback Machine snapshot 20260509063918, deterministic extraction", + "fetched_at": "2026-09-05T13:21:50+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260509063918/https://www.journaldemontreal.com/2026/05/07/violations-de-domicile-une-famille-montrealaise-prise-pour-cible-pour-de-la-cryptomonnaie", + "snapshot": "20260509063918", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2026-05-09", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-24 plus headline [0]; dropped 2 leading and 1 trailing paragraphs. Case-term hits on page: 17.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_2", - "verdict": "THIN", + "verdict": "UNTRIMMED", "url": "https://www.ctvnews.ca/montreal/on-patrol/article/two-men-arrested-on-canada-wide-arrest-warrants-after-montreal-home-invasion/", "source": "ctvnews.ca", "language": "unknown", - "staged_file": "02_ctvnews-ca.txt", - "method": "raw HTTP retrieval, deterministic extraction", - "fetched_at": "2026-08-06T13:39:29+00:00", - "http": 200, - "note": "JS-rendered index page; only unrelated teaser headlines extracted (no article body). This case is sourced by its noovo-info article, so this can be dropped." + "text": "Two arrested in Ontario after Montreal home invasion\n\n Skip to main content\n\nTwo men arrested on Canada-wide arrest warrants after Montreal home invasion\n\n‘No one showed any compassion’: A woman ordered flowers for her mother’s funeral in Toronto. They sent them to a B.C. church instead.\n\nMississauga launches investigation after Waterloo councillor waited hours for an accessible taxi ride\n\nHikers wearing shorts and running shoes rescued from North Shore alpine trail\n\nTumbler Ridge Secondary School to be torn down in wake of mass shooting\n\nCalgary dad attacked without provocation while walking his teen to the bus stop\n\nOttawa couple credits dog for alerting them to overnight fire\n\n'Never felt it like this': Famous Montreal barber sees new level of Canadiens fever\n\nCanadiens look to even second-round series with Sabres before shifting to Montreal\n\n‘Looking over their shoulders’: Advocates call for anti-Islamophobia supports as man charged in St. Albert assault\n\nSentence hiked for man who cut off woman's finger and forced her to eat it\n\n‘Every parent’s worst nightmare’: Mothers push for runaway child bill after teens repeatedly leave home\n\nNo deal reached in CUPE strike, N.S. long-term care workers remain on picket lines\n\nManitoba Premier Wab Kinew wants word ban lifted in legislature\n\nRegina German Club fundraising for major repairs following roof leak\n\nRegina city council has approved REAL’s sale to Brandt: now what?\n\nHow did a toddler disappear from a Brantford street in 1963?\n\nHundreds evacuated due to flooding in northern Sask. First Nation communities\n\nSaskatoon pilot project to remove most Sutherland parking pay stations\n\nFormer CEO charged with fraud in connection with northern Ont. gold mine\n\nToronto-linked drug suspects charged in northwestern Ont.\n\n‘Municipal laws don’t matter when people are being killed’: London resident calls for safety improvement at Highbury and Dingman\n\nGreen Lane Landfill nears capacity, St. Thomas seeks answers from Toronto on waste future\n\nTemperatures to drop to freezing mark in some parts of region\n\nWhere construction crews are at with Dunlop Street underpass\n\nOver 500 TRQSS workers may have reached a deal with their employer\n\nWindsor Regional says no local hantavirus planning underway, risk to public remains low\n\nIndependents branded 'NDP farm team' for helping shut down FOI debate\n\nCanadian unable to visit dying brother due to U.K. passport issue\n\nB.C. anti-gang unit says 11 arrested in illegal gambling investigation\n\nSpain readies for evacuations as a hantavirus-hit cruise ship heads for the Canary Islands\n\nStarmer says he won’t quit after local elections deliver losses for Labour, wins for Reform UK\n\nDutch Princess Margriet visiting birthplace, attending tulip festival while in Ottawa\n\nSnowbirds could be grounded for years, Conservatives warn\n\nPM Carney planning new legislation to expedite more project approvals\n\nJapanese video-game maker Nintendo raises Switch price, forecasts lower profits\n\nTelus reports first-quarter profit and revenue down from year ago\n\nHow a mother of Elon Musk’s children became a key witness in his lawsuit against OpenAI\n\nBeing married may come with an unexpected health benefit, study suggests\n\nGovernment says 3 Canadians isolating at home after hantavirus ship outbreak\n\nWorried about hantavirus? Take precautions when opening cottages, sheds, PHAC expert advises\n\nDavid Attenborough, the excited but hushed voice of nature programs, turns 100\n\nNo, AI actors are not eligible for the Golden Globes, organizers say\n\nBlake Lively's lawyers fuel feud with claim of victory after 'It Ends With Us' settlement\n\nCanada captain Davies sustains hamstring injury weeks before World Cup\n\nReal Madrid's Valverde suffers head injury in alleged altercation with teammate Tchouaméni\n\nU.S. President Trump on high World Cup ticket prices: ‘I wouldn’t pay it either’\n\nWas Bigfoot just spotted in Ohio? Reported sightings stoke a long-running hunt for answers\n\nElaborately decorated skeletons in Catholic churches across Bavaria take some visitors by surprise\n\nWhy modern witches are making pilgrimages to an ancient Turkish temple\n\nAt least 3 hikers killed by volcano eruption on Indonesian island\n\nParade of ghostly icebergs brings joy and wonder to Newfoundland and Labrador\n\n8-year-old boy attacked by beaver at park, hospitalized\n\nTech is turning increasingly to religion in a quest to create ethical AI\n\nA new experiment deepens the mystery over gravitational constant, Big G\n\nAs AI fuels a surge in travel scams, here's how you can protect yourself", + "chars": 4561, + "sha256": "f9041f3bc48cf4f1deaf2a0640c5553aa91503b7f0b22f8ed2aaf3aaf78d380d", + "staged_file": "02_ctvnews-ca-wayback.txt", + "paragraphs_kept": "ALL 58 paragraphs, untrimmed", + "method": "Wayback Machine snapshot 20260508125554, deterministic extraction", + "fetched_at": "2026-09-05T13:21:54+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260508125554/https://www.ctvnews.ca/montreal/on-patrol/article/two-men-arrested-on-canada-wide-arrest-warrants-after-montreal-home-invasion/", + "snapshot": "20260508125554", + "note": "live URL was THIN on the first pass; text comes from an archived copy dated 2026-05-08", + "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." }, { "field": "url_3", @@ -1409,22 +1491,42 @@ "439": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.journaldemontreal.com/2026/05/07/violations-de-domicile-une-famille-montrealaise-prise-pour-cible-pour-de-la-cryptomonnaie", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "journaldemontreal.com", + "language": "unknown", + "text": "Violations de domicile: une famille montréalaise prise pour cible pour de la cryptomonnaie | JDM\n\nCette résidence de l’arrondissement Sud-Ouest a été prise pour cible quatre fois en quelques semaines par des suspects voulant y perpétrer des violations de domicile.\n PHOTO OLIVIER FAUCHER\n\nLa famille d’un Montréalais œuvrant en cryptomonnaie a été ciblée par quatre tentatives de violations de domicile en quelques semaines cet hiver, dont une où un coup de feu a été tiré et qui a récemment mené à deux arrestations.\n\n« C’est un crime crapuleux et violent », s’indigne Pierre-Marc Houle, commandant de la Section des enquêtes par projet Sud du Service de police de la Ville de Montréal (SPVM).\n\nLe corps de police a annoncé jeudi l’arrestation dans la région de Toronto d’un mineur de 17 ans et de Christopher Ethan Prince, 20 ans, en lien avec une violation de domicile survenue le 28 janvier dernier, dans l’arrondissement du Sud-Ouest.\n\nCe jour-là, un entrepreneur du domaine de la cryptomonnaie se trouvait dans sa maison avec sa conjointe et ses quatre enfants, dont trois sont en bas âge. Un professeur de musique privé se trouvait aussi dans la résidence.\n\n• Regardez aussi ce podcast vidéo tiré de l'émission de Benoit Dutrizac, diffusée sur les plateformes QUB et simultanément sur le 99.5 FM Montréal :\n\nVers 19 h 30, un individu prétendant être un livreur de colis s’est présenté à la résidence familiale. Lorsqu’un occupant a ouvert la porte, lui et trois complices seraient entrés.\n\n« Quand la victime [l’entrepreneur en cryptomonnaie] est descendue du deuxième étage, c’est là qu’elle a été confrontée avec les suspects. L’un d’entre eux aurait fait feu et c’est un autre suspect qui aurait été atteint à l’abdomen », a indiqué M. Houle.\n\nLe commandant Pierre-Marc Houle, chef de section des enquêtes par projets Sud du SPVM\n \n \n Photo Agence QMI, JOEL LEMAY\n\nLe père de famille n’a heureusement subi qu’une légère blessure du bras, qui n’a pas été causée par le coup de feu.\n\nLes bandits ont ensuite pris la fuite en laissant plusieurs « éléments de preuves » sur les lieux, selon le SPVM.\n\nLes suspects, originaires de la région de Toronto, ne se connaissaient pas tous. Ils auraient accepté un contrat via les réseaux sociaux qui ciblait cet homme en lien avec la cryptomonnaie, a précisé le commandant Houle.\n\nLa famille n’était toutefois pas au bout de ses peines. Début mars, des suspects ont fait trois nouvelles tentatives de violation de domicile en autant de jours à la même résidence.\n\n« Ça n’a pas fonctionné, mais c’est très inquiétant. Il y a eu des moyens de protection déployés [sur la maison] et les suspects ont été aperçus. Ils ne sont pas rentrés dans la maison », fait savoir le commandant Houle.\n\nLe 11 mars, la famille a décidé de quitter les lieux pour des raisons de sécurité.\n\n« On se met à la place des victimes qui sont carrément traumatisées. Ce sont ces gens sans histoire », déplore M. Houle.\n\nAu cours des dernières années, plusieurs crimes similaires en lien avec la cryptomonnaie sont survenus dans le grand Montréal. Dans la plupart des cas, l’objectif est de dérober des fonds sur place en obtenant un transfert pouvant atteindre des centaines de milliers de dollars.\n\nL’enquête sur l’événement du 28 janvier se poursuit afin de retrouver deux autres suspects, dont un âgé de 16 ans. D’autres individus pourraient aussi être traqués par le SPVM en lien avec les tentatives de début mars, précise le commandant Houle.\n\nUn survol intelligent pour rester à jour, même le midi\n\nVoir toutes nos infolettres\n Voir la politique de confidentialité\n\nVous devez être connecté pour commenter. Se connecter\n\nBienvenue dans la section commentaires! Notre objectif est de créer un espace pour un discours réfléchi et productif. En publiant un commentaire, vous acceptez de vous conformer aux Conditions d'utilisation.", + "chars": 3854, + "sha256": "096e1774d23579568290c907062d38b6512b22aea936c0ef9978092ee2594ffb", + "staged_file": "01_journaldemontreal-com-wayback.txt", + "paragraphs_kept": "headline [0] + 3-24 of 26", + "method": "Wayback Machine snapshot 20260509063918, deterministic extraction", + "fetched_at": "2026-09-05T13:21:59+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260509063918/https://www.journaldemontreal.com/2026/05/07/violations-de-domicile-une-famille-montrealaise-prise-pour-cible-pour-de-la-cryptomonnaie", + "snapshot": "20260509063918", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2026-05-09", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-24 plus headline [0]; dropped 2 leading and 1 trailing paragraphs. Case-term hits on page: 17.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_2", - "verdict": "THIN", + "verdict": "UNTRIMMED", "url": "https://www.ctvnews.ca/montreal/on-patrol/article/two-men-arrested-on-canada-wide-arrest-warrants-after-montreal-home-invasion/", "source": "ctvnews.ca", "language": "unknown", - "staged_file": "02_ctvnews-ca.txt", - "method": "raw HTTP retrieval, deterministic extraction", - "fetched_at": "2026-08-06T13:39:31+00:00", - "http": 200, - "note": "JS-rendered index page; only unrelated teaser headlines extracted (no article body). This case is sourced by its noovo-info article, so this can be dropped." + "text": "Two arrested in Ontario after Montreal home invasion\n\n Skip to main content\n\nTwo men arrested on Canada-wide arrest warrants after Montreal home invasion\n\n‘No one showed any compassion’: A woman ordered flowers for her mother’s funeral in Toronto. They sent them to a B.C. church instead.\n\nMississauga launches investigation after Waterloo councillor waited hours for an accessible taxi ride\n\nHikers wearing shorts and running shoes rescued from North Shore alpine trail\n\nTumbler Ridge Secondary School to be torn down in wake of mass shooting\n\nCalgary dad attacked without provocation while walking his teen to the bus stop\n\nOttawa couple credits dog for alerting them to overnight fire\n\n'Never felt it like this': Famous Montreal barber sees new level of Canadiens fever\n\nCanadiens look to even second-round series with Sabres before shifting to Montreal\n\n‘Looking over their shoulders’: Advocates call for anti-Islamophobia supports as man charged in St. Albert assault\n\nSentence hiked for man who cut off woman's finger and forced her to eat it\n\n‘Every parent’s worst nightmare’: Mothers push for runaway child bill after teens repeatedly leave home\n\nNo deal reached in CUPE strike, N.S. long-term care workers remain on picket lines\n\nManitoba Premier Wab Kinew wants word ban lifted in legislature\n\nRegina German Club fundraising for major repairs following roof leak\n\nRegina city council has approved REAL’s sale to Brandt: now what?\n\nHow did a toddler disappear from a Brantford street in 1963?\n\nHundreds evacuated due to flooding in northern Sask. First Nation communities\n\nSaskatoon pilot project to remove most Sutherland parking pay stations\n\nFormer CEO charged with fraud in connection with northern Ont. gold mine\n\nToronto-linked drug suspects charged in northwestern Ont.\n\n‘Municipal laws don’t matter when people are being killed’: London resident calls for safety improvement at Highbury and Dingman\n\nGreen Lane Landfill nears capacity, St. Thomas seeks answers from Toronto on waste future\n\nTemperatures to drop to freezing mark in some parts of region\n\nWhere construction crews are at with Dunlop Street underpass\n\nOver 500 TRQSS workers may have reached a deal with their employer\n\nWindsor Regional says no local hantavirus planning underway, risk to public remains low\n\nIndependents branded 'NDP farm team' for helping shut down FOI debate\n\nCanadian unable to visit dying brother due to U.K. passport issue\n\nB.C. anti-gang unit says 11 arrested in illegal gambling investigation\n\nSpain readies for evacuations as a hantavirus-hit cruise ship heads for the Canary Islands\n\nStarmer says he won’t quit after local elections deliver losses for Labour, wins for Reform UK\n\nDutch Princess Margriet visiting birthplace, attending tulip festival while in Ottawa\n\nSnowbirds could be grounded for years, Conservatives warn\n\nPM Carney planning new legislation to expedite more project approvals\n\nJapanese video-game maker Nintendo raises Switch price, forecasts lower profits\n\nTelus reports first-quarter profit and revenue down from year ago\n\nHow a mother of Elon Musk’s children became a key witness in his lawsuit against OpenAI\n\nBeing married may come with an unexpected health benefit, study suggests\n\nGovernment says 3 Canadians isolating at home after hantavirus ship outbreak\n\nWorried about hantavirus? Take precautions when opening cottages, sheds, PHAC expert advises\n\nDavid Attenborough, the excited but hushed voice of nature programs, turns 100\n\nNo, AI actors are not eligible for the Golden Globes, organizers say\n\nBlake Lively's lawyers fuel feud with claim of victory after 'It Ends With Us' settlement\n\nCanada captain Davies sustains hamstring injury weeks before World Cup\n\nReal Madrid's Valverde suffers head injury in alleged altercation with teammate Tchouaméni\n\nU.S. President Trump on high World Cup ticket prices: ‘I wouldn’t pay it either’\n\nWas Bigfoot just spotted in Ohio? Reported sightings stoke a long-running hunt for answers\n\nElaborately decorated skeletons in Catholic churches across Bavaria take some visitors by surprise\n\nWhy modern witches are making pilgrimages to an ancient Turkish temple\n\nAt least 3 hikers killed by volcano eruption on Indonesian island\n\nParade of ghostly icebergs brings joy and wonder to Newfoundland and Labrador\n\n8-year-old boy attacked by beaver at park, hospitalized\n\nTech is turning increasingly to religion in a quest to create ethical AI\n\nA new experiment deepens the mystery over gravitational constant, Big G\n\nAs AI fuels a surge in travel scams, here's how you can protect yourself", + "chars": 4561, + "sha256": "f9041f3bc48cf4f1deaf2a0640c5553aa91503b7f0b22f8ed2aaf3aaf78d380d", + "staged_file": "02_ctvnews-ca-wayback.txt", + "paragraphs_kept": "ALL 58 paragraphs, untrimmed", + "method": "Wayback Machine snapshot 20260508125554, deterministic extraction", + "fetched_at": "2026-09-05T13:22:03+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260508125554/https://www.ctvnews.ca/montreal/on-patrol/article/two-men-arrested-on-canada-wide-arrest-warrants-after-montreal-home-invasion/", + "snapshot": "20260508125554", + "note": "live URL was THIN on the first pass; text comes from an archived copy dated 2026-05-08", + "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." }, { "field": "url_3", @@ -1464,31 +1566,64 @@ }, { "field": "url_2", - "verdict": "THIN", + "verdict": "UNTRIMMED", "url": "https://www.ctvnews.ca/montreal/on-patrol/article/two-men-arrested-on-canada-wide-arrest-warrants-after-montreal-home-invasion/", "source": "ctvnews.ca", "language": "unknown", - "staged_file": "02_ctvnews-ca.txt", - "method": "raw HTTP retrieval, deterministic extraction", - "fetched_at": "2026-08-06T13:39:33+00:00", - "http": 200, - "note": "JS-rendered index page; only unrelated teaser headlines extracted (no article body). This case is sourced by its noovo-info article, so this can be dropped." + "text": "Two arrested in Ontario after Montreal home invasion\n\n Skip to main content\n\nTwo men arrested on Canada-wide arrest warrants after Montreal home invasion\n\n‘No one showed any compassion’: A woman ordered flowers for her mother’s funeral in Toronto. They sent them to a B.C. church instead.\n\nMississauga launches investigation after Waterloo councillor waited hours for an accessible taxi ride\n\nHikers wearing shorts and running shoes rescued from North Shore alpine trail\n\nTumbler Ridge Secondary School to be torn down in wake of mass shooting\n\nCalgary dad attacked without provocation while walking his teen to the bus stop\n\nOttawa couple credits dog for alerting them to overnight fire\n\n'Never felt it like this': Famous Montreal barber sees new level of Canadiens fever\n\nCanadiens look to even second-round series with Sabres before shifting to Montreal\n\n‘Looking over their shoulders’: Advocates call for anti-Islamophobia supports as man charged in St. Albert assault\n\nSentence hiked for man who cut off woman's finger and forced her to eat it\n\n‘Every parent’s worst nightmare’: Mothers push for runaway child bill after teens repeatedly leave home\n\nNo deal reached in CUPE strike, N.S. long-term care workers remain on picket lines\n\nManitoba Premier Wab Kinew wants word ban lifted in legislature\n\nRegina German Club fundraising for major repairs following roof leak\n\nRegina city council has approved REAL’s sale to Brandt: now what?\n\nHow did a toddler disappear from a Brantford street in 1963?\n\nHundreds evacuated due to flooding in northern Sask. First Nation communities\n\nSaskatoon pilot project to remove most Sutherland parking pay stations\n\nFormer CEO charged with fraud in connection with northern Ont. gold mine\n\nToronto-linked drug suspects charged in northwestern Ont.\n\n‘Municipal laws don’t matter when people are being killed’: London resident calls for safety improvement at Highbury and Dingman\n\nGreen Lane Landfill nears capacity, St. Thomas seeks answers from Toronto on waste future\n\nTemperatures to drop to freezing mark in some parts of region\n\nWhere construction crews are at with Dunlop Street underpass\n\nOver 500 TRQSS workers may have reached a deal with their employer\n\nWindsor Regional says no local hantavirus planning underway, risk to public remains low\n\nIndependents branded 'NDP farm team' for helping shut down FOI debate\n\nCanadian unable to visit dying brother due to U.K. passport issue\n\nB.C. anti-gang unit says 11 arrested in illegal gambling investigation\n\nSpain readies for evacuations as a hantavirus-hit cruise ship heads for the Canary Islands\n\nStarmer says he won’t quit after local elections deliver losses for Labour, wins for Reform UK\n\nDutch Princess Margriet visiting birthplace, attending tulip festival while in Ottawa\n\nSnowbirds could be grounded for years, Conservatives warn\n\nPM Carney planning new legislation to expedite more project approvals\n\nJapanese video-game maker Nintendo raises Switch price, forecasts lower profits\n\nTelus reports first-quarter profit and revenue down from year ago\n\nHow a mother of Elon Musk’s children became a key witness in his lawsuit against OpenAI\n\nBeing married may come with an unexpected health benefit, study suggests\n\nGovernment says 3 Canadians isolating at home after hantavirus ship outbreak\n\nWorried about hantavirus? Take precautions when opening cottages, sheds, PHAC expert advises\n\nDavid Attenborough, the excited but hushed voice of nature programs, turns 100\n\nNo, AI actors are not eligible for the Golden Globes, organizers say\n\nBlake Lively's lawyers fuel feud with claim of victory after 'It Ends With Us' settlement\n\nCanada captain Davies sustains hamstring injury weeks before World Cup\n\nReal Madrid's Valverde suffers head injury in alleged altercation with teammate Tchouaméni\n\nU.S. President Trump on high World Cup ticket prices: ‘I wouldn’t pay it either’\n\nWas Bigfoot just spotted in Ohio? Reported sightings stoke a long-running hunt for answers\n\nElaborately decorated skeletons in Catholic churches across Bavaria take some visitors by surprise\n\nWhy modern witches are making pilgrimages to an ancient Turkish temple\n\nAt least 3 hikers killed by volcano eruption on Indonesian island\n\nParade of ghostly icebergs brings joy and wonder to Newfoundland and Labrador\n\n8-year-old boy attacked by beaver at park, hospitalized\n\nTech is turning increasingly to religion in a quest to create ethical AI\n\nA new experiment deepens the mystery over gravitational constant, Big G\n\nAs AI fuels a surge in travel scams, here's how you can protect yourself", + "chars": 4561, + "sha256": "f9041f3bc48cf4f1deaf2a0640c5553aa91503b7f0b22f8ed2aaf3aaf78d380d", + "staged_file": "02_ctvnews-ca-wayback.txt", + "paragraphs_kept": "ALL 58 paragraphs, untrimmed", + "method": "Wayback Machine snapshot 20260508125554, deterministic extraction", + "fetched_at": "2026-09-05T13:22:08+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260508125554/https://www.ctvnews.ca/montreal/on-patrol/article/two-men-arrested-on-canada-wide-arrest-warrants-after-montreal-home-invasion/", + "snapshot": "20260508125554", + "note": "live URL was THIN on the first pass; text comes from an archived copy dated 2026-05-08", + "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." }, { "field": "url_3", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.journaldemontreal.com/2026/05/07/violations-de-domicile-une-famille-montrealaise-prise-pour-cible-pour-de-la-cryptomonnaie", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "journaldemontreal.com", + "language": "unknown", + "text": "Violations de domicile: une famille montréalaise prise pour cible pour de la cryptomonnaie | JDM\n\nCette résidence de l’arrondissement Sud-Ouest a été prise pour cible quatre fois en quelques semaines par des suspects voulant y perpétrer des violations de domicile.\n PHOTO OLIVIER FAUCHER\n\nLa famille d’un Montréalais œuvrant en cryptomonnaie a été ciblée par quatre tentatives de violations de domicile en quelques semaines cet hiver, dont une où un coup de feu a été tiré et qui a récemment mené à deux arrestations.\n\n« C’est un crime crapuleux et violent », s’indigne Pierre-Marc Houle, commandant de la Section des enquêtes par projet Sud du Service de police de la Ville de Montréal (SPVM).\n\nLe corps de police a annoncé jeudi l’arrestation dans la région de Toronto d’un mineur de 17 ans et de Christopher Ethan Prince, 20 ans, en lien avec une violation de domicile survenue le 28 janvier dernier, dans l’arrondissement du Sud-Ouest.\n\nCe jour-là, un entrepreneur du domaine de la cryptomonnaie se trouvait dans sa maison avec sa conjointe et ses quatre enfants, dont trois sont en bas âge. Un professeur de musique privé se trouvait aussi dans la résidence.\n\n• Regardez aussi ce podcast vidéo tiré de l'émission de Benoit Dutrizac, diffusée sur les plateformes QUB et simultanément sur le 99.5 FM Montréal :\n\nVers 19 h 30, un individu prétendant être un livreur de colis s’est présenté à la résidence familiale. Lorsqu’un occupant a ouvert la porte, lui et trois complices seraient entrés.\n\n« Quand la victime [l’entrepreneur en cryptomonnaie] est descendue du deuxième étage, c’est là qu’elle a été confrontée avec les suspects. L’un d’entre eux aurait fait feu et c’est un autre suspect qui aurait été atteint à l’abdomen », a indiqué M. Houle.\n\nLe commandant Pierre-Marc Houle, chef de section des enquêtes par projets Sud du SPVM\n \n \n Photo Agence QMI, JOEL LEMAY\n\nLe père de famille n’a heureusement subi qu’une légère blessure du bras, qui n’a pas été causée par le coup de feu.\n\nLes bandits ont ensuite pris la fuite en laissant plusieurs « éléments de preuves » sur les lieux, selon le SPVM.\n\nLes suspects, originaires de la région de Toronto, ne se connaissaient pas tous. Ils auraient accepté un contrat via les réseaux sociaux qui ciblait cet homme en lien avec la cryptomonnaie, a précisé le commandant Houle.\n\nLa famille n’était toutefois pas au bout de ses peines. Début mars, des suspects ont fait trois nouvelles tentatives de violation de domicile en autant de jours à la même résidence.\n\n« Ça n’a pas fonctionné, mais c’est très inquiétant. Il y a eu des moyens de protection déployés [sur la maison] et les suspects ont été aperçus. Ils ne sont pas rentrés dans la maison », fait savoir le commandant Houle.\n\nLe 11 mars, la famille a décidé de quitter les lieux pour des raisons de sécurité.\n\n« On se met à la place des victimes qui sont carrément traumatisées. Ce sont ces gens sans histoire », déplore M. Houle.\n\nAu cours des dernières années, plusieurs crimes similaires en lien avec la cryptomonnaie sont survenus dans le grand Montréal. Dans la plupart des cas, l’objectif est de dérober des fonds sur place en obtenant un transfert pouvant atteindre des centaines de milliers de dollars.\n\nL’enquête sur l’événement du 28 janvier se poursuit afin de retrouver deux autres suspects, dont un âgé de 16 ans. D’autres individus pourraient aussi être traqués par le SPVM en lien avec les tentatives de début mars, précise le commandant Houle.\n\nUn survol intelligent pour rester à jour, même le midi\n\nVoir toutes nos infolettres\n Voir la politique de confidentialité\n\nVous devez être connecté pour commenter. Se connecter\n\nBienvenue dans la section commentaires! Notre objectif est de créer un espace pour un discours réfléchi et productif. En publiant un commentaire, vous acceptez de vous conformer aux Conditions d'utilisation.", + "chars": 3854, + "sha256": "096e1774d23579568290c907062d38b6512b22aea936c0ef9978092ee2594ffb", + "staged_file": "03_journaldemontreal-com-wayback.txt", + "paragraphs_kept": "headline [0] + 3-24 of 26", + "method": "Wayback Machine snapshot 20260509063918, deterministic extraction", + "fetched_at": "2026-09-05T13:22:12+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260509063918/https://www.journaldemontreal.com/2026/05/07/violations-de-domicile-une-famille-montrealaise-prise-pour-cible-pour-de-la-cryptomonnaie", + "snapshot": "20260509063918", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2026-05-09", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-24 plus headline [0]; dropped 2 leading and 1 trailing paragraphs. Case-term hits on page: 18.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "437": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.leparisien.fr/faits-divers/bondy-frappees-et-ligotees-au-petit-matin-les-victimes-du-home-jacking-navaient-pas-de-cryptomonnaie-09-05-2026-IOMODLNJEZGJHOUEN37Z3NS2VM.php", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "leparisien.fr", + "language": "unknown", + "text": "Bondy : frappées et ligotées au petit matin, les victimes du home-jacking n’avaient pas de cryptomonnaie - Le Parisien\n\nPeu après 5 heures du matin, mercredi, trois hommes armés ont pénétré dans ce pavillon du sud de Bondy, après avoir fracturé la porte d’entrée. Le couple, surpris dans son sommeil, a été frappé et ligoté par les agresseurs, qui ont exhibé une arme de poing.\n\nLes cambrioleurs avaient ensuite fouillé les lieux, à la recherche de cryptomonnaies, persuadés que leurs victimes en possédaient. Sans succès. Ils ont pris la fuite en emportant des ordinateurs et un smartphone. Après avoir pris le temps d’asséner un coup de poing au visage d’une victime. Après avoir défait ses liens, le couple a pu donner l’alerte. Rapidement sur place, les forces de l’ordre ont procédé aux premières constatations.\n\nD’après Actu17, qui a révélé l’information, les suspects auraient peu de temps après les faits été localisés dans le XVIIIe arrondissement de Paris. Mais ils ont réussi à échapper aux policiers de la brigade anticriminalité aussitôt déployés pour les interpeller. Ils n’ont pas eu le temps de s’enfuir avec leur butin, laissé sur place. L’enquête a été confiée au service départemental de police judiciaire de la Seine-Saint-Denis (SDPJ 93). Contacté, le parquet de Bobigny n’a pas donné suite.\n\nCette affaire illustre la tendance du moment en matière de criminalité : les attaques low-cost liées à la cryptomonnaie se multiplient. Selon une note de la police judiciaire, datant de janvier dernier, « en France, le nombre d’attaques (enlèvements, séquestrations, extorsions, vols aggravés, etc.) à l’occasion desquels la victime effectue une transaction en cryptoactifs sous la contrainte progresse depuis 2023. Entre le 1er juillet 2023 et le 31 décembre 2025, une quarantaine de faits a ainsi été recensée. »\n\nUne explosion des affaires de plus en plus mal ficelées, à des années-lumière du professionnalisme de l’affaire David Balland. En janvier 2025, ce cofondateur et associé de Ledger, start-up spécialisée dans le secteur de la cryptomonnaie, avait été enlevé à Vierzon (Cher) avec sa femme par un commando violent. Les ravisseurs n’avaient pas hésité à lui couper un doigt.", + "chars": 2200, + "sha256": "4e6c7288e64cda4e8038372a1bcd988947a631682da2215b7e6048f80bbf24d6", + "staged_file": "01_leparisien-fr-wayback.txt", + "paragraphs_kept": "headline [0] + 3-7 of 11", + "method": "Wayback Machine snapshot 20260523032750, deterministic extraction", + "fetched_at": "2026-09-05T13:22:16+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260523032750/https://www.leparisien.fr/faits-divers/bondy-frappees-et-ligotees-au-petit-matin-les-victimes-du-home-jacking-navaient-pas-de-cryptomonnaie-09-05-2026-IOMODLNJEZGJHOUEN37Z3NS2VM.php", + "snapshot": "20260523032750", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2026-05-23", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-7 plus headline [0]; dropped 2 leading and 3 trailing paragraphs. Case-term hits on page: 22.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_2", @@ -1565,7 +1700,9 @@ "verdict": "BLOCKED", "url": "https://www.gendarmerie.interieur.gouv.fr/gendinfo/criminalite-organisee-et-enquetes/2026/crypto-rapt-en-haute-garonne-trois-nouvelles-interpellations-par-les-enqueteurs-de-la-section-de-recherches-de-toulouse", "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such", + "archive_tried": "2026-09-05T13:22:22+00:00", + "archive_note": "no Wayback Machine snapshot exists for this URL" } ], "435": [ @@ -1793,14 +1930,18 @@ "verdict": "BLOCKED", "url": "https://www.letelegramme.fr/finistere/ploudalmezeau-29830/a-ploudalmezeau-une-famille-sequestree-puis-delestee-de-700-000-eur-en-cryptomonnaies-exclusif-7030440.php", "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such", + "archive_tried": "2026-09-05T13:22:25+00:00", + "archive_note": "no Wayback Machine snapshot exists for this URL" }, { "field": "url_2", "verdict": "THIN", "url": "https://france3-regions.franceinfo.fr/bretagne/finistere/brest/5-membres-d-une-famille-de-ploudalmezeau-sequestres-pour-un-portefeuille-de-cryptomonnaie-3339032.html", "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule", + "archive_tried": "2026-09-05T13:22:32+00:00", + "archive_note": "no Wayback Machine snapshot exists for this URL" }, { "field": "url_3", @@ -1843,7 +1984,52 @@ "verdict": "BLOCKED", "url": "https://fox5sandiego.com/news/border-report/group-linked-to-9-kidnappings-in-three-states/", "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such", + "archive_tried": "2026-09-05T13:22:35+00:00", + "archive_note": "no Wayback Machine snapshot exists for this URL" + }, + { + "field": "extra_1", + "verdict": "THIN", + "url": "https://www.justice.gov/usao-mdnc/pr/twelve-defendants-sentenced-violent-home-invasion-robberies-steal-cryptocurrency", + "source": "US Department of Justice", + "note": "NOT on the DB record. Found 2026-09-06 by web search because the linked source(s) gave no usable text. extractor recovered very little; needs the WebFetch path or a site-specific rule" + }, + { + "field": "extra_2", + "verdict": "KEEP", + "url": "https://decrypt.co/249637/florida-man-47-years-prison-bitcoin-home-invasion-ring", + "source": "Decrypt", + "language": "unknown", + "text": "Florida Man Hit With 47 Years in Prison Over Violent Home Invasions to Steal Bitcoin - Decrypt\n\nA Florida man was sentenced to 47 years in prison last Wednesday for orchestrating a series of home violent invasions targeting owners of Bitcoin and other cryptocurrencies, stealing $3.5 million through brute force and SIM-swapping attacks alongside 13 other co-conspirators.\n\nRemy St Felix, 24, was the leader of a home invasion crew that held victims at gunpoint in Delray Beach and Homestead, Florida, according to the U.S. Department of Justice (DOJ). St Felix’s victims were assaulted and bound with plastic zip ties before being forced to send digital assets to wallets controlled by the criminal organization, authorities said.\n\nFelix’s sentencing follows his conviction in late June. He was found guilty on nine counts, including conspiracy, kidnapping, Hobbs Act robbery, wire fraud, and brandishing a firearm in furtherance of crimes of violence.\n\nSt Felix faced a minimum sentence of seven years, with charges carrying a potential life sentence. The court ordered him to pay $524,000 in restitution, representing the value of cryptocurrency and other assets stolen over the course of his scheme.\n\nThe crew’s victims were targeted across broad swaths of the United States, ranging from Texas to New York and North Carolina. Law enforcement said that the crew also leveraged decentralized finance tools to launder the proceeds from their crimes.\n\nThe robberies took place between September 2022 and July 2023. But the scheme came to an end when St Felix was arrested on his way to New York with two firearms and plastic zip ties, authorities said.\n\nThe organization’s criminal activity wasn’t limited to acts of physical violence. Obtaining access to victims’ accounts on crypto exchanges using their phone numbers, the crew stole digital assets through a tactic known as SIM-swapping, according to law officials.\n\n11:30 AM05:30 PM11:30 PM05:15 AM11:15 AM\n\nToday$78,000 to $80,000$78k–$80k53% chance\n\nPrice data by CoinGeckoCoinGeckoMore Bitcoin news and projections →\n\nIn a press release, the DOJ recalled one instance in which a Florida victim was abducted from his home, taken 120 miles away, and beaten while being held hostage. In a separate robbery, a victim's family members were restrained for three hours in Texas before crew members made off with $150,000 in cash and luxury watches.\n\nA co-conspirator of St Felix, Jarod Gabriel Seemungal, 23, was sentenced to 20 years in prison for his involvement. Authorities said that Seemigul provided members of the crew with firearms, rental cars and hotel rooms. The court ordered him to pay $4 million in restitution.\n\nWhile the case was spearheaded by the FBI’s field office in Charlotte, North Carolina, agents in New York, Miami, and Houston assisted with the case, among other members of law enforcement.\n\nPrison sentences for other co-conspirators have ranged from 12 to 25 years. Two co-conspirators, who pleaded guilty to respective roles in a kidnapping conspiracy, are scheduled to be sentenced October 1.\n\nStart every day with the top news stories right now, plus original features, a podcast, videos and more.", + "chars": 3179, + "sha256": "2dd2c9bb3f5be0e5ad831a0ee43b9fa585904960fbad7d222de449aa2509d1d5", + "staged_file": "03_decrypt-co.txt", + "paragraphs_kept": "headline [0] + 1-15 of 16", + "method": "raw HTTP retrieval, deterministic extraction", + "fetched_at": "2026-09-06T11:18:44+00:00", + "http": 200, + "note": "NOT on the DB record. Found 2026-09-06 by web search because the linked source(s) gave no usable text.", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-15 plus headline [0]; dropped 0 leading and 0 trailing paragraphs. Case-term hits on page: 8.", + "trimmed_by": "auto (propose_cuts, unreviewed)" + }, + { + "field": "extra_3", + "verdict": "KEEP", + "url": "https://fortune.com/crypto/2024/06/26/bitcoin-gunpoint-criminal-gang-home-invasions-federal-case", + "source": "Fortune", + "language": "unknown", + "text": "Florida man convicted for role in stealing hundreds of millions in crypto through home invasions | Fortune\n\nSome Fortune Crypto pricing data is provided by Binance.\n\nBitcoin at gunpoint: Florida man convicted for role in stealing hundreds of millions in crypto through home invasions\n\nThe incident follows a trend of physical attacks on people who own Bitcoin and other cryptocurrency.\n\nAdd Fortune on Google for similar content.\n\nA Florida man has been convicted of scheming to steal cryptocurrencies—but not in the way you might first expect. Remy St Felix, a 24-year-old from West Palm Beach, was found guilty by a federal jury in North Carolina for his role in overseeing a gang that broke into U.S. homes, violently kidnapped citizens, and stole their crypto.\n\nWhile $1.7 billion in crypto was stolen last year, the lion’s share was via hackers breaking into wallets and exchanges remotely, according to Chainalysis. Crypto stolen in person—such as by physically forcing a victim to drain an account—is reported far less often.\n\nSt Felix was convicted on nine counts, including conspiracy, kidnapping, and using a firearm to further crimes of violence. He is scheduled to be sentenced on Sept. 11 and faces a prison sentence ranging from seven years to life.\n\nAccording to prosecutors, St Felix led a gang that targeted crypto owners between September 2022 and July 2023. In total, the gang members stole hundreds of millions of dollars in crypto by forcing themselves into homes and holding victims captive until they drained their own accounts.\n\nSt Felix both planned and orchestrated a series of robberies in Florida, North Carolina, Texas, and New York. His conviction on Wednesday is one of more than a dozen tied to the case.\n\nOnce the gang picked targets, it would hack into their email accounts and conduct physical surveillance prior to the attacks. St Felix and his coconspirators reportedly attempted to hide their tracks by using encrypted messaging platforms. Once the funds were stolen, they were laundered through Monero, an anonymity-enhanced cryptocurrency, as well as “instant exchanges” such as Changelly, Shapeshift, and ChangeNOW, that don’t require know-your-customer audits, according to prosecutors.\n\nOne example of an attack presented to the jury occurred in April 2023. Here, St Felix and his crew forced their way into a home, where they assaulted, zip-tied, and held at gunpoint their victim. While the gang threatened more violence against the victim and their spouse, the victim forcibly transferred $150,000.\n\n“The victims in this case suffered a horrible, painful experience that no citizen should have to endure,” U.S. Attorney Sandra J. Hairston for the Middle District of North Carolina said in a statement. “The defendant and his coconspirators acted purely out of greed and callously terrorized those they targeted. The jury’s verdict in this case represents a vital step in securing justice for these victims.”", + "chars": 2953, + "sha256": "71b7e50e5d756cf135b0f1fc4d889c26f8b1edd6c61d83a9cd29bdbb22375b57", + "staged_file": "04_fortune-com.txt", + "paragraphs_kept": "headline [0] + 1-12 of 15", + "method": "raw HTTP retrieval, deterministic extraction", + "fetched_at": "2026-09-06T11:18:46+00:00", + "http": 200, + "note": "NOT on the DB record. Found 2026-09-06 by web search because the linked source(s) gave no usable text.", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-12 plus headline [0]; dropped 0 leading and 2 trailing paragraphs. Case-term hits on page: 7.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "429": [ @@ -1958,23 +2144,41 @@ "verdict": "THIN", "url": "https://france3-regions.franceinfo.fr/nouvelle-aquitaine/pyrenees-atlantiques/bayonne/cinq-hommes-cagoules-sequestrent-les-occupants-d-une-villa-du-pays-basque-pour-retrouver-un-chef-d-entreprise-lie-aux-cryptomonnaies-3334103.html", "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule", + "archive_tried": "2026-09-05T13:22:40+00:00", + "archive_note": "Wayback snapshot 20260508143702 extracted to only 135 chars (page needs a browser to render)", + "archive_url": "http://web.archive.org/web/20260508143702/https://france3-regions.franceinfo.fr/nouvelle-aquitaine/pyrenees-atlantiques/bayonne/cinq-hommes-cagoules-sequestrent-les-occupants-d-une-villa-du-pays-basque-pour-retrouver-un-chef-d-entreprise-lie-aux-cryptomonnaies-3334103.html" } ], "426": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.leparisien.fr/faits-divers/boulogne-les-agresseurs-ciblent-jeune-investisseur-en-crypto-se-trompent-dadresse-et-finissent-en-garde-a-vue-07-04-2026-WESX3VDQLNALFLW4UUQRVMVXHU.php", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "leparisien.fr", + "language": "unknown", + "text": "Boulogne : les agresseurs ciblent un jeune investisseur en crypto, se trompent d’adresse et finissent en garde à vue - Le Parisien\n\nLes agressions à domicile sur fond de crypto se multiplient. Et elles ne sont pas toujours très bien préparées. Quatre jeunes, âgés de 21 à 24 ans, ont été mis en examen le 2 avril dernier à Nanterre (Hauts-de-Seine), pour association de malfaiteurs en vue de la préparation d’un crime. Ils sont soupçonnés d’avoir, le 29 mars 2026 à Boulogne-Billancourt, tenté d’attaquer un jeune investisseur en crypto, seulement âgé de 23 ans.\n\nTout commence dimanche 28, vers 23h45. L’habitant d’une péniche est dérangé par un inconnu qui sonne à sa porte en se faisant passer pour un livreur. Compte tenu de l’heure tardive, ce quinquagénaire prudent n’ouvre pas à cet imposteur qui porte un gilet jaune. Il prévient aussitôt la police. Une patrouille arrive rapidement sur place et repère une Toyota Auris.\n\nQuatre silhouettes sont à bord et les fonctionnaires leur passent les menottes. Dans la voiture, ils découvrent un couteau, plusieurs liens en plastique, des gants, un bonnet et des gilets jaunes neufs, encore sous emballage.\n\nCes garçons originaires de Brunoy (Essonne) et du VIIe arrondissement de la capitale sont placés en garde à vue à Nanterre avant d’être transférés dans les locaux de la brigade de répression du banditisme de Paris. L’exploitation du contenu d’un téléphone est déterminante.\n\nUne photo de leur cible dans un téléphone\n\nLes enquêteurs y ont découvert une photo et une adresse située près du lieu de leur arrestation. « L’équipe s’est trompée d’adresse et ciblait en fait un jeune étudiant féru de mathématiques qui fait des investissements en cryptomonnaie », explique une source proche de l’affaire. Sans surprise, les quatre jeunes gens ont gardé le silence lors de leurs auditions. La suite des investigations doit permettre d’y voir plus clair. Il s’agit notamment de déterminer s’ils ont agi sur les ordres d’un commanditaire.", + "chars": 1986, + "sha256": "7d8d2d88fc67796729fe3c9e7e8e7d263bb5d6020b0b922139c9510e99b64839", + "staged_file": "01_leparisien-fr-wayback.txt", + "paragraphs_kept": "headline [0] + 1-6 of 10", + "method": "Wayback Machine snapshot 20260508143702, deterministic extraction", + "fetched_at": "2026-09-05T13:22:44+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260508143702/https://www.leparisien.fr/faits-divers/boulogne-les-agresseurs-ciblent-jeune-investisseur-en-crypto-se-trompent-dadresse-et-finissent-en-garde-a-vue-07-04-2026-WESX3VDQLNALFLW4UUQRVMVXHU.php", + "snapshot": "20260508143702", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2026-05-08", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-6 plus headline [0]; dropped 0 leading and 3 trailing paragraphs. Case-term hits on page: 17.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_2", "verdict": "THIN", "url": "https://www.surfcoastnews.com.au/finance/76504/", "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule", + "archive_tried": "2026-09-05T13:22:48+00:00", + "archive_note": "no Wayback Machine snapshot exists for this URL" } ], "425": [ @@ -2033,76 +2237,118 @@ "424": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.sfchronicle.com/crime/article/crypto-wrench-attack-home-invasion-22088091.php", "source": "sfchronicle.com", "language": "unknown", - "text": "Crime ring stole millions in crypto in California ‘wrench attacks’\n\nFake deliveries, then guns: How a ‘wrench attack’ crime ring chased crypto millions from S.F. to L.A.\n\nDaymond Gascon/S.F. Chronicle; Getty Images\n\nBy Megan Cassidy, Staff WriterApril 3, 2026\n\nSan Francisco, San Jose, Sunnyvale, Los Angeles.\n\nIn each city, the plan was the same: Stake out a major cryptocurrency holder, pose as a food or package courier, and pull out the gun.\n\nDocuments obtained by the Chronicle reveal evidence that police say links three attempted armed crypto robberies in the Bay Area and Los Angeles in December to a harrowing home invasion a month earlier, in which a San Francisco man was drained of $13 million worth of digital currency after members of the crime ring ordered pizzas to his home before binding him with duct tape, pistol-whipping him and threatening to cut off his fingers.\n\nAs of this week, three men from Tennessee were in custody and charged in connection with the targeting of large crypto account holders in two of the crimes, in Sunnyvale and Los Angeles. Sources said authorities were still looking for higher-level operatives in the four cases, which resemble an emerging strain of crypto theft known as “wrench attacks.”\n\nUnlike other crimes that use hacking or social engineering scams to access victims’ funds remotely, wrench attacks rely on more brutish methods of coercion like kidnapping and torture. The crime’s nickname stems from a stick-figure web comic depicting one cybercriminal instructing another to hit a victim “with this $5 wrench until he tells us the password.”\n\nA recent report from cybersecurity firm Certik showed 72 documented instances of wrench attacks across the globe in 2025 — a 75% spike from the year prior — though the company said the crimes are certainly underreported.\n\nCases that are known to the public have laid bare some of the extreme measures criminals have taken to extract the victims’ funds. In January 2025, a gang in France abducted a crypto firm’s co-founder and his wife, cut off one of the man’s fingers, and held the pair ransom under demands for funds from the company. In May, an Italian man was held captive for weeks in a Manhattan town house while abductors beat him, shocked him with electric wires and held him over a ledge in order to get his Bitcoin password.\n\nThe attacks bring into sharp relief how some of the key selling points of crypto — decentralization from banks, the ease of transferring large sums, irreversible transactions — also double as its vulnerabilities.\n\nBanks are tightly regulated by laws meant to protect consumers from theft and fraud. They can freeze accounts or reverse funds, set limits on the amounts that can be transferred in one day, and flag suspicious activities.\n\nCrypto, meanwhile, is attractive because of the autonomy it affords account holders, said Ari Redbord, head of global policy at TRM Labs, a firm that monitors and investigates digital-asset fraud.\n\n“The promise of the technology itself is this idea of cross-border value transfer at the speed of the internet,” Redbord said.\n\n“However,” he added, “bad guys also want to move funds, and transactions are irreversible, which makes it very ripe for this type of activity.”\n\nWhile specifics on how the thieves identified or found their targets in California remains unclear, police and court records, as well as interviews with individuals close to the investigations, shed light on some of the patterns.\n\nA Sunnyvale financial crimes detective who investigated one of the recent cases, and asked to withhold his name, described the robberies as a “long play” that begins with surveillance. In at least some of the recent cases, this involved infiltrating the victim’ delivery apps like DoorDash or Uber Eats with malware, allowing thieves to learn the victim’s address and other key information.\n\n“They figure out your trends, your life cycle,” said the detective. “What do you normally order online? What do you normally order for takeout? Where do your packages normally come from? And then the suspects are disguising themselves as Door Dash drivers or UPS delivery drivers — finding a way to get you to your front door and open the front door.”\n\nA victim who spoke to the Chronicle but asked that their name be withheld said the suspects visited their home multiple times. Three days before the incident, someone had dropped off cookies from a bakery he had recently ordered from.\n\nAfter speaking with detectives, the victim learned one of his recycled passwords was likely compromised in a data breach, laying the groundwork for a targeted attack.\n\nWhile he said it’s not clear exactly how the suspects found him, the victim said a common scenario begins with hackers distributing batches of information to a second layer of bad actors, often through apps like Telegram or Signal.\n\nFrom there, the victim said the attacker will try something known as “password spraying” — testing out email and password combinations on multiple apps.\n\n“They’ll just spam that password on as many accounts as they can get into,” the victim said. “For me, it was my DoorDash and Uber Eats accounts. I hadn’t changed those passwords in so long.”\n\nIn his own case, the victim said he learned from detectives that the suspects at his house were in contact with a third party who passed along intel on some of the victims’ online orders.\n\n“They would get screenshots from the person behind it, like, ‘Hey, this guy’s DoorDashing up at this place. Go pick up a fake order.”\n\nRecords show at least two victims in the recent California attacks were expecting a delivery when the suspect arrived carrying the same item or a similar one. In the San Francisco and Los Angeles cases, the suspects called their victims on multiple occasions — from the same phone number — to confirm a time to accept their purported delivery. In at least three of the cases, the victims received food deliveries that they didn’t order prior to the attack.\n\nMentions of DoorDash were another common thread. Records showed one of the phone numbers linked to a suspect called DoorDash’s customer service line three times between the time the phone account was created on Nov. 21, and the San Francisco robbery the following day. In the Sunnyvale case, one of the coffees that the victim didn’t order had a DoorDash receipt on its bag.\n\nA spokesperson for DoorDash said it could not respond to specific questions due to the ongoing nature of the investigations. The spokesperson said the company was working with the FBI and other law enforcement agencies “to support their investigations and help ensure those responsible are brought to justice.”\n\nLocal police agencies told the Chronicle that the FBI is involved in investigating the cases. A spokesperson for the FBI declined to comment other than to confirm the agency is investigating the San Francisco case.\n\nThe San Francisco victim told police he had been expecting a package when a young man arrived at his doorstep in the Mission Dolores neighborhood around 5 p.m. on Nov. 22, carrying a white box.\n\nThe victim had received multiple calls from the same phone number in the hours before the visit, from a caller who claimed to be a UPS employee attempting to deliver a package.\n\nWhat came next, according to police reports, was an hourlong ordeal in which the robber, after pushing his way into the home, bound the victim with duct tape, pistol-whipped him and repeatedly threatened to kill him while demanding access to his phone and laptop.\n\nAll the while, the robber spoke on the phone, taking instructions from several people, including a man with a “raspy voice,” according to records. The victim recalled hearing what sounded like a voice modulator used by a person on the phone, as well as threats to cut off his fingers if he didn’t comply with the group’s demands. The thieves ultimately made off with $10 million in Bitcoin and $3 million in Ethereum — holdings the victim later told police were publicly known.\n\nIt wasn’t until after the robbery that the victim noticed two boxes of pizza that he didn’t order, sitting outside his home.\n\nAt the onset of the investigation, San Francisco police obtained search warrants for two key phone numbers: one for a number that ordered the pizzas, and another for one that called the victim about the purported UPS delivery.\n\nThe numbers were burners, created only a day before the robbery, but logs of text messages and phone calls cracked open other leads and helped signal to police that the cases were related, according to documents reviewed by the Chronicle.\n\nSix phone calls made from one of the suspect numbers — in between calls to the San Francisco victim on the day of his robbery — were to a Los Angeles man who was zip-tied, duct-taped and beaten inside his Los Angeles home on New Year’s Eve, following a delivery ruse. The two home invaders, as well as another suspect on the phone, demanded the man’s crypto.\n\n“It appears a suspect in the San Francisco crypto robbery was seeking intel on the Los Angeles victim on the same day,” San Francisco police Sgt. Ryan Hart told a judge in January as part of a request for additional search warrants.\n\nOn Dec. 17, a San Jose man who was stepping out of his vehicle after returning to his home noticed someone standing next to his driveway.\n\nThe person, the resident later said, produced a black handgun and ordered him to enter the garage and close the door. The suspect then hit the man on the back of the head. The victim fell to the ground, he told police, pretending to be injured.\n\nThe attack was interrupted by an Amazon truck that drove by, the victim said, prompting the suspect and another person to flee on foot. The victim later told officers he believed he was targeted because information on his crypto holdings had recently been leaked, according to a police report.\n\nHe additionally relayed strange, earlier incidents he suspected could be connected. On Dec. 6, he received two pizza deliveries he didn’t order, the man said. About a week later, on Dec. 15, he was approached by people who claimed to work for a power-washing company and offered to clean his driveway for free. The victim “believed this was odd and he rejected their attempts several times,” police said.\n\nFive days after the San Jose attack, on the morning of Dec. 22, Sunnyvale police were called to a home to investigate a report that a man who said he was delivering a DoorDash order for coffee had pushed his way inside and aimed a gun at the victim who answered the door.\n\nAfter the victim pushed back, the man ran away and fled in a black Kia sedan. The suspect, identified as 21-year-old Nino Chindavanh of Tennessee, was pulled over and arrested and is facing charges of attempted robbery and burglary in Santa Clara County.\n\nIn the car, police seized a wallet containing identification, medical documentation and debit cards issued to a man named Jayden Rucker, police said.\n\nA police review of the residents’ doorbell camera footage showed Chindavanh and another unidentified man attempting to deliver Starbucks coffees both before and after the real order.\n\nFour times in a matter of two hours, police said, either Chindavanh or the other man approached the residence. In the final visit, police said, Chindavanh said, “It says I can’t cancel the order,” before pulling out the gun.\n\nEight days later, a resident in the Sunnyvale home contacted police again, reporting that another coffee no one had ordered had arrived at the house. The victim told police they had a large sum of cryptocurrency.\n\nAfter viewing security footage, police said they believed this person was Jayden Rucker, the man whose wallet was left in the Kia. Police believed Rucker was also the second suspect who was in the bushes at the time of the incident a week earlier.\n\nThe following day, at a home in Los Angeles’ tony Brentwood neighborhood, a man delivering a package to the resident asked for a glass of water. The victim agreed and walked into the kitchen, police said.\n\nThe suspect followed him inside, pointed a gun at him and bound him with zip ties and duct tape. A second suspect arrived, and the pair called a third person on speakerphone whose voice appeared to be distorted by a modulator.\n\nThe victim said he gave the intruders the password to his computer, allowing them to view his crypto holdings. The voice on the phone became angry, the victim said, and ordered the home invaders to cut off the victim’s fingers until he showed them the “real amount he had in crypto currency.”\n\nOne of the suspects picked up a knife. But after hearing a helicopter circling above, the two men fled. A witness who had been hiding in the pantry during the attack said she was able to slip out of the house and call 911, according to police records.\n\nAfter a brief car chase, police arrested two suspects, identified as Elijah Armstrong and Jayden Rucker.\n\nArmstrong and Rucker were both charged with robbery, burglary, assault with a firearm and attempted extortion for threatening to cut off the victim’s fingers. Armstrong faces an additional charge of fleeing a pursuing peace officer’s motor vehicle.\n\nIt isn’t clear whether any suspects other than the three charged in Los Angeles and Santa Clara counties have been arrested or identified.\n\nThe Sunnyvale detective said similar enterprises have involved multiple levels of operatives, with everyone getting paid different amounts.\n\n“The larger masterminds behind it don’t want to be the ones physically at a door, that are subject to more risk,” he said. “They’re going to find somebody local, or different crews working throughout the state for a percentage of the profits.”\n\nThe detective said police believe all of the suspects who committed the in-person robberies and assaults in the Bay Area and California have been arrested.\n\nRedbord, of TRM Labs, said that despite crypto’s inherent vulnerabilities, law enforcement and security firms are able to trace the flow of funds through blockchains — the technology underpinning crypto transactions that acts as a ledger. The analysis makes it easier to identify the criminals behind cyberattacks, and has enabled law enforcement to at times seize back the stolen money. It was not clear whether law enforcement has been able to locate or seize back the funds from the San Francisco case.\n\nWrench attacks, Redbord said, are in some ways a natural evolution of crimes like robbery and narcotics trafficking.\n\n“This is not a ‘crypto ring’, per se,” he said. “It’s a, ‘Bad guys always go where the money is.’”\n\nMegan Cassidy is an enterprise reporter focusing on public safety and criminal justice. A longtime crime reporter, Megan has covered issues including the drug market, police accountability and public corruption. Megan is a two-time Mizzou graduate and loves records dives and confidential sources.\n\nTo provide story tips or to obtain her Signal number, email megan.cassidy@sfchronicle.com.\n\nOakland renters had the upper hand. Now, the market is turning against them\n\nAs San Francisco’s artificial intelligence boom drives up housing demand and rents, some of that pressure is moving east across the bay.\n\nWealthy Bay Area region eyes $365 million event center, but not everyone is on board\n\nOakland approved a $105 million teachers deal. One board member’s dual role could threaten it\n\nUC Berkeley close to landing Memorial Stadium’s first major concert in 36 years. Neighbors are worried\n\nYemeni cafés are everywhere in the Bay Area. This restaurant shows its food deserves a spotlight, too\n\n1.\n\nBroadcaster Greg Papa laid off by KNBR as part of shuffle in midday programming\n\n2.\n\nA mysterious landlord. A tenant revolt. Inside a bizarre, only-in-San Francisco housing battle\n\n3.\n\nPowerful El Niño puts California in the bull’s-eye for soaking winter, models show\n\n4.\n\nDo S.F. two-bedrooms really rent for $6,000 now? What the viral claim leaves out\n\n5.\n\nMillions of older adults in California may face higher Medicare prescription drug premiums in 2027", - "chars": 16038, - "sha256": "a023674e67e652a8b36377cb73530ad7e14310ad1e7c75ffb0fd4d4423ea6e4a", + "text": "Crime ring stole millions in crypto in California ‘wrench attacks’\n\nAfter speaking with detectives, the victim learned one of his recycled passwords was likely compromised in a data breach, laying the groundwork for a targeted attack.\n\nWhile he said it’s not clear exactly how the suspects found him, the victim said a common scenario begins with hackers distributing batches of information to a second layer of bad actors, often through apps like Telegram or Signal.\n\nFrom there, the victim said the attacker will try something known as “password spraying” — testing out email and password combinations on multiple apps.\n\n“They’ll just spam that password on as many accounts as they can get into,” the victim said. “For me, it was my DoorDash and Uber Eats accounts. I hadn’t changed those passwords in so long.”\n\nIn his own case, the victim said he learned from detectives that the suspects at his house were in contact with a third party who passed along intel on some of the victims’ online orders.\n\n“They would get screenshots from the person behind it, like, ‘Hey, this guy’s DoorDashing up at this place. Go pick up a fake order.”\n\nRecords show at least two victims in the recent California attacks were expecting a delivery when the suspect arrived carrying the same item or a similar one. In the San Francisco and Los Angeles cases, the suspects called their victims on multiple occasions — from the same phone number — to confirm a time to accept their purported delivery. In at least three of the cases, the victims received food deliveries that they didn’t order prior to the attack.\n\nMentions of DoorDash were another common thread. Records showed one of the phone numbers linked to a suspect called DoorDash’s customer service line three times between the time the phone account was created on Nov. 21, and the San Francisco robbery the following day. In the Sunnyvale case, one of the coffees that the victim didn’t order had a DoorDash receipt on its bag.\n\nA spokesperson for DoorDash said it could not respond to specific questions due to the ongoing nature of the investigations. The spokesperson said the company was working with the FBI and other law enforcement agencies “to support their investigations and help ensure those responsible are brought to justice.”\n\nLocal police agencies told the Chronicle that the FBI is involved in investigating the cases. A spokesperson for the FBI declined to comment other than to confirm the agency is investigating the San Francisco case.\n\nThe San Francisco victim told police he had been expecting a package when a young man arrived at his doorstep in the Mission Dolores neighborhood around 5 p.m. on Nov. 22, carrying a white box.\n\nThe victim had received multiple calls from the same phone number in the hours before the visit, from a caller who claimed to be a UPS employee attempting to deliver a package.\n\nWhat came next, according to police reports, was an hourlong ordeal in which the robber, after pushing his way into the home, bound the victim with duct tape, pistol-whipped him and repeatedly threatened to kill him while demanding access to his phone and laptop.\n\nAll the while, the robber spoke on the phone, taking instructions from several people, including a man with a “raspy voice,” according to records. The victim recalled hearing what sounded like a voice modulator used by a person on the phone, as well as threats to cut off his fingers if he didn’t comply with the group’s demands. The thieves ultimately made off with $10 million in Bitcoin and $3 million in Ethereum — holdings the victim later told police were publicly known.\n\nIt wasn’t until after the robbery that the victim noticed two boxes of pizza that he didn’t order, sitting outside his home.\n\nAt the onset of the investigation, San Francisco police obtained search warrants for two key phone numbers: one for a number that ordered the pizzas, and another for one that called the victim about the purported UPS delivery.\n\nThe numbers were burners, created only a day before the robbery, but logs of text messages and phone calls cracked open other leads and helped signal to police that the cases were related, according to documents reviewed by the Chronicle.\n\nSix phone calls made from one of the suspect numbers — in between calls to the San Francisco victim on the day of his robbery — were to a Los Angeles man who was zip-tied, duct-taped and beaten inside his Los Angeles home on New Year’s Eve, following a delivery ruse. The two home invaders, as well as another suspect on the phone, demanded the man’s crypto.\n\n“It appears a suspect in the San Francisco crypto robbery was seeking intel on the Los Angeles victim on the same day,” San Francisco police Sgt. Ryan Hart told a judge in January as part of a request for additional search warrants.\n\nOn Dec. 17, a San Jose man who was stepping out of his vehicle after returning to his home noticed someone standing next to his driveway.\n\nThe person, the resident later said, produced a black handgun and ordered him to enter the garage and close the door. The suspect then hit the man on the back of the head. The victim fell to the ground, he told police, pretending to be injured.\n\nThe attack was interrupted by an Amazon truck that drove by, the victim said, prompting the suspect and another person to flee on foot. The victim later told officers he believed he was targeted because information on his crypto holdings had recently been leaked, according to a police report.\n\nHe additionally relayed strange, earlier incidents he suspected could be connected. On Dec. 6, he received two pizza deliveries he didn’t order, the man said. About a week later, on Dec. 15, he was approached by people who claimed to work for a power-washing company and offered to clean his driveway for free. The victim “believed this was odd and he rejected their attempts several times,” police said.\n\nFive days after the San Jose attack, on the morning of Dec. 22, Sunnyvale police were called to a home to investigate a report that a man who said he was delivering a DoorDash order for coffee had pushed his way inside and aimed a gun at the victim who answered the door.\n\nAfter the victim pushed back, the man ran away and fled in a black Kia sedan. The suspect, identified as 21-year-old Nino Chindavanh of Tennessee, was pulled over and arrested and is facing charges of attempted robbery and burglary in Santa Clara County.\n\nIn the car, police seized a wallet containing identification, medical documentation and debit cards issued to a man named Jayden Rucker, police said.\n\nA police review of the residents’ doorbell camera footage showed Chindavanh and another unidentified man attempting to deliver Starbucks coffees both before and after the real order.\n\nFour times in a matter of two hours, police said, either Chindavanh or the other man approached the residence. In the final visit, police said, Chindavanh said, “It says I can’t cancel the order,” before pulling out the gun.\n\nEight days later, a resident in the Sunnyvale home contacted police again, reporting that another coffee no one had ordered had arrived at the house. The victim told police they had a large sum of cryptocurrency.\n\nAfter viewing security footage, police said they believed this person was Jayden Rucker, the man whose wallet was left in the Kia. Police believed Rucker was also the second suspect who was in the bushes at the time of the incident a week earlier.\n\nThe following day, at a home in Los Angeles’ tony Brentwood neighborhood, a man delivering a package to the resident asked for a glass of water. The victim agreed and walked into the kitchen, police said.\n\nThe suspect followed him inside, pointed a gun at him and bound him with zip ties and duct tape. A second suspect arrived, and the pair called a third person on speakerphone whose voice appeared to be distorted by a modulator.\n\nThe victim said he gave the intruders the password to his computer, allowing them to view his crypto holdings. The voice on the phone became angry, the victim said, and ordered the home invaders to cut off the victim’s fingers until he showed them the “real amount he had in crypto currency.”\n\nOne of the suspects picked up a knife. But after hearing a helicopter circling above, the two men fled. A witness who had been hiding in the pantry during the attack said she was able to slip out of the house and call 911, according to police records.\n\nAfter a brief car chase, police arrested two suspects, identified as Elijah Armstrong and Jayden Rucker.\n\nArmstrong and Rucker were both charged with robbery, burglary, assault with a firearm and attempted extortion for threatening to cut off the victim’s fingers. Armstrong faces an additional charge of fleeing a pursuing peace officer’s motor vehicle.\n\nIt isn’t clear whether any suspects other than the three charged in Los Angeles and Santa Clara counties have been arrested or identified.\n\nThe Sunnyvale detective said similar enterprises have involved multiple levels of operatives, with everyone getting paid different amounts.\n\n“The larger masterminds behind it don’t want to be the ones physically at a door, that are subject to more risk,” he said. “They’re going to find somebody local, or different crews working throughout the state for a percentage of the profits.”\n\nThe detective said police believe all of the suspects who committed the in-person robberies and assaults in the Bay Area and California have been arrested.\n\nRedbord, of TRM Labs, said that despite crypto’s inherent vulnerabilities, law enforcement and security firms are able to trace the flow of funds through blockchains — the technology underpinning crypto transactions that acts as a ledger. The analysis makes it easier to identify the criminals behind cyberattacks, and has enabled law enforcement to at times seize back the stolen money. It was not clear whether law enforcement has been able to locate or seize back the funds from the San Francisco case.\n\nWrench attacks, Redbord said, are in some ways a natural evolution of crimes like robbery and narcotics trafficking.\n\n“This is not a ‘crypto ring’, per se,” he said. “It’s a, ‘Bad guys always go where the money is.’”\n\nMegan Cassidy is an enterprise reporter focusing on public safety and criminal justice. A longtime crime reporter, Megan has covered issues including the drug market, police accountability and public corruption. Megan is a two-time Mizzou graduate and loves records dives and confidential sources.\n\nTo provide story tips or to obtain her Signal number, email megan.cassidy@sfchronicle.com.\n\nOakland renters had the upper hand. Now, the market is turning against them\n\nAs San Francisco’s artificial intelligence boom drives up housing demand and rents, some of that pressure is moving east across the bay.", + "chars": 10794, + "sha256": "cafddee5b8a70554250bcfa34f1dd0ba28cefc6fd89681170bec1387fa54f74d", "staged_file": "01_sfchronicle-com.txt", - "paragraphs_kept": "ALL 81 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 20-66 of 81", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-08-06T13:40:48+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 20-66 plus headline [0]; dropped 19 leading and 14 trailing paragraphs. Case-term hits on page: 26.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_2", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://ktla.com/news/california/violent-crypto-robberies-los-angeles-bay-area/", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "ktla.com", + "language": "unknown", + "text": "Wealthy California crypto holders targeted in violent ‘wrench attacks’ | KTLA\n\nA series of so-called “wrench attacks,” violent robberies targeting wealthy cryptocurrency holders, are making headlines after victims in Los Angeles and the Bay Area were targeted, the San Francisco Chronicle reported.\n\nOn Nov. 22, a San Francisco man was robbed of $13 million in digital currency after thieves posing as pizza delivery drivers forced their way into his home, bound him with duct tape, beat him with a firearm and threatened to cut off his fingers.\n\nThe victim told investigators he had been expecting a package when a man carrying a white box arrived on the front porch of his Mission Dolores home around 5 p.m.\n\nHe was reportedly pushed away from the door and overtaken. For the next hour, a suspect inside the home and another on the phone demanded his passwords and ultimately made off with $10 million in Bitcoin and $3 million in Ethereum, according to The Chronicle.\n\nExperts say the decentralized nature of cryptocurrencies and the ability to transfer large sums in irreversible transactions, features that attract speculators, also make large account holders vulnerable to bad actors.\n\nThree attempted wrench attacks in Sunnyvale, San Jose and Los Angeles that occurred in the days and weeks following the San Francisco home invasion appear to be linked.\n\nIn some cases, investigators believe suspects infiltrated victims’ DoorDash or Uber Eats accounts and obtained key information, including home addresses.\n\nOn Dec. 17, a San Jose man was met in his driveway by an armed suspect who ordered him into the garage and told him to close the door. He was struck on the back of the head with the gun and fell, later telling investigators he pretended to be seriously injured.\n\nThe suspect and another man were spooked when an Amazon delivery van drove by, prompting them to flee.\n\nThe victim also recounted two pizza deliveries to his home 11 days earlier that he had not ordered. Just two days before the attack, he was approached by individuals offering to power wash his driveway for free, an offer he declined.\n\nFive days later in Sunnyvale, another man reported that a person posing as a DoorDash driver delivering coffee brandished a gun and pushed his way inside the victim’s home. The suspect fled in a black Kia after the victim fought back.\n\nThe suspect was later pulled over and arrested. He was identified as Nino Chindavanh, a 21-year-old resident of Tennessee.\n\nEight days later, a second suspect attempted the same coffee delivery ruse at the same home.\n\nOn New Year’s Eve in Los Angeles’ Brentwood neighborhood, a man posing as a delivery driver asked if he could get a drink of water. The victim obliged and was followed into the home at gunpoint.\n\nHe was bound with duct tape and zip ties by the time a second suspect arrived, while a third person was contacted by phone. The suspects threatened to cut off his fingers, prompting the victim to give up his computer password, allowing them to view his cryptocurrency holdings.\n\nA witness hiding in a pantry during the ordeal managed to escape and call 911.\n\nWhen the suspects heard a helicopter circling overhead, they attempted to flee and were later arrested following a police pursuit.\n\nThe two suspects were identified as Elijah Armstrong and Jayden Rucker, both residents of Tennessee. Rucker’s wallet and ID were also found in the black Kia Chindavanh had been driving.\n\nWhile the three men have been charged with robbery, burglary, assault with a firearm and attempted extortion, among other offenses, investigators believe higher-level operatives are involved in the wrench attacks, a term derived from a web comic.\n\nIt’s unclear if investigators, including those at the Federal Bureau of Investigation, have identified any of the larger players in the scheme.\n\nDetectives believe all suspects involved in the in-person robberies in the Bay Area and Los Angeles have now been taken into custody.\n\nA DoorDash spokesperson told The Chronicle that the company is unable to comment on the cases as the investigation remains ongoing, but said the company is cooperating with state, local and federal investigators.", + "chars": 4187, + "sha256": "6e59a93f7d149506aa3ab7bef2879fc92e66f70a871ae2017a2b065b1cd4f39f", + "staged_file": "02_ktla-com-wayback.txt", + "paragraphs_kept": "headline [0] + 1-22 of 44", + "method": "Wayback Machine snapshot 20260407082519, deterministic extraction", + "fetched_at": "2026-09-05T13:22:51+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260407082519/https://ktla.com/news/california/violent-crypto-robberies-los-angeles-bay-area/", + "snapshot": "20260407082519", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2026-04-07", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-22 plus headline [0]; dropped 0 leading and 21 trailing paragraphs. Case-term hits on page: 11.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "423": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.sfchronicle.com/crime/article/crypto-wrench-attack-home-invasion-22088091.php", "source": "sfchronicle.com", "language": "unknown", - "text": "Crime ring stole millions in crypto in California ‘wrench attacks’\n\nFake deliveries, then guns: How a ‘wrench attack’ crime ring chased crypto millions from S.F. to L.A.\n\nDaymond Gascon/S.F. Chronicle; Getty Images\n\nBy Megan Cassidy, Staff WriterApril 3, 2026\n\nSan Francisco, San Jose, Sunnyvale, Los Angeles.\n\nIn each city, the plan was the same: Stake out a major cryptocurrency holder, pose as a food or package courier, and pull out the gun.\n\nDocuments obtained by the Chronicle reveal evidence that police say links three attempted armed crypto robberies in the Bay Area and Los Angeles in December to a harrowing home invasion a month earlier, in which a San Francisco man was drained of $13 million worth of digital currency after members of the crime ring ordered pizzas to his home before binding him with duct tape, pistol-whipping him and threatening to cut off his fingers.\n\nAs of this week, three men from Tennessee were in custody and charged in connection with the targeting of large crypto account holders in two of the crimes, in Sunnyvale and Los Angeles. Sources said authorities were still looking for higher-level operatives in the four cases, which resemble an emerging strain of crypto theft known as “wrench attacks.”\n\nUnlike other crimes that use hacking or social engineering scams to access victims’ funds remotely, wrench attacks rely on more brutish methods of coercion like kidnapping and torture. The crime’s nickname stems from a stick-figure web comic depicting one cybercriminal instructing another to hit a victim “with this $5 wrench until he tells us the password.”\n\nA recent report from cybersecurity firm Certik showed 72 documented instances of wrench attacks across the globe in 2025 — a 75% spike from the year prior — though the company said the crimes are certainly underreported.\n\nCases that are known to the public have laid bare some of the extreme measures criminals have taken to extract the victims’ funds. In January 2025, a gang in France abducted a crypto firm’s co-founder and his wife, cut off one of the man’s fingers, and held the pair ransom under demands for funds from the company. In May, an Italian man was held captive for weeks in a Manhattan town house while abductors beat him, shocked him with electric wires and held him over a ledge in order to get his Bitcoin password.\n\nThe attacks bring into sharp relief how some of the key selling points of crypto — decentralization from banks, the ease of transferring large sums, irreversible transactions — also double as its vulnerabilities.\n\nBanks are tightly regulated by laws meant to protect consumers from theft and fraud. They can freeze accounts or reverse funds, set limits on the amounts that can be transferred in one day, and flag suspicious activities.\n\nCrypto, meanwhile, is attractive because of the autonomy it affords account holders, said Ari Redbord, head of global policy at TRM Labs, a firm that monitors and investigates digital-asset fraud.\n\n“The promise of the technology itself is this idea of cross-border value transfer at the speed of the internet,” Redbord said.\n\n“However,” he added, “bad guys also want to move funds, and transactions are irreversible, which makes it very ripe for this type of activity.”\n\nWhile specifics on how the thieves identified or found their targets in California remains unclear, police and court records, as well as interviews with individuals close to the investigations, shed light on some of the patterns.\n\nA Sunnyvale financial crimes detective who investigated one of the recent cases, and asked to withhold his name, described the robberies as a “long play” that begins with surveillance. In at least some of the recent cases, this involved infiltrating the victim’ delivery apps like DoorDash or Uber Eats with malware, allowing thieves to learn the victim’s address and other key information.\n\n“They figure out your trends, your life cycle,” said the detective. “What do you normally order online? What do you normally order for takeout? Where do your packages normally come from? And then the suspects are disguising themselves as Door Dash drivers or UPS delivery drivers — finding a way to get you to your front door and open the front door.”\n\nA victim who spoke to the Chronicle but asked that their name be withheld said the suspects visited their home multiple times. Three days before the incident, someone had dropped off cookies from a bakery he had recently ordered from.\n\nAfter speaking with detectives, the victim learned one of his recycled passwords was likely compromised in a data breach, laying the groundwork for a targeted attack.\n\nWhile he said it’s not clear exactly how the suspects found him, the victim said a common scenario begins with hackers distributing batches of information to a second layer of bad actors, often through apps like Telegram or Signal.\n\nFrom there, the victim said the attacker will try something known as “password spraying” — testing out email and password combinations on multiple apps.\n\n“They’ll just spam that password on as many accounts as they can get into,” the victim said. “For me, it was my DoorDash and Uber Eats accounts. I hadn’t changed those passwords in so long.”\n\nIn his own case, the victim said he learned from detectives that the suspects at his house were in contact with a third party who passed along intel on some of the victims’ online orders.\n\n“They would get screenshots from the person behind it, like, ‘Hey, this guy’s DoorDashing up at this place. Go pick up a fake order.”\n\nRecords show at least two victims in the recent California attacks were expecting a delivery when the suspect arrived carrying the same item or a similar one. In the San Francisco and Los Angeles cases, the suspects called their victims on multiple occasions — from the same phone number — to confirm a time to accept their purported delivery. In at least three of the cases, the victims received food deliveries that they didn’t order prior to the attack.\n\nMentions of DoorDash were another common thread. Records showed one of the phone numbers linked to a suspect called DoorDash’s customer service line three times between the time the phone account was created on Nov. 21, and the San Francisco robbery the following day. In the Sunnyvale case, one of the coffees that the victim didn’t order had a DoorDash receipt on its bag.\n\nA spokesperson for DoorDash said it could not respond to specific questions due to the ongoing nature of the investigations. The spokesperson said the company was working with the FBI and other law enforcement agencies “to support their investigations and help ensure those responsible are brought to justice.”\n\nLocal police agencies told the Chronicle that the FBI is involved in investigating the cases. A spokesperson for the FBI declined to comment other than to confirm the agency is investigating the San Francisco case.\n\nThe San Francisco victim told police he had been expecting a package when a young man arrived at his doorstep in the Mission Dolores neighborhood around 5 p.m. on Nov. 22, carrying a white box.\n\nThe victim had received multiple calls from the same phone number in the hours before the visit, from a caller who claimed to be a UPS employee attempting to deliver a package.\n\nWhat came next, according to police reports, was an hourlong ordeal in which the robber, after pushing his way into the home, bound the victim with duct tape, pistol-whipped him and repeatedly threatened to kill him while demanding access to his phone and laptop.\n\nAll the while, the robber spoke on the phone, taking instructions from several people, including a man with a “raspy voice,” according to records. The victim recalled hearing what sounded like a voice modulator used by a person on the phone, as well as threats to cut off his fingers if he didn’t comply with the group’s demands. The thieves ultimately made off with $10 million in Bitcoin and $3 million in Ethereum — holdings the victim later told police were publicly known.\n\nIt wasn’t until after the robbery that the victim noticed two boxes of pizza that he didn’t order, sitting outside his home.\n\nAt the onset of the investigation, San Francisco police obtained search warrants for two key phone numbers: one for a number that ordered the pizzas, and another for one that called the victim about the purported UPS delivery.\n\nThe numbers were burners, created only a day before the robbery, but logs of text messages and phone calls cracked open other leads and helped signal to police that the cases were related, according to documents reviewed by the Chronicle.\n\nSix phone calls made from one of the suspect numbers — in between calls to the San Francisco victim on the day of his robbery — were to a Los Angeles man who was zip-tied, duct-taped and beaten inside his Los Angeles home on New Year’s Eve, following a delivery ruse. The two home invaders, as well as another suspect on the phone, demanded the man’s crypto.\n\n“It appears a suspect in the San Francisco crypto robbery was seeking intel on the Los Angeles victim on the same day,” San Francisco police Sgt. Ryan Hart told a judge in January as part of a request for additional search warrants.\n\nOn Dec. 17, a San Jose man who was stepping out of his vehicle after returning to his home noticed someone standing next to his driveway.\n\nThe person, the resident later said, produced a black handgun and ordered him to enter the garage and close the door. The suspect then hit the man on the back of the head. The victim fell to the ground, he told police, pretending to be injured.\n\nThe attack was interrupted by an Amazon truck that drove by, the victim said, prompting the suspect and another person to flee on foot. The victim later told officers he believed he was targeted because information on his crypto holdings had recently been leaked, according to a police report.\n\nHe additionally relayed strange, earlier incidents he suspected could be connected. On Dec. 6, he received two pizza deliveries he didn’t order, the man said. About a week later, on Dec. 15, he was approached by people who claimed to work for a power-washing company and offered to clean his driveway for free. The victim “believed this was odd and he rejected their attempts several times,” police said.\n\nFive days after the San Jose attack, on the morning of Dec. 22, Sunnyvale police were called to a home to investigate a report that a man who said he was delivering a DoorDash order for coffee had pushed his way inside and aimed a gun at the victim who answered the door.\n\nAfter the victim pushed back, the man ran away and fled in a black Kia sedan. The suspect, identified as 21-year-old Nino Chindavanh of Tennessee, was pulled over and arrested and is facing charges of attempted robbery and burglary in Santa Clara County.\n\nIn the car, police seized a wallet containing identification, medical documentation and debit cards issued to a man named Jayden Rucker, police said.\n\nA police review of the residents’ doorbell camera footage showed Chindavanh and another unidentified man attempting to deliver Starbucks coffees both before and after the real order.\n\nFour times in a matter of two hours, police said, either Chindavanh or the other man approached the residence. In the final visit, police said, Chindavanh said, “It says I can’t cancel the order,” before pulling out the gun.\n\nEight days later, a resident in the Sunnyvale home contacted police again, reporting that another coffee no one had ordered had arrived at the house. The victim told police they had a large sum of cryptocurrency.\n\nAfter viewing security footage, police said they believed this person was Jayden Rucker, the man whose wallet was left in the Kia. Police believed Rucker was also the second suspect who was in the bushes at the time of the incident a week earlier.\n\nThe following day, at a home in Los Angeles’ tony Brentwood neighborhood, a man delivering a package to the resident asked for a glass of water. The victim agreed and walked into the kitchen, police said.\n\nThe suspect followed him inside, pointed a gun at him and bound him with zip ties and duct tape. A second suspect arrived, and the pair called a third person on speakerphone whose voice appeared to be distorted by a modulator.\n\nThe victim said he gave the intruders the password to his computer, allowing them to view his crypto holdings. The voice on the phone became angry, the victim said, and ordered the home invaders to cut off the victim’s fingers until he showed them the “real amount he had in crypto currency.”\n\nOne of the suspects picked up a knife. But after hearing a helicopter circling above, the two men fled. A witness who had been hiding in the pantry during the attack said she was able to slip out of the house and call 911, according to police records.\n\nAfter a brief car chase, police arrested two suspects, identified as Elijah Armstrong and Jayden Rucker.\n\nArmstrong and Rucker were both charged with robbery, burglary, assault with a firearm and attempted extortion for threatening to cut off the victim’s fingers. Armstrong faces an additional charge of fleeing a pursuing peace officer’s motor vehicle.\n\nIt isn’t clear whether any suspects other than the three charged in Los Angeles and Santa Clara counties have been arrested or identified.\n\nThe Sunnyvale detective said similar enterprises have involved multiple levels of operatives, with everyone getting paid different amounts.\n\n“The larger masterminds behind it don’t want to be the ones physically at a door, that are subject to more risk,” he said. “They’re going to find somebody local, or different crews working throughout the state for a percentage of the profits.”\n\nThe detective said police believe all of the suspects who committed the in-person robberies and assaults in the Bay Area and California have been arrested.\n\nRedbord, of TRM Labs, said that despite crypto’s inherent vulnerabilities, law enforcement and security firms are able to trace the flow of funds through blockchains — the technology underpinning crypto transactions that acts as a ledger. The analysis makes it easier to identify the criminals behind cyberattacks, and has enabled law enforcement to at times seize back the stolen money. It was not clear whether law enforcement has been able to locate or seize back the funds from the San Francisco case.\n\nWrench attacks, Redbord said, are in some ways a natural evolution of crimes like robbery and narcotics trafficking.\n\n“This is not a ‘crypto ring’, per se,” he said. “It’s a, ‘Bad guys always go where the money is.’”\n\nMegan Cassidy is an enterprise reporter focusing on public safety and criminal justice. A longtime crime reporter, Megan has covered issues including the drug market, police accountability and public corruption. Megan is a two-time Mizzou graduate and loves records dives and confidential sources.\n\nTo provide story tips or to obtain her Signal number, email megan.cassidy@sfchronicle.com.\n\nOakland renters had the upper hand. Now, the market is turning against them\n\nAs San Francisco’s artificial intelligence boom drives up housing demand and rents, some of that pressure is moving east across the bay.\n\nWealthy Bay Area region eyes $365 million event center, but not everyone is on board\n\nOakland approved a $105 million teachers deal. One board member’s dual role could threaten it\n\nUC Berkeley close to landing Memorial Stadium’s first major concert in 36 years. Neighbors are worried\n\nYemeni cafés are everywhere in the Bay Area. This restaurant shows its food deserves a spotlight, too\n\n1.\n\nBroadcaster Greg Papa laid off by KNBR as part of shuffle in midday programming\n\n2.\n\nA mysterious landlord. A tenant revolt. Inside a bizarre, only-in-San Francisco housing battle\n\n3.\n\nPowerful El Niño puts California in the bull’s-eye for soaking winter, models show\n\n4.\n\nDo S.F. two-bedrooms really rent for $6,000 now? What the viral claim leaves out\n\n5.\n\nMillions of older adults in California may face higher Medicare prescription drug premiums in 2027", - "chars": 16038, - "sha256": "a023674e67e652a8b36377cb73530ad7e14310ad1e7c75ffb0fd4d4423ea6e4a", + "text": "Crime ring stole millions in crypto in California ‘wrench attacks’\n\nAfter speaking with detectives, the victim learned one of his recycled passwords was likely compromised in a data breach, laying the groundwork for a targeted attack.\n\nWhile he said it’s not clear exactly how the suspects found him, the victim said a common scenario begins with hackers distributing batches of information to a second layer of bad actors, often through apps like Telegram or Signal.\n\nFrom there, the victim said the attacker will try something known as “password spraying” — testing out email and password combinations on multiple apps.\n\n“They’ll just spam that password on as many accounts as they can get into,” the victim said. “For me, it was my DoorDash and Uber Eats accounts. I hadn’t changed those passwords in so long.”\n\nIn his own case, the victim said he learned from detectives that the suspects at his house were in contact with a third party who passed along intel on some of the victims’ online orders.\n\n“They would get screenshots from the person behind it, like, ‘Hey, this guy’s DoorDashing up at this place. Go pick up a fake order.”\n\nRecords show at least two victims in the recent California attacks were expecting a delivery when the suspect arrived carrying the same item or a similar one. In the San Francisco and Los Angeles cases, the suspects called their victims on multiple occasions — from the same phone number — to confirm a time to accept their purported delivery. In at least three of the cases, the victims received food deliveries that they didn’t order prior to the attack.\n\nMentions of DoorDash were another common thread. Records showed one of the phone numbers linked to a suspect called DoorDash’s customer service line three times between the time the phone account was created on Nov. 21, and the San Francisco robbery the following day. In the Sunnyvale case, one of the coffees that the victim didn’t order had a DoorDash receipt on its bag.\n\nA spokesperson for DoorDash said it could not respond to specific questions due to the ongoing nature of the investigations. The spokesperson said the company was working with the FBI and other law enforcement agencies “to support their investigations and help ensure those responsible are brought to justice.”\n\nLocal police agencies told the Chronicle that the FBI is involved in investigating the cases. A spokesperson for the FBI declined to comment other than to confirm the agency is investigating the San Francisco case.\n\nThe San Francisco victim told police he had been expecting a package when a young man arrived at his doorstep in the Mission Dolores neighborhood around 5 p.m. on Nov. 22, carrying a white box.\n\nThe victim had received multiple calls from the same phone number in the hours before the visit, from a caller who claimed to be a UPS employee attempting to deliver a package.\n\nWhat came next, according to police reports, was an hourlong ordeal in which the robber, after pushing his way into the home, bound the victim with duct tape, pistol-whipped him and repeatedly threatened to kill him while demanding access to his phone and laptop.\n\nAll the while, the robber spoke on the phone, taking instructions from several people, including a man with a “raspy voice,” according to records. The victim recalled hearing what sounded like a voice modulator used by a person on the phone, as well as threats to cut off his fingers if he didn’t comply with the group’s demands. The thieves ultimately made off with $10 million in Bitcoin and $3 million in Ethereum — holdings the victim later told police were publicly known.\n\nIt wasn’t until after the robbery that the victim noticed two boxes of pizza that he didn’t order, sitting outside his home.\n\nAt the onset of the investigation, San Francisco police obtained search warrants for two key phone numbers: one for a number that ordered the pizzas, and another for one that called the victim about the purported UPS delivery.\n\nThe numbers were burners, created only a day before the robbery, but logs of text messages and phone calls cracked open other leads and helped signal to police that the cases were related, according to documents reviewed by the Chronicle.\n\nSix phone calls made from one of the suspect numbers — in between calls to the San Francisco victim on the day of his robbery — were to a Los Angeles man who was zip-tied, duct-taped and beaten inside his Los Angeles home on New Year’s Eve, following a delivery ruse. The two home invaders, as well as another suspect on the phone, demanded the man’s crypto.\n\n“It appears a suspect in the San Francisco crypto robbery was seeking intel on the Los Angeles victim on the same day,” San Francisco police Sgt. Ryan Hart told a judge in January as part of a request for additional search warrants.\n\nOn Dec. 17, a San Jose man who was stepping out of his vehicle after returning to his home noticed someone standing next to his driveway.\n\nThe person, the resident later said, produced a black handgun and ordered him to enter the garage and close the door. The suspect then hit the man on the back of the head. The victim fell to the ground, he told police, pretending to be injured.\n\nThe attack was interrupted by an Amazon truck that drove by, the victim said, prompting the suspect and another person to flee on foot. The victim later told officers he believed he was targeted because information on his crypto holdings had recently been leaked, according to a police report.\n\nHe additionally relayed strange, earlier incidents he suspected could be connected. On Dec. 6, he received two pizza deliveries he didn’t order, the man said. About a week later, on Dec. 15, he was approached by people who claimed to work for a power-washing company and offered to clean his driveway for free. The victim “believed this was odd and he rejected their attempts several times,” police said.\n\nFive days after the San Jose attack, on the morning of Dec. 22, Sunnyvale police were called to a home to investigate a report that a man who said he was delivering a DoorDash order for coffee had pushed his way inside and aimed a gun at the victim who answered the door.\n\nAfter the victim pushed back, the man ran away and fled in a black Kia sedan. The suspect, identified as 21-year-old Nino Chindavanh of Tennessee, was pulled over and arrested and is facing charges of attempted robbery and burglary in Santa Clara County.\n\nIn the car, police seized a wallet containing identification, medical documentation and debit cards issued to a man named Jayden Rucker, police said.\n\nA police review of the residents’ doorbell camera footage showed Chindavanh and another unidentified man attempting to deliver Starbucks coffees both before and after the real order.\n\nFour times in a matter of two hours, police said, either Chindavanh or the other man approached the residence. In the final visit, police said, Chindavanh said, “It says I can’t cancel the order,” before pulling out the gun.\n\nEight days later, a resident in the Sunnyvale home contacted police again, reporting that another coffee no one had ordered had arrived at the house. The victim told police they had a large sum of cryptocurrency.\n\nAfter viewing security footage, police said they believed this person was Jayden Rucker, the man whose wallet was left in the Kia. Police believed Rucker was also the second suspect who was in the bushes at the time of the incident a week earlier.\n\nThe following day, at a home in Los Angeles’ tony Brentwood neighborhood, a man delivering a package to the resident asked for a glass of water. The victim agreed and walked into the kitchen, police said.\n\nThe suspect followed him inside, pointed a gun at him and bound him with zip ties and duct tape. A second suspect arrived, and the pair called a third person on speakerphone whose voice appeared to be distorted by a modulator.\n\nThe victim said he gave the intruders the password to his computer, allowing them to view his crypto holdings. The voice on the phone became angry, the victim said, and ordered the home invaders to cut off the victim’s fingers until he showed them the “real amount he had in crypto currency.”\n\nOne of the suspects picked up a knife. But after hearing a helicopter circling above, the two men fled. A witness who had been hiding in the pantry during the attack said she was able to slip out of the house and call 911, according to police records.\n\nAfter a brief car chase, police arrested two suspects, identified as Elijah Armstrong and Jayden Rucker.\n\nArmstrong and Rucker were both charged with robbery, burglary, assault with a firearm and attempted extortion for threatening to cut off the victim’s fingers. Armstrong faces an additional charge of fleeing a pursuing peace officer’s motor vehicle.\n\nIt isn’t clear whether any suspects other than the three charged in Los Angeles and Santa Clara counties have been arrested or identified.\n\nThe Sunnyvale detective said similar enterprises have involved multiple levels of operatives, with everyone getting paid different amounts.\n\n“The larger masterminds behind it don’t want to be the ones physically at a door, that are subject to more risk,” he said. “They’re going to find somebody local, or different crews working throughout the state for a percentage of the profits.”\n\nThe detective said police believe all of the suspects who committed the in-person robberies and assaults in the Bay Area and California have been arrested.\n\nRedbord, of TRM Labs, said that despite crypto’s inherent vulnerabilities, law enforcement and security firms are able to trace the flow of funds through blockchains — the technology underpinning crypto transactions that acts as a ledger. The analysis makes it easier to identify the criminals behind cyberattacks, and has enabled law enforcement to at times seize back the stolen money. It was not clear whether law enforcement has been able to locate or seize back the funds from the San Francisco case.\n\nWrench attacks, Redbord said, are in some ways a natural evolution of crimes like robbery and narcotics trafficking.\n\n“This is not a ‘crypto ring’, per se,” he said. “It’s a, ‘Bad guys always go where the money is.’”\n\nMegan Cassidy is an enterprise reporter focusing on public safety and criminal justice. A longtime crime reporter, Megan has covered issues including the drug market, police accountability and public corruption. Megan is a two-time Mizzou graduate and loves records dives and confidential sources.\n\nTo provide story tips or to obtain her Signal number, email megan.cassidy@sfchronicle.com.\n\nOakland renters had the upper hand. Now, the market is turning against them\n\nAs San Francisco’s artificial intelligence boom drives up housing demand and rents, some of that pressure is moving east across the bay.", + "chars": 10794, + "sha256": "cafddee5b8a70554250bcfa34f1dd0ba28cefc6fd89681170bec1387fa54f74d", "staged_file": "01_sfchronicle-com.txt", - "paragraphs_kept": "ALL 81 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 20-66 of 81", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-08-06T13:40:52+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 20-66 plus headline [0]; dropped 19 leading and 14 trailing paragraphs. Case-term hits on page: 37.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_2", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://ktla.com/news/california/violent-crypto-robberies-los-angeles-bay-area/", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "ktla.com", + "language": "unknown", + "text": "Wealthy California crypto holders targeted in violent ‘wrench attacks’ | KTLA\n\nA series of so-called “wrench attacks,” violent robberies targeting wealthy cryptocurrency holders, are making headlines after victims in Los Angeles and the Bay Area were targeted, the San Francisco Chronicle reported.\n\nOn Nov. 22, a San Francisco man was robbed of $13 million in digital currency after thieves posing as pizza delivery drivers forced their way into his home, bound him with duct tape, beat him with a firearm and threatened to cut off his fingers.\n\nThe victim told investigators he had been expecting a package when a man carrying a white box arrived on the front porch of his Mission Dolores home around 5 p.m.\n\nHe was reportedly pushed away from the door and overtaken. For the next hour, a suspect inside the home and another on the phone demanded his passwords and ultimately made off with $10 million in Bitcoin and $3 million in Ethereum, according to The Chronicle.\n\nExperts say the decentralized nature of cryptocurrencies and the ability to transfer large sums in irreversible transactions, features that attract speculators, also make large account holders vulnerable to bad actors.\n\nThree attempted wrench attacks in Sunnyvale, San Jose and Los Angeles that occurred in the days and weeks following the San Francisco home invasion appear to be linked.\n\nIn some cases, investigators believe suspects infiltrated victims’ DoorDash or Uber Eats accounts and obtained key information, including home addresses.\n\nOn Dec. 17, a San Jose man was met in his driveway by an armed suspect who ordered him into the garage and told him to close the door. He was struck on the back of the head with the gun and fell, later telling investigators he pretended to be seriously injured.\n\nThe suspect and another man were spooked when an Amazon delivery van drove by, prompting them to flee.\n\nThe victim also recounted two pizza deliveries to his home 11 days earlier that he had not ordered. Just two days before the attack, he was approached by individuals offering to power wash his driveway for free, an offer he declined.\n\nFive days later in Sunnyvale, another man reported that a person posing as a DoorDash driver delivering coffee brandished a gun and pushed his way inside the victim’s home. The suspect fled in a black Kia after the victim fought back.\n\nThe suspect was later pulled over and arrested. He was identified as Nino Chindavanh, a 21-year-old resident of Tennessee.\n\nEight days later, a second suspect attempted the same coffee delivery ruse at the same home.\n\nOn New Year’s Eve in Los Angeles’ Brentwood neighborhood, a man posing as a delivery driver asked if he could get a drink of water. The victim obliged and was followed into the home at gunpoint.\n\nHe was bound with duct tape and zip ties by the time a second suspect arrived, while a third person was contacted by phone. The suspects threatened to cut off his fingers, prompting the victim to give up his computer password, allowing them to view his cryptocurrency holdings.\n\nA witness hiding in a pantry during the ordeal managed to escape and call 911.\n\nWhen the suspects heard a helicopter circling overhead, they attempted to flee and were later arrested following a police pursuit.\n\nThe two suspects were identified as Elijah Armstrong and Jayden Rucker, both residents of Tennessee. Rucker’s wallet and ID were also found in the black Kia Chindavanh had been driving.\n\nWhile the three men have been charged with robbery, burglary, assault with a firearm and attempted extortion, among other offenses, investigators believe higher-level operatives are involved in the wrench attacks, a term derived from a web comic.\n\nIt’s unclear if investigators, including those at the Federal Bureau of Investigation, have identified any of the larger players in the scheme.\n\nDetectives believe all suspects involved in the in-person robberies in the Bay Area and Los Angeles have now been taken into custody.\n\nA DoorDash spokesperson told The Chronicle that the company is unable to comment on the cases as the investigation remains ongoing, but said the company is cooperating with state, local and federal investigators.", + "chars": 4187, + "sha256": "6e59a93f7d149506aa3ab7bef2879fc92e66f70a871ae2017a2b065b1cd4f39f", + "staged_file": "02_ktla-com-wayback.txt", + "paragraphs_kept": "headline [0] + 1-22 of 44", + "method": "Wayback Machine snapshot 20260407082519, deterministic extraction", + "fetched_at": "2026-09-05T13:22:55+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260407082519/https://ktla.com/news/california/violent-crypto-robberies-los-angeles-bay-area/", + "snapshot": "20260407082519", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2026-04-07", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-22 plus headline [0]; dropped 0 leading and 21 trailing paragraphs. Case-term hits on page: 16.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "422": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.sfchronicle.com/crime/article/crypto-wrench-attack-home-invasion-22088091.php", "source": "sfchronicle.com", "language": "unknown", - "text": "Crime ring stole millions in crypto in California ‘wrench attacks’\n\nFake deliveries, then guns: How a ‘wrench attack’ crime ring chased crypto millions from S.F. to L.A.\n\nDaymond Gascon/S.F. Chronicle; Getty Images\n\nBy Megan Cassidy, Staff WriterApril 3, 2026\n\nSan Francisco, San Jose, Sunnyvale, Los Angeles.\n\nIn each city, the plan was the same: Stake out a major cryptocurrency holder, pose as a food or package courier, and pull out the gun.\n\nDocuments obtained by the Chronicle reveal evidence that police say links three attempted armed crypto robberies in the Bay Area and Los Angeles in December to a harrowing home invasion a month earlier, in which a San Francisco man was drained of $13 million worth of digital currency after members of the crime ring ordered pizzas to his home before binding him with duct tape, pistol-whipping him and threatening to cut off his fingers.\n\nAs of this week, three men from Tennessee were in custody and charged in connection with the targeting of large crypto account holders in two of the crimes, in Sunnyvale and Los Angeles. Sources said authorities were still looking for higher-level operatives in the four cases, which resemble an emerging strain of crypto theft known as “wrench attacks.”\n\nUnlike other crimes that use hacking or social engineering scams to access victims’ funds remotely, wrench attacks rely on more brutish methods of coercion like kidnapping and torture. The crime’s nickname stems from a stick-figure web comic depicting one cybercriminal instructing another to hit a victim “with this $5 wrench until he tells us the password.”\n\nA recent report from cybersecurity firm Certik showed 72 documented instances of wrench attacks across the globe in 2025 — a 75% spike from the year prior — though the company said the crimes are certainly underreported.\n\nCases that are known to the public have laid bare some of the extreme measures criminals have taken to extract the victims’ funds. In January 2025, a gang in France abducted a crypto firm’s co-founder and his wife, cut off one of the man’s fingers, and held the pair ransom under demands for funds from the company. In May, an Italian man was held captive for weeks in a Manhattan town house while abductors beat him, shocked him with electric wires and held him over a ledge in order to get his Bitcoin password.\n\nThe attacks bring into sharp relief how some of the key selling points of crypto — decentralization from banks, the ease of transferring large sums, irreversible transactions — also double as its vulnerabilities.\n\nBanks are tightly regulated by laws meant to protect consumers from theft and fraud. They can freeze accounts or reverse funds, set limits on the amounts that can be transferred in one day, and flag suspicious activities.\n\nCrypto, meanwhile, is attractive because of the autonomy it affords account holders, said Ari Redbord, head of global policy at TRM Labs, a firm that monitors and investigates digital-asset fraud.\n\n“The promise of the technology itself is this idea of cross-border value transfer at the speed of the internet,” Redbord said.\n\n“However,” he added, “bad guys also want to move funds, and transactions are irreversible, which makes it very ripe for this type of activity.”\n\nWhile specifics on how the thieves identified or found their targets in California remains unclear, police and court records, as well as interviews with individuals close to the investigations, shed light on some of the patterns.\n\nA Sunnyvale financial crimes detective who investigated one of the recent cases, and asked to withhold his name, described the robberies as a “long play” that begins with surveillance. In at least some of the recent cases, this involved infiltrating the victim’ delivery apps like DoorDash or Uber Eats with malware, allowing thieves to learn the victim’s address and other key information.\n\n“They figure out your trends, your life cycle,” said the detective. “What do you normally order online? What do you normally order for takeout? Where do your packages normally come from? And then the suspects are disguising themselves as Door Dash drivers or UPS delivery drivers — finding a way to get you to your front door and open the front door.”\n\nA victim who spoke to the Chronicle but asked that their name be withheld said the suspects visited their home multiple times. Three days before the incident, someone had dropped off cookies from a bakery he had recently ordered from.\n\nAfter speaking with detectives, the victim learned one of his recycled passwords was likely compromised in a data breach, laying the groundwork for a targeted attack.\n\nWhile he said it’s not clear exactly how the suspects found him, the victim said a common scenario begins with hackers distributing batches of information to a second layer of bad actors, often through apps like Telegram or Signal.\n\nFrom there, the victim said the attacker will try something known as “password spraying” — testing out email and password combinations on multiple apps.\n\n“They’ll just spam that password on as many accounts as they can get into,” the victim said. “For me, it was my DoorDash and Uber Eats accounts. I hadn’t changed those passwords in so long.”\n\nIn his own case, the victim said he learned from detectives that the suspects at his house were in contact with a third party who passed along intel on some of the victims’ online orders.\n\n“They would get screenshots from the person behind it, like, ‘Hey, this guy’s DoorDashing up at this place. Go pick up a fake order.”\n\nRecords show at least two victims in the recent California attacks were expecting a delivery when the suspect arrived carrying the same item or a similar one. In the San Francisco and Los Angeles cases, the suspects called their victims on multiple occasions — from the same phone number — to confirm a time to accept their purported delivery. In at least three of the cases, the victims received food deliveries that they didn’t order prior to the attack.\n\nMentions of DoorDash were another common thread. Records showed one of the phone numbers linked to a suspect called DoorDash’s customer service line three times between the time the phone account was created on Nov. 21, and the San Francisco robbery the following day. In the Sunnyvale case, one of the coffees that the victim didn’t order had a DoorDash receipt on its bag.\n\nA spokesperson for DoorDash said it could not respond to specific questions due to the ongoing nature of the investigations. The spokesperson said the company was working with the FBI and other law enforcement agencies “to support their investigations and help ensure those responsible are brought to justice.”\n\nLocal police agencies told the Chronicle that the FBI is involved in investigating the cases. A spokesperson for the FBI declined to comment other than to confirm the agency is investigating the San Francisco case.\n\nThe San Francisco victim told police he had been expecting a package when a young man arrived at his doorstep in the Mission Dolores neighborhood around 5 p.m. on Nov. 22, carrying a white box.\n\nThe victim had received multiple calls from the same phone number in the hours before the visit, from a caller who claimed to be a UPS employee attempting to deliver a package.\n\nWhat came next, according to police reports, was an hourlong ordeal in which the robber, after pushing his way into the home, bound the victim with duct tape, pistol-whipped him and repeatedly threatened to kill him while demanding access to his phone and laptop.\n\nAll the while, the robber spoke on the phone, taking instructions from several people, including a man with a “raspy voice,” according to records. The victim recalled hearing what sounded like a voice modulator used by a person on the phone, as well as threats to cut off his fingers if he didn’t comply with the group’s demands. The thieves ultimately made off with $10 million in Bitcoin and $3 million in Ethereum — holdings the victim later told police were publicly known.\n\nIt wasn’t until after the robbery that the victim noticed two boxes of pizza that he didn’t order, sitting outside his home.\n\nAt the onset of the investigation, San Francisco police obtained search warrants for two key phone numbers: one for a number that ordered the pizzas, and another for one that called the victim about the purported UPS delivery.\n\nThe numbers were burners, created only a day before the robbery, but logs of text messages and phone calls cracked open other leads and helped signal to police that the cases were related, according to documents reviewed by the Chronicle.\n\nSix phone calls made from one of the suspect numbers — in between calls to the San Francisco victim on the day of his robbery — were to a Los Angeles man who was zip-tied, duct-taped and beaten inside his Los Angeles home on New Year’s Eve, following a delivery ruse. The two home invaders, as well as another suspect on the phone, demanded the man’s crypto.\n\n“It appears a suspect in the San Francisco crypto robbery was seeking intel on the Los Angeles victim on the same day,” San Francisco police Sgt. Ryan Hart told a judge in January as part of a request for additional search warrants.\n\nOn Dec. 17, a San Jose man who was stepping out of his vehicle after returning to his home noticed someone standing next to his driveway.\n\nThe person, the resident later said, produced a black handgun and ordered him to enter the garage and close the door. The suspect then hit the man on the back of the head. The victim fell to the ground, he told police, pretending to be injured.\n\nThe attack was interrupted by an Amazon truck that drove by, the victim said, prompting the suspect and another person to flee on foot. The victim later told officers he believed he was targeted because information on his crypto holdings had recently been leaked, according to a police report.\n\nHe additionally relayed strange, earlier incidents he suspected could be connected. On Dec. 6, he received two pizza deliveries he didn’t order, the man said. About a week later, on Dec. 15, he was approached by people who claimed to work for a power-washing company and offered to clean his driveway for free. The victim “believed this was odd and he rejected their attempts several times,” police said.\n\nFive days after the San Jose attack, on the morning of Dec. 22, Sunnyvale police were called to a home to investigate a report that a man who said he was delivering a DoorDash order for coffee had pushed his way inside and aimed a gun at the victim who answered the door.\n\nAfter the victim pushed back, the man ran away and fled in a black Kia sedan. The suspect, identified as 21-year-old Nino Chindavanh of Tennessee, was pulled over and arrested and is facing charges of attempted robbery and burglary in Santa Clara County.\n\nIn the car, police seized a wallet containing identification, medical documentation and debit cards issued to a man named Jayden Rucker, police said.\n\nA police review of the residents’ doorbell camera footage showed Chindavanh and another unidentified man attempting to deliver Starbucks coffees both before and after the real order.\n\nFour times in a matter of two hours, police said, either Chindavanh or the other man approached the residence. In the final visit, police said, Chindavanh said, “It says I can’t cancel the order,” before pulling out the gun.\n\nEight days later, a resident in the Sunnyvale home contacted police again, reporting that another coffee no one had ordered had arrived at the house. The victim told police they had a large sum of cryptocurrency.\n\nAfter viewing security footage, police said they believed this person was Jayden Rucker, the man whose wallet was left in the Kia. Police believed Rucker was also the second suspect who was in the bushes at the time of the incident a week earlier.\n\nThe following day, at a home in Los Angeles’ tony Brentwood neighborhood, a man delivering a package to the resident asked for a glass of water. The victim agreed and walked into the kitchen, police said.\n\nThe suspect followed him inside, pointed a gun at him and bound him with zip ties and duct tape. A second suspect arrived, and the pair called a third person on speakerphone whose voice appeared to be distorted by a modulator.\n\nThe victim said he gave the intruders the password to his computer, allowing them to view his crypto holdings. The voice on the phone became angry, the victim said, and ordered the home invaders to cut off the victim’s fingers until he showed them the “real amount he had in crypto currency.”\n\nOne of the suspects picked up a knife. But after hearing a helicopter circling above, the two men fled. A witness who had been hiding in the pantry during the attack said she was able to slip out of the house and call 911, according to police records.\n\nAfter a brief car chase, police arrested two suspects, identified as Elijah Armstrong and Jayden Rucker.\n\nArmstrong and Rucker were both charged with robbery, burglary, assault with a firearm and attempted extortion for threatening to cut off the victim’s fingers. Armstrong faces an additional charge of fleeing a pursuing peace officer’s motor vehicle.\n\nIt isn’t clear whether any suspects other than the three charged in Los Angeles and Santa Clara counties have been arrested or identified.\n\nThe Sunnyvale detective said similar enterprises have involved multiple levels of operatives, with everyone getting paid different amounts.\n\n“The larger masterminds behind it don’t want to be the ones physically at a door, that are subject to more risk,” he said. “They’re going to find somebody local, or different crews working throughout the state for a percentage of the profits.”\n\nThe detective said police believe all of the suspects who committed the in-person robberies and assaults in the Bay Area and California have been arrested.\n\nRedbord, of TRM Labs, said that despite crypto’s inherent vulnerabilities, law enforcement and security firms are able to trace the flow of funds through blockchains — the technology underpinning crypto transactions that acts as a ledger. The analysis makes it easier to identify the criminals behind cyberattacks, and has enabled law enforcement to at times seize back the stolen money. It was not clear whether law enforcement has been able to locate or seize back the funds from the San Francisco case.\n\nWrench attacks, Redbord said, are in some ways a natural evolution of crimes like robbery and narcotics trafficking.\n\n“This is not a ‘crypto ring’, per se,” he said. “It’s a, ‘Bad guys always go where the money is.’”\n\nMegan Cassidy is an enterprise reporter focusing on public safety and criminal justice. A longtime crime reporter, Megan has covered issues including the drug market, police accountability and public corruption. Megan is a two-time Mizzou graduate and loves records dives and confidential sources.\n\nTo provide story tips or to obtain her Signal number, email megan.cassidy@sfchronicle.com.\n\nOakland renters had the upper hand. Now, the market is turning against them\n\nAs San Francisco’s artificial intelligence boom drives up housing demand and rents, some of that pressure is moving east across the bay.\n\nWealthy Bay Area region eyes $365 million event center, but not everyone is on board\n\nOakland approved a $105 million teachers deal. One board member’s dual role could threaten it\n\nUC Berkeley close to landing Memorial Stadium’s first major concert in 36 years. Neighbors are worried\n\nYemeni cafés are everywhere in the Bay Area. This restaurant shows its food deserves a spotlight, too\n\n1.\n\nBroadcaster Greg Papa laid off by KNBR as part of shuffle in midday programming\n\n2.\n\nA mysterious landlord. A tenant revolt. Inside a bizarre, only-in-San Francisco housing battle\n\n3.\n\nPowerful El Niño puts California in the bull’s-eye for soaking winter, models show\n\n4.\n\nDo S.F. two-bedrooms really rent for $6,000 now? What the viral claim leaves out\n\n5.\n\nMillions of older adults in California may face higher Medicare prescription drug premiums in 2027", - "chars": 16038, - "sha256": "a023674e67e652a8b36377cb73530ad7e14310ad1e7c75ffb0fd4d4423ea6e4a", + "text": "Crime ring stole millions in crypto in California ‘wrench attacks’\n\nAfter speaking with detectives, the victim learned one of his recycled passwords was likely compromised in a data breach, laying the groundwork for a targeted attack.\n\nWhile he said it’s not clear exactly how the suspects found him, the victim said a common scenario begins with hackers distributing batches of information to a second layer of bad actors, often through apps like Telegram or Signal.\n\nFrom there, the victim said the attacker will try something known as “password spraying” — testing out email and password combinations on multiple apps.\n\n“They’ll just spam that password on as many accounts as they can get into,” the victim said. “For me, it was my DoorDash and Uber Eats accounts. I hadn’t changed those passwords in so long.”\n\nIn his own case, the victim said he learned from detectives that the suspects at his house were in contact with a third party who passed along intel on some of the victims’ online orders.\n\n“They would get screenshots from the person behind it, like, ‘Hey, this guy’s DoorDashing up at this place. Go pick up a fake order.”\n\nRecords show at least two victims in the recent California attacks were expecting a delivery when the suspect arrived carrying the same item or a similar one. In the San Francisco and Los Angeles cases, the suspects called their victims on multiple occasions — from the same phone number — to confirm a time to accept their purported delivery. In at least three of the cases, the victims received food deliveries that they didn’t order prior to the attack.\n\nMentions of DoorDash were another common thread. Records showed one of the phone numbers linked to a suspect called DoorDash’s customer service line three times between the time the phone account was created on Nov. 21, and the San Francisco robbery the following day. In the Sunnyvale case, one of the coffees that the victim didn’t order had a DoorDash receipt on its bag.\n\nA spokesperson for DoorDash said it could not respond to specific questions due to the ongoing nature of the investigations. The spokesperson said the company was working with the FBI and other law enforcement agencies “to support their investigations and help ensure those responsible are brought to justice.”\n\nLocal police agencies told the Chronicle that the FBI is involved in investigating the cases. A spokesperson for the FBI declined to comment other than to confirm the agency is investigating the San Francisco case.\n\nThe San Francisco victim told police he had been expecting a package when a young man arrived at his doorstep in the Mission Dolores neighborhood around 5 p.m. on Nov. 22, carrying a white box.\n\nThe victim had received multiple calls from the same phone number in the hours before the visit, from a caller who claimed to be a UPS employee attempting to deliver a package.\n\nWhat came next, according to police reports, was an hourlong ordeal in which the robber, after pushing his way into the home, bound the victim with duct tape, pistol-whipped him and repeatedly threatened to kill him while demanding access to his phone and laptop.\n\nAll the while, the robber spoke on the phone, taking instructions from several people, including a man with a “raspy voice,” according to records. The victim recalled hearing what sounded like a voice modulator used by a person on the phone, as well as threats to cut off his fingers if he didn’t comply with the group’s demands. The thieves ultimately made off with $10 million in Bitcoin and $3 million in Ethereum — holdings the victim later told police were publicly known.\n\nIt wasn’t until after the robbery that the victim noticed two boxes of pizza that he didn’t order, sitting outside his home.\n\nAt the onset of the investigation, San Francisco police obtained search warrants for two key phone numbers: one for a number that ordered the pizzas, and another for one that called the victim about the purported UPS delivery.\n\nThe numbers were burners, created only a day before the robbery, but logs of text messages and phone calls cracked open other leads and helped signal to police that the cases were related, according to documents reviewed by the Chronicle.\n\nSix phone calls made from one of the suspect numbers — in between calls to the San Francisco victim on the day of his robbery — were to a Los Angeles man who was zip-tied, duct-taped and beaten inside his Los Angeles home on New Year’s Eve, following a delivery ruse. The two home invaders, as well as another suspect on the phone, demanded the man’s crypto.\n\n“It appears a suspect in the San Francisco crypto robbery was seeking intel on the Los Angeles victim on the same day,” San Francisco police Sgt. Ryan Hart told a judge in January as part of a request for additional search warrants.\n\nOn Dec. 17, a San Jose man who was stepping out of his vehicle after returning to his home noticed someone standing next to his driveway.\n\nThe person, the resident later said, produced a black handgun and ordered him to enter the garage and close the door. The suspect then hit the man on the back of the head. The victim fell to the ground, he told police, pretending to be injured.\n\nThe attack was interrupted by an Amazon truck that drove by, the victim said, prompting the suspect and another person to flee on foot. The victim later told officers he believed he was targeted because information on his crypto holdings had recently been leaked, according to a police report.\n\nHe additionally relayed strange, earlier incidents he suspected could be connected. On Dec. 6, he received two pizza deliveries he didn’t order, the man said. About a week later, on Dec. 15, he was approached by people who claimed to work for a power-washing company and offered to clean his driveway for free. The victim “believed this was odd and he rejected their attempts several times,” police said.\n\nFive days after the San Jose attack, on the morning of Dec. 22, Sunnyvale police were called to a home to investigate a report that a man who said he was delivering a DoorDash order for coffee had pushed his way inside and aimed a gun at the victim who answered the door.\n\nAfter the victim pushed back, the man ran away and fled in a black Kia sedan. The suspect, identified as 21-year-old Nino Chindavanh of Tennessee, was pulled over and arrested and is facing charges of attempted robbery and burglary in Santa Clara County.\n\nIn the car, police seized a wallet containing identification, medical documentation and debit cards issued to a man named Jayden Rucker, police said.\n\nA police review of the residents’ doorbell camera footage showed Chindavanh and another unidentified man attempting to deliver Starbucks coffees both before and after the real order.\n\nFour times in a matter of two hours, police said, either Chindavanh or the other man approached the residence. In the final visit, police said, Chindavanh said, “It says I can’t cancel the order,” before pulling out the gun.\n\nEight days later, a resident in the Sunnyvale home contacted police again, reporting that another coffee no one had ordered had arrived at the house. The victim told police they had a large sum of cryptocurrency.\n\nAfter viewing security footage, police said they believed this person was Jayden Rucker, the man whose wallet was left in the Kia. Police believed Rucker was also the second suspect who was in the bushes at the time of the incident a week earlier.\n\nThe following day, at a home in Los Angeles’ tony Brentwood neighborhood, a man delivering a package to the resident asked for a glass of water. The victim agreed and walked into the kitchen, police said.\n\nThe suspect followed him inside, pointed a gun at him and bound him with zip ties and duct tape. A second suspect arrived, and the pair called a third person on speakerphone whose voice appeared to be distorted by a modulator.\n\nThe victim said he gave the intruders the password to his computer, allowing them to view his crypto holdings. The voice on the phone became angry, the victim said, and ordered the home invaders to cut off the victim’s fingers until he showed them the “real amount he had in crypto currency.”\n\nOne of the suspects picked up a knife. But after hearing a helicopter circling above, the two men fled. A witness who had been hiding in the pantry during the attack said she was able to slip out of the house and call 911, according to police records.\n\nAfter a brief car chase, police arrested two suspects, identified as Elijah Armstrong and Jayden Rucker.\n\nArmstrong and Rucker were both charged with robbery, burglary, assault with a firearm and attempted extortion for threatening to cut off the victim’s fingers. Armstrong faces an additional charge of fleeing a pursuing peace officer’s motor vehicle.\n\nIt isn’t clear whether any suspects other than the three charged in Los Angeles and Santa Clara counties have been arrested or identified.\n\nThe Sunnyvale detective said similar enterprises have involved multiple levels of operatives, with everyone getting paid different amounts.\n\n“The larger masterminds behind it don’t want to be the ones physically at a door, that are subject to more risk,” he said. “They’re going to find somebody local, or different crews working throughout the state for a percentage of the profits.”\n\nThe detective said police believe all of the suspects who committed the in-person robberies and assaults in the Bay Area and California have been arrested.\n\nRedbord, of TRM Labs, said that despite crypto’s inherent vulnerabilities, law enforcement and security firms are able to trace the flow of funds through blockchains — the technology underpinning crypto transactions that acts as a ledger. The analysis makes it easier to identify the criminals behind cyberattacks, and has enabled law enforcement to at times seize back the stolen money. It was not clear whether law enforcement has been able to locate or seize back the funds from the San Francisco case.\n\nWrench attacks, Redbord said, are in some ways a natural evolution of crimes like robbery and narcotics trafficking.\n\n“This is not a ‘crypto ring’, per se,” he said. “It’s a, ‘Bad guys always go where the money is.’”\n\nMegan Cassidy is an enterprise reporter focusing on public safety and criminal justice. A longtime crime reporter, Megan has covered issues including the drug market, police accountability and public corruption. Megan is a two-time Mizzou graduate and loves records dives and confidential sources.\n\nTo provide story tips or to obtain her Signal number, email megan.cassidy@sfchronicle.com.\n\nOakland renters had the upper hand. Now, the market is turning against them\n\nAs San Francisco’s artificial intelligence boom drives up housing demand and rents, some of that pressure is moving east across the bay.", + "chars": 10794, + "sha256": "cafddee5b8a70554250bcfa34f1dd0ba28cefc6fd89681170bec1387fa54f74d", "staged_file": "01_sfchronicle-com.txt", - "paragraphs_kept": "ALL 81 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 20-66 of 81", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-08-06T13:40:56+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 20-66 plus headline [0]; dropped 19 leading and 14 trailing paragraphs. Case-term hits on page: 33.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_2", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://ktla.com/news/california/violent-crypto-robberies-los-angeles-bay-area/", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "ktla.com", + "language": "unknown", + "text": "Wealthy California crypto holders targeted in violent ‘wrench attacks’ | KTLA\n\nA series of so-called “wrench attacks,” violent robberies targeting wealthy cryptocurrency holders, are making headlines after victims in Los Angeles and the Bay Area were targeted, the San Francisco Chronicle reported.\n\nOn Nov. 22, a San Francisco man was robbed of $13 million in digital currency after thieves posing as pizza delivery drivers forced their way into his home, bound him with duct tape, beat him with a firearm and threatened to cut off his fingers.\n\nThe victim told investigators he had been expecting a package when a man carrying a white box arrived on the front porch of his Mission Dolores home around 5 p.m.\n\nHe was reportedly pushed away from the door and overtaken. For the next hour, a suspect inside the home and another on the phone demanded his passwords and ultimately made off with $10 million in Bitcoin and $3 million in Ethereum, according to The Chronicle.\n\nExperts say the decentralized nature of cryptocurrencies and the ability to transfer large sums in irreversible transactions, features that attract speculators, also make large account holders vulnerable to bad actors.\n\nThree attempted wrench attacks in Sunnyvale, San Jose and Los Angeles that occurred in the days and weeks following the San Francisco home invasion appear to be linked.\n\nIn some cases, investigators believe suspects infiltrated victims’ DoorDash or Uber Eats accounts and obtained key information, including home addresses.\n\nOn Dec. 17, a San Jose man was met in his driveway by an armed suspect who ordered him into the garage and told him to close the door. He was struck on the back of the head with the gun and fell, later telling investigators he pretended to be seriously injured.\n\nThe suspect and another man were spooked when an Amazon delivery van drove by, prompting them to flee.\n\nThe victim also recounted two pizza deliveries to his home 11 days earlier that he had not ordered. Just two days before the attack, he was approached by individuals offering to power wash his driveway for free, an offer he declined.\n\nFive days later in Sunnyvale, another man reported that a person posing as a DoorDash driver delivering coffee brandished a gun and pushed his way inside the victim’s home. The suspect fled in a black Kia after the victim fought back.\n\nThe suspect was later pulled over and arrested. He was identified as Nino Chindavanh, a 21-year-old resident of Tennessee.\n\nEight days later, a second suspect attempted the same coffee delivery ruse at the same home.\n\nOn New Year’s Eve in Los Angeles’ Brentwood neighborhood, a man posing as a delivery driver asked if he could get a drink of water. The victim obliged and was followed into the home at gunpoint.\n\nHe was bound with duct tape and zip ties by the time a second suspect arrived, while a third person was contacted by phone. The suspects threatened to cut off his fingers, prompting the victim to give up his computer password, allowing them to view his cryptocurrency holdings.\n\nA witness hiding in a pantry during the ordeal managed to escape and call 911.\n\nWhen the suspects heard a helicopter circling overhead, they attempted to flee and were later arrested following a police pursuit.\n\nThe two suspects were identified as Elijah Armstrong and Jayden Rucker, both residents of Tennessee. Rucker’s wallet and ID were also found in the black Kia Chindavanh had been driving.\n\nWhile the three men have been charged with robbery, burglary, assault with a firearm and attempted extortion, among other offenses, investigators believe higher-level operatives are involved in the wrench attacks, a term derived from a web comic.\n\nIt’s unclear if investigators, including those at the Federal Bureau of Investigation, have identified any of the larger players in the scheme.\n\nDetectives believe all suspects involved in the in-person robberies in the Bay Area and Los Angeles have now been taken into custody.\n\nA DoorDash spokesperson told The Chronicle that the company is unable to comment on the cases as the investigation remains ongoing, but said the company is cooperating with state, local and federal investigators.", + "chars": 4187, + "sha256": "6e59a93f7d149506aa3ab7bef2879fc92e66f70a871ae2017a2b065b1cd4f39f", + "staged_file": "02_ktla-com-wayback.txt", + "paragraphs_kept": "headline [0] + 1-22 of 44", + "method": "Wayback Machine snapshot 20260407082519, deterministic extraction", + "fetched_at": "2026-09-05T13:22:59+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260407082519/https://ktla.com/news/california/violent-crypto-robberies-los-angeles-bay-area/", + "snapshot": "20260407082519", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2026-04-07", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-22 plus headline [0]; dropped 0 leading and 21 trailing paragraphs. Case-term hits on page: 23.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "421": [ @@ -2326,10 +2572,23 @@ }, { "field": "url_2", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.ouest-france.fr/economie/cryptomonnaie/enlevements-dans-le-milieu-de-la-cryptomonnaie-un-patron-cible-par-des-hommes-armes-la-nuit-derniere-pres-de-nantes-8cab17f0-2142-11f1-a6e8-58f5162ee52a", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "ouest-france.fr", + "language": "unknown", + "text": "Enlèvements dans le milieu de la cryptomonnaie : un patron ciblé par des hommes armés, la nuit dernière, près de Nantes\n\nUn dirigeant d’une société spécialisée dans les cryptomonnaies a subi une intrusion nocturne à son domicile, dans la nuit du dimanche 15 au lundi 16 mars 2026, a-t-on appris de sources concordantes. Selon nos informations, des hommes armés sont entrés par effraction dans son logement aux alentours de 3 h du matin, dans une commune au nord de Nantes. La victime, un quinquagénaire, réveillée par le bruit, a croisé deux agresseurs dans sa maison dont l’un était porteur d’une arme de poing. Ils lui ont asséné au moins un...\n\nAilleurs sur le Web\n Contenus Sponsorisés\n\nRetrouvez les résultats des élections municipales : Paris.\n\nToute l'actualité en continu sur l'application.", + "chars": 798, + "sha256": "7e3127a1713ac09ac7fd96f2bd531e66b3678bba5557151ba73adb2178d44b02", + "staged_file": "02_ouest-france-fr-wayback.txt", + "paragraphs_kept": "headline [0] + 2-5 of 6", + "method": "Wayback Machine snapshot 20260317123250, deterministic extraction", + "fetched_at": "2026-09-05T13:23:03+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260317123250/https://www.ouest-france.fr/economie/cryptomonnaie/enlevements-dans-le-milieu-de-la-cryptomonnaie-un-patron-cible-par-des-hommes-armes-la-nuit-derniere-pres-de-nantes-8cab17f0-2142-11f1-a6e8-58f5162ee52a", + "snapshot": "20260317123250", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2026-03-17", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-5 plus headline [0]; dropped 1 leading and 0 trailing paragraphs. Case-term hits on page: 4.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "416": [ @@ -2338,7 +2597,10 @@ "verdict": "THIN", "url": "https://france3-regions.franceinfo.fr/paris-ile-de-france/seine-et-marne/sequestration-d-une-famille-en-lien-avec-les-cryptomonnaies-trois-hommes-mis-en-examen-3315843.html", "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule", + "archive_tried": "2026-09-05T13:23:06+00:00", + "archive_note": "Wayback snapshot 20260508143702 extracted to only 93 chars (page needs a browser to render)", + "archive_url": "http://web.archive.org/web/20260508143702/https://france3-regions.franceinfo.fr/paris-ile-de-france/seine-et-marne/sequestration-d-une-famille-en-lien-avec-les-cryptomonnaies-trois-hommes-mis-en-examen-3315843.html" }, { "field": "url_2", @@ -2431,10 +2693,23 @@ "414": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.leparisien.fr/yvelines-78/le-chesnay-rocquencourt-900-000-euros-en-bitcoin-derobes-lors-dun-violent-home-jacking-09-03-2026-L2ZCB6SJSRB5VJJQEYSMI2ASTM.php", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "leparisien.fr", + "language": "unknown", + "text": "900 000 euros en bitcoin dérobés lors d’un violent home jacking au Chesnay-Rocquencourt - Le Parisien\n\nC’est une somme vertigineuse qu’ils ont été contraints de verser sous la menace. Ce lundi 9 mars, un couple résidant au Chesnay-Rocquencourt (Yvelines) a été agressé puis séquestré à domicile par trois malfaiteurs avant d’être délesté d’une somme estimée à environ 900 000 euros en bitcoin.\n\nLe trio avait décidé de passer à l’action en début de matinée. Il est un peu plus de 8 heures quand la sonnette résonne dans cette maison mitoyenne en meulière. De l’extérieur, les trois hommes annoncent être policiers afin de se faire ouvrir la porte. Ce que la propriétaire des lieux, âgée d’une petite soixantaine d’années, a le malheur de faire.\n\nElle est aussitôt projetée au sol. Cagoulés, gantés et vêtus de noir, les malfaiteurs pénètrent de force dans la maison. Et ils referment leur piège.\n\nDirection le premier étage où se trouve le bureau dans lequel se trouve alors le mari. Leur objectif est de se faire transférer le conséquent portefeuille en Bitcoin de ce dernier. L’un des individus arbore un couteau et menace de frapper son épouse, déjà blessée à une épaule, si l’opération n’est pas exécutée. Tout au long de celle-ci, le trio est visiblement en communication avec une quatrième personne dont il semble recevoir les consignes.\n\nUne fois la somme versée, les trois hommes quittent les lieux en prenant le soin de ligoter le mari au moyen d’un câble. Et d’emporter les deux téléphones du couple. Leur véhicule, une fourgonnette de couleur blanche est stationné juste devant les lieux. Libérés de ses liens, le mari se précipite alors chez ses voisins pour prévenir la police.\n\nDes spécialistes de la police technique et scientifique se sont immédiatement rendus sur place afin de passer les lieux au peigne fin et de relever toute trace ou indice laissé par les trois hommes. L’enquête, ouverte pour séquestration en bande organisée et extorsion avec arme, a été confiée à la brigade de répression du banditisme.\n\nDans la soirée du vendredi 9 janvier dernier, un investisseur en cryptomonnaies et sa famille avaient été ligotés et tabassés chez eux à Verneuil-sur-Seine, toujours dans les Yvelines.\n\nEn décembre dernier, un autre couple avait connu la même mésaventure dans une commune des environs de La Rochelle (Charente-Maritime). Un commando de trois individus avait pénétré le domicile de cet investisseur en cryptomonnaies au petit matin et était parvenu à faire transférer un butin estimé à près de 8 millions d’euros après deux heures de menaces de coups sur leurs victimes.\n\nLes faits de séquestration en lien avec ces portefeuilles de monnaies cryptées se sont multipliés ces deux dernières années en France, le plus souvent sous la forme d’enlèvements spectaculaires. Un phénomène suffisamment inquiétant pour contraindre le gouvernement à publier un décret en août 2025 destiné à protéger les investisseurs professionnels. Celui-ci permet en effet de ne plus mentionner les adresses des chefs d’entreprises spécialisées en cryptomonnaie sur le registre du commerce et des sociétés.", + "chars": 3109, + "sha256": "0cd580f6c7d4b07e59be7ae7630afde2b252ca30d95a3ad6197cfdcc5c425302", + "staged_file": "01_leparisien-fr-wayback.txt", + "paragraphs_kept": "headline [0] + 1-9 of 13", + "method": "Wayback Machine snapshot 20260508143701, deterministic extraction", + "fetched_at": "2026-09-05T13:23:11+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260508143701/https://www.leparisien.fr/yvelines-78/le-chesnay-rocquencourt-900-000-euros-en-bitcoin-derobes-lors-dun-violent-home-jacking-09-03-2026-L2ZCB6SJSRB5VJJQEYSMI2ASTM.php", + "snapshot": "20260508143701", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2026-05-08", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-9 plus headline [0]; dropped 0 leading and 3 trailing paragraphs. Case-term hits on page: 15.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_2", @@ -2537,7 +2812,9 @@ "verdict": "BLOCKED", "url": "https://www.ccn.com/news/crypto/hong-kong-hotel-crypto-kidnapping-680k-and-42kg-of-silver-reportedly-stolen/", "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such", + "archive_tried": "2026-09-05T13:23:15+00:00", + "archive_note": "no Wayback Machine snapshot exists for this URL" }, { "field": "url_2", @@ -2578,14 +2855,18 @@ "verdict": "THIN", "url": "https://www.binance.com/en/square/post/299288396127458", "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule", + "archive_tried": "2026-09-05T13:23:21+00:00", + "archive_note": "no Wayback Machine snapshot exists for this URL" }, { "field": "url_5", "verdict": "THIN", "url": "https://www.binance.com/en/square/post/299292754464081", "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule", + "archive_tried": "2026-09-05T13:23:23+00:00", + "archive_note": "no Wayback Machine snapshot exists for this URL" } ], "411": [ @@ -2608,10 +2889,23 @@ }, { "field": "url_2", - "verdict": "DEAD", + "verdict": "KEEP", "url": "https://www.boredpanda.com/horrifying-discovery-in-bali-after-igor-komarov-ransom-video/", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "boredpanda.com", + "language": "unknown", + "text": "Horrifying Discovery In Bali After Young Tourist's Chilling Ransom Video | Bored Panda\n\nSimple Interface - Even Your Cat Can Use It!\n\nDiscover trivia, brain teasers, and quirky quizzes — fresh every week!\n\nYoung Tourist, 28, Begs Family To Pay $10 Million After Being Abducted During Bali Vacation\n\nLink copied!\n\nIgor Komarov, a 28-year-old tourist, was abducted on February 15 while riding a motorcycle in Bali.\n\nKomarov was traveling with his girlfriend, Yeva Mishalova, a social media influencer.\n\nHis location was reportedly revealed to the abductors when Mishalova posted a photo of them on Valentine’s Day with geolocation.\n\nIn the days that followed his disappearance, a $10 million “ransom video” surfaced on Telegram, appearing to show Komarov battered and bruised while reading a prepared statement.\n\nIgor Komarov, 28, was abducted in Bali during a vacation with his girlfriend.\n\nA ransom video showed Komarov battered, pleading with his parents to pay $10 million allegedly stolen from abductors.\n\nThe main suspect, who rented the car used to abduct the victim, has been arrested, authorities said.\n\nA 28-year-old man was reportedly abducted in Bali, Indonesia\n\nTrigger warning: This article contains details that some readers may find distressing.\n\nIn the message, the perpetrators, suspected members of a transnational criminal network, claimed they staged the abduction to recover $10 million that the victim’s family had allegedly stolen from them in a scam.\n\n“Mummy, Daddy, I beg you, help me please, you stole those ten million, which they ask for, return these ten million please,” Komarov said in the video that is part of the investigation by Bali police.\n\n“I will return everything to all those people from whom you have taken; they already chopped off some of my limbs, I have broken legs [and they] punched [my] rib cage. I’m already on meds, I already have no limbs,” Komarov said.\n\nA ransom video later surfaced showing Igor Komarov pleading with his parents to pay $10 million\n\n“An infection will start soon. I’m just d*ing, ” Komarov continued in Ukrainian during the three-minute video. “I ask you very much, this is a very serious organization, please help me, no one can find me, neither mafiosos, no one, I was already taken to another country.”\n\nThe 28-year-old begged his family to bring him home and pay the $10 million “which we stole.” He said that, as soon as the payment was made, he would be returned home.\n\nAdditionally, Komarov instructed his family “not to communicate with any other people.”\n\nPolice identified one of the vehicles used in the abduction, a rental car, and tracked it to a location in Tabanan, Bali.\n\nAt the villa, investigators found a mobile phone and a bag belonging to the victim, along with traces of blood that matched stains found inside the vehicle.\n\nOn February 17, two days after Komarov was abducted, police announced they had discovered severed human body parts at the mouth of the Wos River on Bali’s lower east coast, approximately 30 km (18 miles) from Tabanan.\n\nThe captors claimed they were seeking to recover money they said Komarov’s family had taken from them in a scam\n\n🇺🇦🚨 UKRAINIAN MAFIA BOSS’S SON KIDNAPPED IN BALI FOR 10M PAYBACK\n\nA video circulating on social media claims Igor Komarov, son of a Dnipro gangster from Dnipro, was kidnapped in Bali. The kidnappers in the clip say no cops, no mafia, nobody can help.\n\nThey’re demanding 10M they… pic.twitter.com/linfyjun9i\n\n— Mario Nawfal (@MarioNawfal) February 21, 2026\n\nAuthorities have not yet formally confirmed the identity of the remains, but forensic analysis suggests they belonged to a man who had lost his life approximately three days before the discovery.\n\nPolice in Bali told news.com.au that they had made a partial match between Komarov’s tattoos and the tattoos on some of the body parts.\n\n“We cannot speculate. All possibilities are being investigated, but conclusions must be based on scientific investigation and forensic results,” stated Senior Commissioner Ariasandy.\n\nPolice traced a rental car used in the abduction to a villa, where they found the victim’s phone\n\nThe coroner in Bali added, “It’s impossible to identify the deceased due to advanced decomposition. However, based on the skull characteristics, I can say that he is Caucasian.”\n\nPolice announced they have arrested the prime suspect who rented the vehicle, identified only as “CH,” in West Nusa Tenggara.\n\nSevered human body parts were found near the Wos River and are currently undergoing forensic analysis\n\nSix other suspects, also foreign nationals, are wanted for questioning in connection with the crime.\n\n“Initially, we secured one foreign national with the initials CH, who rented vehicles using a false passport,” authorities said. “Following further investigation, we named six other foreign nationals as suspects — RM, BK, AS, VN, SM, and DH.”\n\nThe body belonged to a Caucasian male with tattoos matching Komarov’s\n\nFour of the suspects reportedly fled Bali via the international airport, while the remaining two are thought to remain on the island or another province in Indonesia.\n\nAll six have been placed on Indonesia’s wanted persons list and Interpol’s Red Notice.", + "chars": 5202, + "sha256": "56d70a36e4777a91cefbf3b55105254e236bae6e07161b8d9c2c5a591282a252", + "staged_file": "02_boredpanda-com-wayback.txt", + "paragraphs_kept": "headline [0] + 31-71 excl [33] of 137", + "method": "Wayback Machine snapshot 20260421221556, deterministic extraction", + "fetched_at": "2026-09-05T13:23:25+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260421221556/https://www.boredpanda.com/horrifying-discovery-in-bali-after-igor-komarov-ransom-video/", + "snapshot": "20260421221556", + "note": "live URL was DEAD on the first pass; text comes from an archived copy dated 2026-04-21", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 31-71 plus headline [0]; dropped 30 leading and 65 trailing paragraphs and 1 interior furniture line(s). Case-term hits on page: 43. PAYWALL marker seen on page.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_3", @@ -2637,7 +2931,10 @@ "verdict": "THIN", "url": "https://www.nst.com.my/news/nation/2026/02/1380692/12-cops-arrested-over-crypto-robbery-watch", "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule", + "archive_tried": "2026-09-05T13:23:31+00:00", + "archive_note": "Wayback snapshot 20260401052130 extracted to only 64 chars (page needs a browser to render)", + "archive_url": "http://web.archive.org/web/20260401052130/https://www.nst.com.my/news/nation/2026/02/1380692/12-cops-arrested-over-crypto-robbery-watch" }, { "field": "url_2", @@ -2774,7 +3071,9 @@ "verdict": "THIN", "url": "https://en.haberler.com/pure-chinese-torture-what-they-did-to-the-19596022/", "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule", + "archive_tried": "2026-09-05T13:23:35+00:00", + "archive_note": "no Wayback Machine snapshot exists for this URL" }, { "field": "url_2", @@ -2848,17 +3147,43 @@ }, { "field": "url_3", - "verdict": "THIN", + "verdict": "KEEP", "url": "https://www.espn.com/chalk/story/_/id/27633251/american-bookmaker-found-dead-costa-rica", - "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "source": "espn.com", + "language": "unknown", + "text": "American bookmaker found dead in Costa Rica\n\nAn American bookmaker was found dead after he went missing in Costa Rica nearly a year ago, the nation's justice officials told ESPN on Monday.\n\nThe body of William Sean Creighton, 43, based in Costa Rica and originally from West Virginia, was found last week in a cemetery in the small fishing town of Quepos, according to a statement from the nation's judicial investigation department (OIJ). A cause of death could not be confirmed because \"it isn't clear yet,\" according to the statement.\n\n\"We can confirm Costa Rican authorities identified the remains of a U.S. citizen in Costa Rica,\" a spokesperson for the U.S. State Department said in a statement Monday afternoon in response to ESPN's request for comment about Creighton's death. \"We offer our sincerest condolences to the family on their loss. We are closely monitoring local authorities' investigation into the cause of death. We stand ready to provide all appropriate consular assistance. Out of respect to the family during this difficult time, we have no further comment.\"\n\nCreighton founded and ran 5Dimes, a popular online sportsbook headquartered in San Pedro, located in the mountainous interior next to Costa Rica's capital city. The site has served bettors in the U.S. for two decades.\n\nCreighton grew up in Bridgeport, West Virginia, and was the son of William Creighton, the owner of Giant Eagle grocery stores. After graduating from West Virginia University in 1998 with a degree in business administration, he moved to Costa Rica to launch 5Dimes a year later.\n\nIn 2016, the Department of Homeland Security revealed it was investigating 5Dimes for money laundering, according to a seizure warrant filed in U.S. District Court that year. In the warrant, an agent detailed how he believed 5Dimes instructed bettors based in the U.S. to use gift cards as a way to place and later cash out bets. The federal government has never brought charges against 5Dimes or Creighton. The investigation remains open.\n\nThe Costa Rican OIJ said in January that Creighton was abducted after leaving the 5Dimes office on Sept. 24, 2018. According to OIJ, Creighton was driving through the neighborhood of Granadilla de Curridabat around 10 p.m. when two Costa Rican traffic officers flashed their lights and pulled him over. Four men in a rented, gray pickup truck then arrived on the scene and abducted Creighton, authorities said.\n\nEarly the following morning, Creighton's relatives received a $5 million ransom demand, according to OIJ. Ultimately, a $1 million ransom was paid in bitcoin, OIJ said.\n\nA representative for 5Dimes declined comment when contacted by ESPN.\n\nIn January, authorities conducted raids in Costa Rica and Spain, leading to the arrest of 12 people believed to be involved in Creighton's disappearance, according to the OIJ statement at the time. Three suspects -- Jordan Morales Vega, whom investigators say was the leader of the abduction and in the pickup truck during Creighton's kidnapping; his mother, Guiselle Vega Aguirre; and companion Maria Fernanda Solis Chaves -- were extradited from Spain to Costa Rica in late April and are awaiting trial. The suspects are being investigated for the crime of extortive kidnapping, according to the Costa Rica Office of Public Ministry.\n\nThe Costa Rican government has not yet said how it discovered Creighton's body, nor how investigators identified his remains, which were discovered a roughly three-hour drive from the suspected abduction site. The Office of Public Ministry has not yet announced if it will bring any additional charges now that Creighton's death has been confirmed.", + "chars": 3660, + "sha256": "ba6a128f76555dab4714b2f9082ad40c499acdca7a24caf5f39935b3780f304a", + "staged_file": "03_espn-com-wayback.txt", + "paragraphs_kept": "headline [0] + 18-28 of 29", + "method": "Wayback Machine snapshot 20221203024410, deterministic extraction", + "fetched_at": "2026-09-05T13:23:38+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20221203024410/https://www.espn.com/chalk/story/_/id/27633251/american-bookmaker-found-dead-costa-rica", + "snapshot": "20221203024410", + "note": "live URL was THIN on the first pass; text comes from an archived copy dated 2022-12-03", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 18-28 plus headline [0]; dropped 17 leading and 0 trailing paragraphs. Case-term hits on page: 41.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_4", - "verdict": "THIN", + "verdict": "KEEP", "url": "https://www.gambling911.com/9-Individuals-Convicted-Murder-5Dimes-Owner.html", - "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "source": "gambling911.com", + "language": "unknown", + "text": "9 Individuals Convicted in Kidnapping, Murder of 5Dimes Owner\n\nNine individuals have been convicted in the kidnapping and murder of 5Dimes founder Sean “Tony” Creighton earlier this week.\n\nThe son of a West Virginia supermarket mogul, Creighton went missing in September 2018. His killers were later apprehended in Spain and Costa Rica as part of a worldwide manhunt.\n\nWhen Creighton was taken the kidnappers demanded a five million dollar ransom with a hard deadline. His wife would ultimately pay the amount demanded in Bitcoin.\n\nCreighton's body was found months later in a shallow grave in the backyard of the grandmother of an individual arrested.\n\nThe judge convicted the criminals of kidnapping, extortion, aggravated robbery and illicit association. Morales Vega, implicated as the leader of the group, received a 65-year sentence.\n\nHis girlfriend, Solís Chaves, his mother, an uncle, his grandmother, a teacher, and another man received similar sentences. A traffic police officer received a sentence of 35 years. Another officer is going away for 25 years.\n\nAnother of the defendants in this case, Kenny Jerry Ford Dowman, had an abbreviated trial and accepted the charges this past February. For his involvement, he received a sentence of 33 years in prison.\n\nBitcoin Live Casinos: Revolutionizing the Online Gaming Experience\n\nThe digital age has seen remarkable innovations in the realm of online gaming, and Bitcoin live casinos stand at the forefront of this revolution.\n\nPeople new to gambling should stick to games that are easy to learn but still have big prizes. Check out this list of the best casino games for beginners.\n\nWashington State: Slow Progress for Sports Betting in Evergreen State, Huskies Provide Boost\n\nThe Washington University football team ended their regular season undefeated.\n\nAnother One Bites the Dust as Unibet Departs Arizona Sports Betting Market\n\nPlus the Suns take on a Grizzlies team that has finally managed to win two in a row this season and are on a back-to-back.\n\nState of the Art Pay Per Head Bookie Software\n\nPay Per Head software should feature dozens of security measures, including full system and database redundancy.", + "chars": 2176, + "sha256": "432f9351e4873adc1f656eb2ef4c0dc2563850ff5c886c6c2295b8b8745470bb", + "staged_file": "04_gambling911-com-wayback.txt", + "paragraphs_kept": "headline [0] + 2-17 of 18", + "method": "Wayback Machine snapshot 20231204163440, deterministic extraction", + "fetched_at": "2026-09-05T13:23:45+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20231204163440/https://www.gambling911.com/9-Individuals-Convicted-Murder-5Dimes-Owner.html", + "snapshot": "20231204163440", + "note": "live URL was THIN on the first pass; text comes from an archived copy dated 2023-12-04", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-17 plus headline [0]; dropped 1 leading and 0 trailing paragraphs. Case-term hits on page: 12.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_5", @@ -2920,7 +3245,9 @@ "verdict": "BLOCKED", "url": "https://bitcoinethereumnews.com/tech/binance-france-ceo-targeted-in-chaotic-double-home-attack-report/", "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such", + "archive_tried": "2026-09-05T13:23:49+00:00", + "archive_note": "no Wayback Machine snapshot exists for this URL" }, { "field": "url_3", @@ -3059,7 +3386,9 @@ "verdict": "BLOCKED", "url": "https://bitcoinethereumnews.com/tech/california-teens-arrested-in-scottsdale-home-invasion-over-66m-cryptocurrency-holdings/", "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such", + "archive_tried": "2026-09-05T13:23:51+00:00", + "archive_note": "no Wayback Machine snapshot exists for this URL" }, { "field": "url_4", @@ -3297,10 +3626,23 @@ "395": [ { "field": "url", - "verdict": "ERROR", + "verdict": "KEEP", "url": "https://www.nicematin.com/faits-divers/cryptomonnaie-un-lyceen-toulonnais-sequestre-sa-famille-menacee-10665698", - "source": null, - "note": "URLError: " + }, + { + "field": "extra_3", + "verdict": "KEEP", + "url": "https://www.mantes-actu.net/verneuil-sur-seine-un-investisseur-en-cryptomonnaies-sequestre-a-son-domicile-avec-sa-famille/", + "source": "Mantes Actu", + "language": "unknown", + "text": "Verneuil-sur-Seine : un investisseur en cryptomonnaies séquestré à son domicile avec sa famille – Mantes Actu\n\nUne famille de Verneuil‑sur‑Seine a vécu une nuit de terreur dans la soirée du 10 janvier, lorsqu’un investisseur en cryptomonnaies, son épouse et leurs deux enfants ont été violemment agressés à leur domicile.\n\nSelon Le Parisien, trois individus armés d’un pistolet ont fait irruption dans le pavillon familial avant de frapper les parents et de ligoter toute la famille à l’aide de colliers de serrage.\n\nMalgré la violence des faits, les victimes sont parvenues à se libérer et à se réfugier chez des voisins, qui ont alerté les forces de l’ordre. Les agresseurs ont été vus prenant la fuite en direction de la gare, et sont activement recherchés par la police judiciaire.\n\nD’après les informations rapportées par Le Parisien, le père de famille n’aurait pas été ciblé au hasard : il dirige un groupe spécialisé dans les investissements en cryptomonnaies, un secteur devenu une cible privilégiée du grand banditisme depuis plusieurs mois.\n\nLes enquêteurs explorent donc la piste d’un cambriolage prémédité, lié à son activité professionnelle.\n\nLa famille, choquée mais saine et sauve, a été prise en charge tandis que l’enquête se poursuit pour identifier les trois auteurs de cette attaque d’une rare violence.", + "chars": 1324, + "sha256": "f98d639598b42b6433ab03f904248b077415f7d6219fb7b374cf50e65ac65f84", + "staged_file": "04_mantes-actu-net.txt", + "paragraphs_kept": "headline [0] + 2-7 of 10", + "method": "raw HTTP retrieval, deterministic extraction", + "fetched_at": "2026-09-06T11:18:39+00:00", + "http": 200, + "note": "NOT on the DB record. Found 2026-09-06 by web search because the linked source(s) gave no usable text.", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-7 plus headline [0]; dropped 1 leading and 2 trailing paragraphs. Case-term hits on page: 9.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "387": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.leparisien.fr/faits-divers/victime-dun-vol-de-cryptomonnaie-une-jeune-femme-sequestree-par-plusieurs-individus-cagoules-a-manosque-06-01-2026-WS2ED2I3UFHB7JRDMUE2XXRVYI.php", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "leparisien.fr", + "language": "unknown", + "text": "Victime d’un vol de cryptomonnaies, une jeune femme séquestrée par plusieurs individus cagoulés à Manosque - Le Parisien\n\nLe préjudice financier n’a pas été évalué, mais celui de la victime, lui, est conséquent. Une femme, victime de vol de cryptomonnaies, a été séquestrée par plusieurs individus cagoulés, ce lundi en début de soirée, à Manosque (Alpes-de-Haute-Provence), a appris Le Parisien de source policière.\n\nCe lundi, vers 19h30, trois individus cagoulés pénètrent dans le logement d’un couple situé Chemin Champs de Pruniers à Manosque. À leur arrivée, ils attachent et séquestrent la jeune femme, qui réside dans l’habitation.\n\nLes trois hommes, qui cherchent à récupérer les cryptomonnaies de son conjoint, la menacent avec une arme de poing et la gifle. Après avoir récupéré une clé USB contenant des données, les trois individus prennent la fuite.\n\nAu bout de quelques minutes, la jeune femme qui n’a pas été blessée, parvient à se désentraver et à contacter les forces de l’ordre.", + "chars": 996, + "sha256": "ee2b093728b6704d522dacc3259179acb792e5fef7e4ee92421b11f40eac8eae", + "staged_file": "01_leparisien-fr-wayback.txt", + "paragraphs_kept": "headline [0] + 1-4 of 10", + "method": "Wayback Machine snapshot 20260508143659, deterministic extraction", + "fetched_at": "2026-09-05T13:24:26+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260508143659/https://www.leparisien.fr/faits-divers/victime-dun-vol-de-cryptomonnaie-une-jeune-femme-sequestree-par-plusieurs-individus-cagoules-a-manosque-06-01-2026-WS2ED2I3UFHB7JRDMUE2XXRVYI.php", + "snapshot": "20260508143659", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2026-05-08", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-4 plus headline [0]; dropped 0 leading and 5 trailing paragraphs. Case-term hits on page: 7.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_2", @@ -3568,7 +4060,9 @@ "verdict": "BLOCKED", "url": "https://archive.is/SOB70#selection-1145.40-1145.80", "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such", + "archive_tried": "2026-09-05T13:24:30+00:00", + "archive_note": "no Wayback Machine snapshot exists for this URL" } ], "383": [ @@ -3594,7 +4088,9 @@ "verdict": "THIN", "url": "https://www.binance.com/en/square/post/24316542322970", "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule", + "archive_tried": "2026-09-05T13:24:33+00:00", + "archive_note": "no Wayback Machine snapshot exists for this URL" }, { "field": "url_3", @@ -3612,40 +4108,73 @@ "382": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.dimsumdaily.hk/attempted-armed-robbery-at-mong-kok-crypto-exchange-owner-injured-but-no-losses/", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "dimsumdaily.hk", + "language": "unknown", + "text": "Attempted armed robbery at Mong Kok crypto exchange, owner injured but no losses\n\nHome News Local Attempted armed robbery at Mong Kok crypto exchange, owner injured but no...\n\n14th December 2025 – (Hong Kong) Police are investigating an attempted robbery at a cryptocurrency exchange in Mong Kok after a group of men armed with knives allegedly threatened staff inside a stairwell of the W Plaza at 608 Nathan Road on Saturday night (13th December). Officers were alerted at 8.43pm by a security guard reporting that the male proprietor, surnamed Yu, 46, and a female employee, surnamed Lee, 37, had been confronted by four to five assailants.\n\nAccording to initial accounts, the shop owner resisted and sustained an injury to his hand during the struggle. The suspects fled down the stairs and escaped in the direction of Ferry Street when their raid appeared to falter.\n\nPolice and paramedics arrived shortly after. Mr Yu, who was conscious, was taken to Kwong Wah Hospital for treatment to a finger injury. Following preliminary enquiries, officers said there were no financial losses and no property was taken.\n\nThe case has been classified as attempted robbery. No arrests have yet been made as detectives continue to examine CCTV footage and gather evidence.", + "chars": 1264, + "sha256": "b51016ae3e1cc2837a14ea828903e229662b63b9a2b048cbd6282be5cd439bf6", + "staged_file": "01_dimsumdaily-hk-wayback.txt", + "paragraphs_kept": "headline [0] + 35-39 of 43", + "method": "Wayback Machine snapshot 20260215030534, deterministic extraction", + "fetched_at": "2026-09-05T13:24:35+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260215030534/https://www.dimsumdaily.hk/attempted-armed-robbery-at-mong-kok-crypto-exchange-owner-injured-but-no-losses/", + "snapshot": "20260215030534", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2026-02-15", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 35-39 plus headline [0]; dropped 34 leading and 3 trailing paragraphs. Case-term hits on page: 19.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_2", "verdict": "THIN", "url": "https://www.binance.com/en/square/post/12-14-2025-attempted-robbery-at-hong-kong-cryptocurrency-exchange-investigated-33680910939473", "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule", + "archive_tried": "2026-09-05T13:24:40+00:00", + "archive_note": "Wayback snapshot 20251217153910 extracted to only 0 chars (page needs a browser to render)", + "archive_url": "http://web.archive.org/web/20251217153910/https://www.binance.com/en/square/post/12-14-2025-attempted-robbery-at-hong-kong-cryptocurrency-exchange-investigated-33680910939473" }, { "field": "url_3", "verdict": "DEAD", "url": "https://www.mexc.co/es/news/269096", "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such", + "archive_tried": "2026-09-05T13:24:46+00:00", + "archive_note": "no Wayback Machine snapshot exists for this URL" }, { "field": "url_4", "verdict": "BLOCKED", "url": "https://en.coinotag.com/breakingnews/hong-kong-mong-kok-cryptocurrency-exchange-robbery-attempt-leaves-owner-injured-police-seek-three-suspects", "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such", + "archive_tried": "2026-09-05T13:24:48+00:00", + "archive_note": "no Wayback Machine snapshot exists for this URL" } ], "381": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.leparisien.fr/faits-divers/un-investisseur-en-cryptomonnaie-et-sa-compagne-sequestres-a-leur-domicile-de-la-rochelle-des-virements-effectues-par-les-ravisseurs-18-12-2025-KN6YFKOQ2NCCPEGXLZP2ZTYX4A.php", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "leparisien.fr", + "language": "unknown", + "text": "Un investisseur en cryptomonnaie et sa compagne séquestrés à leur domicile de La Rochelle, des virements effectués par les ravisseurs - Le Parisien\n\nLes acteurs du secteur continuent d’être la cible des ravisseurs. Un investisseur en cryptomonnaie et sa compagne ont été séquestrés à leur domicile de La Rochelle (Charente-Maritime) ce jeudi, par des agresseurs qui leur ont soutiré de la monnaie virtuelle, a appris Le Parisien, confirmant une information du média spécialisé The Big Whale.\n\nSelon nos informations, trois agresseurs se sont introduits à leur domicile aux alentours de 5 heures du matin. Le couple a été ligoté et plusieurs virements ont été effectués par les assaillants, indique une source policière au Parisien. Le montant de la somme dérobée n’est pas connu à ce stade, précise-t-il.\n\nVidéoCryptomonnaies : Retailleau se dit « totalement mobilisé » contre les « narco-racailles »\n\nLes auteurs présumés n’ont, pour l’heure, pas été interpellés fait savoir cette même source.\n\nUne cible privilégiée pour les ravisseurs\n\nDepuis plusieurs mois, les agressions d’investisseurs en cryptomonnaies se sont multipliées en France. En janvier 2025, le cofondateur de l’entreprise Ledger, David Balland, ainsi que son épouse ont été enlevés par un commando violent qui réclamait une importante rançon à leurs proches et associés. Le chef d’entreprise avait eu le doigt coupé lors de cette prise d’otage.", + "chars": 1412, + "sha256": "5bd313fe792899d72b1583ac1d065fc0f485ead547f97d56cb83a1ee1cc7b284", + "staged_file": "01_leparisien-fr-wayback.txt", + "paragraphs_kept": "0-6 of 14", + "method": "Wayback Machine snapshot 20260508143658, deterministic extraction", + "fetched_at": "2026-09-05T13:24:50+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260508143658/https://www.leparisien.fr/faits-divers/un-investisseur-en-cryptomonnaie-et-sa-compagne-sequestres-a-leur-domicile-de-la-rochelle-des-virements-effectues-par-les-ravisseurs-18-12-2025-KN6YFKOQ2NCCPEGXLZP2ZTYX4A.php", + "snapshot": "20260508143658", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2026-05-08", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 0-6; dropped 0 leading and 7 trailing paragraphs. Case-term hits on page: 3.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_2", @@ -3725,15 +4254,22 @@ }, { "field": "url_3", - "verdict": "THIN", + "verdict": "UNTRIMMED", "url": "https://www.ctvnews.ca/montreal/article/police-arrest-2-suspects-in-killing-of-montreal-cryptocurrency-influencer/", "source": "ctvnews.ca", "language": "unknown", - "staged_file": "03_ctvnews-ca.txt", - "method": "raw HTTP retrieval, deterministic extraction", - "fetched_at": "2026-08-06T13:45:37+00:00", - "http": 200, - "note": "JS-rendered index page; only unrelated teaser headlines extracted (no article body). Case 379 is well-sourced by lapresse/globalnews/cbc, so this can be dropped." + "text": "Police arrest 2 suspects in killing of Montreal cryptocurrency influencer\n\n Skip to main content\n\nPolice arrest 2 suspects in killing of Montreal cryptocurrency influencer\n\nPublished: November 19, 2024 at 2:03PM EST\n\nFather and 14-year-old son charged after Orono mosque vandalized, antisemitic pamphlets placed at Bowmanville store\n\nVictim identified in deadly Scarborough shooting\n\nB.C. professor given prestigious award for tireless efforts protecting Borneo’s orangutans\n\nCrown to consider charging RCMP officer who fatally shot suspected car thief in Revelstoke, B.C.\n\nHouse ablaze in northwest Calgary; fire department calls in Springbank, RVC for help\n\nCalgary firefighter injured in hit-and-run involving stolen car\n\nHomeowners fed up, demand accountability after flood destroys Embrun homes\n\n86 packages containing drugs seized at Canada Post location in Ottawa\n\nJudge says Montreal billionaire Robert Miller too sick for trial on sex charges\n\nHobby shops say it will be game over for their businesses due to Quebec’s language law\n\nChild luring charges laid against Grande Prairie man, RCMP seeking other victims\n\nEdmonton Oilers look to turn Stanley Cup final page after emphatic Game 3 loss\n\nMan convicted in Cape Breton hit and run granted day parole, mother of victim says\n\nHalifax council votes down motion to pause construction of bike lane construction\n\nCredit rating agency says Manitoba’s recent tax changes outweigh affordability offers\n\nProtester who broke Lemay Forest court injunction fined $15K\n\nSask. ombudsman investigating provincial wildfire response, handling of evacuees\n\nSask. educational assistant sentenced to 28 months in prison for sexual exploitation\n\nAlleged Canadian hacker unmasked after threatening cybersecurity researcher\n\n‘We’re triaging’: Sask. Public Safety Agency says it’s aware of support backlog, working to rectify\n\nCanadians believe they need $1 million to retire comfortably: report\n\nSt. Thomas apartment dwellers with no utilities, landlord wanted in U.S. for grandparent scam\n\nMayor’s lobbying suddenly yields $10M savings in 2026 budget from Development Charge exemptions\n\nBarrie woman’s family desperate for answers 2 years after her mysterious disappearance\n\nOntario police seize $5.4 million in drugs in two massive trafficking investigations\n\nHere’s how the city is closing off water access at Sandpoint Beach\n\nFree shuttle service offered for Ford Fireworks\n\nU.S. man sentenced for child luring in case involving Saanich, B.C., girl\n\nSix-foot boa constrictor goes missing from beach in Tofino, B.C.\n\nSatanic Temple accuses Iowa officials of religious discrimination\n\nBaltimore jail staff failed to protect a deaf man killed by his cellmate, lawsuit says\n\nPrime minister, MPs attend ceremony to raise Pride flag on Parliament Hill\n\nFederal government slow to reduce, modernize its office space\n\nAuditor general finds F-35 costs soar amid project delays, pilot shortages\n\nUnion says Canada Post won’t meet it ‘halfway’ on arbitration, prolonging deadlock\n\nLive Nation to invest US$1 billion in U.S. music venues\n\nGlobal economy on track for worst decade since 1960s, World Bank warns\n\nNIH scientists publish declaration criticizing Trump’s deep cuts in public health research\n\nTeen TikTok skin care craze may be harmful — and expensive, study finds\n\nObese patients may need custom doses of certain antibiotics, research suggests\n\nWeinstein jury pores over accuser’s emails during deliberations\n\nA family thought the sculpture on their piano was a ‘fake’ Rodin. Now it’s sold for nearly US$1 million\n\nJudge denies Sean ‘Diddy’ Combs’ second request for mistrial, likens cross-examination to ‘Perry Mason moment’\n\nCanada’s Andreescu cruises into second round of Libema Open with win over Garland\n\nEdmonton Oilers superfans cross ocean, paint body in blue and orange to watch games\n\nWorld’s tallest monk? Victor Wembanyama spotted at China’s Shaolin Temple with shaved head\n\n‘It was a form of healing’: How travelling to every country helped this American cope with a mental health disorder\n\n200-year-old condom decorated with erotic art goes on display in Amsterdam’s Rijksmuseum\n\nAt $3,000 a night, luxury farm resorts are the next glamorous getaway\n\nOttawa’s plan for climate change adaptation is falling short, report says\n\nNations call for ‘quieter’ ocean to help marine life\n\nNearly all of Canada will see a warmer than average summer, say forecasters\n\nAstronomy show accidentally reveals unseen structure in our solar system\n\nNew AI minister says Canada won’t ‘over-index’ on AI regulation\n\nHow scammers are using AI to steal college financial aid\n\nMazda recall: Battery issue may deactivate airbags on 170,000 vehicles\n\nInvestors dump Tesla on bet Trump may lash out at Musk through his car company\n\nFord Explorer recall: 23,000 SUVs pulled over risk of detaching parts\n\nLos Angeles on edge: Clashes between police, protesters amid immigration crackdown\n\nThese Toronto-area neighbourhoods are now in 'underbidding territory'\n\nWestern Canada wildfire smoke creates hazy skies in parts of North America\n\n20 Next-Level Father's Day Gifts You Can Get On Amazon Canada\n\n14 Alcohol-Free Beers, Spirits, And Pre-Mixed Mocktails That Taste Just As Good As The Real Deal\n\n17 Baby Essentials for New Parents Under $100\n\nThe Absolute Best Spice Racks You Can Get In Canada Right Now\n\nI Tested A Bird Feeder With A Camera — Here Are My Honest Opinions\n\n18 Handy Amazon Canada Products That'll Help You Save Some Money\n\nI Tried 4 Popular Non-Aerosol Dry Shampoos, And Here Are My Thoughts\n\nThe Absolute Best Sunscreen For Oily Skin You Can Get In Canada Right Now\n\nIf Skin Elasticity Is Your Main Concern, Here Are 11 Of The Best Firming Eye Creams You Can Get In Canada Right Now\n\n20 Last-Minute Father's Day Gifts That'll Arrive On Time\n\nThe Shopping Trends team is independent of the journalists at CTV News. We may earn a commission when you use our links to shop. Read about us.", + "chars": 5932, + "sha256": "fc0f09ee6d29515b76e70f3d230341c05726bfced7767b893ba0ae2cf7a6664a", + "staged_file": "03_ctvnews-ca-wayback.txt", + "paragraphs_kept": "ALL 76 paragraphs, untrimmed", + "method": "Wayback Machine snapshot 20250610215715, deterministic extraction", + "fetched_at": "2026-09-05T13:24:55+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20250610215715/https://www.ctvnews.ca/montreal/article/police-arrest-2-suspects-in-killing-of-montreal-cryptocurrency-influencer/", + "snapshot": "20250610215715", + "note": "live URL was THIN on the first pass; text comes from an archived copy dated 2025-06-10", + "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." }, { "field": "url_4", @@ -3845,19 +4381,20 @@ "375": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://cryptonews.com/news/trinidad-crypto-robbery-wrench-attacks-rise/", "source": "cryptonews.com", "language": "unknown", - "text": "Armed Robbers Steal $85K in Trinidad Crypto “Wrench Attack”\n\nArmed Robbers Steal $85K in Trinidad Crypto Ambush — “Wrench Attacks” Now Strike Weekly\n\nCrypto security\n \n \n Kidnapping\n \n \n Wrench Attack\n\nExperts have cited over 60 incidents of “wrench attacks” this year alone, revealing a deadly trend of violence fueled by blockchain analytics.\n\nHassan, a Cryptonews.com journalist with 6+ years of experience in Web3 journalism, brings deep knowledge across Crypto, Web3 Gaming, NFTs, and Play-to-Earn sectors. His work has appeared in...\n\nTether Launches Open‑Source MiningOS to Challenge Bitcoin Mining Giants\n\nCathie Wood Buys $24.8M in Crypto Stocks Despite Slump — What’s Ark Invest’s Real Plan?\n\nSpot Bitcoin ETFs Ingest $562M in Daily Inflows—Is This a Bullish Rebound or Just a Blip?\n\nCrypto Exchanges' Stock Plunges 60% as Trading Volumes Vanish – Is the Crash Over or Just Beginning?\n\nCboe Revives “All-or-Nothing” Binary Options to Challenge Prediction Market: WSJ\n\nA crypto buyer in Trinidad was robbed of roughly $85,800 in cash during an evening ambush at a pharmacy car park, marking the latest in a fast-rising wave of global “wrench attacks” targeting digital-asset holders.\n\nAccording to a report by Trinidad and Tobago Newsday, the victim, a 52-year-old Arouca resident, drove to a SuperPharm parking lot along Trincity Central Road on November 29 to meet a man he had been trading cryptocurrency with for nearly two years.\n\n$85K Trinidad Heist Joins Over 60 Cases Of Physical Crypto Crimes, Researcher Says\n\nThe man, a 33-year-old from Belmont, entered the vehicle as he had done in previous transactions. The buyer then handed him a black bag containing $85,800 in cash intended for a crypto purchase.\n\nMoments later, two armed men wearing hoodies approached both sides of the vehicle and announced a robbery. They smashed their way in, grabbed the cash and the victims’ mobile phones, and escaped in a waiting car.\n\nThe victim later reported the incident to the Arouca Police Station. Investigators have not disclosed whether the longtime trading partner was involved or was also targeted.\n\nThe robbery occurred on the same weekend police responded to two unrelated vehicle thefts at nearby shopping centers, adding to concerns about rising property crime in the area.\n\nA St. Joseph woman reported her Nissan B14 stolen from the One Woodbrook Place basement car park, while another woman discovered her Suzuki Vitara missing from the Trincity Mall parking lot. Police say investigations into all incidents are ongoing.\n\nAlthough cash was stolen, security analysts categorize it within a growing class of physical attacks linked to digital-asset activity.\n\nThese incidents, informally referred to as “wrench attacks”, involve criminals using violence, coercion, or kidnapping to force victims to hand over wallet credentials, sign transactions, or surrender funds.\n\nJameson Lopp, co-founder of security firm Casa and one of the few researchers tracking physical crypto crimes, has documented more than 60 such attacks this year, already surpassing last year’s total by more than 30%.\n\nLopp describes a 169% rise in cases since February, with France currently leading global reports at 14 confirmed incidents.\n\nPhysical Crypto Crimes Escalate Worldwide, From Home Invasions to Kidnappings\n\nNotably, the violence attached to these crimes has escalated. Last week, a British Columbia court detailed a 2024 home invasion where a family was tied, tortured, and waterboarded as attackers demanded access to cryptocurrency.\n\nThe gang sought 200 BTC before taking $1.6 million in digital assets. One suspect, Tsz Wing Boaz Chan, later pleaded guilty and received a seven-year sentence.\n\nIn the United States, authorities are also investigating a violent robbery in San Francisco on November 24, Police have released few details and no arrests have been made.\n\nSimilar incidents have been recorded across major cities. An Italian tourist kidnapped in New York was held for more than two weeks while captors attempted to extract his Bitcoin credentials, leading to a case that has since drawn internal scrutiny within the NYPD.\n\nIn Chicago, six men were charged earlier this year with kidnapping residents and coercing them to transfer $15 million in crypto, with similar attacks reported worldwide.\n\nFrance has seen some of the most organized efforts. Prosecutors say criminal groups have used fake delivery uniforms, pre-attack intelligence gathering, and stolen service vans to identify potential targets.\n\nIn one high-profile case earlier this year, Ledger co-founder David Balland and his wife were kidnapped for 48 hours; Balland later told investigators his finger was severed during the ordeal.\n\nAnalysts say the surge in physical crime coincides with continued strength in crypto markets, which has raised the value of private holdings and drawn criminals toward coercion rather than online hacking.\n\nCLARITY Act Senate Vote Locked In, But 60-Vote Hurdle Looms Large\n\nMark Zuckerberg Meta AI Predicts an XRP Surge Few Saw Coming\n\nMicrosoft Copilot AI Predicts the Price of XRP by The End of 2026\n\nGoogle Gemini AI Predicts the Price of Bitcoin by The End of 2026\n\nXRP Price Is Stuck Grinding Near Multi-Week Lows: What Happens at $1.05 Next?\n\nIs XRP Price About to Fall Below $1 for the First Time in Years?\n\nStrategy Hasn’t Bought Bitcoin in 6 Weeks and Just Sold at a Loss Again: What Does Saylor’s New Framework Actually Mean?\n\nOne Company Owns 4.8% of All Ethereum in Circulation: Ethereum Price Prediction Hasn’t Reacted Yet\n\nBest Crypto to Buy Now in August 2026 – Top Crypto to Invest In\n\nNew Cryptocurrencies to Invest in Today – Top New Crypto Coins\n\nEarly Access to 6 New & Upcoming Coinbase Listings in August 2026\n\n10 New & Upcoming Binance Listings in 2026\n\nNext Crypto to Explode in 2026 – Our Top Picks\n\nBitcoin (BTC) Price Prediction 2026, 2027 – 2030\n\nXRP (XRP) Price Prediction 2026, 2027 – 2030\n\nEthereum Price Prediction 2026, 2027 – 2030\n\nAt Cryptonews, we aim to make cryptocurrency, blockchain, and Web3 understandable, and information available to everyone, no matter what level you are in your investment journey. Founded in 2017, Cryptonews has been dedicated to delivering reliable, multilingual coverage of the cryptocurrency industry.\n\nDiscover trending tokens still in presale — early-stage picks with potential.\n\nSmart tools made for everyday crypto users\n\nCanadian Family Sexually Assaulted in $1.6M Bitcoin Wrench Attack — Attacker Handed 7 Years\n\nFake Delivery Driver Steals $11M in Crypto at Gunpoint — ‘Wrench Attacks’ Hit Record High\n\nHassan, a Cryptonews.com journalist with 6+ years of experience in Web3 journalism, brings deep knowledge across Crypto, Web3 Gaming, NFTs, and Play-to-Earn sectors. His work has appeared in Blockchainjournals, NFT Plazas, Crypto User Guide, PlayToEarn Diary, and Crypto Basic.\n\nGet dialed in every Tuesday & Friday with quick updates on the world of crypto\n\nEnter your email for our free Newsletter\n\nThis site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.", - "chars": 7087, - "sha256": "9c27968aac934bb867820224490cf89c05778f434c11390373084978094cb0c4", + "text": "Armed Robbers Steal $85K in Trinidad Crypto “Wrench Attack”\n\nArmed Robbers Steal $85K in Trinidad Crypto Ambush — “Wrench Attacks” Now Strike Weekly\n\nCrypto security\n \n \n Kidnapping\n \n \n Wrench Attack\n\nExperts have cited over 60 incidents of “wrench attacks” this year alone, revealing a deadly trend of violence fueled by blockchain analytics.\n\nHassan, a Cryptonews.com journalist with 6+ years of experience in Web3 journalism, brings deep knowledge across Crypto, Web3 Gaming, NFTs, and Play-to-Earn sectors. His work has appeared in...\n\nTether Launches Open‑Source MiningOS to Challenge Bitcoin Mining Giants\n\nCathie Wood Buys $24.8M in Crypto Stocks Despite Slump — What’s Ark Invest’s Real Plan?\n\nSpot Bitcoin ETFs Ingest $562M in Daily Inflows—Is This a Bullish Rebound or Just a Blip?\n\nCrypto Exchanges' Stock Plunges 60% as Trading Volumes Vanish – Is the Crash Over or Just Beginning?\n\nCboe Revives “All-or-Nothing” Binary Options to Challenge Prediction Market: WSJ\n\nA crypto buyer in Trinidad was robbed of roughly $85,800 in cash during an evening ambush at a pharmacy car park, marking the latest in a fast-rising wave of global “wrench attacks” targeting digital-asset holders.\n\nAccording to a report by Trinidad and Tobago Newsday, the victim, a 52-year-old Arouca resident, drove to a SuperPharm parking lot along Trincity Central Road on November 29 to meet a man he had been trading cryptocurrency with for nearly two years.\n\n$85K Trinidad Heist Joins Over 60 Cases Of Physical Crypto Crimes, Researcher Says\n\nThe man, a 33-year-old from Belmont, entered the vehicle as he had done in previous transactions. The buyer then handed him a black bag containing $85,800 in cash intended for a crypto purchase.\n\nMoments later, two armed men wearing hoodies approached both sides of the vehicle and announced a robbery. They smashed their way in, grabbed the cash and the victims’ mobile phones, and escaped in a waiting car.\n\nThe victim later reported the incident to the Arouca Police Station. Investigators have not disclosed whether the longtime trading partner was involved or was also targeted.\n\nThe robbery occurred on the same weekend police responded to two unrelated vehicle thefts at nearby shopping centers, adding to concerns about rising property crime in the area.\n\nA St. Joseph woman reported her Nissan B14 stolen from the One Woodbrook Place basement car park, while another woman discovered her Suzuki Vitara missing from the Trincity Mall parking lot. Police say investigations into all incidents are ongoing.\n\nAlthough cash was stolen, security analysts categorize it within a growing class of physical attacks linked to digital-asset activity.\n\nThese incidents, informally referred to as “wrench attacks”, involve criminals using violence, coercion, or kidnapping to force victims to hand over wallet credentials, sign transactions, or surrender funds.\n\nJameson Lopp, co-founder of security firm Casa and one of the few researchers tracking physical crypto crimes, has documented more than 60 such attacks this year, already surpassing last year’s total by more than 30%.\n\nLopp describes a 169% rise in cases since February, with France currently leading global reports at 14 confirmed incidents.\n\nPhysical Crypto Crimes Escalate Worldwide, From Home Invasions to Kidnappings\n\nNotably, the violence attached to these crimes has escalated. Last week, a British Columbia court detailed a 2024 home invasion where a family was tied, tortured, and waterboarded as attackers demanded access to cryptocurrency.\n\nThe gang sought 200 BTC before taking $1.6 million in digital assets. One suspect, Tsz Wing Boaz Chan, later pleaded guilty and received a seven-year sentence.\n\nIn the United States, authorities are also investigating a violent robbery in San Francisco on November 24, Police have released few details and no arrests have been made.\n\nSimilar incidents have been recorded across major cities. An Italian tourist kidnapped in New York was held for more than two weeks while captors attempted to extract his Bitcoin credentials, leading to a case that has since drawn internal scrutiny within the NYPD.\n\nIn Chicago, six men were charged earlier this year with kidnapping residents and coercing them to transfer $15 million in crypto, with similar attacks reported worldwide.\n\nFrance has seen some of the most organized efforts. Prosecutors say criminal groups have used fake delivery uniforms, pre-attack intelligence gathering, and stolen service vans to identify potential targets.\n\nIn one high-profile case earlier this year, Ledger co-founder David Balland and his wife were kidnapped for 48 hours; Balland later told investigators his finger was severed during the ordeal.\n\nAnalysts say the surge in physical crime coincides with continued strength in crypto markets, which has raised the value of private holdings and drawn criminals toward coercion rather than online hacking.\n\nCLARITY Act Senate Vote Locked In, But 60-Vote Hurdle Looms Large\n\nMark Zuckerberg Meta AI Predicts an XRP Surge Few Saw Coming\n\nMicrosoft Copilot AI Predicts the Price of XRP by The End of 2026\n\nGoogle Gemini AI Predicts the Price of Bitcoin by The End of 2026\n\nXRP Price Is Stuck Grinding Near Multi-Week Lows: What Happens at $1.05 Next?\n\nIs XRP Price About to Fall Below $1 for the First Time in Years?\n\nStrategy Hasn’t Bought Bitcoin in 6 Weeks and Just Sold at a Loss Again: What Does Saylor’s New Framework Actually Mean?", + "chars": 5450, + "sha256": "b70898ab7fbec49d88ac8e7c3a6bbcb4c0df469a8dd0c4a6cdb7f7b70bf6209f", "staged_file": "01_cryptonews-com.txt", - "paragraphs_kept": "ALL 56 paragraphs, untrimmed", + "paragraphs_kept": "0-37 of 56", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-08-06T13:45:54+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 0-37; dropped 0 leading and 18 trailing paragraphs. Case-term hits on page: 24.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "374": [ @@ -3901,10 +4438,23 @@ "372": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.yorkregion.com/news/crime/stripped-naked-kidnapper-sentenced-after-woman-tortured-in-search-of-1m-in-bitcoin/article_31b62635-2f9d-508e-8c97-04a1c2aa5b7a.html", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "yorkregion.com", + "language": "unknown", + "text": "Woman kidnapped, tortured with fentanyl, sentencing hears\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\nYou have permission to edit this article.\n\nReaders’ Choice NOMINATIONS ARE NOW OPEN! Click here to NOMINATE your favourites!\n\nThe home where a woman only identified as A.T., due to a court order protecting her identity, was held and tortured by a group of men demanding $1 million in Bitcoin.\n\nA conviction and sentencing in a GTA kidnapping, torture and sex-assault case have exposed the shocking details of a 2022 crime.\n\nThe story involves a woman’s tormentors bundling her into an SUV in Vaughan, tying her to a chair, stripping her naked and hitting her legs with a hammer at a home in Barrie.\n\nSecure transaction. Cancel anytime.\n\nThe woman, A.T. (who’s name is protected by a publication ban), was also subjected to men burning her hair and dragging a needle, which they said was filled with heroin, up and down her body under the threat of injection, should she not pay them $1 million in bitcoin.\n\nThe syringe, later found by York Region Police, who staged a “massive” investigation to find the woman, was filled with fentanyl, the court heard.\n\nIt’s still unclear who organized or paid for the men to commit these crimes.\n\nThe first details of the crime were made public when a youth, only known as S.M. due to his age and a court-imposed publication ban, was convicted in 2024 in the attack on A.T.\n\nHe was found guilty of kidnapping, forcible confinement and failure to comply with bail and is awaiting sentencing, which is set to occur in Oshawa on Oct. 3.\n\nThen, on Aug. 22, Keyron Moore, 39, was sentenced in Newmarket to 13 years for using a firearm to kidnap A.T.\n\nIt all began on Nov. 1, 2022 when A.T. met a friend at 100 Steeles Ave., in Thornhill, to discuss cryptocurrency credit cards, which she’d become involved in.\n\nAfter the 30-minute meeting was over and she was walking back to her Porsche Macan, a vehicle being driven by Moore pulled up and a man got out and grabbed A.T.\n\nA member of the public, who ran to assist, was shot at three times, but not struck.\n\n“Look at what you made me do,” A.T. was told by her kidnapper, identified in court as Orange Hoodie Guy (OHG).\n\nOHG has yet to be identified by police.\n\nDuring the following hours, Moore, who was also armed, was left alone with A.T. multiple times, including when OHG went to get gas and a phone charger.\n\nOn one of these occasions, the court heard, Moore threatened to shoot A.T. if she didn’t perform fellatio on him.\n\nAfter multiple calls and messages, one that involved Moore allegedly getting about $20,000 to deliver A.T. to a home north of the GTA, the men agreed to take A.T. to a home in Barrie.\n\nOnce at the home, resided in by a local drug user who was given fentanyl in return for the use of his home, A.T. was dragged into the garage, where several young men, including S.M., appeared and began threatening her.\n\nAfter being tied to the chair, the men started “bashing” her feet, hands, thighs and knees.\n\n“They kept asking for crypto, in particular $1 million,” the court documents say. “They told A.T. that the syringe was full of heroin, and they could kill her with one injection. They were running the syringe along her body and up and down her arms and legs.”\n\nShe was then stripped naked, the court heard in the Moore case, before the men shoved a sock in her mouth. At times, she was burned on her hands with a lighter.\n\n“They kept telling me to call people, but they would not give me my own phone,” she told the court. “They kept torturing me. There was like a wrench … he threatened to hit the back of my skull with it … the tall guy took the screwdriver … he dug it in enough where I could feel it. He said if you don’t give us what we want, we’ll keep hurting you.”\n\nA.T. would eventually escape from the garage’s back door and run to a neighbouring home, while the men were not looking, and had the homeowner call 911, court records show.\n\nIn a victim impact statement, she told the court how she no longer goes outside.\n\n“The fear is too overwhelming,” court documents state. “I feel like I have a target on my back, like someone is always watching, waiting for the right moment. My heart races at the thought of being approached, followed or taken.”\n\nMoore was given pre-sentence credit of three years and will serve 10 years behind bars for the kidnapping. He has a noncommunication order with A.T. and S.M.", + "chars": 4453, + "sha256": "1d9c06a00b07528fc6887d352512e2b3910809005ba489eaa14c3ed3d00231fc", + "staged_file": "01_yorkregion-com-wayback.txt", + "paragraphs_kept": "headline [0] + 27-55 of 101", + "method": "Wayback Machine snapshot 20260607133613, deterministic extraction", + "fetched_at": "2026-09-05T13:24:59+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260607133613/https://www.yorkregion.com/news/crime/stripped-naked-kidnapper-sentenced-after-woman-tortured-in-search-of-1m-in-bitcoin/article_31b62635-2f9d-508e-8c97-04a1c2aa5b7a.html", + "snapshot": "20260607133613", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2026-06-07", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 27-55 plus headline [0]; dropped 26 leading and 45 trailing paragraphs. Case-term hits on page: 14. PAYWALL marker seen on page.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "371": [ @@ -3932,7 +4482,10 @@ "verdict": "THIN", "url": "https://www.msn.com/en-ca/news/canada/b-c-family-tortured-for-13-hours-by-thieves-impersonating-mailmen-in-2m-crypto-heist/ar-AA1QU0ko", "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule", + "archive_tried": "2026-09-05T13:25:06+00:00", + "archive_note": "Wayback snapshot 20251123190119 extracted to only 0 chars (page needs a browser to render)", + "archive_url": "http://web.archive.org/web/20251123190119/https://www.msn.com/en-ca/news/canada/b-c-family-tortured-for-13-hours-by-thieves-impersonating-mailmen-in-2m-crypto-heist/ar-AA1QU0ko" }, { "field": "url_2", @@ -3955,10 +4508,23 @@ "369": [ { "field": "url", - "verdict": "THIN", + "verdict": "KEEP", "url": "https://www.thetimes.com/uk/crime/article/gang-kidnapped-barber-they-mistook-for-crypto-billionaire-n0hgdshvm", - "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "source": "thetimes.com", + "language": "unknown", + "text": "Gang kidnapped barber they mistook for crypto billionaire\n\nYou must update your payment details via My Account or by clicking update payment details to keep your subscription.\n\nWe've tried to contact you several times as we haven't been able to take payment. You must update your payment details via My Account or by clicking update payment details to keep your subscription.\n\nWe've tried to contact you several times as we haven't been able to take payment. You must update your payment details via My Account, otherwise your subscription will terminate.\n\nQuentin Cepeljac was fooled into travelling from Belgium to London, but was dumped at St Pancras station after thieves found he did not have £500,000\n\nA kidnap gang dumped a celebrity barber at a railway station after mistaking him for a cryptocurrency billionaire.\n\nQuentin Cepeljac, 21, who cuts the hair of several Belgian football stars, was tricked into travelling from Belgium to London by the thieves.\n\nCepeljac had been befriended on TikTok and Instagram by Davina Raaymakers, 20, who is also Belgian. After he told her that he was a successful cryptocurrency dealer, she invited him to spend a weekend with her at a tenth-floor luxury flat in central London.\n\nDavina Raaymakers befriended Cepeljac on TikTok and invited him to London\n\nRaaymakers had told Cepeljac that she came from a wealthy family with a number of homes abroad, and they met in Brussels before his visit to London.\n\nWhen Cepeljac arrived in London to meet Raaymakers on May 5 last year, she told him that the luxury flat was unavailable and they would stay at one of her parents’ Airbnb apartments. She led him to a bedsit in Shepherd’s Bush where he was attacked.\n\nCepeljac’s kidnappers held a machete to his neck and a knife to his leg, and punched and kicked him in the stomach. At this point, Raaymakers left the flat. During the nine-hour ordeal, the gang also showed Cepeljac a video of an apparent stabbing to convince him they were capable of lethal violence.\n\nThe gang, who included Raaymaker’s boyfriend Adlan Haji, were under the impression that Cepeljac was a cryptocurrency billionaire. After taking his passport, phone and embossed Louis Vuitton wallet, they demanded he transfer them £500,000 from his crypto account.\n\nAdlan Haji, Raaymaker’s boyfriend, was part of the plot\n\nCepeljac replied: “I don’t have that kind of money”. Haji, 28, said: “Are you kidding me?”\n\nThe kidnappers reduced their demand to £50,000, before settling for £2,000 from Cepeljac’s current account after learning that he only held £6.71 in crypto. They forced him to call a friend in Belgium to ask for more money. The friend called Belgian police, who contacted Scotland Yard.\n\nCepeljac’s kidnappers eventually accepted that he was of no use to them and took him in a taxi to St Pancras station the following morning so he could take a Eurostar train home to Brussels. Before leaving him, they returned his passport and phone.\n\nThe Metropolitan Police’s Flying Squad was waiting for Cepeljac at the station. He led officers back to the flat in Shepherd’s Bush, which had been forensically cleaned with bleach. They established that the flat was an Airbnb rental and used phone data to track down the kidnappers who had booked it.\n\nIsleworth crown court heard that Raaymakers and Haji were joined in the plot by Alexander Khalil, 30, and Omar Sharif, 24. During Cepeljac’s abduction, Sharif had to leave the flat because he was electronically tagged and was required to be home by 8pm.\n\nCepeljac said that he suffered from flashbacks, had difficulty sleeping and leaving his home, and found it difficult to trust other people, especially women.\n\nThe defendants, who are all unemployed and from around London, admitted blackmail and will be sentenced later. Recorder Nicola Shannon said they would face long jail terms.\n\nOur Claire was murdered by a stranger. Why does no one seem to care?", + "chars": 3915, + "sha256": "db53eb77d1c66b23ee25c3337088c33a441805936fea79e005b684f6deabe9ac", + "staged_file": "01_thetimes-com-wayback.txt", + "paragraphs_kept": "headline [0] + 1-22 excl [4] of 30", + "method": "Wayback Machine snapshot 20250726053648, deterministic extraction", + "fetched_at": "2026-09-05T13:25:12+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20250726053648/https://www.thetimes.com/uk/crime/article/gang-kidnapped-barber-they-mistook-for-crypto-billionaire-n0hgdshvm", + "snapshot": "20250726053648", + "note": "live URL was THIN on the first pass; text comes from an archived copy dated 2025-07-26", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-22 plus headline [0]; dropped 0 leading and 7 trailing paragraphs and 1 interior furniture line(s). Case-term hits on page: 43.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "368": [ @@ -3983,10 +4549,23 @@ "367": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://btvnovinite.bg/bulgaria/otvlichane-ot-mnimi-policai-za-14-bitkojna-razkaz-na-sluzhitel-na-sdvr-samo-pred-btv.html", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "btvnovinite.bg", + "language": "unknown", + "text": "Отвличане от мними полицаи за 14 биткойна: Разказ на служител на СДВР само пред bTV - bTV Новините\n\nПожар се разпали над ямболско село, около 200 души се евакуираха (СНИМКИ)\n\nРазмяна на удари: Киев неутрализира руски дронове, Москва пое контрола над още едно селище\n\nПесков: Путин е готов да обсъди мир в Украйна, но най-важното е да постигнем целите си\n\nДвигателят на самолет се запали по време на излитане в Лос Анджелис (ВИДЕО)\n\nДесетки загинали след преобръщане на туристическа лодка (СНИМКИ и ВИДЕО)\n\nОтвличане от мними полицаи за 14 биткойна: Разказ на служител на СДВР само пред bTV\n\nСиня полицейска лампа и значка на ГДБОП са открити при претърсванията на арестувания\n\nПубликувано в \n 19:27 ч. 21.12.2024 г.\n\nСиня полицейска лампа и значка на ГДБОП са открити при претърсванията на задържания за отвличането на 35-годишен мъж в София.\n\nВ началото на октомври похитителите отвличат жертвата си, в продължение на час насочват пистолет към главата му и искат от него 14 биткойна.\n\nЖертвата е мъж на 35 години. Ще го наричаме Иван. Какво точно се е случило ни разказва началникът на сектор „Грабежи“ към СДВР, но крием лицето му.\n\n„Доста често заедно с колегите си съм на терен и не е добре да съм толкова разпознаваем“, казва той.\n\nДатата е 7 октомври, часът около 22. Иван се прибира към дома си в столичния квартал „Люлин 3“. Пресрещат го двама непознати мъже и му се представят за полицаи. До тях спира сив джип и качват Иван вътре.\n\nЗа 14 биткойна: Похитители се представили за полицаи и отвлекли мъж в София\n\n„Били са в цивилни дрехи, черни панталони с джобове, шапки и черни якета. Джипът потегля, а пострадалият е заплашен с пистолет, че до 24 часа трябва да преведе 14 биткойна, като извършителите са щели да се свържат допълнително с него“, разказва началникът на сектор „Грабежи“ към СДВР.\n\nРазгледай онлайн нашите промоционални брошури\n\nЦените са валидни за периода на акцията или до изчерпване на наличностите. Всички цени са в лева с включен ДДС.\n\n„Само един път са му казали, че ще го закарат на езерото на Суходол, за да го удавят. Джипът започва да обикаля в „Люлин“, излиза за малко от пределите, връща се и след около час му взимат четири дебитни карти. Използват електрошок и го оставят в „Люлин 1“. Той е виждал лицата на двамата души без това на шофьора“, добавя той.\n\nДнес един биткойн се търгува за около 180 000 лева. За случилото се Иван подава сигнал още същата вечер.\n\n„В рамките на 1-2 дни установихме автомобила, същият беше паркиран в ж.к. „Дружба“, добавя началникът на сектор „Грабежи“ към СДВР.\n\nГДБОП разби престъпна група, отвлякла бизнесмен\n\nТой бил държан няколко дни в плен, като през това време бил принуждаван да прехвърли фирмата си\n\nСледват редица оперативни действия. На 17 декември при съвместна операция на СДВР и отряд „Кобра“ белезниците щракват на ръцете на 33-годишен мъж.\n\nПо информация на bTV задържаният похитител живее със семейството си в „Дружба“. Днес на адреса не успяхме да открием никого. При ареста е претърсен и домът му.\n\nТам униформените откриват - значка на ГДБОП и карта на Асоциация на служителите на МВР, които по наша информация са фалшиви, както и черен еърсофт пистолет.\n\nА в автомобила, използван от похитителите, е открита синя полицейска лампа. От полицията са категорични - задържаният не е служител на МВР. По нашата информация\n\n„Задържаният мъж е 33–годишен, криминално проявен за използване на неистинска декларация пред органите на властта. Работещ на трудов договор, спортист, охрана на фирма“, разказва началникът на сектор „Грабежи“ към СДВР.\n\nПо наша информация арестуваният се казва Красимир Станев. Тази седмица първоинстанционният съд го остави в ареста.\n\nЗа съучастниците си - задържаният не казва нищо. Работата по установяването на самоличността им продължава.\n\nПоследвайте ни за още актуални новини в Google News Showcase\n\nМъж умира след като е засмукан от машина за ядрено-магнитен резонанс (ВИДЕО)", + "chars": 3893, + "sha256": "15efc3aacd614b8077ccd4c1b8d015d69811fba8133b759d5b43ce915ac5ede2", + "staged_file": "01_btvnovinite-bg-wayback.txt", + "paragraphs_kept": "headline [0] + 6-36 of 53", + "method": "Wayback Machine snapshot 20250720132055, deterministic extraction", + "fetched_at": "2026-09-05T13:25:19+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20250720132055/https://btvnovinite.bg/bulgaria/otvlichane-ot-mnimi-policai-za-14-bitkojna-razkaz-na-sluzhitel-na-sdvr-samo-pred-btv.html", + "snapshot": "20250720132055", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2025-07-20", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 6-36 plus headline [0]; dropped 5 leading and 16 trailing paragraphs. Case-term hits on page: 3.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "366": [ @@ -4014,7 +4593,34 @@ "verdict": "THIN", "url": "https://www.msn.com/en-us/news/crime/florida-teens-kidnap-las-vegas-man-drive-him-to-arizona-desert-steal-4m-in-cryptocurrency-police/ar-AA1EvkGd", "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule", + "archive_tried": "2026-09-05T13:25:24+00:00", + "archive_note": "no Wayback Machine snapshot exists for this URL" + }, + { + "field": "extra_1", + "verdict": "BLOCKED", + "url": "https://www.8newsnow.com/investigators/florida-teens-kidnap-las-vegas-man-drive-him-to-arizona-desert-steal-4m-in-cryptocurrency-police/", + "source": "8 News Now (KLAS)", + "note": "NOT on the DB record. Found 2026-09-06 by web search because the linked source(s) gave no usable text. raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + }, + { + "field": "extra_2", + "verdict": "KEEP", + "url": "https://thedefiant.io/news/hacks/florida-teens-kidnap-las-vegas-man-steal-4m-crypto-nfts-after-70-mile-drive-to-6d1e7357", + "source": "The Defiant", + "language": "unknown", + "text": "Florida Teens Kidnap Las Vegas Man, Steal $4M in Crypto and NFTs After 70-Mile Drive to Arizona Desert | The Defiant\n\nThree teenagers from Florida are accused of kidnapping a man at gunpoint who had recently hosted a cryptocurrency event in downtown Las Vegas (DTLV)\n\nThree teenagers from Florida are accused of kidnapping a man at gunpoint who had recently hosted a cryptocurrency event in downtown Las Vegas (DTLV). The suspects allegedly drove the victim 70 miles to a remote desert area in Arizona, where they forced him to transfer $4 million in cryptocurrency and NFTs.\n\nThe incident, which occurred last November, involved the victim being taken from Las Vegas to the Arizona desert. The stolen assets included both cryptocurrency and non-fungible tokens (NFTs).\n\nPolice reports indicate that over $200,000 of the stolen funds have been frozen as part of the ongoing investigation. Two of the suspects, both 16-year-olds from Florida, face 22 felony counts related to the kidnapping and theft and have been charged as adults.\n\nThis is an AI-generated article powered by DeepNewz, curated by The Defiant. For more information, including article sources, visit DeepNewz.", + "chars": 1175, + "sha256": "add226a723c485a88b9a620e39edcd3d717ea288703e1374208cc6f8c05b9802", + "staged_file": "03_thedefiant-io.txt", + "paragraphs_kept": "headline [0] + 2-6 of 17", + "method": "raw HTTP retrieval, deterministic extraction", + "fetched_at": "2026-09-06T11:18:37+00:00", + "http": 200, + "note": "NOT on the DB record. Found 2026-09-06 by web search because the linked source(s) gave no usable text.", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-6 plus headline [0]; dropped 1 leading and 10 trailing paragraphs. Case-term hits on page: 10.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "364": [ @@ -4093,7 +4699,9 @@ "verdict": "BLOCKED", "url": "https://bitcoinethereumnews.com/bitcoin/former-lapd-officer-convicted-in-violent-350k-bitcoin-heist/", "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such", + "archive_tried": "2026-09-05T13:25:27+00:00", + "archive_note": "no Wayback Machine snapshot exists for this URL" }, { "field": "url_5", @@ -4116,10 +4724,23 @@ "361": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.rbc.ru/spb_sz/23/11/2025/69232f6c9a7947d86f1e90a2", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "rbc.ru", + "language": "unknown", + "text": "Грабитель с гранатой напал на пункт обмена криптовалюты — РБК\n\nВ Петербурге задержали 21-летнего мужчину, который пытался ограбить криптообменник в апарт-отеле на Херсонской улице. Для нападения он использовал страйкбольные гранаты и дымовую шашку. Об этом сообщили в ГУ МВД по Петербургу и Ленобласти.\n\nИнцидент произошёл вечером 22 ноября в здании апарт-отеля по адресу ул. Херсонская, 43/12. По данным полиции, мужчина вошёл в помещение криптообменника, привёл в действие две страйкбольные гранаты и поджёг дымовую шашку. После этого он потребовал от сотрудников перевести имеющиеся криптовалютные средства на указанный им электронный кошелёк.\n\nСотрудники патрульно-постовой службы и Росгвардии задержали нападавшего на месте преступления. Территория была оцеплена, а прибывшие взрывотехники установили, что использованные устройства — страйкбольные, они не могут причинить серьезный ущерб, однако создают эффект шума и задымления.\n\nУ задержанного изъяли две аналогичные гранаты. В отношении нападавшего возбуждено уголовное дело о разбое (ч. 3 ст. 162 УК РФ). Решается вопрос об избрании меры пресечения.\n\nЧитайте РБК в MAX! Самые важные новости, только проверенная информация.", + "chars": 1181, + "sha256": "64c910d5e3cf900d8aa842593c8d7208e9189b4e9ba9359bb0e4108c3e5a28e4", + "staged_file": "01_rbc-ru-wayback.txt", + "paragraphs_kept": "headline [0] + 37-41 of 71", + "method": "Wayback Machine snapshot 20260211223047, deterministic extraction", + "fetched_at": "2026-09-05T13:25:29+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260211223047/https://www.rbc.ru/spb_sz/23/11/2025/69232f6c9a7947d86f1e90a2", + "snapshot": "20260211223047", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2026-02-11", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 37-41 plus headline [0]; dropped 36 leading and 29 trailing paragraphs. Case-term hits on page: 1 (WEAK anchor, confirm the page is about this case).", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "360": [ @@ -4142,10 +4763,23 @@ }, { "field": "url_2", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.kron4.com/news/technology-ai/tech-expert-reveals-how-to-protect-your-cryptocurrency-after-11-million-theft/", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "kron4.com", + "language": "unknown", + "text": "San Francisco Crypto Crime: $11M Stolen in Bitcoin Heist\n\nEditor’s Note: The video attached to this article has been updated to remove an image of a house.\n\nSAN FRANCISCO (KRON) — A crypto crime was committed in San Francisco on Saturday.\n\nPolice say it happened around 6:45 pm. According to the San Francisco Chronicle, $11 million in cryptocurrency was taken. The newspaper reported that the victim had $11 million in cryptocurrency stolen by a man posing as a delivery person.\n\nAccording to the Chronicle, the suspect brandished a gun and tied up the victim with duct tape. The suspect reportedly then escaped with the victim’s belongings.\n\nSan Francisco police say that officers responded to a residence on Dorland Street in the city’s Mission District around 6:45 p.m. Saturday — a victim inside his home who said he had been physically restrained and suffered what police referred to as “financial loss.”\n\nParamedics were dispatched to the residence where the victim suffered “non-life-threatening injuries.” As of Monday evening, no arrests have been made in the crime on Dorland Street.\n\nKRON4 spoke with a tech expert about how the currency can be protected.\n\nSan Jose State professor Ahmed Banafa wrote a book on how to protect your cryptocurrency and says crimes like the one that occurred in San Francisco over the weekend are happening more often than you think.\n\nBanafa wrote a book on the technology of crypto and has heard of others being targeted for the currency. Some victims even filed reports of kidnapping and torture.\n\nBanafa says the case from Saturday proves the importance of dividing your crypto up when dealing with large sums.\n\n“It’s clear who they are going after, and it’s not a surprise,” said Banafa.\n\n“If you have 11 million dollars, which is the number we’re talking about here, I’m not going to keep it on one device. I can divide it into multiple devices, in multiple wallets. It’s like having your money in multiple accounts in the bank,” Banafa added.\n\nThe tech expert also recommends using multi-signature, where cryptocurrency cannot be transferred unless multiple people agree to it. If you’re dealing with millions, security measures around your property are also important.\n\n“Physical security is living somewhere you have cameras, don’t open the door to people unless you make sure that you know them. All the kinds of things to protect yourself,” Banafa said.\n\nIf you have any information about what happened, you’re asked to contact SFPD to help with their investigation.\n\nAmazon’s first Super Saturday Sale has huge discounts …\n\nAmazon’s first-ever Super Saturday Sale has deep discounts designed specifically for gifts that can still arrive in time for Christmas.\n\nGet prepared with these party essentials to ring …\n\nFrom dazzling decorations to fun props and everything in between, we’ve rounded up all the party supplies you need to ring in 2026.\n\nWalmart’s ‘Flash Deals’ are filled with hidden gems …\n\nHuge savings at Walmart are just a few clicks away. Here are the deals you should check out this week.", + "chars": 3056, + "sha256": "79a531ade50933b4ecd54c2101f6441f41da0146b6baaaf5d974855c496da3eb", + "staged_file": "02_kron4-com-wayback.txt", + "paragraphs_kept": "headline [0] + 1-21 of 49", + "method": "Wayback Machine snapshot 20251220082119, deterministic extraction", + "fetched_at": "2026-09-05T13:25:34+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20251220082119/https://www.kron4.com/news/technology-ai/tech-expert-reveals-how-to-protect-your-cryptocurrency-after-11-million-theft/", + "snapshot": "20251220082119", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2025-12-20", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-21 plus headline [0]; dropped 0 leading and 27 trailing paragraphs. Case-term hits on page: 6.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "358": [ @@ -4160,6 +4794,24 @@ "fetched_at": "2026-08-06T13:46:49+00:00", "http": 200, "note": "Extraction returned the wrong article (a flood dog-reunion story plus a latest-news teaser list); no content on this Bangkok kidnapping. Case terms only matched words in teaser headlines. Needs a correct source." + }, + { + "field": "extra_1", + "verdict": "KEEP", + "url": "https://www.khaosodenglish.com/news/2025/11/23/south-korean-3-thais-held-in-bangkok-kidnapping-case/", + "source": "Khaosod English", + "language": "unknown", + "text": "South Korean, 3 Thais Held in Bangkok Kidnapping Case\n\nBANGKOK — Thai police have arrested a 46-year-old South Korean man accused of working with three Thai nationals to kidnap, assault and rob a Chinese man of more than $10,000 in cash and cryptocurrency earlier this month. The suspect, identified only as Lee, denies the charges and claims the victim owed him money.\n\nLee was taken into custody on Nov. 23 at a condominium on Sukhumvit Soi 24 in Bangkok, more than three weeks after the attack. Investigators from the Metropolitan Police Bureau and Bang Rak Police Station carried out the arrest.\n\nThe 35-year-old Chinese victim told police he was waiting for a taxi on Mahaseth Road on Nov. 1 when three men — two Thais and one South Korean — pulled up in a Toyota sedan, punched him and forced him into the vehicle. He said he was taken to an underground parking area at an unknown location, where the group beat him, stole 50,000 baht (about $1,540) from his bag and forced him to transfer 9,375 USDT in digital currency to an account linked to Lee.\n\nThe victim said he was released near Saensuk Soi beside Maleenont Tower on Rama IV Road after the transfers.\n\nPolice arrested the first suspect, Nattapong, 35, at Suvarnabhumi Airport on Nov. 10. A second suspect, Chanon, 24, was arrested on Nov. 12, followed by Tanaphat, 29, on Nov. 18. Lee was the last to be detained.\n\nInvestigators said Chanon and Tanaphat were recruited by Nattapong, who knew Lee. Police said the two younger Thai suspects did not receive any of the stolen money.\n\nAll four suspects face charges of robbery using a vehicle, illegal detention, and assault causing physical or mental harm.", + "chars": 1668, + "sha256": "a8629e4a000f6fe15016bd7164bef260f7cdfe9d5223d18d84b12d4a06bcf912", + "staged_file": "02_khaosodenglish-com.txt", + "paragraphs_kept": "headline [0] + 38-44 of 65", + "method": "raw HTTP retrieval, deterministic extraction", + "fetched_at": "2026-09-06T11:18:36+00:00", + "http": 200, + "note": "NOT on the DB record. Found 2026-09-06 by web search because the linked source(s) gave no usable text.", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 38-44 plus headline [0]; dropped 37 leading and 20 trailing paragraphs. Case-term hits on page: 42.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "357": [ @@ -4220,41 +4872,43 @@ "315": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://cointelegraph.com/news/swedish-bitcoiners-targeted-by-armed-criminals", "source": "cointelegraph.com", "language": "unknown", - "text": "Swedish Bitcoiners targeted by armed criminals\n\nWritten by Gareth Jenkinsonstaff writerReviewed by Bryan O'Sheastaff editor\n\nSwedish cryptocurrency proponent Eric Wall has flagged targeted attacks on well-known BTC community members.\n\nCriminals in Sweden are specifically targeting prominent local Bitcoin figures, which appears to be the result of the ease of access to personal information and residential addresses in the country.\n\nReports from Swedish media outlets LT and Aftonbladet have linked separate robberies in Rönninge and Södertälje that appear to have occurred under the same modus operandi. Victims were tied up and physically abused to steal physical and virtual Bitcoin (BTC) holdings.\n\nProminent cryptocurrency proponent Eric Wall, who currently serves as a StarkNet Foundation board member, highlighted the incidents in an X post (formerly Twitter). Wall said the two assault cases indicate that Swedish criminals are actively looking to target Bitcoin users.\n\nthere's now officially a situation in sweden\n\nthis monday, a middle-aged swedish couple was tied up in their home and robbed by 4 masked men. they were physically abused and threatened with their own kitchen knives. they were tied up for hours and one had to be escorted to the…— Eric Wall (@ercwl) November 8, 2023\n\n“This Monday, a middle-aged Swedish couple was tied up in their home and robbed by 4 masked men. They were physically abused and threatened with their own kitchen knives. They were tied up for hours and one had to be escorted to the hospital via helicopter,” Wall wrote.\n\nHe noted that the purpose of the assault was to steal the couple’s Bitcoin before highlighting the link to a separate incident where “two well-known Bitcoin/crypto profiles were targeted in their homes by masked, armed men.”\n\nAccording to Wall, the victims were subjected to violent physical abuse for hours in an effort to steal their Bitcoin holdings held in hardware wallets. He added that the first incident of criminals targeting Bitcoin users took place in 2022, when “one of Sweden’s most well-known Bitcoiners” had their apartment broken into.\n\nWall also believes criminals scour social media to identify and target Bitcoin or cryptocurrency users. He claims that a common theme of the attacks was that they took place shortly after individuals had livestreamed podcasts focused on Bitcoin and cryptocurrencies or mentioned the subject in public.\n\nHe also believes that Sweden’s Offentlighetsprincipen (Principle of Public Access to Information) laws, which give the public the right to request information, including residential addresses and tax records from the government, are becoming a means for criminals to prey on ecosystem participants.\n\n“While the intention behind this legislation was to reduce corruption, it is not fit for modern society.”\n\nWall added that he left the country due to these laws and that Sweden “is probably one of the least safe countries to be active in the cryptocurrency sector.”\n\nThe Offentlighetsprincipen law also reportedly makes it easy for citizens to search for Swedish residents’ addresses as well as scour their tax records. This is being abused, as criminals can ascertain how much an individual has paid in income or capital gains tax and “size them up” as a result.\n\nCointelegraph has reached out to the Swedish Police Authority to ascertain further details of these incidents and if any arrests have been made.\n\nMagazine: Blockchain detectives: Mt. Gox collapse saw birth of Chainalysis\n\nCointelegraph is committed to independent, transparent journalism. This news article is produced in accordance with Cointelegraph’s Editorial Policy and aims to provide accurate and timely information. Readers are encouraged to verify information independently.\n\nZeus Wallet taken offline after cyberattack, says no customer funds at risk\n\nBitcoin-backed loan refinances PowerCompute’s $18M debt at 2%\n\nBitcoin ETFs pull in $244M, 3-day inflow streak tops $626M", - "chars": 3974, - "sha256": "ed0fa49fc423d081f65f966c9d335fceeeae671fc718dc6959a1f5bc750a070d", + "text": "Swedish Bitcoiners targeted by armed criminals\n\nSwedish cryptocurrency proponent Eric Wall has flagged targeted attacks on well-known BTC community members.\n\nCriminals in Sweden are specifically targeting prominent local Bitcoin figures, which appears to be the result of the ease of access to personal information and residential addresses in the country.\n\nReports from Swedish media outlets LT and Aftonbladet have linked separate robberies in Rönninge and Södertälje that appear to have occurred under the same modus operandi. Victims were tied up and physically abused to steal physical and virtual Bitcoin (BTC) holdings.\n\nProminent cryptocurrency proponent Eric Wall, who currently serves as a StarkNet Foundation board member, highlighted the incidents in an X post (formerly Twitter). Wall said the two assault cases indicate that Swedish criminals are actively looking to target Bitcoin users.\n\nthere's now officially a situation in sweden\n\nthis monday, a middle-aged swedish couple was tied up in their home and robbed by 4 masked men. they were physically abused and threatened with their own kitchen knives. they were tied up for hours and one had to be escorted to the…— Eric Wall (@ercwl) November 8, 2023\n\n“This Monday, a middle-aged Swedish couple was tied up in their home and robbed by 4 masked men. They were physically abused and threatened with their own kitchen knives. They were tied up for hours and one had to be escorted to the hospital via helicopter,” Wall wrote.\n\nHe noted that the purpose of the assault was to steal the couple’s Bitcoin before highlighting the link to a separate incident where “two well-known Bitcoin/crypto profiles were targeted in their homes by masked, armed men.”\n\nAccording to Wall, the victims were subjected to violent physical abuse for hours in an effort to steal their Bitcoin holdings held in hardware wallets. He added that the first incident of criminals targeting Bitcoin users took place in 2022, when “one of Sweden’s most well-known Bitcoiners” had their apartment broken into.\n\nWall also believes criminals scour social media to identify and target Bitcoin or cryptocurrency users. He claims that a common theme of the attacks was that they took place shortly after individuals had livestreamed podcasts focused on Bitcoin and cryptocurrencies or mentioned the subject in public.\n\nHe also believes that Sweden’s Offentlighetsprincipen (Principle of Public Access to Information) laws, which give the public the right to request information, including residential addresses and tax records from the government, are becoming a means for criminals to prey on ecosystem participants.\n\n“While the intention behind this legislation was to reduce corruption, it is not fit for modern society.”\n\nWall added that he left the country due to these laws and that Sweden “is probably one of the least safe countries to be active in the cryptocurrency sector.”\n\nThe Offentlighetsprincipen law also reportedly makes it easy for citizens to search for Swedish residents’ addresses as well as scour their tax records. This is being abused, as criminals can ascertain how much an individual has paid in income or capital gains tax and “size them up” as a result.\n\nCointelegraph has reached out to the Swedish Police Authority to ascertain further details of these incidents and if any arrests have been made.\n\nMagazine: Blockchain detectives: Mt. Gox collapse saw birth of Chainalysis\n\nCointelegraph is committed to independent, transparent journalism. This news article is produced in accordance with Cointelegraph’s Editorial Policy and aims to provide accurate and timely information. Readers are encouraged to verify information independently.", + "chars": 3697, + "sha256": "9021c7c4cf1a15523c44d876faf6c216d4f75579f86ad220803f2ba3032cb0a1", "staged_file": "01_cointelegraph-com.txt", - "paragraphs_kept": "ALL 22 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-18 of 22", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-08-06T13:46:58+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-18 plus headline [0]; dropped 1 leading and 3 trailing paragraphs. Case-term hits on page: 6.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "295": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://cointelegraph.com/news/bitcoin-millionaire-onfo-coin-creator-dead", "source": "cointelegraph.com", "language": "unknown", - "text": "Missing ‘Bitcoin Millionaire’ and ONFO coin co-creator found dead: Report\n\nWritten by Martin Youngstaff writerReviewed by Ana Paula Pereirastaff editor\n\nReviewed by Ana Paula Pereirastaff editor\n\nThe body of Dr. John Forsyth has been found following a week-long search but police reportedly said foul play did not appear to be a factor.\n\nThe co-founder of referral-based crypto project ONFO coin has been found dead from an apparent gunshot wound about a week after he went missing, although police don’t currently suspect foul play.\n\nDr. John Forsyth, a crypto advocate and emergency room doctor, was reported missing by relatives after not showing up to his shift at the Mercy Hospital in Cassville, Missouri, on May 21. His family launched an appeal on his whereabouts on social media soon after.\n\nSpeaking to the Daily Beast at the time, his younger brother, Richard Forsyth, said that John Forsyth wouldn’t miss a shift, so it was “an immediate red flag.”\n\nAuthorities found Forsyth’s sedan parked less than a mile away from the hospital on May 28.\n\nBeaver Lake in northwest Arkansas, Dr. John Forsyth. Source: Google Maps/Cassville Police Department\n\nForsyth’s wallet, passport, laptop, and work briefcase were found inside the unlocked vehicle. His brother added, “his cell phones were inside, which is also very uncharacteristic because he always has his cell phone.”\n\n“It doesn’t seem like a person who left with a plan,” Richard Forsyth told the Associated Press on May 30.\n\nHowever, John Forsyth’s body was found on May 30, about an hour south of where he was last seen, suffering from an apparent gunshot wound. Local police said foul play does not appear to be a factor.\n\nThe 49-year-old founded ONFO coin with his brother Richard in 2020. The crypto project purportedly allows users to earn coins by referring others to the platform, a term it calls “network mining”.\n\nONFO has promoted itself by depicting the demise of the U.S. dollar through videos such as “THE U S DOLLAR IS DOOMED,\" a video that was posted to YouTube in 2021. There haven’t been any new videos posted in a year, though.\n\nIn 2020, Forbes labeled John Forsyth a “Bitcoin millionaire” who was studying mathematics as an undergraduate and who was exposed early to Bitcoin (BTC) and blockchain technology.\n\nForsyth joins a list of crypto advocates and founders that have died under mysterious circumstances.\n\nIn April, the creator of Cash App and the former technology chief at Square, Bob Lee, was killed in a stabbing attack. Authorities made an arrest on April 13 but did not comment on the motive of the attack.\n\nMagazine: ‘Moral responsibility’ — Can blockchain really improve trust in AI?\n\nCointelegraph is committed to independent, transparent journalism. This news article is produced in accordance with Cointelegraph’s Editorial Policy and aims to provide accurate and timely information. Readers are encouraged to verify information independently.\n\nZeus Wallet taken offline after cyberattack, says no customer funds at risk\n\nBitcoin-backed loan refinances PowerCompute’s $18M debt at 2%\n\nBitcoin ETFs pull in $244M, 3-day inflow streak tops $626M", - "chars": 3138, - "sha256": "75cd4513e2e275036a3c83b971c2a84cf784674ff9c441e4c51644675c32da4c", + "text": "Missing ‘Bitcoin Millionaire’ and ONFO coin co-creator found dead: Report\n\nThe body of Dr. John Forsyth has been found following a week-long search but police reportedly said foul play did not appear to be a factor.\n\nThe co-founder of referral-based crypto project ONFO coin has been found dead from an apparent gunshot wound about a week after he went missing, although police don’t currently suspect foul play.\n\nDr. John Forsyth, a crypto advocate and emergency room doctor, was reported missing by relatives after not showing up to his shift at the Mercy Hospital in Cassville, Missouri, on May 21. His family launched an appeal on his whereabouts on social media soon after.\n\nSpeaking to the Daily Beast at the time, his younger brother, Richard Forsyth, said that John Forsyth wouldn’t miss a shift, so it was “an immediate red flag.”\n\nAuthorities found Forsyth’s sedan parked less than a mile away from the hospital on May 28.\n\nBeaver Lake in northwest Arkansas, Dr. John Forsyth. Source: Google Maps/Cassville Police Department\n\nForsyth’s wallet, passport, laptop, and work briefcase were found inside the unlocked vehicle. His brother added, “his cell phones were inside, which is also very uncharacteristic because he always has his cell phone.”\n\n“It doesn’t seem like a person who left with a plan,” Richard Forsyth told the Associated Press on May 30.\n\nHowever, John Forsyth’s body was found on May 30, about an hour south of where he was last seen, suffering from an apparent gunshot wound. Local police said foul play does not appear to be a factor.\n\nThe 49-year-old founded ONFO coin with his brother Richard in 2020. The crypto project purportedly allows users to earn coins by referring others to the platform, a term it calls “network mining”.\n\nONFO has promoted itself by depicting the demise of the U.S. dollar through videos such as “THE U S DOLLAR IS DOOMED,\" a video that was posted to YouTube in 2021. There haven’t been any new videos posted in a year, though.\n\nIn 2020, Forbes labeled John Forsyth a “Bitcoin millionaire” who was studying mathematics as an undergraduate and who was exposed early to Bitcoin (BTC) and blockchain technology.\n\nForsyth joins a list of crypto advocates and founders that have died under mysterious circumstances.\n\nIn April, the creator of Cash App and the former technology chief at Square, Bob Lee, was killed in a stabbing attack. Authorities made an arrest on April 13 but did not comment on the motive of the attack.\n\nMagazine: ‘Moral responsibility’ — Can blockchain really improve trust in AI?\n\nCointelegraph is committed to independent, transparent journalism. This news article is produced in accordance with Cointelegraph’s Editorial Policy and aims to provide accurate and timely information. Readers are encouraged to verify information independently.", + "chars": 2817, + "sha256": "1dd5fc1fd437a5fb53a702e6e964472c5513746d09b4c1ab3e9791028737aef5", "staged_file": "01_cointelegraph-com.txt", - "paragraphs_kept": "ALL 22 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 3-18 of 22", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-08-06T13:47:02+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-18 plus headline [0]; dropped 2 leading and 3 trailing paragraphs. Case-term hits on page: 23.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_2", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://decrypt.co/143059/bitcoin-millionaire-found-dead-a-week-after-going-missing", "source": "decrypt.co", "language": "unknown", @@ -4262,43 +4916,46 @@ "chars": 2353, "sha256": "9515f8b29525c110cb3b958634f23af9740eafa594b7a08c3aa7a8063439e482", "staged_file": "02_decrypt-co.txt", - "paragraphs_kept": "ALL 13 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-12 of 13", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-08-06T13:47:07+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-12 plus headline [0]; dropped 0 leading and 0 trailing paragraphs. Case-term hits on page: 13.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_3", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.forbes.com/sites/lukefitzpatrick/2020/04/27/bitcoin-halving-a-new-class-of-bitcoin-millionaires-may-emerge/#786e087961fc", "source": "forbes.com", "language": "unknown", - "text": "Bitcoin Halving: A New Class Of Bitcoin Millionaires May Emerge\n\nFormer Contributor.\n\nForbes contributors publish independent expert analyses and insights.\n\nI cover blockchain trends and cryptocurrencies.\n\nApr 27, 2020, 02:46am EDTJul 30, 2020, 11:15pm EDT\n\nThis article is more than 6 years old.\n\nCrypto investors and hodlers alike are sitting on the edge of their seats, waiting to see what unfolds with the highly anticipated bitcoin halving event that is scheduled to take place mid-May.\n\nSince bitcoin’s inception in 2009, the halving (also known as halvening), is an event that takes place roughly every 4 years. During the halving, block rewards are cut in half, which in turn, limits the supply of bitcoins.\n\nMichael Dubrovsky, cofounder of the mining company PoWx puts sheds light as to how the bitcoin halving impacts price, “The theory is that there will be less bitcoin available to buy if miners have less to sell.” So, from a supply-demand perspective:\n\nIf bitcoin supply decreases and the demand for bitcoin stays the same, then the price of bitcoin will increase.\n\nIf bitcoin supply decreases and the demand for bitcoin increases (ie. Institutional investors, millennials, or boomers, etc. looking to capitalize on the hype increases), then the price of bitcoin will see a significant increase in price.\n\nTo date, there have only been 2 bitcoin halvings. From a historical perspective, during previous bitcoin halvings, each time the price of bitcoin has reached all-time new highs:\n\nOn November 28th, 2012, the first bitcoin halving occurred, which saw the price of bitcoin increase from $11 to $1,000 around a year later.\n\nDuring July 2016, the second halving took place and the price of bitcoin was trading at around $700, and in 2017, the price skyrocketed to $20,000.\n\nThe third bitcoin halving, which is scheduled to take place in May 2020 has seen some lofty predictions on bitcoin prices. Billionaire bitcoin bull Tim Draper believes that the price of one bitcoin could rise to $250,000; Buffett’s Books founder Preston Pysh thinks that bitcoin could skyrocket to $300,000 after the halving; former Goldman SachsGS hedge fund manager Raoul Pal predicts that the price of bitcoin to hit $1,000,000 within 3 years; and Silk Road founder Ross Ulbricht predicted that it could hit an astronomical price of $333,000,000 per bitcoin.\n\nMore bitcoin millionaires may materialize\n\nDuring the previous 2 bitcoin halvings, countless millionaires were created. J.R. Forsyth, the founder of Onfo was one of them. He was studying mathematics as an undergraduate and was exposed to bitcoin and digital ledger technology.\n\nForsyth says, “It became obvious to me that math-based currencies (like bitcoin) would eventually supplant sovereign notes. I mined bitcoin and litecoin very early on and held onto them. The massive appreciation of those assets allowed me to invest in other cryptocurrency technology which ultimately led to the development of Onfo, a platform that helps people earn money through network mining.”\n\nOr take Alan Glanse, charity founder and CEO of the cannabis business JuicyFields for instance. During his Wall Street days, he bought 100 bitcoins from a colleague that urgently needed money in 2012. Then, he forgot about his bitcoin. It wasn’t until the parabolic price highs of 2017’s second bitcoin halving, that he realized that he had become an instant millionaire.\n\nGlanse believes that the stimulus package will only strengthen the US economy and substantial market growth can be witnessed 2-3 months after the bitcoin halving event.\n\nThe Fed’s balance sheet is expected to exceed $6.5 trillion this year, with never seen before levels of money printing. In retrospect, that represents an increase of more than $2 trillion in under 6 weeks.\n\nTodd Crossland, CEO of CoinZoom says that “While I applaud and support the government in taking the most aggressive measures in providing stimulus for the economy, just the magnitude of the stimulus and printing of dollars, and the accompanying debt gives me a reason to pause. The stimulus will come with inflation and subsequently pressure on the value of the dollar. In my opinion, this paints another bull case for bitcoin and digital assets.”\n\nRight now, the world is undergoing a major financial shift. During the black swan stock market crash of March 2020, investors dropped stocks for cash, resulting in a liquidity crunch. The price of bitcoin and other digital crypto assets took a temporary nosedive. Since then, bitcoin has fully recovered, along with most other crypto assets. That said, if the Fed’s stimulus plan results in deflation, then followed shortly after by hyperinflation, this could paint a very bullish scenario for bitcoin.\n\nBillionaire investor and founder of Bridgewater Associates, Ray Dalio, believes that in the near future, there could be a massive shift of wealth. Many in the crypto community have taken this to imply that cryptocurrencies like bitcoin are the solution to which Dalio speaks of. If that’s the case, then a new class of millionaires may emerge from the severe crisis that is gripping the world’s economy.\n\nDalio says, “Governments that have the power to do so are printing money to help ease the debt burdens and help finance the expenses that are denominated in their own currencies, which will weaken their own currencies and raise their levels of monetary inflation to offset the deflation that is coming from reduced demand and forced asset sales that are happening as those that are stretched have to raise cash.”\n\nDalio is a firm believer that wealth cannot simply be created by producing more money and credit and that the long-term debt cycle is coming to its end. Dalio suspects that a restructuring of the monetary system is imminent. With countries like Venezuela, Lebanon, and the Bahamas exchanging local currencies for bitcoin, then Dalio may indeed be correct. If that is the case, then the third bitcoin halving could be a major catalyst for monetary change, resulting in a generation of new crypto millionaires.\n\nEditorial StandardsReprints & Permissions\n\nLOADING VIDEO PLAYER...", - "chars": 6128, - "sha256": "2824c861162029b7e0a66703f2d15f86cbb593eb00c577685039794f059b90d4", + "text": "Bitcoin Halving: A New Class Of Bitcoin Millionaires May Emerge\n\nForbes contributors publish independent expert analyses and insights.\n\nI cover blockchain trends and cryptocurrencies.\n\nApr 27, 2020, 02:46am EDTJul 30, 2020, 11:15pm EDT\n\nCrypto investors and hodlers alike are sitting on the edge of their seats, waiting to see what unfolds with the highly anticipated bitcoin halving event that is scheduled to take place mid-May.\n\nSince bitcoin’s inception in 2009, the halving (also known as halvening), is an event that takes place roughly every 4 years. During the halving, block rewards are cut in half, which in turn, limits the supply of bitcoins.\n\nMichael Dubrovsky, cofounder of the mining company PoWx puts sheds light as to how the bitcoin halving impacts price, “The theory is that there will be less bitcoin available to buy if miners have less to sell.” So, from a supply-demand perspective:\n\nIf bitcoin supply decreases and the demand for bitcoin stays the same, then the price of bitcoin will increase.\n\nIf bitcoin supply decreases and the demand for bitcoin increases (ie. Institutional investors, millennials, or boomers, etc. looking to capitalize on the hype increases), then the price of bitcoin will see a significant increase in price.\n\nTo date, there have only been 2 bitcoin halvings. From a historical perspective, during previous bitcoin halvings, each time the price of bitcoin has reached all-time new highs:\n\nOn November 28th, 2012, the first bitcoin halving occurred, which saw the price of bitcoin increase from $11 to $1,000 around a year later.\n\nDuring July 2016, the second halving took place and the price of bitcoin was trading at around $700, and in 2017, the price skyrocketed to $20,000.\n\nThe third bitcoin halving, which is scheduled to take place in May 2020 has seen some lofty predictions on bitcoin prices. Billionaire bitcoin bull Tim Draper believes that the price of one bitcoin could rise to $250,000; Buffett’s Books founder Preston Pysh thinks that bitcoin could skyrocket to $300,000 after the halving; former Goldman SachsGS hedge fund manager Raoul Pal predicts that the price of bitcoin to hit $1,000,000 within 3 years; and Silk Road founder Ross Ulbricht predicted that it could hit an astronomical price of $333,000,000 per bitcoin.\n\nMore bitcoin millionaires may materialize\n\nDuring the previous 2 bitcoin halvings, countless millionaires were created. J.R. Forsyth, the founder of Onfo was one of them. He was studying mathematics as an undergraduate and was exposed to bitcoin and digital ledger technology.\n\nForsyth says, “It became obvious to me that math-based currencies (like bitcoin) would eventually supplant sovereign notes. I mined bitcoin and litecoin very early on and held onto them. The massive appreciation of those assets allowed me to invest in other cryptocurrency technology which ultimately led to the development of Onfo, a platform that helps people earn money through network mining.”\n\nOr take Alan Glanse, charity founder and CEO of the cannabis business JuicyFields for instance. During his Wall Street days, he bought 100 bitcoins from a colleague that urgently needed money in 2012. Then, he forgot about his bitcoin. It wasn’t until the parabolic price highs of 2017’s second bitcoin halving, that he realized that he had become an instant millionaire.\n\nGlanse believes that the stimulus package will only strengthen the US economy and substantial market growth can be witnessed 2-3 months after the bitcoin halving event.\n\nThe Fed’s balance sheet is expected to exceed $6.5 trillion this year, with never seen before levels of money printing. In retrospect, that represents an increase of more than $2 trillion in under 6 weeks.\n\nTodd Crossland, CEO of CoinZoom says that “While I applaud and support the government in taking the most aggressive measures in providing stimulus for the economy, just the magnitude of the stimulus and printing of dollars, and the accompanying debt gives me a reason to pause. The stimulus will come with inflation and subsequently pressure on the value of the dollar. In my opinion, this paints another bull case for bitcoin and digital assets.”\n\nRight now, the world is undergoing a major financial shift. During the black swan stock market crash of March 2020, investors dropped stocks for cash, resulting in a liquidity crunch. The price of bitcoin and other digital crypto assets took a temporary nosedive. Since then, bitcoin has fully recovered, along with most other crypto assets. That said, if the Fed’s stimulus plan results in deflation, then followed shortly after by hyperinflation, this could paint a very bullish scenario for bitcoin.\n\nBillionaire investor and founder of Bridgewater Associates, Ray Dalio, believes that in the near future, there could be a massive shift of wealth. Many in the crypto community have taken this to imply that cryptocurrencies like bitcoin are the solution to which Dalio speaks of. If that’s the case, then a new class of millionaires may emerge from the severe crisis that is gripping the world’s economy.\n\nDalio says, “Governments that have the power to do so are printing money to help ease the debt burdens and help finance the expenses that are denominated in their own currencies, which will weaken their own currencies and raise their levels of monetary inflation to offset the deflation that is coming from reduced demand and forced asset sales that are happening as those that are stretched have to raise cash.”\n\nDalio is a firm believer that wealth cannot simply be created by producing more money and credit and that the long-term debt cycle is coming to its end. Dalio suspects that a restructuring of the monetary system is imminent. With countries like Venezuela, Lebanon, and the Bahamas exchanging local currencies for bitcoin, then Dalio may indeed be correct. If that is the case, then the third bitcoin halving could be a major catalyst for monetary change, resulting in a generation of new crypto millionaires.", + "chars": 5999, + "sha256": "6879954d0705d742ba3f3fc8b3201c4a95b2a4b60cec650f3ead65f860d2b157", "staged_file": "03_forbes-com.txt", - "paragraphs_kept": "ALL 28 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-25 excl [5] of 28", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-08-06T13:47:09+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-25 plus headline [0]; dropped 1 leading and 2 trailing paragraphs and 1 interior furniture line(s). Case-term hits on page: 7.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_4", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.dailymail.co.uk/news/article-12145317/Missouri-doctor-shot-dead-Ozarks-lake-previously-kidnapped-claims-brother.html", "source": "dailymail.co.uk", "language": "unknown", - "text": "Missouri doctor found shot dead in Ozarks lake was previously kidnapped, claims brother | Daily Mail Online\n\nYou're viewing the UK editionYou can switch to the US or AU homepage at any time using this menu.\n\nU.S.\n\nHistoric market town plunged into night of violence as angry mobs storm three properties 'housing asylum seekers'\n\nUS wife of Afghan 'killer' tells how she 'jumped out my sleep at 3am' and realised body found in a suitcase was her British charity worker friend in chilling full testimony\n\nI've taken the new Wegovy 'skinny' pill for a month. It finally broke my weight-loss plateau, writes LOUISE ATKINSON, but at what cost? Week by week, here's my honest account of EVERYTHING that happened...\n\nRICHARD EDEN: How savvy William and Kate have stealthily parked their tanks firmly on the lawn of Harry and Meghan. And it shows who REALLY has won the popularity war between the couples...\n\nMel C reveals she 'had a little chat' with Spice Girls bandmate Geri Halliwell after she raised eyebrows by wearing white to her wedding\n\nDr Fauci held in contempt of Congress and could be PROSECUTED after refusing to answer any COVID questions under Fifth Amendment\n\nOlivia Attwood poses in a sheer bodysuit and a bikini as she opens up on 'sham' marriage to Bradley Dack and relationship with Pete Wicks in Cosmopolitan shoot\n\nI was so desperate to be a mother I told the adoption agency I'd take any child. But the first time I held my baby I felt repulsed. Now after 11 terrifying years that have left my life in ruins, this is the bleak truth\n\nWoman, 47, is charged after 'stabbing four men with scissors' in Covent Garden\n\nMet Police chief admits force should NOT have investigated journalist who questioned Cambridge 'plagiarism' professor\n\nThe Med is too hot for swimmers! Tourists say they can't cool down as water temperatures hit exceptionally high levels\n\nMelanie Sykes looks beautiful in first shoot since shaving her head after revealing alopecia battle\n\nWhat that crusty red spot on your face really means: So many are told the mark that won't go away is eczema or psoriasis. But this is how to tell when it's something far more sinister, reveals DR PHILLIPA KAYE\n\nAre YOU at risk of terrifying 'sudden adult death syndrome'? Little-known warning signs after football legend's son dies suddenly at 38\n\nThe grooming gang members and paedophiles set for early prison release by Labour\n\nFarmer who shot lodger and chopped up his body before burying it in concrete-filled barrel is jailed for 35 years\n\nThe mystery man growing VERY close to YouTuber Dan Howell: Months after he confirmed 16-year 'relationship' with co-star Phil, insiders tell MOLLY CLAYTON about damaging new whispers engulfing them... and how much they've raked in\n\nHow the London riots unfolded 15 years on: Inside the fatal police shooting that led to five days of mayhem across England with thousands of shops looted and cars and buildings set on fire\n\nHotel boss appears in court over death of X Factor star's fiancé after he plunged to his death from window just weeks before wedding\n\nTrump 'clashes with Pete Hegseth over munitions shortages that could limit his options in Iran'\n\nRevealed: How Cambridge 'plagiarism' Professor 'passed off Rafael Nadal's inspirational quote as his own' - as he quits post after university launched probe\n\nPregnant mother plunged 90ft to her death from open window in tower block after saying 'I'm off' to father - but her unborn baby miraculously survived\n\nFor more than 30 years experts dismissed my angry red hives as rosacea. In fact, I have an autoimmune condition that affects thousands of menopausal women but is often misdiagnosed. These are the other symptoms to look out for\n\nHard-working Princess Anne delays the start of her summer break as she attends rehearsal for the Royal Edinburgh Military Tattoo dressed in traditional tartan skirt\n\nMissouri doctor, 49, and father of eight found shot dead in Ozarks lake soon after proposing marriage was KIDNAPPED and released a year ago, claims brother who launched crypto firm with him\n\nDr. John Forsyth was found dead of a gunshot wound in Beaver Lake on Tuesday\n\nHe was reported missing May 21 when he failed to show up for work\n\nHis brother now says Forsyth was kidnapped and released a year ago\n\nSee more Daily Mail on Google - save us as a Preferred Source\n\nPublished: 21:58 BST, 31 May 2023 | Updated: 23:13 BST, 31 May 2023\n\nThe brother of a Missouri doctor who was found shot dead in an Ozarks lake this week has said he was the victim of a mysterious prior kidnapping attempt that may have been 'crypto related'.\n\nDr. John Forsyth, 49, was found dead with a gunshot wound in Beaver Lake in northeast Arkansas on Tuesday, nine days after he was last seen alive leaving work at a hospital in Cassville, Missouri, police said.\n\nIn a terse statement, the Benton County Sheriff's Department did not say where upon Forsyth's body the gunshot wound was located, or whether it appeared to be self-inflicted, leaving many unanswered questions in the case.\n\nForsyth, a father of eight, had just finalized a divorce from his wife on May 11, and proposed marriage to his new fiancée three days before he was last seen alive on May 21.\n\nIn an unusual twist, Forsyth's brother Richard told DailyMail.com that a little over a year ago, the doctor was kidnapped and threatened by unidentified individuals.\n\nDr. John Forsyth, 49, was found dead of a gunshot wound in Beaver Lake in northeast Arkansas on Tuesday, nine days after he was last seen alive leaving work at a hospital in Missouri\n\nForsyth's body was discovered about 20 miles away from the town where he was last seen alive, and where his car was found unlocked and abandoned\n\nRichard, who founded the crypto firm OnFo with his brother, said in a brief phone interview that in February 2022, John Forsyth was kidnapped and then released, but never filed a police report.\n\nRichard said he first learned about the kidnapping through a mutual friend, who only came forward to describe the incident to the family after John went missing earlier this month.\n\nThe brother said he believed the kidnapping was 'crypto related' but that he did not know anything else about the perpetrators from the account of the mutual friend, who wished to remain anonymous due to ongoing safety concerns.\n\nRichard cautioned that there was no evidence yet linking the 2022 incident with John's death, but added: 'It stands out very stark in the tableaux of facts that have emerged about the case.'\n\n'It was cold. He was zip-tied. He was made to feel very unsafe and taken on a car ride with some people to a bridge and was threatened,' Richard told Fox News Digital, which first reported the alleged kidnapping.\n\n'He did not file a police report because he believed he was in continued danger,' the brother added.\n\nMessages left with the Benton County Sheriff's Office and the Missouri State Highway Patrol were not immediately returned.\n\nAuthorities said Wednesday that they're still investigating what happened in the week between Forsyth's disappearance and the discovery of his body.\n\nNo further information would immediately be available, authorities said.\n\nA kayaker found Forsyth's body on Tuesday afternoon in Beaver Lake, a large reservoir in Arkansas, the Benton County Sheriff's Office said.\n\nForsyth was last seen alive early on May 21, as he was leaving Mercy Cassville Hospital, where he worked in the ER. He was reported missing later the same day\n\nThe doctor's unlocked car was found at this dump site near a park in Cassville, the town in the Missouri Ozarks where he worked, with his wallet, two phones, a laptop and other items inside\n\nA kayaker found Forsyth's body on Tuesday afternoon near this area of Beaver Lake, a large reservoir in Arkansas, the Benton County Sheriff's Office said\n\nThe body was found near the bank across from the Lost Bridge South area of Beaver Lake, which is about 20 miles south of Cassville, police said.\n\nForsyth was last seen alive early on May 21, as he was leaving Mercy Cassville Hospital, where he worked in the ER. He was reported missing later the same day when he failed to show up for a shift.\n\nThe doctor's unlocked car was found near an aquatic park in Cassville, the town in the Missouri Ozarks where he worked, with his wallet, two phones, a laptop and other items inside, his brother Richard Forsyth said in an Associated Press interview.\n\nPolice told the family there were no signs of foul play around the car, a black Infiniti sedan.\n\nForsyth stayed in a luxury RV near the hospital when he was on-call, and a search of the camper revealed that it was unlocked, with two cell phones left inside, which Richard told the Daily Beast was 'very uncharacteristic'.\n\n'It doesn't seem like a person who left with a plan,' Richard said on Tuesday, before his brother's body was discovered.\n\nRichard also told the outlet that security footage showed his brother's Infiniti pulling into the aquatic park, when a white SUV arrives and parks near him.\n\n'It leaves a few minutes later and [John] is seen walking around maybe 10 to 15 minutes after that,' Richard said cops told him. 'And then he walks away from his car.'\n\nDr. John Forsyth (pictured), who vanished in Missouri just three days after proposing to his girlfriend, has been found dead in Arkansas\n\nThe last person to hear from John (pictured), who launched a cryptocurrency with his brother, is thought to have been his fiancée\n\nAfter the doctor's abandoned vehicle was found, several law enforcement agencies searched about a nine-mile radius around the aquatic park using people, dogs and drones.\n\nForsyth's family also set up a Facebook page in a desperate search for any information.\n\n'My brother has now been missing for week,' his sister, Tiffany Andelin, wrote Monday. 'I´m grieving, I'm afraid, and it feels like the world has tipped into sheer chaos.'\n\nThe last known person who communicated with John Forsyth was the woman he'd recently gotten engaged to, who texted with him at around 7am on May 21, his brother told the AP.\n\nThe last time the two brothers met in person was at dinner on Wednesday, May 17.\n\n'I told him this is the happiest I'd seen him in a long time. His divorce was final May 11, and I think that gave him energy for the future,' Richard Forsyth said.\n\nJohn Forsyth had worked at Mercy Hospital for about 15 years, his brother said, describing him as a doting father, part-time math nerd and dedicated physician.\n\n'He really cared about his patients,' Richard Forsyth said. 'And he loved his kids.'\n\nDemocratic candidate knocked out during wild fight on beach\n\nRussian soldier appears to be forced into dress as punishment\n\nGUY ADAMS unpicks Oxbridge's youngest black professor's wild life\n\nPolice arrive at Perez Hilton's home over personal crises\n\nEx-nanny says Lindsay Clancy was a 'wonderful' mother during trial\n\nTrump takes a jab at Biden while saving toddler from falling\n\nChilling video shows Madison Brooks' final moments\n\nPauline Hanson proposes capping migration at 130,000 annually\n\nToddler wearing only her diaper begs for help\n\nOfficer takes down drugs suspect who aims crowbar at his head\n\nBystanders stabbed by knifewoman in the heart of Covent Garden\n\nRwanda scheme was 'quite successful' and others are now copying\n\nOlivia Attwood wows in a sheer bodysuit and poses in a bikini as she opens up on 'sham' marriage to Bradley Dack Cosmopolitan shoot\n\nRetired Instagram model Demi Rose flaunts her famous curves in an orange bikini as she soaks up the sun in Ibiza\n\nOllie Watkins and Ferran Torres spark CHAOS with high-energy antics at luxury hotel\n Ad Feature\n\nDaisy Lowe welcomes her second child: Model shares photos of her 'sweet baby boy' as she thanks her 'hero' husband Jordan for being 'the greatest birthing partner'\n\nEva Longoria, 51, shows off her incredible body in a blue string bikini as she cools off in the sea in Marbella\n\nLast-minute summer break? Here's how to book with confidence and make the most of your package holiday\n Ad Feature\n\n'Our grief is nothing to do with you': Greg James and wife Bella Mackie are left raging after being criticised for sharing 'giddy' post in the wake of beloved dog Barney's death\n\nHow to get Hannah Waddingham's legs at 52: Ted Lasso star has pins of a 20-year-old and proves you can wear minidresses in midlife\n\nCharles Leclerc's wife Alexandra shows off her 'baby bump' in a black thong bikini as she joins him and their miniature dachshund on a £15million yacht in Sardinia\n\nPerez Hilton's podcast co-host Chris Booker breaks his silence as gossip blogger recovers in hospital after distressing TikTok livestream\n\nSchool of dreams: For young Saudis who love cinema and aspire to build a career in the film industry, the opportunities have never been greater\n Ad Feature\n\nEmmerdale's Lawrence Robb is the 12th celebrity to be announced for Strictly Come Dancing - as fans share disappointment over 'weak' line-up\n\nMichael Hutchence's daughter Tiger Lily is a natural at motherhood as she takes her baby out for a stroll and flashes her wedding band from husband Ben\n\nEXCLUSIVETragic real reason for Lil' Kim's new look: Insider reveals brutal whispers circulating in rapper's inner circle amid fears for daughter\n\nBrooks Nader perfects her Baywatch beach run as she slips into the iconic red swimsuit to shoot new scenes in Malibu\n\nBe a Bills Boss! The six simple switches that could save your household £800 a year\n Ad Feature\n\nHannah Waddingham's 'flawless skin' in latest series sparked outrage among fans - but here's the £13 celeb-approved buy she swears by\n\nKelly Brook, 46, shows off her incredible curves in a floral bikini as she soaks up the sun on an Italian road trip with husband Jeremy Parisi\n\nJeremy Clarkson helps raise £1million for Chris Hoy's cancer charity by 'demanding cash from helicopter-owning tycoons' at auction\n\nTick off the cities you've always wanted to see in a way that suits you: How river cruises have reinvented themselves for the modern traveller\n Ad Feature\n\nStill a Gladiator! Russell Crowe stuns with his massive biceps as he works out with his wrestling co-star\n\nKaia Gerber and Homer Gere's teen horror The Shards is branded 'monotonous' and 'predictable satire' in mixed reviews\n\nKatie Price says she's 'really concerned' for pal Perez Hilton after he was hospitalised following horror TikTok knife incident\n\nMel B wishes Geri Halliwell a happy birthday a month after Ginger Spice blocked her on social media amid the Spice Girls' 30th anniversary\n\nFrom cityscapes to portraits: This incredible POCKET-SIZE gimbal camera will transform your content into cinematic masterpieces\n Ad Feature\n\nMischa Barton sends The O.C. fans wild as she hints the iconic noughties teen drama is set for a reunion\n\nTed Lasso star Juno Temple flashes a first glimpse of her wedding ring after revealing she has secretly married her long-term boyfriend Michal Szymanski\n\nEXCLUSIVEChaos at Chaka Khan musical as opening night is delayed by 40 minutes before Naga Munchetty walks out at the interval\n\nKristen Stewart makes a rare red carpet appearance with director wife Dylan Meyer at The Wrong Girls premiere\n\nDream BIG! From cosmic pens to global business degrees, top 10 must-know brands making education accessible to all\n Ad Feature\n\nHannah Waddingham stuns in a curve-skimming ivory silk dress as she heads to dinner with her Ted Lasso co-stars\n\nOPINIONPerez Hilton's private confession shocked me when we last spoke: ROB SHUTER reveals sad irony almost too terrible to address... but we must\n\nTess Daly, 57, and lookalike daughter Phoebe Kay, 21, reveal they are 'working together' on a mystery project after dad Vernon insisted she wouldn't be a nepo baby\n\nKaia Gerber looks the double of Cindy Crawford as she cosies up to fellow nepo baby Homer Gere at The Shards party\n\nI tried this affordable leave-in conditioner that rescued my summer-dried hair- and it's never felt or smelled better\n \n SHOPPING\n\nBringing the Spice Girls to Salford! David Beckham opens up on crazy house party with Victoria during his Man United youth, his 'emotional' return to old training ground\n\nThylane Blondeau reveals a glimpse of a secret third wedding dress as she kisses DJ husband Ben Attal in sweet snap from their nuptials\n\nEXCLUSIVESuri steps into the spotlight... Tom's girl makes stage debut treading the boards at the Fringe\n\nBrooklyn Beckham and Nicola Peltz will no longer celebrate their first wedding as their anniversary due to the 'bad memories it holds'\n\nCan you use equity release to fund care in later life?\n Sponsored\n\nThe Apprentice star Jessica Cunningham gives birth to her SIXTH child at home and reveals the newborn's unusual name\n\nChris Hughes' six-year stalker hell revealed: CBB star targeted by a female fan who claims they've had an intimate relationship\n\nLegendary rock star, 74, announces retirement as he plans to undergo heart surgery\n\nPaul Mescal's ex Phoebe Bridgers takes a major swipe at his girlfriend Gracie Abrams in new lyrics for 'taking my place in that bed'\n\nWant to try the viral salmon DNA beauty trend? This new skincare oil lets you skip the injections - and we have an exclusive discount code\n \n SHOPPING\n\nMadison Beer flashes her huge diamond ring as she returns to the red carpet for the first time after getting engaged to NFL star Justin Herbert\n\nLIZ JONES: I don't blame cynics for not buying Harry Styles and Zoe Kravitz. She's landed a man millions lust over, yet she always looks so miserable\n\nPerez Hilton is 'able to communicate' with family as they share update on his recovery in hospital after distressing TikTok livestream\n\nEXCLUSIVEShane's a favourite so few will speak up... there's a lot of anger behind the scenes on EastEnders': Inside the real-life drama engulfing the BBC soap\n\nI'm a self-tan sceptic, but these award-winning gradual tanning drops gave me the most natural-looking glow I've ever had\n \n SHOPPING\n\nAriana Grande reacts to post about getting 'healthier' as she steps back from public life amid intense scrutiny over her weight\n\nOlivia Attwood addresses 'sham' marriage to Bradley Dack and says she didn't make it official due to fears over her fortune\n\nRichard Gere, 76, gets intimate with co-star Diana Silvers, 28, as they film controversial age gap romance\n\nElla Rae Wise, 26, reveals new romance as she shares steamy kiss with businessman Ricky Lawrence, 34, and debuts gold band on holiday together\n\nOlivia Rodrigo blasts Trump for signing law defunding Planned Parenthood\n\n'It's the easiest thing I've ever done': Olivia Attwood reveals Pete Wicks confessed his secret feelings for her after her split from Bradley Dack\n\nVanderpump Rules star Ariana Madix suffers legal blow in revenge porn lawsuit involving Rachel Leviss... three years after Scandoval\n\nMartha Stewart, 85, comes clean on all the cosmetic procedures she's had done amid plastic surgery rumors\n\nEXCLUSIVE'We're so lucky we get to spend time together': Pregnant Scarlett Moffatt says she feels 'privileged' to enjoy quality family time with fiancé Scott after he quit his policeman job to be a stay-at-home father\n\nEXCLUSIVEI'm a Victoria's Secret model, here's the diet and fitness regime I swear by to maintain my runway figure: LEOMIE ANDERSON\n\nGeena Davis, 70, flaunts her age-defying looks on red carpet at The Wrong Girls premiere in LA\n\nEXCLUSIVEEd Sheeran bids to convert barns at £1.1million 17th century farm into 'music archive'\n\n'I threw a four-pinter of milk across the kitchen': Alex Jones,49, admits she's suffering from perimenopause rage as she questions whether having a child at 44 'delayed her symptoms'\n\nNicola Peltz steals mother-in-law Victoria's style in headscarf and jeans and she shares snaps of her and Brooklyn after narrowly missing the Beckham family\n\nPrincess Andre, 19, looks stylish in a floral minidress as she sips cocktails at Oh Polly's summer party\n\nCHRISTOPHER STEVENS reviews last night's TV: Self-satisfied Ted Lasso had run its course, reviving it is a lazy mistake\n\nStephen Colbert's daughter QUITS her job at CBS's 60 Minutes after the network canceled The Late Show\n\nTom Segura's estranged wife Christina P. gets tearful as she breaks silence on divorce after 18-year marriage\n\nZZ Top cancels Los Angeles concert just HOURS before they were set to take stage\n\nRio Ferdinand and his wife Kate tipped to appear on I'm A Celebrity spin-off in Canada as they are the 'first married couple to sign for the show'\n\nBrittany Cartwright finally breaks silence on ex-husband Jax Taylor's 'complete betrayal' with her friend and publicist: 'It's absolutely disgusting'\n\nJamie Oliver's daughter is getting married: Chef's wife Jools reveals Poppy Honey, 24, has got engaged to boyfriend she met five years ago at university\n\nModel and reality TV star MISSE BEQIRI on the heartbreak of ex-fiancé Jake Hall's mystery death\n\nKelsey Parker responds to cruel troll who told her to 'move on and stop thinking' about late husband Tom as she and The Wanted bandmates marks his 'heavenly birthday'\n\nTed Lasso viewers reveal they feared series four would be a flop but the show's comeback proves a surprise success as fans hail 'heartwarming episode'\n\n'Looking forward to the next 25 years beside you': Pierce Brosnan's wife shares romantic pictures from their marriage on their anniversary\n\nBoris Becker's blended family: Star, 58, cuddles up to wife Lilian de Carvalho Monteiro, 36, as they enjoy Portugal holiday alongside his three sons\n\nCharles Leclerc's wife Alexandra shows off her 'baby bump' in a £477 citrus mini dress as she joins him and their dog on board £15million yacht in Sardinia\n\n'Devastated' Amy Childs breaks her silence after her £1.7million Essex mansion was ransacked by thieves during family holiday\n\nMore than Friends? Matt LeBlanc enjoys red hot dinner date with yoga instructor in Santa Monica\n\nNot so Fatboy Slim! Norman Cook, 63, displays his chiselled abs in throwback magazine snap shared by his son Woody\n\nOlivia Attwood proudly shows off sweet tribute to boyfriend Pete Wicks - after being quizzed about their romance on This Morning\n\nFarrah Abraham, 35, flaunts her liquid BBL and 'million-dollar body' in a bikini after announcing third sex tape\n\nMatt Damon says he and Ben Affleck were BROKE after making Good Will Hunting... as he reveals how much pair were paid for Oscar-winning movie\n\nUnrecognizable Billie Eilish trades in her signature baggy wardrobe as she transforms into iconic Sylvia Plath character on the set of The Bell Jar\n\nMolly Ringwald reveals the worst project she's ever worked on as she blasts 'really difficult' colleague\n\nEXCLUSIVESad truth behind Perez Hilton's distressing decline before horror TikTok knife incident: Insiders reveal wretched details as star is hospitalized\n\nBruce Willis' wife Emma gets brutally honest about 'guilt' celebrating 50th birthday amid actor's dementia battle\n\nShawn Mendes confirms romance with Brazilian model after admitting he was 'figuring out' his sexuality amid ongoing gay rumors\n\nInfluencer Lissie Rhodes gives birth to second child two years after she was forced to deny she had a love child with Tommy Fury amid unfounded cheating claims\n\nJosie Gibson happily shows off the results of her £7k brachioplasty in a sleeveless dress after revealing she had 45 per cent of her arms removed\n\nOPINIONTaylor Swift has entered her Meghan era. But after this heartless move against Blake Lively's children, she should just embrace what she really is: MAUREEN CALLAHAN\n\n'RIP my hair!' Megan Pickford shares hilarious post about losing her blonde World Cup extensions as she unveils new look during Turkey trip\n\nAlicia Douvall is married! Former glamour model ties the knot with her businessman fiancé a year after romantic Maldives proposal\n\nBikini-clad Stacey Solomon larks around with sister Jemma before cosying up to husband Joe Swash on holiday after dismissing split speculation\n\nBig Brother 2026 launch date is 'revealed as bosses line up former CBB stars including Gemma Collins to join civilian housemates for the first time'\n\nSydney Sweeney reveals her family has been affected by 'devastating' Washington wildfires\n\nEXCLUSIVE70s wet t-shirt sex symbol who became Angelina Jolie's godmother looks ageless at 81... who is she?\n\nRihanna twerks on longtime partner A$AP Rocky as couple share flirty exchange in Barbados... weeks after his crass sex confession\n\nA dance around Meghan's brand new kitchen: Hidden details in Duchess' birthday video show revamped space at her £11million Montecito mansion\n\nStrictly Come Dancing announces Graeme 'The Dogfather' Hall as the 11th celebrity as fans share disappointment over 'weak line-up'\n\n'Seas the day': Lizzie Cundy, 58, wears daring unzipped swimsuit as she arrives on Barbados beach after disembarking from James Packer's £260million superyacht\n\nEXCLUSIVEAriana Grande's family makes desperate intervention amid health fears... as insiders reveal agony over comparison and heartbreak that haunts her\n\nHow Kaia Gerber feels about lookalike comparisons to her supermodel mom Cindy Crawford\n\nFrankie Bridge goes topless for racy mirror selfie as she shows off her back tattoo and cupping marks\n\nDriving Home For Christmas singer Chris Rea 'leaves £12million to his wife' as his will is revealed\n\nAlice Evans marks her 58th birthday with dinner with her two daughters as she thanks friends for 'never giving up on me' hours after her bitter divorce from Ioan Gruffudd was finalised\n\nRHONJ star Dolores Catania fiercely slammed for wearing bridal-like gown to son's wedding\n\nPerez Hilton rushed to hospital after police swarm his Miami home over distressing knife livestream pulled from TikTok\n\nTim McGraw and Faith Hill's nepo baby daughter says Ozempic 'brought back' her eating disorder: 'One of the worst things I've ever done'\n\nGigi Hadid and Bradley Cooper 'secretly married in New York a month ago': All the details we know so far after couple showed off matching rings\n\nCharli xcx reveals new song is a message to her exes that she's found her 'perfect man' in husband George as she says she 'felt misunderstood by previous partners'\n\nZoe Saldana reveals choice Taylor Sheridan presents his cast... after Ed Harris blasted Yellowstone creator\n\nThe complicated legacy of Perez Hilton: Controversial blogger was 'turning his life around' after making his name outing gay celebs and 'cruel' takedowns\n\nCatherine Zeta-Jones, 56, shows off her ageless beauty in a striking red dress in first look at Prime Video's thriller Kill Jackie\n\nHannah Waddingham stuns in a floral minidress as she reunites with Jason Sudeikis for Ted Lasso's season four premiere\n\nHolly Willoughby says she's become 'so lazy' since she stopped working as she brands herself a 'basic b***h' who likes drinking cheap Echo Falls wine\n\nTikTok faces backlash after 'allowing Perez Hilton to broadcast distressing knife livestream while covered in blood for 30 minutes'\n\nMegan McKenna reveals she was in hospital for a week amid IVF battle after machete-wielding intruders burgled her UK home\n\nTrashcan Sinatras guitarist and singer John Douglas has died aged 63 following a 'brief illness'\n\n'I am living there!' Alan Carr says he has to 'pinch myself' while living in his new £3.2m Scottish castle as he prepares to open up the grounds for glamping\n\nJude Bellingham looks delighted as he enjoys day out at Alton Towers with model girlfriend Ashlyn Castro after the World Cup - and gets mobbed by adoring fans\n\n'She only eats toasties and sweets': Tommy Fury says Molly-Mae Hague spends a huge £350 on the weekly food shop for herself and Bambi\n\nBruce Willis and Demi Moore's youngest daughter Tallulah Willis fuels speculation her wedding is imminent after obtaining a marriage licence\n\nNoel Edmonds responds to backlash over viral lobster clip with defeated post after being criticised for buying the live animals and releasing them into the sea\n\n'I'm still growing THIS one!' Pregnant Oti Mabuse says her husband is already asking her to have another baby\n\nJeremy Clarkson fans queue out the door as hordes of daytrippers descend on Diddly Squat Farm shop during school holidays\n\nLove Island winners Julia and Lorenzo battle through ANOTHER awkward interview as she accuses him of 'embarrassing her'\n\nBrooklyn Beckham and wife Nicola Peltz celebrate anniversary of their performative second wedding which excluded his estranged family\n\nMolly-Mae Hague's influencer sister Zoe Rae gives a glimpse inside her incredible Cheshire home complete with media wall, home gym and water feature\n\nKerry Katona puts on a very flirty display with Nigel Havers as she jokes they're 'the new Ant and Dec' as she starts new Good Morning Britain role\n\nAll the details you might have missed from Princess Eugenie's baby announcement, including the babygrow made by a fellow royal and Edo's sweet reaction\n\nRihanna displays her curves and goes braless in daring bejewelled outfit and feathered headdress as she makes her return to famous Bajan carnival\n\nAshley Roberts poses in a skimpy bikini to announce The Pussycat Dolls are coming to Brazil\n\nPrincess Eugenie's daughter could qualify for Portuguese citizenship as she becomes only the third royal baby born outside Britain in 100 years\n\nLauren Silverman looks incredible in lilac workout gear as she goes hiking with Simon Cowell during Malibu trip before sharing picture of him reclining in the pool\n\n'I'm one very proud wife': Vick Hope shares rare PDA pictures with husband Calvin Harris after he performed to 100k people in Glasgow\n\nInside Gigi Hadid and Bradley Cooper's 20-year age gap romance after the low-key pair bonded over the 'everyday chaos of parenting'\n\nBianca Censori tongue kisses her husband Kanye West in very intimate pictures as she goes completely nude in a fishnet body stocking\n\nAwkward moment Pete Wicks quips that new girlfriend Olivia Attwood doesn't make an effort with her appearance - as she retaliates with a playfully slap\n\nSasha Attwood poses in a white bikini as she cosies up to her shirtless husband Jack Grealish on a boat during luxury holiday in Mallorca\n\n'This generation should learn what happened to her': The tragic parallels between late singer Karen Carpenter and Ariana Grande\n\nDoes Britney Spears have a new boyfriend? Superstar steps out with a mystery man in Malibu while showing off her panties in sheer skirt\n\nCristiano Ronaldo shows off his incredible supercar collection: Footballer, 41, flaunts his 'toys' after admitting he's lost count of how many he owns after developing obsession\n\nRobbie Williams' abandoned giant sculpture leaves locals freaked out as they compare 60ft robot to the 'Wicker Man'\n\nTed Lasso star Juno Temple reveals she has secretly married her long-time boyfriend Michal Szymanski - after Hannah Waddingham set them up\n\n'Worth the wait': Annie Kilner shares first photo of her newborn daughter as she cuddles her in a sweet snap\n\nIris Law sunbathes topless while enjoying a beach day with friends as she continues her travels\n\nTom Holland's insane Spider-Man salary revealed as movie smashes box office records\n\nBrad Pitt now asks court to ORDER ex Angelina Jolie to turn over financial records after she claimed she forewent 'years of compensation' after split\n\nBarry Manilow, 83, abruptly cancels Kentucky concert for the second time in five months... after lung cancer battle\n\nBella Hadid flexes biceps in bra-top and cheeky sweat shorts for Alo campaign weeks after Lyme disease flareup\n\n'The wheels are falling off. Constantly': Cate Blanchett reveals battle to get more than four hours sleep a night as she balances career with getting up at 5am\n\nKelly Brook shows off her curves in sexy swimwear as she poses with her husband and his cousin on holiday\n\n'She's a nice girl who's determined not to be a nepo baby': ALISON BOSHOFF has all the exclusive details of Suri Cruise's new acting career\n\nPrincess Eugenie and husband Jack Brooksbank welcome baby girl\n\nExorcist icon Linda Blair's dog rescue raid drama continues as officials order veterinary care for three pups... after 251 were discovered on property\n\nTransgender reality star is locked up in jail's vulnerable population unit after arrest for sexual battery against a child\n\nKatie Price reveals she's only spent £40,000 of her own money on cosmetic procedures despite going under the knife '40 times'\n\nEXCLUSIVEAlice Evans and Ioan Gruffudd's bitter divorce is over: Judge rules that actor must increase maintenance payments\n\n'People aren't ready for my glow up': Katherine Ryan, 43, reveals she spent £25K on her facelift and says she wants a 'baby BBL' next\n\nMeaning behind Bradley Cooper and Gigi Hadid's matching rings revealed... amid secret marriage rumors\n\nNaomi Watts reveals her Marvel debut with secret role in Spider-Man: Brand New Day\n\nCarson Daly REPLACED as host of NBC's The Voice... see the celebrity chosen to take over for season 31\n\nMichelle Pfeiffer, 68, reveals why she 'never wants to star in another movie'\n\nLila Moss covers her modesty in a cheeky snap before posing in a barely-there bikini as she relaxes on holiday in Spain\n\nVanderpump Rules star Tom Sandoval claims his ex-girlfriend berated him over his 'tiny penis' and kicked him in the groin during alleged drug-fueled attack\n\nDiddy's prison release date changed AGAIN just days after it was moved following prison brawl\n\nMeghan Markle posts clip of her dancing to a happy birthday song wearing a tiara-like headband as Harry laughs and says 'oh dear' - as Duchess celebrates turning 45\n\nAmy Childs 'left shaken as her £1.7million Essex mansion is ransacked by robbers' during family holiday\n\nCorrie star Tracy Shaw says she wants to share 'moments of joy' in emotional post rather than focusing on the 'pain and suffering' of her cancer treatment\n\nHolly Willoughby kisses husband Dan Baldwin in rare snap to celebrate their 19th wedding anniversary\n\nEXCLUSIVEVictoria Beckham, 52, slips into a bikini with shirtless David on their £16million superyacht in Cannes - but will they risk a run-in with Brooklyn?\n\nThe Commitments star Angeline Ball, Bono and Steve Coogan lead arrivals for the funeral of Glen Hansard in Dublin after musician died in motorbike crash\n\nGeorgina Rodriguez displays her unbelievable figure in a white bikini and declares she 'loves her curves' in powerful body positivity post\n\n'He's doing his thing and I'm doing mine': Coleen Rooney details 'low periods' with husband Wayne and wishes he would be more proactive since retiring\n\n'Officially a WAG': Love Island's Sean and Lola reveal they are girlfriend and boyfriend as Gaelic footballer surprises her with very extravagant display of balloons\n\nFriendly exes Jodie Turner-Smith and Joshua Jackson co-parent their daughter Juno on 'dreamy' family holiday in the Caribbean one year after divorce\n\nHelen Skelton, 43, says she wishes 'everything was tighter and perkier' as she wows in red swimsuit during family summer holiday\n\nMatt Damon and his stunning wife Luciana look more in love than ever as they pose with daughters at The Odyssey premiere in South Korea\n\nDaisy May Cooper calls her dad a 'narcissist' in foul-mouthed rant with brother Charlie about their 'messed up' childhood\n\nMeet Bjork's eldest son Sindri! Fellow Icelandic musician and author, 40, takes after his quirky mother but was forced to eat his words after insisting he's a better songwriter than her\n\nCharles Leclerc's wife Alexandra shows off 'baby bump' in a green metallic bikini as she joins him on board his £15million luxury yacht off the coast of Sardinia\n\nCHRISTOPHER STEVENS: How Victorian railway navvies kept on track - by supping 30 pints a day!\n\nWhoopi Goldberg boasts about her insane seven figure paycheck for The View after complaining she couldn't afford to retire\n\nAriana Grande's brother Frankie gets NAKED in shocking NFSW post and flaunts his ripped physique as his sister sparks health fears over her thin frame\n\nGladiator Giant's hunky replacement revealed as fitness instructor Ahmad Rabus after he claimed he was axed over his ex's OnlyFans job\n\nEXCLUSIVEBrittany Cartwright vows to stop Jax Taylor's reality TV comeback after his secret relationship with her longtime publicist was exposed\n\nAlec Baldwin, 68, asks Hilaria, 42, for ANOTHER baby after they welcomed seven children\n\nThe Odyssey star, 49, says she 'hasn't worked' for a year since making the film due to her AGE... as scene-stealing role earns her Oscar buzz\n\nMyleene Klass, 48, reveals cancer scare after finding two lumps in her breast as she describes the experience as 'sobering, humbling and terrifying'\n\nKardashian family granted permanent restraining order against 'stalker' who was 'obsessed' with Kylie Jenner\n\nKeely Hodgkinson shows off her incredible abs in a skimpy leopard print bikini as she shares snaps from sun-soaked getaway\n\nMillie Mackintosh, 37, says she feels 'hotter' now than she did at 27 as she reflects on being sober and building a 'whole new life' following split from Hugo Taylor\n\nPregnant Vogue Williams teases 'unusual' name of fourth baby as she toys with the monikers Sailor and Rocket\n\nPatsy Palmer, 54, shows off her incredible figure in brown swimsuit as she enjoys 'magical' holiday at luxury spa in Malibu\n\nSalma Hayek's, 59, lookalike nepo baby daughter Valentina, 18, makes rare social media appearance\n\nHeather Graham arrives in Paris to film scenes for The White Lotus season four in a summer dress after working on the series in the South of France\n\nInside Ariana Grande's exit from London show, how theatre bosses were left in a 'terrible mess' - and why anger is beginning to mount\n\nEXCLUSIVETaylor Swift's newlywed 'bliss' as Mrs Kelce: Friends reveal extraordinarily intimate details from inside marital home\n\nShowing Travis Kelce what he's missing? Kristin Cavallari sizzles in skimpy bikini after her VERY flirty exchange with Taylor Swift's new husband was unearthed\n\nShane Richie's son takes a swipe at his 'drink-drive' arrest as he reveals why he dropped his surname\n\nJennifer Aniston gives her co-star best pals Courteney Cox and Jason Bateman warm hugs as they exit private jet after Spanish vacation\n\nArnold Schwarzenegger and ex-wife Maria Shriver pose for rare snap together 15 years after affair scandal rocked their marriage\n\nHeavily pregnant Natalie Portman, 45, reveals her intense wellness regime as she prepares for third child: 'It's almost like a cleanse'\n\nEXCLUSIVEDancing With The Stars dancer Gleb Savchenko hits back at Maura Higgins after she said she would refuse to partner with him\n\nDavid Beckham's finances thrive as he is set for his most lucrative year to date with £125m pay day through slew of endorsements - after Brooklyn feud erupted over the family's 'Brand'\n\nJoan Collins, 93, looks glamorous in leaf print trousers as she enjoys a romantic dinner on a yacht with husband Percy Gibson, 61, in St Tropez\n\nKourtney Kardashian's stepdaughter Alabama Barker says she'll take 'highest dose of Ozempic' as she lashes out at 'disgusting' body-shamers\n\nFern Britton says 'there's nothing to regret' following split from husband Phil Vickery and says she 'likes her own company and never feels lonely'\n\nJeremy Clarkson, Richard Hammond and James May to make The Grand Tour return two years after saying they wouldn't make any new episodes\n\nEXCLUSIVEBeloved 80s comedy star who shared the screen with John Cusack and Keanu Reeves seen on rare outing with husband in LA... can you guess who?\n\n'I can't protect you from yourself anymore': Kelly Osbourne shares cryptic post aimed at Slipknot ex Sid Wilson after he was kicked out of his band\n\nTrainspotting: The Musical cancels its UK tour after brutal reviews as cast members fume on social media about low ticket sales\n\nFatboy Slim dresses as a giant bag of fish and chips and blows on an airhorn during fun-filled Camp Bestival set\n\nLove Island winners Julia and Lorenzo struggle through VERY awkward This Morning interview as she asks him 'where's my date!?' amid split fears\n\nMichael Douglas, 81, arrives hand in hand with his daughter Carys, 23, as he is appointed Ambassador De Mallorca\n\nStill got it! Bikini-clad Livvy Dunne takes a break from Baywatch duties to flaunt gymnastics skills on the beach\n\nBravo star Bethenney Frankel reveals 'major' misdiagnosis as she details health U-turn: 'I'm very confused'\n\nHollywood lothario Pete Davidson spotted on date with Sarah Jane Nader two days after reaching co-parenting agreement with babymama\n\nCoronation Street star Tina O'Brien, 42, slips into a bikini as she shows off her glam holiday photos from her girls' trip to Italy with daughter Scarlett Thomas, 17\n\nKate's compassion for cancer-stricken Chris Hoy exuded 'realness', says ROBERT JOBSON - while 'family happiness' at Commonwealth Games proves 'hardest year of their lives' is 'finally behind them'\n\nHeidi Klum, 53, cheekily poses topless and kisses husband Tom Kaulitz, 36, on the beach as they celebrate their seventh wedding anniversary in St Barts\n\nAriana Grande insists break was 'planned for a long time' despite cancelling West End theatre show as she talks about 'setting boundaries' during final gigs before stepping out of the spotlight\n\nTOWIE star Megan McKenna reveals she left the UK and moved to Germany after machete-wielding intruders burgled her home while she was alone in bed\n\nGlamorous Dua Lipa and Callum Turner pack on the PDA as they make first red carpet appearance as a married couple at the One Night Only premiere in NYC\n\nGlee star Brittany Parks, 38, reveals breast cancer diagnosis as her co-star sets up GoFundMe page to pay for medical bills\n\nGreg James reveals his beloved dog Barney has died and says he 'can't stop crying' - as he misses Radio 1 show to comfort wife Bella Mackie\n\nNervous Cruz Beckham reveals he was 'nearly crying' as he called his parents before Lollapalooza show as they asked him how to stream the gig from their holiday in France\n\nCraig Revel Horwood says he was stabbed and slashed with a razor blade during mugging in Madrid before being strip-searched over drug smuggling concerns\n\n'I am behind him, for better for worse': Boy George's manager PK Kemsley breaks his silence on star's Jesus Christ Superstar exit as he clarifies his stance on Israel AI song scandal\n\nBrooklyn Beckham and Nicola Peltz relax at his godfather Elton John's £15million villa in Nice - after narrowly missing his estranged parents by minutes in St Tropez\n\nJesy Nelson 'dating landscape gardener ex of TOWIE star Lydia Bright' as she shares teasing photo of her new man\n\nJade Thirlwall pointedly sings Shout Out To My Ex following split from Jordan Stephens at Lollapalooza\n\nPierce Brosnan's incredible love story with Keely Shaye Smith after she helped mend his broken heart following the death of his first wife\n\nAndrew Garfield puts on a cosy display with his glamorous girlfriend Monica Barbaro as they leave One Night Only afterparty in New York\n\nBen Affleck and Jennifer Garner's daughter Violet, 20, enjoys being home in LA for the summer WITHOUT face covering after calling for return of mask mandates\n\nMaura Higgins says she is refusing to partner with Dancing With The Stars pro Gleb Savchenko because of 'how he talks about women'\n\nMade In Chelsea star Jazz Saunders hard launches her new model girlfriend Eve Alero as they share passionate kiss at Brighton Pride\n\nBradley Cooper and Gigi Hadid spark rumors they secretly MARRIED as they wear rings on wedding fingers in Paris\n\nSpider-Man: No Way Home star Mary Rivera dead at 82 after family made heartbreaking decision to remove her from life support\n\nEXCLUSIVEJennifer Garner and boyfriend John Miller spotted for the first time in a YEAR as they look loved-up on romantic dinner date\n\nEmily Atack shows off her figure in a blue swimsuit during a couple of days of 'tapas and tantrums' with her fiance Alistair Garner and their son Barney\n\nMarried At First Sight star Cam Merchant brutally kicked off The Traitors Australia just minutes into new season premiere\n\nBruce Springsteen's wife Patti, 73, gives health update eight years after blood cancer diagnosis\n\nMelissa Tattam shares a look at her engagement party with fiance Toby Watkins as they invite celebrity pals to celebrate their upcoming wedding\n\nGodzilla vs. Kong child star Kaylee Hottle is laid to rest in Texas after tragic death in car crash at 18\n\nDefiant Ariana Grande says 'nothing will distort my reality' as she makes emotional tour return amid concerns about her appearance... and mum Joan shows support\n\nSuper fit at 53! How I Met Your Mother star Neil Patrick Harris sizzles as he shows off sculpted abs during family day at sea on board Elton John's yacht\n\nChristina Applegate, 54, is 'discharged' from hospital after a nearly four-month stay amid MS battle\n\nNaga Munchetty's 'special treatment' risks angering BBC colleagues as she is 'granted permission to work from London'\n\nShrinking Ariana must get help, says model Charli\n\nFans discover sickening secret message in Ariana Grande's alarming new music video as singer announces hiatus\n\nRed hot! Eva Longoria, 51, sizzles in a cheeky thong bikini in Spain... after ditching the US\n\nEmmerdale's Daisy Campbell sizzles in a lace bikini after a dip in the sea as she enjoys a boat day on Ibiza getaway\n\nEXCLUSIVE'80s actress, 74, who starred with Sean Connery is spotted on rare outing with actor husband, 77... can you guess who they are?\n\nSebastian Stan, 43, and Annabelle Wallis, 41, welcome first child after four years of dating\n\nCourtney Love demanded Seattle police hand over EVERY file on Kurt Cobain's death and leave no copies behind in 1995\n\nEXCLUSIVEMarried At First Sight Australian 2027 first look: Meet all 20 brides and grooms set to walk down the aisle\n\nMaya Jama wows in a sheer lace LBD and a barely-there bikini as she shares sizzling snaps from boozy Mykonos trip after 'taking the month off to focus on summer'\n\nRochelle Humes recovers from 'worst hangover' after partying on a yacht in Ibiza with her lookalike sisters for sibling Lili's 30th birthday\n\nMartha Stewart celebrates 85th birthday with sultry hot tub snap after receiving star-studded tribute\n\nOlivia Dean 'turns down Glastonbury 2027 as Harry Styles is tipped to make his headline debut after she was linked to the singer two years ago'\n\nScott Eastwood reveals A-list star he tried to punch on set before Brad Pitt intervened: 'I'm going to whoop your a**'\n\nMadison Beer flashes huge diamond ring as she steps out in LA days after engagement to NFL star Justin Herbert\n\nJimmy Cricket dead at 80: Comedian passes away following short illness as his family honour their 'forever clown' for his 'courage, dignity and positivity'\n\n'Rarely has a series aged as badly as this heap of weary codswallop': CHRISTOPHER STEVENS on Celebrity Hunted\n\nExorcist icon Linda Blair 'IGNORED' dozens of calls from authorities before raid on her property where 251 dogs were found\n\nRihanna's raciest photos ever: Mom of three parades her eye-popping curves in racy thong bodysuit to promote her lingerie label\n\nMolly-Mae Hague and Tommy Fury give Posh and Becks a run for their money as couple step out in matching white vest tops in Cheshire\n\nCoronation Street's Jack P. Shepherd shows off the results of his third hair transplant on set as his onscreen sister Tina O'Brien films murder trial scenes\n\nBrooklyn Beckham and Nicola Peltz narrowly miss his estranged parents David and Victoria by minutes in St Tropez after going on godfather Elton's yacht\n\nJennifer Lopez shares emotional post as her twins prepare to leave home for college... after child Oskar unveiled trans identity\n\nAll the dark symbolism in Ariana Grande's Petal as she pays homage to women driven to madness by impossible standards - after stepping back from the spotlight\n\nGwyneth Paltrow, 53, enjoys bikini break as she sunbathes with son Moses, 20, after he went public with new girlfriend\n\nBikini-clad Amanda Holden lounges on a sunbed sipping a cocktail as she films a dog food advert with her pets\n\nJonathan Ross' daughter Betty dons a bold neon orange mini to mark turning 35 - as they write that they are 'fat, disabled, nonbinary and polyamorous'\n\nThere's no rushing our future Queen: Kate keeps Prince William and their children waiting as clip shows unhurried Princess finishing her chat withSir Chris Hoy\n\nSabrina The Teenage Witch star Beth Broderick stuns fans with age-defying appearance and bikini body at 67 - see her now\n\nThylane Blondeau shares the making of her Miu Miu wedding dress as she reveals the custom lace gown took 240 hours to make\n\nNoel Edmonds and his wife Liz spark backlash after buying live lobsters from a farm shop and releasing them into the sea\n\nRihanna and A$AP Rocky throw their son Riot a Spider-Man-themed bash for his 3rd birthday in Barbados\n\nEmily Ratajkowski shows off her incredible figure in bikini snaps after landing a seven-figure book deal about her sex life as a single mother\n\nChris Evans engulfed in plastic surgery speculation after unrecognizable appearance in new Avengers trailer: 'That's a different person'\n\nModest Mouse rocker Simon O'Connor, 42, accused of sending racy photo to teen girl... as band boots him from upcoming tour\n\n'I was not to be depended on': Inside Eric Roberts' 'complicated' bond with daughter Emma and strained relationship with estranged sister\n\nCHRISTOPHER STEVENS: The ostracism of Boy George for his pro-Israel song proves the intolerant Left now holds total control over what performers can think or say\n\n'Getting out of the UK again': Olivia Attwood shares racy bikini snap as she escapes her woes with ex Bradley Dack's love interest with another holiday\n\nJoe Wicks quits the Cotswolds after selling his £3.25million mansion: Fitness guru is latest star to abandon A-list rural hotspot\n\nEllie Goulding poses naked in the bath at the romantic Florence hotel that inspired her racy new track about her boyfriend Beau Minniear\n\nVick Hope frolics in a garden with her baby son Micah after revealing she is taking a break from her radio show to spend time with her family\n\nEXCLUSIVEMadonna's original 'boy toy': Insiders reveal intimate new details about decades-younger lover she 'stole' from friend\n\nCruz Beckham takes style inspiration from his mum and dad as he sports headscarf to take to the stage\n\nMolly-Mae Hague reveals daughter Bambi, 3, 'put someone in a headlock' in Pizza Express as she reveals she's in her 'aggressive era'\n\nJameela Jamil faces backlash for saying Ariana Grande 'is possibly dying right in front of us' after singer raised concerns with alarmingly thin figure\n\nHistoric market town plunged into night of violence as angry mobs storm three properties 'housing asylum...\n\nUS wife of Afghan 'killer' tells how she 'jumped out my sleep at 3am' and realised body found in a suitcase...\n\nI've taken the new Wegovy 'skinny' pill for a month. It finally broke my weight-loss plateau, writes LOUISE...\n\nRICHARD EDEN: How savvy William and Kate have stealthily parked their tanks firmly on the lawn of Harry and...\n\nMel C reveals she 'had a little chat' with Spice Girls bandmate Geri Halliwell after she raised eyebrows by...\n\nDr Fauci held in contempt of Congress and could be PROSECUTED after refusing to answer any COVID questions...\n\nOlivia Attwood poses in a sheer bodysuit and a bikini as she opens up on 'sham' marriage to Bradley Dack and...\n\nI was so desperate to be a mother I told the adoption agency I'd take any child. But the first time I held...\n\nMet Police chief admits force should NOT have investigated journalist who questioned Cambridge 'plagiarism'...\n\nAre YOU at risk of terrifying 'sudden adult death syndrome'? Little-known warning signs after football...\n\nWhat that crusty red spot on your face really means: So many are told the mark that won't go away is eczema...\n\nKemi Badenoch rules out a Tory deal with 'woke' Reform UK as she swipes at 'moaning and whingeing' of Nigel...\n\nFarmer who shot lodger and chopped up his body before burying it in concrete-filled barrel is jailed for 35...\n\nThe mystery man growing VERY close to YouTuber Dan Howell: Months after he confirmed 16-year 'relationship'...\n\nHow the London riots unfolded 15 years on: Inside the fatal police shooting that led to five days of mayhem...\n\nHotel boss appears in court over death of X Factor star's fiancé after he plunged to his death from window...\n\nRevealed: How Cambridge 'plagiarism' Professor 'passed off Rafael Nadal's inspirational quote as his own' -...\n\nPregnant mother plunged 90ft to her death from open window in tower block after saying 'I'm off' to father -...\n\nFor more than 30 years experts dismissed my angry red hives as rosacea. In fact, I have an autoimmune...\n\nHard-working Princess Anne delays the start of her summer break as she attends rehearsal for the Royal...\n\nThe UK's top lawn expert on the biggest myths to keeping your grass healthy over the summer\n\nHow to get Hannah Waddingham's legs at 52: Ted Lasso star has pins of a 20-year-old and proves you can wear...\n\nAt 54, I found myself out of work and I was rejected from hundreds of roles. Then, I discovered...\n\nEd Miliband insists his past jibe at 'racist' Donald Trump 'didn't come up' in talks with US counterpart...\n\nPowerlifting racism row: Spotter declares 'I am racist' after sabotaging star's record attempt - admitting...\n\nI tried on everything from H&M's latest designer collaboration - and these are the 11 pieces worth buying\n\nBritish entrepreneur ranks world's most exclusive holiday destinations - branding the Maldives 'a honeymoon...\n\nDaisy Lowe welcomes her second child: Model shares photos of her 'sweet baby boy' as she thanks her 'hero'...\n\nI'm a relationship expert and have counselled hundreds of 40-something women who have finally quit their...\n\nTaliban morality police round up females - despite them wearing hijabs - as the group ramps up...\n\nAre Twiglets healthy? Experts reveal the surprising health benefits of the iconic snack - and the...\n\nLottery player who accidentally threw away €1million ticket miraculously finds it after two-day search...\n\nMother, 38, recorded final video message to boyfriend while trapped in burning building, inquest told\n\nThe natural alternative to Botox that ALL women over 40 should be turning to instead - by Sienna Miller's...\n\nBritain's biggest rail firm blocks digital tickets at some stations to clamp down on fare dodgers\n\nMother of 'murdered' nine-year-old girl leaves heartbreaking tribute saying she will be 'eternally...\n\nChaos at Chaka Khan musical as opening night is delayed by 40 minutes before Naga Munchetty walks out at the...\n\n'They draw blood': Majorca tourists warned of 'biting fish attacks' at popular beach resorts\n\nWhy you should NEVER have water beads in your home: Popular children's play accessory also used in decor...\n\nBritish father, 35, dies on French fishing trip with his son, eight: Family raise funds to bring body home...\n\nRetired Instagram model Demi Rose flaunts her famous curves in an orange bikini as she soaks up the sun in...\n\nEva Longoria, 51, shows off her incredible body in a blue string bikini as she cools off in the sea in...\n\nFury over plans to build 13-storey Albanian 'mega mosque' in leafy London neighbourhood - despite there...\n\n'Art therapy', cricket, breakdancing... and TWO GPs onsite: Inside Britain's biggest migrant camp where...\n\nCare home entrepreneurs obsessed with partying spend £4.1million adding a Marbella-inspired extension to...\n\nThe scandal the Left dismissed as racism: Professor Jason Arday QUITS post at Cambridge with statement hitting out at 'unrelenting scrutiny and personal attacks'... hours after university launched probe into his qualifications\n\nNew CCTV shows 'Covent Garden attacker' walking away after 'stabbing men with scissors' seeing four rushed to hospital - before being arrested\n\nCooking legend Martha Stewart claims Meghan Markle was 'talking about' her UK visit to see the King with Harry and the children at dinner party pair both attended\n\nAs rogue AI pretends to be real people in hack attack, experts warn it may be too late to stop it\n\nStephen Bear, 36, is joined by his pregnant Brazilian wife, 19, as he appears in court to admit breaching sex offenders register requirements\n\nResidents' fury as travellers smash through locks to set up illegal encampment of more than 20 caravans on popular recreational park\n\nHusband, 47, had fatal heart attack during sex... then strangers arrived to harvest his ORGANS and ignored family's pleas to leave him alone\n\nLottery player who accidentally threw away €1million ticket miraculously finds it after two-day search through piles of rubbish\n\nRussian soldier is made to wear a dress and told he'll be made to wear it in 'meat-grinder' as punishment for deserting post\n\nFury over plans to build 13-storey Albanian 'mega mosque' in leafy London neighbourhood - despite there already being 15 in a three-mile radius\n\nAnguished dad reveals final text from ex-wife who killed four children in twisted murder suicide plot with her own mother\n\nBlow to Donald Trump as Iranians strike deal to police Strait of Hormuz\n\nBiotechnology engineer who exposed himself to mother and her baby on Emirates flight from Dubai to Newcastle avoids jail\n\n'Art therapy', cricket, breakdancing... and TWO GPs onsite: Inside Britain's biggest migrant camp where asylum seekers are called 'customers' and treated to the cushiest of lives - all paid for by YOU\n\nAnother 750,000 listeners switch off BBC radio - while commercial gains more audience after welcoming former Radio 2 host Ken Bruce\n\n'Professor Plagiarism' falsely claimed to have written book as it emerges aide of Lucy Powell appointed under-fire Professor as patron of her charity last year\n\nUgandan international footballer is beaten to death while trying to fight off muggers\n\n'This is basically a crib-sheet on how to cross the English Channel safely': Lee Anderson leads Reform's second day on tour of migrant beaches in France... and he's not happy\n\nIrish woman, 21, is raped in Algarve resort while walking back from bar\n\nKitchen play set that suffocated adorable girl, 3, is pictured, as cops warn there is a slew of them for sale online\n\nPrestigious private tennis club culls Canada geese in secret 'because they kept making a mess on the courts'\n\nThree members of same family are shot dead and another rushed to hospital in massacre that rocked secluded North Carolina neighborhood\n\nDISCOVER SAUDI CULTURE - A Journey Through Heritage, Art, and Flavour.\n\nM Predictor\n Think you know football? Prove it, and you can win up to £1000. T&Cs apply.", - "chars": 58520, - "sha256": "98c51b174b097a94eb1d6887848cbb42d8008b07a61d30f02a2f590188df2464", + "text": "Missouri doctor found shot dead in Ozarks lake was previously kidnapped, claims brother | Daily Mail Online\n\nThe brother of a Missouri doctor who was found shot dead in an Ozarks lake this week has said he was the victim of a mysterious prior kidnapping attempt that may have been 'crypto related'.\n\nDr. John Forsyth, 49, was found dead with a gunshot wound in Beaver Lake in northeast Arkansas on Tuesday, nine days after he was last seen alive leaving work at a hospital in Cassville, Missouri, police said.\n\nIn a terse statement, the Benton County Sheriff's Department did not say where upon Forsyth's body the gunshot wound was located, or whether it appeared to be self-inflicted, leaving many unanswered questions in the case.\n\nForsyth, a father of eight, had just finalized a divorce from his wife on May 11, and proposed marriage to his new fiancée three days before he was last seen alive on May 21.\n\nIn an unusual twist, Forsyth's brother Richard told DailyMail.com that a little over a year ago, the doctor was kidnapped and threatened by unidentified individuals.\n\nDr. John Forsyth, 49, was found dead of a gunshot wound in Beaver Lake in northeast Arkansas on Tuesday, nine days after he was last seen alive leaving work at a hospital in Missouri\n\nForsyth's body was discovered about 20 miles away from the town where he was last seen alive, and where his car was found unlocked and abandoned\n\nRichard, who founded the crypto firm OnFo with his brother, said in a brief phone interview that in February 2022, John Forsyth was kidnapped and then released, but never filed a police report.\n\nRichard said he first learned about the kidnapping through a mutual friend, who only came forward to describe the incident to the family after John went missing earlier this month.\n\nThe brother said he believed the kidnapping was 'crypto related' but that he did not know anything else about the perpetrators from the account of the mutual friend, who wished to remain anonymous due to ongoing safety concerns.\n\nRichard cautioned that there was no evidence yet linking the 2022 incident with John's death, but added: 'It stands out very stark in the tableaux of facts that have emerged about the case.'\n\n'It was cold. He was zip-tied. He was made to feel very unsafe and taken on a car ride with some people to a bridge and was threatened,' Richard told Fox News Digital, which first reported the alleged kidnapping.\n\n'He did not file a police report because he believed he was in continued danger,' the brother added.\n\nMessages left with the Benton County Sheriff's Office and the Missouri State Highway Patrol were not immediately returned.\n\nAuthorities said Wednesday that they're still investigating what happened in the week between Forsyth's disappearance and the discovery of his body.\n\nNo further information would immediately be available, authorities said.\n\nA kayaker found Forsyth's body on Tuesday afternoon in Beaver Lake, a large reservoir in Arkansas, the Benton County Sheriff's Office said.\n\nForsyth was last seen alive early on May 21, as he was leaving Mercy Cassville Hospital, where he worked in the ER. He was reported missing later the same day\n\nThe doctor's unlocked car was found at this dump site near a park in Cassville, the town in the Missouri Ozarks where he worked, with his wallet, two phones, a laptop and other items inside\n\nA kayaker found Forsyth's body on Tuesday afternoon near this area of Beaver Lake, a large reservoir in Arkansas, the Benton County Sheriff's Office said\n\nThe body was found near the bank across from the Lost Bridge South area of Beaver Lake, which is about 20 miles south of Cassville, police said.\n\nForsyth was last seen alive early on May 21, as he was leaving Mercy Cassville Hospital, where he worked in the ER. He was reported missing later the same day when he failed to show up for a shift.\n\nThe doctor's unlocked car was found near an aquatic park in Cassville, the town in the Missouri Ozarks where he worked, with his wallet, two phones, a laptop and other items inside, his brother Richard Forsyth said in an Associated Press interview.\n\nPolice told the family there were no signs of foul play around the car, a black Infiniti sedan.\n\nForsyth stayed in a luxury RV near the hospital when he was on-call, and a search of the camper revealed that it was unlocked, with two cell phones left inside, which Richard told the Daily Beast was 'very uncharacteristic'.\n\n'It doesn't seem like a person who left with a plan,' Richard said on Tuesday, before his brother's body was discovered.\n\nRichard also told the outlet that security footage showed his brother's Infiniti pulling into the aquatic park, when a white SUV arrives and parks near him.\n\n'It leaves a few minutes later and [John] is seen walking around maybe 10 to 15 minutes after that,' Richard said cops told him. 'And then he walks away from his car.'\n\nDr. John Forsyth (pictured), who vanished in Missouri just three days after proposing to his girlfriend, has been found dead in Arkansas\n\nThe last person to hear from John (pictured), who launched a cryptocurrency with his brother, is thought to have been his fiancée\n\nAfter the doctor's abandoned vehicle was found, several law enforcement agencies searched about a nine-mile radius around the aquatic park using people, dogs and drones.\n\nForsyth's family also set up a Facebook page in a desperate search for any information.\n\n'My brother has now been missing for week,' his sister, Tiffany Andelin, wrote Monday. 'I´m grieving, I'm afraid, and it feels like the world has tipped into sheer chaos.'\n\nThe last known person who communicated with John Forsyth was the woman he'd recently gotten engaged to, who texted with him at around 7am on May 21, his brother told the AP.\n\nThe last time the two brothers met in person was at dinner on Wednesday, May 17.\n\n'I told him this is the happiest I'd seen him in a long time. His divorce was final May 11, and I think that gave him energy for the future,' Richard Forsyth said.\n\nJohn Forsyth had worked at Mercy Hospital for about 15 years, his brother said, describing him as a doting father, part-time math nerd and dedicated physician.\n\n'He really cared about his patients,' Richard Forsyth said. 'And he loved his kids.'", + "chars": 6253, + "sha256": "1b8e8049d70607931beb939c338c5339215b3ea401e60f59b69a590af6ea1f1e", "staged_file": "04_dailymail-co-uk.txt", - "paragraphs_kept": "ALL 447 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 33-70 of 447", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-08-06T13:47:11+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 33-70 plus headline [0]; dropped 32 leading and 376 trailing paragraphs. Case-term hits on page: 63.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "260": [ @@ -4308,6 +4965,24 @@ "url": "https://x.com/nategeier/status/1973982311592177940", "source": null, "note": "video or social post; recorded as a source reference, not transcribed" + }, + { + "field": "extra_1", + "verdict": "KEEP", + "url": "https://mothership.sg/2025/10/man-claims-jumped-singapore-users-skeptical/", + "source": "Mothership", + "language": "unknown", + "text": "Man in S'pore for crypto Token2049 event says he was 'jumped', but those sceptical say country 'safe' - Mothership.SG - News from Singapore, Asia and around the world\n\nMan in S'pore for crypto Token2049 event says he was 'jumped', but those sceptical say country 'safe'\n\nA man claimed that he was robbed while he was walking home after a cryptocurrency event held in Singapore.\n\nNate Geier, a co-founder of a software development company, was in town for Token2049. The annual event is dubbed the \"largest crypto event\" and is held from Sep. 29 Oct. 8 at Marina Bay Sands Convention Centre.\n\nTaking to X on Oct. 3, Geier posted a picture of himself with facial injuries and said that he \"must have gotten jumped walking home\" after Token2049.\n\nIn the post, he wrote that he considered himself \"a seasoned traveller\", but only remembers \"waking up in a hospital\".\n\n\"Passport and ring gone. Be careful out there at Token2049,\" he added.\n\nIn the photo he posted, the right side of Geier's face was severely bruised, and he had a cut along his nose.\n\nConsider myself a seasoned travler. Just remember waking up in a hospital, very scary.\n\nMust have gotten jumped walking home.\n\nPassport and ring gone.\n\nBe careful out there at Token2049 pic.twitter.com/2uJ1sCgRTB\n\n— Nate | Bitte 🙏🏼 (@nategeier) October 3, 2025\n\nWhen a user asked what had happened, Geier said that it occurred at 11pm and that he \"never lost memory like this\".\n\nGeier shared that he had filed a police report on Oct. 3 and will visit the police headquarters on Oct. 6 for further updates.\n\nWhile numerous users wished Geier a speedy recovery and hoped the culprit would be caught, others expressed their doubt that Geier had actually been robbed.\n\nCommenters stated that Singapore is a \"very, very safe\" country, with closed-circuit television cameras located, and asked Geier for proof of the incident.\n\nSome also speculated that Geier could have been \"inebriated\".\n\nMothership has reached out to Geier for more information.\n\nTop photos via Nate Geier/X & Nate Geier/LinkedIn\n\n5-member independent advisory panel to advise & support S'pore's rail reliability taskforce\n\nS'pore teachers work about 6 more hours a week than international average: OECD survey\n\nS'porean man, 68, loses over S$10,000 in online love scam, even had to pay 'apology fee' for upsetting 'woman'\n\nCanadian man, 28, allegedly hurled vulgarities & scratched police officer at Changi Airport, to be charged with being drunk causing nuisance", + "chars": 2475, + "sha256": "2c8a2cdbeb26a05e5d59e02e103631cfc5457c876ce64c375aaa904ad5380dfa", + "staged_file": "02_mothership-sg.txt", + "paragraphs_kept": "0-24 excl [2] of 35", + "method": "raw HTTP retrieval, deterministic extraction", + "fetched_at": "2026-09-06T11:18:34+00:00", + "http": 200, + "note": "NOT on the DB record. Found 2026-09-06 by web search because the linked source(s) gave no usable text.", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 0-24; dropped 0 leading and 10 trailing paragraphs and 1 interior furniture line(s). Case-term hits on page: 32.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "259": [ @@ -4335,13 +5010,87 @@ "verdict": "BLOCKED", "url": "https://archive.is/El9EI", "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such", + "archive_tried": "2026-09-05T13:25:38+00:00", + "archive_note": "no Wayback Machine snapshot exists for this URL" + }, + { + "field": "extra_1", + "verdict": "KEEP", + "url": "https://www.ukrinform.ua/rubric-regions/4048428-trimali-colovika-u-pidvali-j-vidibrali-97-tisac-u-harkovi-zatrimali-troh-vikradaciv.html", + "source": "Ukrinform", + "language": "unknown", + "text": "Тримали чоловіка у підвалі й відібрали $97 тисяч: у Харкові затримали трьох викрадачів\n\nПоліцейські Харкова затримали трьох осіб, які, за інформацією слідства, викрали чоловіка, утримували його у підвалі і відібрали понад 97 тисяч доларів у готівці та криптовалюті.\n\nПро це поінформувала Національна поліція України, повідомляє Укрінформ.\n\n«10 жовтня 2025 року біля пункту обміну валют у центрі Харкова троє невідомих у військовій формі та балаклавах силоміць посадили 32-річного чоловіка до автомобіля Mercedes-Benz Vito без номерних знаків і вивезли у невідомому напрямку. У салоні авто нападники зв’язали потерпілого пластиковими стяжками, били його та погрожували зброєю», - йдеться у повідомленні.\n\nЗазначається, що фігуранти відібрали у потерпілого 14 600 євро, а потім, утримуючи його у підвальному приміщенні, змусили його переказати на їхні криптогаманці понад 83 000 доларів у криптовалюті USDT.\n\nПравоохоронці встановили, що фігуранти після кількох годин психологічного тиску на потерпілого висадили його на узбіччі дороги у селищі Безлюдівка Харківського району.\n\nУ ході оперативно-розшукових заходів було встановлено та затримано трьох нападників — 30, 34 та 39 років, серед яких є і військовослужбовець.\n\nПравоохоронці повідомили їм про підозру за ч. 2 ст. 146 (незаконне позбавлення волі або викрадення людини), ч. 4 ст. 187 (розбій) Кримінального кодексу України.\n\nСуд обрав усім трьом підозрюваним запобіжний захід — тримання під вартою.\n\nТривають слідчі дії, спрямовані на встановлення інших можливих учасників злочину.\n\nЧитайте також: До України екстрадували іноземця, підозрюваного в розбійному нападі на інкасаторів\n\nДосудове розслідування у справі здійснюють слідчі слідчого управління ГУНП в Харківській області під процесуальним керівництвом Харківської обласної прокуратури, за оперативного супроводу управління карного розшуку ГУНП та Служби безпеки України.\n\nЯк повідомлялося, у Кривому Розі правоохоронці затримали злочинну групу, яка викрала підприємця та катувала його паяльником.\n\nПриєднуйтесь до наших каналів Telegram, Instagram та YouTube.", + "chars": 2073, + "sha256": "fd60cb4eb6db7198a0414de9792a005ceb1bd0433062e92051b60e0d6ce817bf", + "staged_file": "02_ukrinform-ua.txt", + "paragraphs_kept": "headline [0] + 4-16 of 22", + "method": "raw HTTP retrieval, deterministic extraction", + "fetched_at": "2026-09-06T11:19:00+00:00", + "http": 200, + "note": "NOT on the DB record. Found 2026-09-06 by web search because the linked source(s) gave no usable text.", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 4-16 plus headline [0]; dropped 3 leading and 5 trailing paragraphs. Case-term hits on page: 1 (WEAK anchor, confirm the page is about this case).", + "trimmed_by": "auto (propose_cuts, unreviewed)" + }, + { + "field": "extra_2", + "verdict": "KEEP", + "url": "https://hromadske.radio/news/2025/10/17/v-tsentri-kharkova-troie-napadnykiv-vykraly-cholovika-y-vidibraly-u-noho-mayzhe-100-tysiach-dolariv", + "source": "Hromadske Radio", + "language": "unknown", + "text": "В центрі Харкова троє нападників викрали чоловіка й відібрали у нього майже 100 тисяч доларів\n\nТроє чоловіків у балаклавах і військовій формі біля пункту обміну валют у центрі Харкова заштовхали 32-річного чоловіка в автомобіль Mercedes-Benz Vito без номерних знаків, а за кілька годин кинули його на узбіччі дороги в селищі Безлюдівка Харківського району.\n\nУ потерпілого відібрали 14 600 євро, а потім, утримуючи чоловіка в підвальному приміщенні, змусили його перевести на їхні криптогаманці більше ніж 83 тисячі доларів.\n\nПро це повідомила поліція Харківщини у п’ятницю, 17 жовтня. Однак цей випадок стався ще тиждень тому.\n\nПравоохоронці викрили та затримали ймовірних нападників. Це чоловіки віком 30, 34 та 39 років, серед яких — військовослужбовець.\n\nНачальник Слідчого управління поліції Харківщини Сергій Болвінов за тиждень після цієї події повідомив її подробиці й розповів більше про затримання підозрюваних.\n\nЗа його словами, потерпілий займається криптовалютою. Він оперує не лише власними грошима, а й фінансами інших людей, що й привернуло до нього підвищену увагу.\n\nЗа ним спостерігали кілька днів, вистежуючи його маршрути, і напали якраз біля пункту обміну валют, коли чоловік приїхав зняти готівку. Невідомі в балаклавах вийшли з чорного буса, представилися працівниками ТЦК, а потім використали перцевий балончик, зв’язали чоловікові руки пластиковими стяжками і заявили, що просто хочуть грошей. Йому також одягли навушники, щоб він не чув розмов викрадачів.\n\nЯк розповів Болвінов, чоловіка дві години возили містом та областю, після чого вивезли через блок-пост, а потім почали залякувати й бити.\n\n> «Вони вимагали віддати всю готівку та переказати всі кошти на криптогаманець. Після погроз і стрілянини потерпілий віддав їм майже 15 тисяч євро, які мав при собі, а також переказав 83 тисячі доларів. І його відпустили — висадили з буса в Безлюдівці», — розповів Болвінов.\n\nЩо відомо про затримання грабіжників, які викрали чоловіка в центрі Харкова\n\nДля затримання чоловіків залучили спецпідрозділ КОРД. Операцію проводили в Києві та Харкові.\n\n«Спецоперація була блискавичною. Ми відразу знайшли на камерах спостереження і момент викрадення, і те, як зловмисники стежили за жертвою. Вичислити їх вдалося вже наступного дня — група розділилася: частину коштів із криптогаманця вони вирішили зняти в Харкові, частину — у Києві. Завдяки оперативній інформації, ми дізналися, які саме це будуть пункти обміну валют. Затримати вдалося трьох учасників угруповання», — повідомив керівник слідчого управління поліції Харківщини.\n\nЗа його словами, двоє з затриманих уже потрапляли в поле зору правоохоронців через злочини у сфері проституції та сутенерства, третій також пов’язаний із криміналом.\n\nУ них вилучили і готівку в євро, і після перевірки з’ясувалося, що це ті гроші, які вони відібрали у харків’янина.\n\nУсіх трьох взяли під варту і вже оголосили про підозру в розбої та викраденні людини. Якщо вину чоловіків буде доведено, їм загрожує до 15 років позбавлення волі.\n\nТакож Болвінов додав, що наразі правоохоронці розшукують й інших учасників, оскільки, за даними поліції, їх було щонайменше п’ятеро.\n\nНагадаємо, у Тернопільській області затримали військових, які вчиняли майнові та насильницькі злочини. Вони прибули на Тернопільщину для здійснення заходів додаткового оповіщення населення. Злочинну діяльність вели майже два місяці.\n\n17 жовтня суд арештував частину з них на два місяці без права на вихід під заставу.\n\nГромадське радіо потребує вашої допомоги для подальшого існування, і підтримати нас ви можете:\n\nза посиланням на монобанку https://send.monobank.ua/jar/3xdiYaF8Fu, де за найбільші донати на вас чекають чудові бонуси і подарунки від друзів та партнерів Громадського радіо\n\nЛібідо у жінок: як працює наше тіло, коли ми хочемо сексу?", + "chars": 3776, + "sha256": "eb0075211e48ad263748785daeba4641db601965ac809ae837e956cc0ed5bcb5", + "staged_file": "03_hromadske-radio.txt", + "paragraphs_kept": "headline [0] + 4-24 of 33", + "method": "raw HTTP retrieval, deterministic extraction", + "fetched_at": "2026-09-06T11:19:01+00:00", + "http": 200, + "note": "NOT on the DB record. Found 2026-09-06 by web search because the linked source(s) gave no usable text.", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 4-24 plus headline [0]; dropped 3 leading and 8 trailing paragraphs. Case-term hits on page: 1 (WEAK anchor, confirm the page is about this case).", + "trimmed_by": "auto (propose_cuts, unreviewed)" + }, + { + "field": "extra_3", + "verdict": "KEEP", + "url": "https://sud.ua/uk/news/ukraine/344038-v-kharkove-pokhitili-muzhchinu-ego-derzhali-v-podvale-i-otobrali-97000-dollarov-nalichnymi-i-v-kriptovalyute", + "source": "Sud.ua", + "language": "unknown", + "text": "У Харкові викрали чоловіка — його тримали у підвалі й відібрали 97000 доларів у готівці та криптовалюті - sud.ua\n\nУ Харкові правоохоронці затримали трьох викрадачів.\n\nСлідкуйте за актуальними новинами у соцмережах SUD.UA\n\nУ Харкові поліцейські затримали трьох осіб, які викрали чоловіка, утримували його у підвалі і відібрали понад 97 тисяч доларів у готівці та криптовалюті. Про це повідомила Національна поліція.\n\nТільки актуальне: читайте SUD.UA у Telegram\n\n«10 жовтня 2025 року біля пункту обміну валют у центрі Харкова троє невідомих у військовій формі та балаклавах силоміць посадили 32-річного чоловіка до автомобіля Mercedes-Benz Vito без номерних знаків і вивезли у невідомому напрямку. У салоні авто нападники зв’язали потерпілого пластиковими стяжками, били його та погрожували зброєю», - заявили у поліції.\n\nЗазначається, що фігуранти відібрали у потерпілого 14 600 євро, а потім, утримуючи його у підвальному приміщенні, змусили його переказати на їхні криптогаманці понад 83 000 доларів у криптовалюті USDT.\n\nПравоохоронці встановили, що фігуранти після кількох годин психологічного тиску на потерпілого висадили його на узбіччі дороги у селищі Безлюдівка Харківського району.\n\nУ ході оперативно-розшукових заходів було встановлено та затримано трьох нападників — 30, 34 та 39 років, серед яких є і військовослужбовець.\n\nПравоохоронці повідомили їм про підозру. Суд обрав усім трьом підозрюваним запобіжний захід — тримання під вартою.\n\nТривають слідчі дії, спрямовані на встановлення інших можливих учасників злочину.\n\nПідписуйтесь на наш Telegram-канал t.me/sudua та на Google Новини SUD.UA, а також на наш VIBER, сторінку у Facebook та в Instagram, щоб бути в курсі найважливіших подій.", + "chars": 1703, + "sha256": "055b063ce3ef2bd40eaa82d8ca17b124968669b85da87595b039723ce1d824f2", + "staged_file": "04_sud-ua.txt", + "paragraphs_kept": "headline [0] + 2-12 of 70", + "method": "raw HTTP retrieval, deterministic extraction", + "fetched_at": "2026-09-06T11:19:03+00:00", + "http": 200, + "note": "NOT on the DB record. Found 2026-09-06 by web search because the linked source(s) gave no usable text.", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-12 plus headline [0]; dropped 1 leading and 57 trailing paragraphs. Case-term hits on page: 4.", + "trimmed_by": "auto (propose_cuts, unreviewed)" + }, + { + "field": "extra_4", + "verdict": "KEEP", + "url": "https://atn.ua/kharkiv/kharkiv-ianyna-trymaly-v-pidvali-ta-vybyvaly-hroshi-sered-napadnykiv-vijskovyj-490170", + "source": "ATN", + "language": "unknown", + "text": "Харків'янина тримали в підвалі та вибивали гроші: серед затриманих – військовий | Новини Харкова та України - АТН\n\nЖителя Харкова викрали у центрі міста: чоловіка били, залякували зброєю та заволоділи грошима: 14 600 євро готівкою і понад 83 тисячами доларів у криптовалюті.\n\nПро це повідомили в ГУНП в Харківській області.\n\n10 жовтня біля пункту обміну валют у центрі Харкова троє невідомих у військовій формі та балаклавах силоміць посадили 32-річного чоловіка до автомобіля Mercedes-Benz Vito без номерних знаків і вивезли у невідомому напрямку.\n\nУ салоні авто нападники зв’язали потерпілого пластиковими стяжками, били його та погрожували зброєю. Вони відібрали 14 600 євро, а потім, утримуючи чоловіка у підвальному приміщенні, змусили його переказати на їхні криптогаманці понад 83 000 доларів у криптовалюті USDT.\n\nПісля кількох годин психологічного тиску зловмисники висадили потерпілого на узбіччі дороги у селищі Безлюдівка Харківського району.\n\nУ ході оперативно-розшукових заходів правоохоронці встановили та затримали трьох нападників – 30, 34 та 39 років, серед яких військовослужбовець.\n\nЇм повідомлено про підозру за ч. 2 ст. 146 (незаконне позбавлення волі або викрадення людини), ч. 4 ст. 187 (розбій) Кримінального кодексу України. Суд обрав усім трьом підозрюваним запобіжний захід тримання під вартою. Тривають слідчі дії, спрямовані на встановлення інших можливих учасників злочину.\n\nПідписуйтесь на Telegram-канал “Новини АТН”", + "chars": 1449, + "sha256": "4cc40edf10f416392acebe39b0278be0b3cb27eebf44bab2bd29030e629f68b7", + "staged_file": "05_atn-ua.txt", + "paragraphs_kept": "headline [0] + 13-20 of 33", + "method": "raw HTTP retrieval, deterministic extraction", + "fetched_at": "2026-09-06T11:19:04+00:00", + "http": 200, + "note": "NOT on the DB record. Found 2026-09-06 by web search because the linked source(s) gave no usable text.", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 13-20 plus headline [0]; dropped 12 leading and 12 trailing paragraphs. Case-term hits on page: 1 (WEAK anchor, confirm the page is about this case).", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "68": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://crypto.ro/en/news/crypto-theft-investment-blogger-robbed-of-bitcoin-holdings-in-bali/", "source": "crypto.ro", "language": "unknown", @@ -4349,11 +5098,12 @@ "chars": 4680, "sha256": "a45752dd033c7eb6df16c4c33bc9d7fec8d453bfdfd5f6ebb4d9a540c519fa32", "staged_file": "01_crypto-ro.txt", - "paragraphs_kept": "ALL 19 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-18 of 19", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-08-06T13:47:22+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-18 plus headline [0]; dropped 0 leading and 0 trailing paragraphs. Case-term hits on page: 7.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "66": [ @@ -4368,10 +5118,23 @@ "45": [ { "field": "url", - "verdict": "THIN", + "verdict": "KEEP", "url": "https://www.justice.gov/usao-ma/pr/northborough-man-pleads-guilty-aiding-romance-and-lottery-schemes-targeting-elderly", - "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "source": "justice.gov", + "language": "unknown", + "text": "District of Massachusetts | Northborough Man Pleads Guilty to Aiding Romance and Lottery Schemes Targeting Elderly | United States Department of Justice\n\nBOSTON – A Northborough man pleaded guilty today in federal court in Worcester to his role in more than $600,000 in fraud schemes targeting elderly victims, and agreeing to launder the proceeds of such schemes and other criminal activity.\n\nAustin Nedved, 29, pleaded guilty to aiding and abetting wire fraud and money laundering conspiracy. U.S. District Court Judge Timothy S. Hillman scheduled sentencing for April 7, 2020. Nedved is in custody serving a sentence for a separate fraud conviction in the Eastern District of Kentucky.\n\nNedved admitted that he ran a business in which he bought and sold digital currencies, including Bitcoin, for cash. Nedved advertised his services under the screen name “USMC1991” over LocalBitcoins.com and Paxful.com, two online businesses that matched Bitcoin buyers and sellers and facilitated their transactions.\n\nFrom at least 2017 through 2019, Nedved aided and abetted romance and lottery schemes targeting vulnerable victims. In romance schemes, victims are targeted to send money abroad to people they believe to be romantic interests, while in lottery schemes victims are convinced that they can obtain lottery winnings or sizeable government grants by forwarding cash for administrative fees or expenses to the fraudsters. Despite knowing or being willfully blind to the fact that his customers were fraud victims, Nedved sold Bitcoin to them so that they could send money overseas to the fraudsters.\n\nIn late 2017, an individual posing as “Jonathan G.” led a 78-year old victim to believe over social media that he was a Weston, Mass. businessman who owned an oil company. Without ever meeting “Jonathan G.” in person, the victim fell in love and agreed to marry him. “Jonathan G.” then falsely told the victim that his oil company had experienced an accident abroad in which people had died, and that he needed money to settle obligations arising from the accident with a foreign government. “Jonathan G.” claimed that until he did so, he would not be able to return to the United States to marry the victim. “Jonathan G.” told the victim to pay him via Bitcoin. The victim, who had never before purchased digital currency, agreed to send him money and contacted Nedved by phone and text message in Massachusetts to arrange a cash-for-Bitcoin transaction.\n\nOn June 25, 2018, in a parking lot in Kittery, Maine, the victim gave Nedved a cashier’s check to purchase approximately $100,000 in bitcoin. Nedved then released approximately $100,000 in Bitcoin, less his commission, to a Bitcoin wallet controlled by “Jonathan G.” When Nedved accepted $100,000 from the victim, Nedved knew or was willfully blind to the fact that the victim was a romance scam victim. On June 29, 2018, in Leominster, Nedved and a co-conspirator took another $40,000 from the victim.\n\nIn total, Nedved and co-conspirators, in exchange for payment, converted to Bitcoin more than $630,000 in cash that they received from others, knowing that the cash constituted proceeds of romance and lottery scams and other unlawful activities. They then either returned the proceeds in Bitcoin to the source of the cash or forwarded the Bitcoin proceeds to unidentified third parties.\n\nThe charges of aiding and abetting wire fraud provide for a sentence of up to 20 years in prison, three years of supervised release and a fine of up to $250,000 or twice the gross gain or loss, whichever is greater. The charge of money laundering conspiracy provides for a sentence of up to 20 years in prison, three years of supervised release and a fine of up to $500,000 or twice the value of the funds involved in the financial transactions that were the object of conspiracy. Sentences are imposed by a federal district court judge based upon the U.S. Sentencing Guidelines and other statutory factors.\n\nUnited States Attorney Andrew E. Lelling; David Magdycz, Acting Special Agent in Charge of Homeland Security Investigations in Boston; and Joleen Simpson, Acting Special Agent in Charge of the Internal Revenue Service’s Criminal Investigations made the announcement today. Assistant U.S. Attorney Seth B. Kosto, Deputy Chief of Lelling’s Securities, Financial & Cyber Fraud Unit, is prosecuting the case.\n\nNew Hampshire Man Indicted for Cyberstalking and Child Sexual Exploitation\n\nBOSTON – A Londonderry, N.H. man was arrested today for allegedly cyberstalking a Massachusetts victim through social media, text messages and various online platforms. Among numerous other things, the defendant...\n\nMassachusetts Man Arrested for Threatening President Trump\n\nBOSTON – A Great Barrington, Mass., man has been arrested and charged for allegedly threatening President Donald J. Trump. Defendant allegedly posted messages on Facebook threatening to injure and kill...\n\nWilbraham Man Sentenced to 32 Months in Prison for Threatening Public Officials, Private Individuals and Children\n\nBOSTON – A Wilbraham, Mass. man was sentenced today in federal court in Springfield, Mass. for making numerous violent threats on social media targeting public figures, private individuals, children in...", + "chars": 5244, + "sha256": "243f8e399e04a35ee0ed0fade8bc422a5cc04b25e9087d045ea5bf91d82b9d96", + "staged_file": "01_justice-gov-wayback.txt", + "paragraphs_kept": "headline [0] + 8-22 of 23", + "method": "Wayback Machine snapshot 20260524231807, deterministic extraction", + "fetched_at": "2026-09-05T13:25:41+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260524231807/https://www.justice.gov/usao-ma/pr/northborough-man-pleads-guilty-aiding-romance-and-lottery-schemes-targeting-elderly", + "snapshot": "20260524231807", + "note": "live URL was THIN on the first pass; text comes from an archived copy dated 2026-05-24", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 8-22 plus headline [0]; dropped 7 leading and 0 trailing paragraphs. Case-term hits on page: 13.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "11": [ @@ -4386,188 +5149,261 @@ "386": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.dailymail.co.uk/news/article-12145317/Missouri-doctor-shot-dead-Ozarks-lake-previously-kidnapped-claims-brother.html", "source": "dailymail.co.uk", "language": "unknown", - "text": "Missouri doctor found shot dead in Ozarks lake was previously kidnapped, claims brother | Daily Mail Online\n\nYou're viewing the UK editionYou can switch to the US or AU homepage at any time using this menu.\n\nU.S.\n\nHundreds of balaclava-clad protesters blockade Dover: Anti-migrant demonstrators scrawl 'blood is on your hands' outside small boats facility and vow to stay for three days\n\nReform UK eyes a tax cut for nearly 40 million Brits as Robert Jenrick pledges to raise the personal allowance to £15,000 in his first Budget to end decade-long 'stealth' raid\n\nReform's Zia Yusuf condemns party members who pulled heckler's hair during Nigel Farage's keynote speech as police urge woman to come forward\n\nNigel Farage tells friends he's been 'taking stock' of his political future as two top Reform aides are forced out over latest funding row\n\nOne female juror turned away so the public couldn't see what she was about to do. But, front row at the Lindsay Clancy trial, RACHEL SHARP saw it all... in devastating detail\n\nSpying, jealousy and police raids: The truth behind Andrew Tate's 'harem'. As 'one of his chicks' takes the stand, how a woman has become the famed misogynist's only hope of avoiding extradition\n\nNHS nurse's sister had no idea why she had killed herself aged 33 - until she read diary that revealed how cocaine had taken over her life\n\nAndi Peters responds to Miriam Margolyes 'racism row' as Jeremy Vine praises This Morning presenter for his professionalism\n\nHow Putin has targeted Europe with hybrid attacks through 2026 alone, from airport drone bombs to arson attacks - as EU chief warns 'this is the new normal'\n\nLindsay Clancy's ex-husband Patrick reveals his agony over mistrial after stepping out in NYC with new wife during deliberations\n\nAlways struck down with a cold, cough or sore throat? There's probably a simple fix, says DR ELLIE, and it can be found in your local pharmacy\n\nShameless failed asylum seeker who raped a 14-year-old girl is NOT bisexual - and must leave Britain, judge rules\n\nBritain's economy is facing 'very, very substantial challenges', Bank of England governor warns Burnham amid spiralling UK debt\n\nAmal Clooney wows in £1,695 snake print Elie Saab skirt as she links arms with husband George Clooney as they leave the 83rd Venice Film Festival\n\n'Age means nothing when you're in love': The 22-year-old surfing instructor dating the 42-year-old daughter of Brigitte Macron reveals all about their relationship... and why it's not just a summer fling\n\nAs Kate's sister Pippa Middleton turns 43, she's had to sell her passion project and her career has fallen flat. So, will she ever escape the shadow of the future Queen?\n\nJared Kushner and Steve Witkoff's jet lands in Moscow to start latest US bid to end Ukraine war\n\nShould William reconcile with Harry? The King has two options: Demand an apology or strip them of their titles, says RICHARD EDEN\n\nThe haunting similarities Lindsay Clancy murder trial has with case of Irish mother who killed her three young children\n\nArgentina 'can smell Burnham's weakness': Kemi Badenoch blasts PM after latest threat to 'recover' the Falklands\n\nHow healthy is YOUR favourite supermarket loaf? Nutritionist ranks breads from Hovis, Waitrose and Warburtons - and a 62-calorie staple that isn't actually good for you\n\nI trusted my kind, patient husband completely, until I discovered a shocking secret that left us in ruin. Should I leave him? This isn't just a difficult marriage, replies CAROLINE WEST-MEADS, this is abuse\n\nROBERT HARDMAN: The last ever series of 7 Up has become a lament for a lost Britain - and a generation who only asked for a hand up, not a handout\n\nMiddlesbrough police chief denies gangs control the town as she begs for more cash and officers and praises 'brave' pair killed in line of duty\n\nMissouri doctor, 49, and father of eight found shot dead in Ozarks lake soon after proposing marriage was KIDNAPPED and released a year ago, claims brother who launched crypto firm with him\n\nDr. John Forsyth was found dead of a gunshot wound in Beaver Lake on Tuesday\n\nHe was reported missing May 21 when he failed to show up for work\n\nHis brother now says Forsyth was kidnapped and released a year ago\n\nSee more Daily Mail on Google - save us as a Preferred Source\n\nPublished: 21:58 BST, 31 May 2023 | Updated: 23:13 BST, 31 May 2023\n\nThe brother of a Missouri doctor who was found shot dead in an Ozarks lake this week has said he was the victim of a mysterious prior kidnapping attempt that may have been 'crypto related'.\n\nDr. John Forsyth, 49, was found dead with a gunshot wound in Beaver Lake in northeast Arkansas on Tuesday, nine days after he was last seen alive leaving work at a hospital in Cassville, Missouri, police said.\n\nIn a terse statement, the Benton County Sheriff's Department did not say where upon Forsyth's body the gunshot wound was located, or whether it appeared to be self-inflicted, leaving many unanswered questions in the case.\n\nForsyth, a father of eight, had just finalized a divorce from his wife on May 11, and proposed marriage to his new fiancée three days before he was last seen alive on May 21.\n\nIn an unusual twist, Forsyth's brother Richard told DailyMail.com that a little over a year ago, the doctor was kidnapped and threatened by unidentified individuals.\n\nDr. John Forsyth, 49, was found dead of a gunshot wound in Beaver Lake in northeast Arkansas on Tuesday, nine days after he was last seen alive leaving work at a hospital in Missouri\n\nForsyth's body was discovered about 20 miles away from the town where he was last seen alive, and where his car was found unlocked and abandoned\n\nRichard, who founded the crypto firm OnFo with his brother, said in a brief phone interview that in February 2022, John Forsyth was kidnapped and then released, but never filed a police report.\n\nRichard said he first learned about the kidnapping through a mutual friend, who only came forward to describe the incident to the family after John went missing earlier this month.\n\nThe brother said he believed the kidnapping was 'crypto related' but that he did not know anything else about the perpetrators from the account of the mutual friend, who wished to remain anonymous due to ongoing safety concerns.\n\nRichard cautioned that there was no evidence yet linking the 2022 incident with John's death, but added: 'It stands out very stark in the tableaux of facts that have emerged about the case.'\n\n'It was cold. He was zip-tied. He was made to feel very unsafe and taken on a car ride with some people to a bridge and was threatened,' Richard told Fox News Digital, which first reported the alleged kidnapping.\n\n'He did not file a police report because he believed he was in continued danger,' the brother added.\n\nMessages left with the Benton County Sheriff's Office and the Missouri State Highway Patrol were not immediately returned.\n\nAuthorities said Wednesday that they're still investigating what happened in the week between Forsyth's disappearance and the discovery of his body.\n\nNo further information would immediately be available, authorities said.\n\nA kayaker found Forsyth's body on Tuesday afternoon in Beaver Lake, a large reservoir in Arkansas, the Benton County Sheriff's Office said.\n\nForsyth was last seen alive early on May 21, as he was leaving Mercy Cassville Hospital, where he worked in the ER. He was reported missing later the same day\n\nThe doctor's unlocked car was found at this dump site near a park in Cassville, the town in the Missouri Ozarks where he worked, with his wallet, two phones, a laptop and other items inside\n\nA kayaker found Forsyth's body on Tuesday afternoon near this area of Beaver Lake, a large reservoir in Arkansas, the Benton County Sheriff's Office said\n\nThe body was found near the bank across from the Lost Bridge South area of Beaver Lake, which is about 20 miles south of Cassville, police said.\n\nForsyth was last seen alive early on May 21, as he was leaving Mercy Cassville Hospital, where he worked in the ER. He was reported missing later the same day when he failed to show up for a shift.\n\nThe doctor's unlocked car was found near an aquatic park in Cassville, the town in the Missouri Ozarks where he worked, with his wallet, two phones, a laptop and other items inside, his brother Richard Forsyth said in an Associated Press interview.\n\nPolice told the family there were no signs of foul play around the car, a black Infiniti sedan.\n\nForsyth stayed in a luxury RV near the hospital when he was on-call, and a search of the camper revealed that it was unlocked, with two cell phones left inside, which Richard told the Daily Beast was 'very uncharacteristic'.\n\n'It doesn't seem like a person who left with a plan,' Richard said on Tuesday, before his brother's body was discovered.\n\nRichard also told the outlet that security footage showed his brother's Infiniti pulling into the aquatic park, when a white SUV arrives and parks near him.\n\n'It leaves a few minutes later and [John] is seen walking around maybe 10 to 15 minutes after that,' Richard said cops told him. 'And then he walks away from his car.'\n\nDr. John Forsyth (pictured), who vanished in Missouri just three days after proposing to his girlfriend, has been found dead in Arkansas\n\nThe last person to hear from John (pictured), who launched a cryptocurrency with his brother, is thought to have been his fiancée\n\nAfter the doctor's abandoned vehicle was found, several law enforcement agencies searched about a nine-mile radius around the aquatic park using people, dogs and drones.\n\nForsyth's family also set up a Facebook page in a desperate search for any information.\n\n'My brother has now been missing for week,' his sister, Tiffany Andelin, wrote Monday. 'I´m grieving, I'm afraid, and it feels like the world has tipped into sheer chaos.'\n\nThe last known person who communicated with John Forsyth was the woman he'd recently gotten engaged to, who texted with him at around 7am on May 21, his brother told the AP.\n\nThe last time the two brothers met in person was at dinner on Wednesday, May 17.\n\n'I told him this is the happiest I'd seen him in a long time. His divorce was final May 11, and I think that gave him energy for the future,' Richard Forsyth said.\n\nJohn Forsyth had worked at Mercy Hospital for about 15 years, his brother said, describing him as a doting father, part-time math nerd and dedicated physician.\n\n'He really cared about his patients,' Richard Forsyth said. 'And he loved his kids.'\n\nIllegal migrants raise dolphin calf 'after hitting it with stick'\n\nHow Lindsay Clancy drama unfolded as judge declares MISTRIAL\n\nNina Dobrev gets kicked out of Venice Film Festival red carpet\n\nLindsay Clancy prosecutor snaps at protesters and press\n\nWoman chases off car thief while wearing nothing but a bath towel\n\nBalaclava-clad protesters blockade Dover 'in anti-migrant demo'\n\nMoment truck smashed to pieces by speeding passenger train\n\nCraig Melvin calls out Today co-host live for oversleeping\n\nJudge in the Lindsay Clancy murder trial announces a mistrial\n\nShock and controversy as judge declares Lindsay Clancy mistrial\n\nMoment brave Montana woman protects dogs from moose in yard\n\nTrump predicts what's next in the Lindsay Clancy murder trial\n\nAndi Peters responds to Miriam Margolyes 'racism row' as Jeremy Vine calls out her comments as 'seriously nerve-wracking' and praises presenter for his professionalism\n\nStrictly first look: Hosts Emma Willis and Josh Widdicombe get glammed up as they make their dancing debut alongside Johannes Radebe in new series trailer\n\nEXCLUSIVE'This isn't what the show is': New Strictly nightmare revealed as insiders tell KATIE HIND about backstage war... and why staff fear controversial modern 'refresh' could kill it off for good\n\nWhat happened to The X Factor's most iconic stars? From the singers who hit the big time to those that crashed and burned - as ITV hit 'is set to return' seven years after it was shelved\n\nFrom saving money to discovering hidden gems: Why 2026 is the year of the 'micro-cation'\n Ad Feature\n\nStacey Solomon says it 'feels so strange not waking up at Pickle Cottage' as she reveals she won't share pictures of the outside of their new home following 'privacy issues'\n\nAMANDA PLATELL: Tess Daly's holiday snaps with Vernon Kay prove something that all couples (and exes) must heed\n\nCruz Beckham shares cosy family snap from his show at Leeds Festival - just hours after Brooklyn supported his wife Nicola Peltz after her Venice debut\n\nHas skincare become far too complicated? These are the simple rules that could transform your routine (and your skin)\n Ad Feature\n\nMaura Higgins confirms she is the new co-host of the US I'm A Celeb just days after she was announced as the host of the Blind Date reboot\n\nCasualty at 40 ...It's a blast! The beloved history of the BBC hit as the world's longest-running medical show celebrates landmark birthday\n\nHappy Birthday Queen B! Jay-Z serenades wife Beyoncé with a sweet birthday tribute during his show at London's Tottenham Hotspur stadium\n\nSuki Waterhouse embraces her inner rock chick in lace crop top and leopard print-collared leather jacket as she supports fiancé Robert Pattinson at Venice Film Festival\n\nHow Scooter Braun is steering Sydney Sweeney's career as actress leans further into raunchy publicity stunts\n\nStacey Solomon and Joe Swash give the first glimpse of their new family home after moving out of £1.3million Pickle Cottage\n\nBrooklyn Beckham supports wife Nicola Peltz hours after her Venice Film Festival debut as they join Pamela Anderson at Golden Globes party\n\n'I've never, ever spoken about this': Matt Lucas reveals he is autistic as he speaks out publicly about his diagnosis for the first time\n\nDame Maureen Lipman reveals she had sleepless nights when actors quit play over her pro-Israel views but director persuaded her to stay\n\nKing's 'powerful fondness' for Harry: Body language expert reveals how their bond was once world's away from the 'strained and complex' relationship of today\n\nSteve Irwin's wife Terri marks 20 years since The Crocodile Hunter's tragic death and reveals she's still struggling with grief after vowing never to date again\n\nRICHARD EDEN: Grandson of retail tycoon sues his own mother for £1m\n\nTyson Fury attacks Anthony Joshua and questions his 'love' of England over his speech calling for a block on spending in white-owned shops\n\nEXCLUSIVEPrince Harry has returned to Britain partly to 'make his own film about his mother', claims RICHARD KAY on latest Palace Confidential\n\nLosing more hair in the autumn? Pantene introduces a new scalp serum to help reduce seasonal hair loss\n \n SHOPPING\n\nGeorgina Rodriguez removes her $3million engagement ring from Ronaldo to show off huge Chopard diamond jewellery at Venice Film Festival premiere\n\nNicole Kidman stuns as she returns home to surprise fans at Practical Magic 2 screening in Sydney: 'I couldn't let you have margaritas without me!'\n\nDolly Parton's sister Stella slams 'fake AI garbage' and internet trolls after country icon's death: 'Show more compassion'\n\nHailey Bieber looks glum as she emerges in LA after intense wedding exchange with husband Justin\n\nAmanda Holden swears by this brightening undereye concealer for instantly faking a full night's sleep\n\nBlake Lively jokes Ryan Reynolds is her 'human Barbie' as she shares snap of him carrying a floral handbag... after disappointing Justin Baldoni payout\n\nA family affair! Harriet Sperling joins Peter Phillips and Zara Tindall at the Burghley Horse Trials\n\nOasis 'will play up to 23 UK gigs' for their second tour next summer and tickets will be released within weeks - as fans spot huge clues in posters\n\nSandra Bullock recalls the moment Betty White grabbed her breasts on set: 'Only Betty gets to search'\n\nEXCLUSIVENicola Peltz makes her Venice Film Festival debut - but is an hour late because of her iconic diva co-star Faye Dunaway - ahead of being awarded her 'rising star' gong\n\nDefiant Jennifer Lopez vows to 'keep going'... as friends fear she's headed toward 'burnout' due to her hectic work schedule\n\nStrictly's Karim Zeroual has split from the mother of his daughter, 2, and he's already moved on and back on the dating scene\n\nKris Jenner, 70, reveals she has jumped aboard the peptides trend after her $100K facelift\n\nYouTuber Jack Doherty ARRESTED on domestic battery charge in Florida as his mugshot is released\n\nAJ Odudu 'in talks to appear on I'm A Celebrity' after ITV shelve two of her shows\n\nMelvin Odoom, 46, reveals he's set to become a father for the first time as his pregnant girlfriend Hannah Holland shows off baby bump in sweet snaps\n\nAmanda Bynes, 40, parades her 30lb weight loss in a SHEER miniskirt after reacting to Hayden Panettiere's death\n\nJessica Alba, 45, flaunts her fit physique in tiny crochet bikini amid Italian getaway with younger boyfriend Danny Ramirez, 33\n\nBrooklyn Beckham and Nicola Peltz cosy up to one another as they drink red wine in Venice ahead of her receiving a 'rising star' award\n\nTaraji P Henson, 55, scintillates in skimpy orange bikini on a girls' getaway in Cabo San Lucas\n\nJennifer Aniston reveals life advice 'dear friend' Dolly Parton gave to her\n\nAmal Clooney wears £1,190 Stella McCartney mesh dress as she holds hands with husband George as they head to Venice Film Festival event\n\nTupac murder convict Duane 'Keffe D' Davis claims he's INNOCENT ahead of sentencing for rap legend's 1996 slaying: 'I'm no killer!'\n\nEXCLUSIVEHayden Panettiere co-star, 75, was an 80s superhero who almost played Luke Skywalker... who is he?\n\nPhaedra Parks confirms she is dating Traitors co-star Chris 'CT' Tamburello nearly three years after sparking romance rumors\n\nBelow Deck star Nathan Gallagher is sacked from the hit TV show after he fled Australia to dodge justice following attack on his co-star lover\n\nRussell Howard reveals his baby boy Felix died shortly after his wife gave birth as they praise NHS staff for helping them navigate 'most devastating time'\n\nLiam and Noel Gallagher prove that they're still getting on following bitter feud as they board water taxi in Venice ahead of announcing second tour\n\nMaggie Gyllenhaal makes a statement in a black taffeta gown as she attends the A Place To Heal screening at the Venice International Film Festival\n\nAlix Earle finally reveals what caused Alex Cooper rift as she blasts her as 'sick and twisted' in text message\n\nMiriam Margolyes embroiled in 'racism' row with Andi Peters as she uses offensive slang term to describe his skin colour forcing TV bosses to intervene\n\nIs Sydney Sweeney hinting at marriage plans? Actress wears an array of bridal white dresses at the Venice Film Festival while putting on lots of PDAs with boyfriend Scooter Braun\n\nGeorge Clooney cheekily plays photographer on the Venice Film Festival red carpet as his film Furies receives rave reviews from critics\n\nEminem's Stan looks worlds away from his Y2K music video days... see distinguished Devon Sawa now at 47\n\nCheerful Camilla! The Queen is full of laughter as she watches a Gruffalo storytelling session in Liverpool with the author Dame Julia Donaldson\n\nEXCLUSIVEGeorge Clooney names the three Democrat politicians he would endorse in 2028... and reveals the real reason he will NEVER run for President\n\nEXCLUSIVEEducating Yorkshire's headteacher Matthew Burton reveals he was originally destined to be a grave digger as filming for second series of rebooted Channel 4 show gets underway\n\nThe Crown's Emma Corrin takes fashion notes from Princess Diana in chic Celine look as they arrive in Venice\n\nDeclan Donnelly apologises after shoplifting from an M&S motorway services store and reveals his fear of getting arrested\n\n'People cheat because they lack morals and self-control': Olivia Attwood claims ex Bradley Dack's infidelity was 'not about her' and says she's 'covered in psoriasis' due to the stress of the break-up\n\nEXCLUSIVEMr Aniston's VERY colorful past: Inside Jim Curtis' messy relationship history and drug use before he bagged Hollywood's biggest catch\n\nRick Harrison, 61, of Pawn Stars has emergency bypass surgery months after marrying much younger wife\n\nVogue's new nepo baby editor Chloe Malle reveals VERY dowdy personal style as she makes barbed remarks about not taking fashion 'too seriously'\n\nBaby Driver star sparks outrage after making VERY awkward cultural faux pas\n\nEXCLUSIVEHarry Jowsey's dark secrets exposed: As the mask slips, friends and exes spill on his twisted obsession, how low he will go for fame... and the trauma he wrestles with when the cameras stop\n\n'Alcohol would lead to our divorce': Michael Owen jokes about marrying Wayne Rooney in hilarious game\n\nWheel of Fortune announcer Jim Thornton is FIRED after shocking photos show him visiting 'pedophilia' chatroom\n\nEXCLUSIVE'Serious' hidden illness Lionel Richie's children now fear is real cause of shock ICU hospitalization: 'Crazy scared they could lose him'\n\nLila Moss, Romeo and Cruz Beckham, Rocco Ritchie, the Gallagher brothers and Rafferty Law lead the swarm of nepo babies at the YSL Beauty party\n\nPrincess of Wales' rarely seen sister-in-law Alizee Thevenet oozes glamour in a mini skirt and knee-high boots as she makes a surprise appearance in Paris\n\n'How many times is that now?' Kym Marsh ridiculed by fans as she pays tribute to her sixth fiancé calling him 'her best friend'\n\nEmily Goes Budget: Lily Collins swaps her Parisian style for affordable fashion as she partners with online retailer, Zalando\n\nBeyonce is dragged by her own fans for 'disgusting display of greed' as she sells empty wooden box for $1k: 'You have lost your mind!'\n\nFerne McCann shares transformation photos in bikinis following her 3st weight loss as she praises herself for 'keeping it off' for three years\n\nInside Nicole Kidman's 'fun and casual' romance with hunky businessman Michael Reinstein... as she marks one year since split from Keith Urban\n\nKendall Jenner models retro lingerie and stockings for 60s-style shoot as she dips her toe into acting and makes her debut in short Italian film\n\n'August was a bit of alright': Emily Atack shows off her slim figure in bra before slipping into unitard as she celebrates the month she got married\n\n'Sorry, but he's a millionaire': Georgia Toffolo's fans baffled as she says she's hoping her husband won't realise she's forgotten to pay him back\n\nCeline Dion wears an oversized designer tracksuit as she meets fans and sings and dances outside the Le Royal Monceau hotel ahead of her Paris concerts\n\nSydney Sweeney wears pretty white lace dress as she holds hands with boyfriend Scooter Braun in Venice as he gets a cheeky eyeful on water taxi\n\nGemma Collins's reality show trailer shows the last pictures of her mum before she died, fertility heartbreak and fiancé Rami moving out after furious rows\n\nThe Gentlemen star and singer Benjamin Clementine finds love again with Hollywood actress Lana Parrilla following divorce from Flo Morrissey\n\nSydney Sweeney wears daring sequin dress as she arrives at Armani Beauty party with boyfriend Scooter Braun and Kendall Jenner in Venice\n\nLily Allen shows off her bra under a sheer shirt as she attends a private party with Troye Sivan in New York\n\n'Embarrassed' Christine Taylor was told to lose weight for The Brady Bunch Movie despite 'not being a super heavy person'\n\nFlorence Pugh transforms into a villainous antiheroine in first trailer for Netflix adaptation of Steinbeck's tense period drama series East of Eden\n\nShaughna Phillips poses in swimwear as she showcases the difference in her body 10 months post partum with each of her children\n\nEXCLUSIVEShe dated Adam Hyde for five years. Now, his ex has a blunt message to Abbie Chatfield after his tall tale about Leonardo DiCaprio forced her to finally speak\n\nMaura Higgins arrives at Dancing With The Stars rehearsals as angry co-stars say show is 'fixed for her to win' after she was paired with pal Mark Ballas\n\nKate Moss takes a shopping trip to Dior in her £120k vintage electric car and enjoys a glass of bubbles\n\nRanvir Singh reveals she 'nearly drowned' in a terrifying incident as a child as she faces her phobia of water on new ITV gameshow The Box\n\nBella Hadid poses in wet T-shirt and underwear as she lays in river for sizzling new snaps\n\nAlix Earle's dad reveals he paid for half of her boob job as an 'investment' in her future\n\nGeena Davis, 70, shows off her incredibly smooth features at Women In Venice event as the secrets behind her youthful looks are revealed\n\n'WTF is September?' Christine McGuinness poses in her bikini on a pedalo boat on holiday as she escapes the London rain\n\nNina Dobrev endures humiliating exchange on the red carpet at Venice Film Festival: 'I would've evaporated from embarrassment'\n\nJennifer Lawrence, 36, finally comes clean on all the cosmetic work she's had done... and the procedure now piquing her interest\n\nMatt Lucas, 52, reveals he has been diagnosed with autism as he bravely opens up on personal journey\n\nStacey Solomon and Joe Swash's tumultuous year from split rumours to questions over their marriage - as they prepare for a fresh start after selling off £1.3M Pickle Cottage\n\nAmal Clooney needs a helping hand to exit her boat as she swaps red carpet gowns for a sparkly fringed mini dress during a night out in Venice\n\nSophie Habboo dotes on her baby son Ziggy as she enjoys a family day out with her father Patrique in Notting Hill\n\nJennifer Aniston's boyfriend Jim Curtis says 'you don't have to live as a victim' as they discuss harrowing health battle that left him using a cane\n\nSydney Sweeney looks completely in love with boyfriend Scooter Braun as they arrive at the Armani Beauty dinner during Venice Film Festival\n\nALISON BOSHOFF: Seconds out, as the fight for Freddie's soul - and legacy - gets personal\n\nMiley Cyrus strips down to her underwear and grinds on shirtless male dancer in raunchy new music video... one week after death of godmother Dolly Parton\n\nSofia Richie dotes on her kids Eloise, two, and Henry, 5 months, in St Tropez amid sigh of relief as dad Lionel is released from hospital\n\nPhoebe Waller-Bridge, 41, steals the spotlight from her partner Martin McDonagh, 56,t as she makes a rare public appearance at the premiere of his film Wild Horse Nine\n\nJeremy Clarkson has 11 sheep stolen from his Diddly Squat farm as star warns rustlers: 'We're armed - just so they know'\n\nEXCLUSIVEThere may be dark motivations behind Katie Price's divorce from her husband, KATIE HIND reveals\n\nReese Witherspoon and Barbra Streisand lead celebrity tributes to feminist 'warrior' Gloria Steinem after her death at 92\n\nIs Romain Gavras Hollywood's most eligible bachelor? Meet the French director who has seduced Emily Ratajkowski after dating Dua Lipa and Rita Ora\n\nSandra Bullock gives rare update on her dating life three years after partner Bryan Randall's death\n\nKaty Perry breaks silence on painful split from Orlando Bloom... before finding 'epic, legendary love' with Justin Trudeau\n\nArmie Hammer's ex-wife Elizabeth Chambers vows to never marry again following actor's 'cannibal' scandal: 'I spent years getting unmarried'\n\nEmily Ratajkowski passionately kisses Dua Lipa's ex boyfriend Romain Gavras while on holiday in Rome\n\nKendall Jenner dazzles in a vintage gold Giorgio Armani gown as models like Stella Maxwell nearly steal the show on the Wild Horse Nine red carpet at the Venice Film Festival\n\nEXCLUSIVERicky Gervais puts £2.95M Thames-side home up for sale as he plans to wed cancer-hit partner Jane Fallon to avoid paying inheritance tax when one of them dies\n\nWheel of Fortune announcer Jim Thornton visited alleged 'pedophilia' chatroom on a plane before his suspension from show\n\n'Some of the best years of our lives': Stacey Solomon shares her favourite family moments at Pickle Cottage as they say goodbye to £1.3M home\n\nHarper Beckham following in her mum's footsteps in must-have autumn boots at Reading Festival. Here's where you can shop her style\n\nITV News presenter Lucrezia Millarini, 50, slips into a skimpy black bikini as she soaks up the sun on a girls' getaway\n\nEscape To The Chateau's Dick and Angel Strawbridge open their family album from their summer break in Canada after revealing show's return\n\nBuffy the Vampire Slayer star Alyson Hannigan shares photo of mini-me daughter, 14, on first day of high school\n\nRICHARD EDEN: Paramount buys Meghan and Harry's 'Cookie' film\n\nBunnie XO details extreme toll that 'devastating' Jelly Roll divorce has taken on her\n\nADRIAN THRILLS: After her divorce, pop's girl next door Ellie Goulding is back... older and wiser\n\nEXCLUSIVEWilliam and Kate's plan for Harry and Meghan: RICHARD EDEN reveals why it's bad news for Sussexes\n\nThe Gentlemen's Joely Richardson has fans questioning if she's 'still drunk' from the boozy premiere afterparty the night before\n\nSpencer Pratt rips 'tool' Ryan Reynolds over his woke comments about how 'scary' and 'traumatic' the 1980s were\n\nBRIAN VINER: Jack O'Connell is thunderously good as Fleet St legend Lamb in Ink\n\nIf it carries on at this pace, it's in danger of running out of comics: CHRISTOPHER STEVENS reviews Taskmaster\n\nPATRICK MARMION: Sexy Sophie fails to rev up this tragic love triangle\n\n'I would love more than anything for her to hold her grandchild': Richard E Grant reflects on five years since the death of his 'beloved' wife Joan in emotional video\n\nStep Up star Jenna Dewan fires back at fan backlash over her Dancing With The Stars casting\n\nAnt McPartlin screams in horror as pal Declan Donnelly tattoos him with a design created by a fan - and it features a nod to their Newcastle roots\n\n'She's a badass who gets the job done': George Clooney praises lawyer wife Amal for being 'the only person to have put ISIS on trial and won'\n\nThe Death Of Robin Hood review: Forget those Merrie Men in tights, it's more like Sherwood Chainsaw Massacre - Hugh Jackman's outlaw's a murderous monster!\n\nDisney star Carla Jeffery's brother shares last text as family denies drug rumors following her tragic death at 33\n\nSydney Sweeney and Scooter Braun passionately kiss as they enjoy a romantic gondola ride in Venice\n\nSandra Bullock's rarely seen CHILDREN make a surprise cameo in Practical Magic sequel... after star kept them out of spotlight for years\n\nJersey Shore's Jenni 'JWoww' Farley reveals she was hospitalized two months after surprise wedding: 'One of the hardest weeks of my life'\n\nMeghan Markle shares previously unseen photo of Prince Archie with late feminist icon Gloria Steinem as she pays tribute to her 'friend and mentor'\n\nGiddy Celine Dion cuts a chic figure in denim jeans and a black blazer as she waves to fans outside her hotel in Paris ahead of her stage comeback\n\nMastermind behind 80s pop act Jive Bunny dies aged 84 as tributes pour in to 'industry pioneer'\n\nThink you've missed a button! Georgina Rodriguez reveals her £87 bra as she shows off her love of the high street in £110 Intimissimi satin shirt in Venice\n\nEXCLUSIVEBelow Deck star flaunts shocking results of 'rib recontouring' surgery in VERY risqué dress and boasts that she's no longer 'square-shaped'\n\nGlen Powell makes rare comments about Landman star girlfriend Michelle Randolph amid engagement rumours\n\nEXCLUSIVEInside The Gentlemen's premiere party: Newly single Maya Jama 'hits it off' with Chris Eubank Jr over tequila cocktails as Theo James charms guests\n\nEXCLUSIVECountry house chaos! Guy Ritchie reveals he fled to a hotel after handing his sprawling estate over to The Gentlemen cast\n\nKim Zolciak's son Kroy Biermann Jr, 15, indicted on multiple charges in sexual assault case after begging judge to release him from jail\n\nJohn Malkovich, 72, talks retirement as he becomes Oscars favorite 50 years into acting career\n\nKaren Gillan's got plenty to shout about as she channels Lulu withUnion Jack brolly\n\nEXCLUSIVEHappy Days icon, 71, starred on The Office and Matlock and married Lucille Ball's son... who is she?\n\nSisters Rooney and Kate Mara pose with onscreen lover Orlando Bloom at the Bucking Fastard premiere in Venice\n\nDowncast Lily Tomlin steps out on her 87th birthday... one week after death of co-star Dolly Parton\n\nGary Lineker says he couldn't imagine 'regularly sleeping with someone again' ten years on from his second divorce\n\nJennifer Lopez, 57, nearly spills out of her VERY low-cut red dress while out for dinner in NYC\n\nKylie Minogue sunbathes in a yellow bikini as she waves goodbye to Euro summer and says hello to Aussie football season\n\nRyan Thomas' brother Adam reveals terrifying ordeal when a gun was pointed at his head while he was on a bus\n\nInside Taylor Swift and Travis Kelce's secret hideaway: The $5.35M mansion, millionaire neighbors and tiny lakefront village nobody knew about\n\nZendaya's mom lashes out at negative comments about her looks as she brands criticism 'sad and frustrating'\n\nChris Langham dead at 77: Disgraced BBC comedian and The Thick of It star who was jailed for haul of child abuse images passes away from pancreatic cancer\n\nVogue Williams' husband Spencer Matthews proudly shares her bump to baby images and gives a glimpse of their newborn\n\nRihanna shows off her sexy side as she models leopard print chemise for her latest Savage Fenty line\n\nEXCLUSIVEOlivia Attwood admits she's struggling to navigate Pete Wicks romance and is trying to get better at 'not oversharing'\n\nCassandra Wilson dead at 70: Grammy-winning jazz musician passed away 'peacefully at home' surrounded by family\n\nMichael Owen says he's 'never told his children he loves them' as he reveals struggles to share his emotions\n\nAmerican Idol star arrested, accused of SHOPLIFTING from Target\n\nEngland football legend Millie Bright reveals she is pregnant with influencer barber Tom Mitchell after kicking her colourful love life into touch\n\nVinnie Jones looks loved up with girlfriend Emma Ford at The Gentlemen afterparty - seven years after the death of his wife Tanya\n\n'It's not been easy': Axed Radio 1 star Dean McCullough claims he 'sacrificed his public views and a part of his voice' for his BBC career\n\nJoy-Anna Duggar announces she's pregnant with baby number four... as she details her 'really dark' battle with depression\n\nNine engagements, four marriages and one restraining order - the VERY messy love life of Katie Price as she 'dumps' husband Lee Andrews\n\nLewis Hamilton cuts a typically stylish figure in an oversized coat and quirky hat as he poses with his new £3M Ferrari F40 at the Italian Grand Prix\n\nTilly Ramsay shows off her abs in blue lycra gym wear as she takes on a gruelling Pilates session\n\n'How much do they actually need?' Gary Lineker hits out at the 'super wealthy' resisting his calls for tax to be raised on millionaires\n\nDiddy set to leave prison even sooner as disgraced music mogul's release date is moved up AGAIN\n\nMaya Jabber! Jama fits right in to mobland life as she enthusiastically throws punches in her racy leather dress at The Gentlemen series two after party\n\nLizzie Cundy prepares to stop traffic in her cut-out pink swimsuit as she poses on a dune buggy as her never-ending holiday lands her in Greece\n\nGigi Hadid models Elizabeth Hurley's iconic Versace safety pin dress which shot her to fame 32 years ago for Nineties fashion shoot\n\n'This breakup is going to hurt the most': Amelia Dimoldenberg quits Chicken Shop Date after 12 years as she moves onto a new adventure\n\nJennifer Aniston makes very racy joke about boyfriend Jim Curtis while interviewing him in rare public moment in New York\n\nStrictly mums Dani Dyer and Lacey Turner wave their kids off for their first day back at school before heading to rehearsals\n\nSydney Sweeney slips into a white mini dress as she ropes her friend into being her social media manager during water taxi ride in Venice\n\nJesy Nelson's ex Zion Foster 'has been dating a secret new girlfriend for months - and they already have matching tattoos'\n\n'We've already got a lot of pretty women': Vinnie Jones and Theo James pour cold water on 'impossible' rumours of Meghan Markle joining The Gentlemen\n\nHollywood star Hugh Jackman in talks to buy into Norwich City in move that would set up Championship rivalry with Deadpool co-star Ryan Reynolds\n\nAriana Grande and boyfriend Ricky Alvarez hold hands as they land back in New York after she bid a tearful farewell to fans while concluding her sold-out UK tour ahead of break\n\n'Life is about to get even more chaotic': Pregnant Leigh-Anne Pinnock slips into a bikini as she nears her due date and says her hormones are 'all over the place'\n\nThe Gentlemen's Maya Jama brings the glamour as formidable fixer Aisha in her acting debut - as critics laud series two of Guy Ritchie's gangster drama as a 'total blast'\n\nPrincess Andre lets her hair down as she's seen for the first time since her mother Katie Price told fourth husband Lee Andrews she wants a divorce\n\nVicky Pattison's sister Laura reveals her secret cancer battle and says she 'didn't know if she would live' after operation was cancelled\n\nInside Ella Langley's country superstar makeover after Choosin' Texas singer completely transformed her image\n\nRichard Hammond's renovation of his £2million Welsh mansion in turmoil after survey finds EIGHT species of bats hunt and roost on the estate\n\nFans accuse Nicole Kidman of being 'drunk' at Practical Magic 2 premiere in LA - but praise her 'down to earth' behaviour: 'She's such an icon'\n\n'Everyone should be free to f*** up': Helen Mirren reveals why she defended MobLand co-star Tom Hardy following on-set clash rumours\n\n'It's time to say goodbye': Stacey Solomon and Joe Swash reveal they've sold their £1.3m Pickle Cottage and are moving to new home that 'needs love'\n\nHow Ariana Grande has been on a 'healing' journey to cope with PTSD, grief, depression and anxiety - as she tearfully bids goodbye to showbiz and goes on a career hiatus\n\nDawn French gets into character as woman who fakes her husband's death for an insurance payout in BBC comedy Can You Keep a Secret? in Somerset\n\nInk is branded 'snazzy, gripping and unsubtle' as Jack O'Connell wins unanimous praise from critics for performance in Danny Boyle's Murdoch movie\n\nRomeo Beckham shares loving snaps with parents David and Victoria as he celebrates his birthday at £250 per head night - without brother Brooklyn\n\nAnya Taylor-Joy poses for ethereal V Magazine shoot in skimpy looks made entirely from paper\n\nEXCLUSIVEJennifer Aniston and boyfriend Jim Curtis flaunt their love in front of packed theater as she reveals the 'deep fear' he's helping her overcome\n\nMolly-Mae Hague slips into a swimsuit as she shares loved-up family photos with Tommy Fury while staying at five-star hotel in Turkey\n\nDaisy Lowe looks elated as she shares pictures of 'life as a family of four from the past four weeks' after giving birth to second child\n\nSmile, you're on ClooneyCam! Star turns snapper as he celebrates Venice film award with paparazzi\n\nWhy 'it's all about to come crashing down' for Katie Price: KATIE HIND\n\nTim Curry's cause of death revealed days after the Rocky Horror Picture Show star's passing at 80\n\nKirstie Allsopp reveals she was rushed to hospital in an air ambulance to undergo surgery after suffering a nasty fall during her family holiday\n\nGangster glamour! Maya Jama takes on mob wife aesthetic in a daring leather gown as Kaya Scodelario dazzles in diamonds at the season two premiere of The Gentlemen\n\nGuy Ritchie, 57, is proudly supported by his glamorous wife Jacqui Ainsley, 44, and son Rocco at season two premiere of his drama The Gentlemen\n\nSydney Sweeney is every bit the blonde bombshell in strapless dress for night out in Venice WITHOUT boyfriend Scooter Braun\n\nNaomi Watts' nepo baby Kai Schreiber, 17, goes full model mode for new fashion campaign with actress mom\n\nClaire Foy channels old Hollywood glamour as George Clooney and his dazzling wife Amal grace the red carpet at Ink premiere on the opening night of Venice Film Festival\n\nJustin Bieber and wife Hailey step out for dinner date in LA... as they shrug off THOSE tense wedding photos\n\nLionel Richie, 77, released from hospital after three days following scary concert incident\n\nAriana Grande's surprise career move revealed... just weeks after announcing break from spotlight amid fan fears for her health\n\nSimone Ashley says she would become the next Bond Girl if she got a call from bosses as she poses for stunning ELLE UK shoot ahead of receiving acting honour\n\nEXCLUSIVEDaveigh Chase's lover reveals The Ring actress' final words before AIDS death... and makes brutal claims about her mother\n\nThe Motorbike Show presenter Henry Cole, 62, reveals he has cancer in his gut as he postpones upcoming gigs\n\nTransformers star Peter Cullen's cause of death revealed one week after his passing at age 85\n\nKATSEYE spark concern as they twerk on stage in VERY revealing outfits during world tour: 'Their clothes are on hiatus!'\n\nDisney Channel star Carla Jeffery dies at 33 after breaking out in Zombies franchise\n\nEXCLUSIVEFull story behind Justin and Hailey Bieber's intense wedding exchange: He is 'immature and fragile' and she 'knows how to push his buttons'\n\nEXCLUSIVE'Perez Hilton thinks it's 2016': After knife livestream, friends open hospital doors to reveal a truly desperate situation... disturbing Katy Perry bedside request... and his tragic 'ramblings'\n\nDriving into the next era! The Grand Tour's Jeremy Clarkson, James May and Richard Hammond reunite to hand over the baton to new hosting trio\n\nToffs, wideboys, drug lords and jokes that are almost Carry On Cartel. This is a real blast: CHRISTOPHER STEVENS reviews Guy Ritchie's The Gentlemen\n\nHelena Bonham Carter, 60, and her 'old-soul' lover Rye Dag Holmboe, 38, link arms on dog walk as they check out anti-wrinkle treatments\n\nMTV star goes public with new girlfriend after announcing he is no longer gay\n\nJax Taylor and Brittany Cartwright's divorce war gets uglier as he is now granted temporary restraining order against HER\n\nToday star shocks co-hosts Craig Melvin and Dylan Dreyer as she reveals pregnancy live on air\n\nAnne Hathaway fans fear pregnant star is heading for BURNOUT following her casting in Tom Cruise flick... after promoting five films\n\nNickelodeon star Christy Knowings' cause of death at 46 confirmed... weeks after she was taken off life support following asthma attack\n\nDolly Parton's Hollywood Walk of Fame star is pictured being replaced after being vandalized\n\nGleb Savchenko is CUT from Dancing With The Stars after 12 seasons amid bitter custody battle with ex\n\nEXCLUSIVEFormer BBC actor who quit Dame Maureen Lipman show over pro-Israel views 'liked' vile 'Zio hag' slur\n\nWheel of Fortune announcer Jim Thornton is edited out of upcoming episodes amid investigation\n\nThis twisted dance between sly killer and obsessed detective is enthralling: CHRISTOPHER STEVENS reviews Channel 5's The Game\n\nBravo's The Valley suffers shock cast shakeup as TWO original stars abruptly exit show\n\nGeorge Clooney calls out 'authoritarians who peddle fear' as he makes powerful speech after receiving Lifetime Achievement Award at Venice Film Festival\n\nAndrew Garfield doubles down on calling for gay Spider-Man... and names Oscar-winning actor he would want as love-interest\n\nYasmin Le Bon, 61, looks incredible in a bikini as she joins Duran Duran husband of 40 years Simon, 67, on the coast of Sardinia\n\nShould Prince William keep ignoring Prince Harry and Meghan Markle's return? Have your say in the Palace Confidential poll\n\n'Last blast of South of France summer with the fam': Tess Daly shares photos with estranged husband Vernon Kay three months after announcing split\n\nBridget Fonda, 62, continues to flaunt her slim figure following dramatic 100lb weight loss\n\nRHONY star Carole Radziwill opens up about being named in Epstein files ahead of season premiere: 'It's important to talk about'\n\nEXCLUSIVEThe true cost of Katie Price's latest divorce: Lee Andrews marriage has already cost her £100k but she's plotting her revenge and comeback\n\nEXCLUSIVEOasis set to announce huge second tour in just days after Liam and Noel Gallagher proved their bitter feud is finally over\n\nAmanda Holden shares hilarious naked video her husband took of her while trying to retrieve her moisturiser naked from behind a unit on holiday\n\nInside Liam Payne's trashed hotel room: From the burned Coca-Cola can lids to the pills lined up on the sofa, incredibly detailed 3D model explores troubled star's third-floor suite\n\nIsla Fisher, 50, reveals her dating 'ick' with a VERY crude remark... a year after finalising divorce from Sacha Baron Cohen\n\nJonathan Bailey paints on a smile to attend the Ink premiere as he makes first appearance since quitting West End Show in 'show of support' for pal Ariana Grande\n\nAmal Clooney wears bridal white fringed dress as she and George dine at same restaurant where they celebrated their iconic Venetian wedding 12 years ago\n\n'Gutted to miss it': John Bishop reveals he has broken his ankle in a motorbike accident and will have to pull out of charity bike ride with Sir Chris Hoy\n\nGeorge Clooney says 'the least qualified people' are running the US and slams lack of 'decency' as he condemns Trump's administration\n\nStranger Things star David Harbour rants about capitalism after showing off infamous $7m Brooklyn brownstone\n\nElliot Page reveals shock career update after massive success of The Odyssey and 'woke' trans casting backlash\n\n'Walking to my new adventures': Bikini-clad Katie Price wore wedding ring hours before dumping jailed husband Lee Andrews by text\n\nOla Jordan poses in a hot coral bikini while on holiday with daughter Ella after 'incredibly tough' split from husband James\n\nStepmom Sydney Sweeney? Bombshell, 28, dotes on boyfriend Scooter Braun's kids on day out in LA as their romance goes to the next level\n\nKim Kardashian fans despair as daughter North West, 13, appears with different-looking nose on TikTok\n\nDEEP DIVE: Step-by-step, what happened the night Tupac died, as rap's most famous unsolved murder case is finally laid to rest\n\nHarry Styles and Zoe Kravitz's wedding plans revealed: Couple 'set to marry in an intimate ceremony for close family and friends with lots of partying and dancing afterwards'\n\nHarry Potter struggles with his spells, wears the sorting hat and tries his hand at Quidditch in brand new trailer for anticipated TV series set to air at Christmas\n\nSydney Sweeney wears a lace handkerchief top as she and fellow Armani Beauty ambassador Kendall Jenner arrive in Venice for the Film Festival\n\nMel C raked in £1M last year from solo projects and Spice Girls royalties but Sporty's bank balance boost pales in comparison to Victoria Beckham's VERY Posh earnings\n\nHundreds of balaclava-clad protesters blockade Dover: Anti-migrant demonstrators scrawl 'blood is on your...\n\nReform UK eyes a tax cut for nearly 40 million Brits as Robert Jenrick pledges to raise the personal...\n\nReform's Zia Yusuf condemns party members who pulled heckler's hair during Nigel Farage's keynote speech as...\n\nNigel Farage tells friends he's been 'taking stock' of his political future as two top Reform aides are...\n\nOne female juror turned away so the public couldn't see what she was about to do. But, front row at the...\n\nSpying, jealousy and police raids: The truth behind Andrew Tate's 'harem'. As 'one of his chicks' takes the...\n\nNHS nurse's sister had no idea why she had killed herself aged 33 - until she read diary that revealed how...\n\nAndi Peters responds to Miriam Margolyes 'racism row' as Jeremy Vine praises This Morning presenter for his...\n\nHow Putin has targeted Europe with hybrid attacks through 2026 alone, from airport drone bombs to arson...\n\nLindsay Clancy's ex-husband Patrick reveals his agony over mistrial after stepping out in NYC with new wife...\n\nAlways struck down with a cold, cough or sore throat? There's probably a simple fix, says DR ELLIE, and it...\n\nShameless failed asylum seeker who raped a 14-year-old girl is NOT bisexual - and must leave Britain, judge...\n\nBritain's economy is facing 'very, very substantial challenges', Bank of England governor warns Burnham amid...\n\nAmal Clooney wows in £1,695 snake print Elie Saab skirt as she links arms with husband George Clooney as...\n\n'Age means nothing when you're in love': The 22-year-old surfing instructor dating the 42-year-old daughter...\n\nAs Kate's sister Pippa Middleton turns 43, she's had to sell her passion project and her career has fallen...\n\nShould William reconcile with Harry? The King has two options: Demand an apology or strip them of their...\n\nThe haunting similarities Lindsay Clancy murder trial has with case of Irish mother who killed her three...\n\nArgentina 'can smell Burnham's weakness': Kemi Badenoch blasts PM after latest threat to 'recover' the...\n\nHow healthy is YOUR favourite supermarket loaf? Nutritionist ranks breads from Hovis, Waitrose and...\n\nI trusted my kind, patient husband completely, until I discovered a shocking secret that left us in ruin....\n\nROBERT HARDMAN: The last ever series of 7 Up has become a lament for a lost Britain - and a generation who...\n\nMiddlesbrough police chief denies gangs control the town as she begs for more cash and officers and praises...\n\n'It's practically impossible for this to happen': Final hours of high-flying couple found dead near hot tub...\n\nANDREW NEIL: 25 years on from 9/11, America's $6TRILLION War on Terror has achieved little beyond stoking...\n\nTyson Fury attacks Anthony Joshua and questions his 'love' of England over his speech calling for a block on...\n\nLindsay Clancy's lawyer sends message to holdout juror who blocked not guilty verdict\n\nGangster Mark Duggan's gun-toting son and a building society cashier who stole from vulnerable customers are...\n\nNepal rescuers find man and woman alive 10 days after devastating floods - with 500 still trapped in tunnels\n\nHow the well-heeled residents of Sawbridgeworth did what the police couldn't... and saw off a bank holiday...\n\nAMANDA PLATELL: Tess Daly's holiday snaps with Vernon Kay prove something that all couples (and exes) must...\n\nHealey is inclined to hold fire before rushing to hike taxes, says ALEX BRUMMER\n\nRoyal Mail worker is jailed for nearly seven years after making £1.2m from stealing cannabis-filled parcels\n\nStrictly Come Dancing first look: Hosts Emma Willis and Josh Widdicombe get glammed up as they make their...\n\nPeople of Canterbury demand right to jump the Bayeux Tapestry queue - because it was made there\n\nBankrupted Birmingham council plans to spend £2.6m removing British and St George's flags\n\nSpot the dupe! Can you tell the jacket and trousers combo costing £134 from the designer ensemble totalling...\n\nMatt Lucas reveals he is autistic as he speaks out publicly about his diagnosis for the first time and...\n\nExposing the great wellness racket: From wonder supplements to tell-all health trackers, doctor and...\n\nKing's 'powerful fondness' for Harry: Body language expert reveals how their bond was once world's away from...\n\nNHS trust admits failing two-year-old boy who died of sepsis just four days after doctors diagnosed him with...\n\nDame Maureen Lipman reveals she had sleepless nights when actors quit play over her pro-Israel views but...\n\nI loved to wind down with a couple of glasses of wine every night - until I was told I had liver disease at...\n\nMy neighbour is turning their garage into a music studio and claims they don't need planning permission: Is...\n\nJamaica to formally seek slavery reparations from Britain: Ministers will file petition King Charles during...\n\nStacey Solomon says it 'feels so strange not waking up at Pickle Cottage' as she reveals she won't share...\n\nFirst officer on scene at Westminster Bridge terror attack is barred from policing after asking a junior...\n\nLindsay Clancy judge declares a MISTRIAL after case divided the world with its difficult questions about postpartum mental health\n\nHow the well-heeled residents of Sawbridgeworth did what the police couldn't... and saw off a bank holiday traveller 'land grab' fuelled by prosecco and cake\n\nAll flights grounded at Gatwick airport with runway closed after plane suffers 'technical issue'\n\nA family affair! Zara Tindall joins her stylish sister-in-law Harriet and brother Peter as well as their father Captain Mark Phillips, 77, and his Belgian equestrian girlfriend Florence Standaert, 44, at Burghley Horse Trials\n\nFarage signs pact with French firebrand Jordan Bardella to 'stop the boats forever' - by sending migrants straight back\n\nHarry Potter author JK Rowling forced to cover name of her superyacht while docking it in Los Angeles over fears it'll attract unhinged pro-transgender protesters\n\nGreens SUSPEND 'trans Communist' appointed to woman-only post as party faces legal action from members\n\nBoy pupil, 16, who was in sexual relationship with female PE teacher was almost caught slapping her bottom in school, court hears\n\n'It's practically impossible for this to happen': Final hours of high-flying couple found dead near hot tub of their luxury Spanish holiday villa... as firm who sold hot tub insist they aren't to blame\n\nFurious parents claim daughters 'left in tears' over school's 'woke' and 'sexist' uniform ban on girls wearing skirts\n\nNigel Farage vows to 'fix' Britain as he bids to rally Reform activists in conference speech - despite heckling from protesters\n\nMystery over death of company director whose body washed ashore more than a month after his towel, clothes and running shoes were found near beach\n\nRevealed: Heartbreaking reason why the midwife who helped Russell Howard and his wife following the tragic death of their baby boy joined the profession\n\nNetflix hikes its prices for the second time in a year - with the cheapest plan jumping by a third\n\nFirst officer on scene at Westminster Bridge terror attack is barred from policing after asking a junior colleague for Viagra and lying about time off\n\nJamaica to formally seek slavery reparations from Britain: Ministers will file petition King Charles during London visit\n\nHow would Britain fare against Argentina in a second Falklands war? Four decades on, UK still has military dominance over the South Americans\n\nSaudi national in his 40s is stabbed on Mayfair's Berkeley Square as man, 58, is arrested over 'attempted robbery'\n\nReform conference hit by protests as hecklers are carried out of Farage speech and Greenpeace sneaks in banner attacking Net Zero opposition\n\nThree men who hacked a man to death with 'arsenal of knives', a crutch and a plank are jailed for life\n\nANDREW NEIL: 25 years on from 9/11, America's $6TRILLION War on Terror has achieved little beyond stoking new forms of Islamist barbarity\n\nTruck is smashed to pieces by speeding passenger train after driver gets HGV stuck on Polish rail crossing\n\nLady Annabel Goldsmith, who was friend of Princess Diana and gave her name to Annabel's nightclub, left £5.6m in will\n\nSainsbury's sacks 'beloved' worker who stepped in to help security guard restrain two shoplifters after he 'heard a woman screaming'\n\nMoment convicted murderer kidnaps girl, 15, off the street at knifepoint: Ex-radio DJ sexually assaulted victim in eight-hour hostage ordeal before he was arrested with her in his car\n\nIs this why Argentina is suddenly interested? Falkland Islands are set to cash in £4billion from new oil field\n\nLindsay Clancy prosecutor snaps at protesters and press moments after killer mom's murder trial collapsed... as woman standing right behind him makes her thoughts VERY clear\n\nDISCOVER SAUDI CULTURE - A Journey Through Heritage, Art, and Flavour.\n\nM Predictor\n Think you know football? Prove it, and you can win up to £1000. T&Cs apply.", - "chars": 55676, - "sha256": "eca3d1bbb9016ab273dd4782837d6dcf7ac37bf3cef36f539b97528ada2e6535", + "text": "Missouri doctor found shot dead in Ozarks lake was previously kidnapped, claims brother | Daily Mail Online\n\nThe brother of a Missouri doctor who was found shot dead in an Ozarks lake this week has said he was the victim of a mysterious prior kidnapping attempt that may have been 'crypto related'.\n\nDr. John Forsyth, 49, was found dead with a gunshot wound in Beaver Lake in northeast Arkansas on Tuesday, nine days after he was last seen alive leaving work at a hospital in Cassville, Missouri, police said.\n\nIn a terse statement, the Benton County Sheriff's Department did not say where upon Forsyth's body the gunshot wound was located, or whether it appeared to be self-inflicted, leaving many unanswered questions in the case.\n\nForsyth, a father of eight, had just finalized a divorce from his wife on May 11, and proposed marriage to his new fiancée three days before he was last seen alive on May 21.\n\nIn an unusual twist, Forsyth's brother Richard told DailyMail.com that a little over a year ago, the doctor was kidnapped and threatened by unidentified individuals.\n\nDr. John Forsyth, 49, was found dead of a gunshot wound in Beaver Lake in northeast Arkansas on Tuesday, nine days after he was last seen alive leaving work at a hospital in Missouri\n\nForsyth's body was discovered about 20 miles away from the town where he was last seen alive, and where his car was found unlocked and abandoned\n\nRichard, who founded the crypto firm OnFo with his brother, said in a brief phone interview that in February 2022, John Forsyth was kidnapped and then released, but never filed a police report.\n\nRichard said he first learned about the kidnapping through a mutual friend, who only came forward to describe the incident to the family after John went missing earlier this month.\n\nThe brother said he believed the kidnapping was 'crypto related' but that he did not know anything else about the perpetrators from the account of the mutual friend, who wished to remain anonymous due to ongoing safety concerns.\n\nRichard cautioned that there was no evidence yet linking the 2022 incident with John's death, but added: 'It stands out very stark in the tableaux of facts that have emerged about the case.'\n\n'It was cold. He was zip-tied. He was made to feel very unsafe and taken on a car ride with some people to a bridge and was threatened,' Richard told Fox News Digital, which first reported the alleged kidnapping.\n\n'He did not file a police report because he believed he was in continued danger,' the brother added.\n\nMessages left with the Benton County Sheriff's Office and the Missouri State Highway Patrol were not immediately returned.\n\nAuthorities said Wednesday that they're still investigating what happened in the week between Forsyth's disappearance and the discovery of his body.\n\nNo further information would immediately be available, authorities said.\n\nA kayaker found Forsyth's body on Tuesday afternoon in Beaver Lake, a large reservoir in Arkansas, the Benton County Sheriff's Office said.\n\nForsyth was last seen alive early on May 21, as he was leaving Mercy Cassville Hospital, where he worked in the ER. He was reported missing later the same day\n\nThe doctor's unlocked car was found at this dump site near a park in Cassville, the town in the Missouri Ozarks where he worked, with his wallet, two phones, a laptop and other items inside\n\nA kayaker found Forsyth's body on Tuesday afternoon near this area of Beaver Lake, a large reservoir in Arkansas, the Benton County Sheriff's Office said\n\nThe body was found near the bank across from the Lost Bridge South area of Beaver Lake, which is about 20 miles south of Cassville, police said.\n\nForsyth was last seen alive early on May 21, as he was leaving Mercy Cassville Hospital, where he worked in the ER. He was reported missing later the same day when he failed to show up for a shift.\n\nThe doctor's unlocked car was found near an aquatic park in Cassville, the town in the Missouri Ozarks where he worked, with his wallet, two phones, a laptop and other items inside, his brother Richard Forsyth said in an Associated Press interview.\n\nPolice told the family there were no signs of foul play around the car, a black Infiniti sedan.\n\nForsyth stayed in a luxury RV near the hospital when he was on-call, and a search of the camper revealed that it was unlocked, with two cell phones left inside, which Richard told the Daily Beast was 'very uncharacteristic'.\n\n'It doesn't seem like a person who left with a plan,' Richard said on Tuesday, before his brother's body was discovered.\n\nRichard also told the outlet that security footage showed his brother's Infiniti pulling into the aquatic park, when a white SUV arrives and parks near him.\n\n'It leaves a few minutes later and [John] is seen walking around maybe 10 to 15 minutes after that,' Richard said cops told him. 'And then he walks away from his car.'\n\nDr. John Forsyth (pictured), who vanished in Missouri just three days after proposing to his girlfriend, has been found dead in Arkansas\n\nThe last person to hear from John (pictured), who launched a cryptocurrency with his brother, is thought to have been his fiancée\n\nAfter the doctor's abandoned vehicle was found, several law enforcement agencies searched about a nine-mile radius around the aquatic park using people, dogs and drones.\n\nForsyth's family also set up a Facebook page in a desperate search for any information.\n\n'My brother has now been missing for week,' his sister, Tiffany Andelin, wrote Monday. 'I´m grieving, I'm afraid, and it feels like the world has tipped into sheer chaos.'\n\nThe last known person who communicated with John Forsyth was the woman he'd recently gotten engaged to, who texted with him at around 7am on May 21, his brother told the AP.\n\nThe last time the two brothers met in person was at dinner on Wednesday, May 17.\n\n'I told him this is the happiest I'd seen him in a long time. His divorce was final May 11, and I think that gave him energy for the future,' Richard Forsyth said.\n\nJohn Forsyth had worked at Mercy Hospital for about 15 years, his brother said, describing him as a doting father, part-time math nerd and dedicated physician.\n\n'He really cared about his patients,' Richard Forsyth said. 'And he loved his kids.'\n\nIllegal migrants raise dolphin calf 'after hitting it with stick'\n\nHow Lindsay Clancy drama unfolded as judge declares MISTRIAL\n\nNina Dobrev gets kicked out of Venice Film Festival red carpet\n\nLindsay Clancy prosecutor snaps at protesters and press\n\nWoman chases off car thief while wearing nothing but a bath towel\n\nBalaclava-clad protesters blockade Dover 'in anti-migrant demo'", + "chars": 6635, + "sha256": "b5740cb4975c46172c802952ff688072ab6e82c325bc737b4562b4ddb11fac9e", "staged_file": "01_dailymail-co-uk.txt", - "paragraphs_kept": "ALL 429 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 33-76 of 429", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:43:02+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 33-76 plus headline [0]; dropped 32 leading and 352 trailing paragraphs. Case-term hits on page: 53.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_2", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.foxnews.com/us/missouri-doctor-found-dead-arkansas-lake-kidnapped-last-year-brother-reveals", "source": "foxnews.com", "language": "unknown", - "text": "Missing Missouri doctor found dead in lake from gunshot after previous kidnapping revealed | Fox News\n\nPatrick Clancy speaks out after hung jury in Lindsay Clancy case, addresses prospect of another trial\n\n‘Black widow’ allegedly attempted to murder romantic partner, 69, she met online\n\nCharles Manson's 'Helter Skelter' motive a myth? New tapes reveal what may have sparked Sharon Tate murders\n\nIllinois mother charged with murder in death of 2-year-old son in case drawing comparisons to Lindsay Clancy\n\nICE officer pleads not guilty to lying about Minneapolis shooting involving Venezuelan man\n\nLindsay Clancy mistrial declared after jury deadlocks in killings of her three children\n\nFirst responders honor World Trade Center beam arriving at Boston fallen heroes memorial\n\nWest Virginia principal suspended after recording devices found in girls’ locker rooms\n\nFormer North Texas police officer given three life sentences for child pornography, solicitation of minor\n\nICE lodges detainer for illegal immigrant charged in wrong-way Maryland crash that killed mom, daughter\n\nRock concert at Virginia's Wolf Trap canceled after worker is crushed to death beneath tour bus\n\nLindsay Clancy judge calls mistrial, then grants defense one hour stay for appeal\n\nLindsay Clancy jury enters Day 7 after bombshell one-juror standoff and more top headlines\n\nCoast Guard recovers 47 bales of suspected marijuana worth $2.4M after intercepting go-fast vessel\n\nKaren Read’s lawyer says Clancy defense attorney may be ‘cut from a different cloth’ as deliberations drag on\n\nLindsay Clancy jury wraps day 6 with bombshell one-juror standoff, deliberations to resume Friday\n\nWATCH: Bystanders, police lift Volkswagen off woman pinned underneath after dramatic e-bike crash\n\nOfficials identify victims killed, officers injured in Minneapolis apartment shooting\n\nTrump names Adam Telle acting secretary of the Army following Dan Driscoll's resignation\n\nEXCLUSIVE: FBI extraditions soar as Patel ramps up foreign outreach, vows 'no sanctuary'\n\nLindsay Clancy files medical malpractice lawsuit against healthcare providers\n\nStaten Island deli owner rewards students for good grades\n\nProsecutors now face five potential paths in Clancy case\n\nNew Jersey mayor calls for end to sanctuary policies after illegal immigrant charged in baby's death\n\nWhy plea deal isn’t likely in Lindsay Clancy case\n\nAmerican Airlines passenger duct-taped to seat after alleged midair outburst\n\nFlashback: When Lindsay Clancy jurors were deadlocked the first time\n\nDivorce lawyer reveals signs that your spouse has emotionally checked out\n\nSteve Hilton says cost of living will be top priority as governor\n\nTiffany Smiley on Clancy case: Why was this woman allowed to be alone with her kids?\n\nTrump signs executive order supporting American cattle ranchers\n\nFormer FBI agent ‘disgusted’ by Lindsay Clancy’s defense attorney\n\nNearly unanimous does not mean unanimous in Clancy case: Ex-FBI official\n\nNancy Grace: Clancy defense lawyer should have been held in contempt\n\nAD WARS: Abdul El-Sayed takes a trip to 'Love Island'\n\nThis should be the ‘No 1’ criterion for the next WNBA commissioner: Clay Travis\n\nMama Vance has something Gavin Newsom and the Democrats don't: GOP strategist\n\nEvita Duffy-Alonso: Leftists don't believe in responsibility\n\nMissouri school district wants 'they/them' pronouns used in math class\n\nTeacher Daniel Buck responds to a St. Louis-area school district calling for equity and inclusion by implementing them/them pronouns in math classes.\n\nNEWYou can now listen to Fox News articles!\n\nA Missouri ER doctor was found dead of a gunshot wound in an Arkansas lake Tuesday after vanishing earlier this month, as it was revealed that he was once kidnapped under mysterious circumstances, his brother and authorities said.\n\nThree days after Dr. John Forsyth, 49, proposed to his fiancée, he disappeared May 21 after leaving work at a hospital in Cassville, a town of 3,100 deep in the Ozarks.\n\nHis body turned up nine days later in Beaver Lake, about an hour south of where he was last spotted, with a gunshot wound, according to a press release from the Benton County Sheriff's Office.\n\nOfficials didn't disclose the location of the wound or whether Forsyth's death was a suicide.\n\nMISSOURI ER DOCTOR WHO VANISHED 3 DAYS AFTER PROPOSING TO FIANCEE FOUND DEAD\n\nThe body of Dr. John Forsyth, who vanished May 21, turned up in Beaver Lake in northwest Arkansas, his brother said. (Google Maps/Cassville Police Department)\n\nThe deceased doctor's brother, Richard Forsyth, said the family was gathered for dinner Tuesday night when an official with the state police came to the door with the news of Forsyth's death.\n\n\"We're devastated,\" Richard told Fox News Digital.\n\n\"There's no way he killed himself,\" Richard said. \"Many times he mentioned he might be in danger.\" In February 2022, Forsyth was kidnapped and then released, according to his brother.\n\n\"It was cold. He was zip-tied. He was made to feel very unsafe and taken on a car ride with some people to a bridge and was threatened,\" Richard told Fox News Digital.\n\nRichard, who created a cryptocurrency with his brother, said no police report was filed after the alleged kidnapping. He also said he only found out about the sinister incident from a friend the night his brother went missing.\n\n\"He did not file a police report because he believed he was in continued danger,\" Richard said.\n\nDr. John Forsyth, right, and a map of the Cassville Aquatic Center where police located his black Infiniti sedan Sunday. (Google Maps/Facebook)\n\nWhen asked why anyone would want to harm the beloved doctor, Richard replied, \"That is part of the great mystery we’re dealing with.\"\n\nForsyth, a father of eight, proposed to his fiancée days after a divorce settlement was reached with his ex-wife on May 11 that awarded her about $19,000 a month in alimony and child support, his brother said.\n\nTEXAS WOMAN SAYS SHE'S CHICAGO MISSING CHILD FROM OVER 20 YEARS AGO: REPORTS\n\nHowever, the ex-couple had an amicable relationship, he added.\n\nForsyth vanished after texting his fiancée that he would see her in \"a little bit\" at about 7 a.m. then abruptly stopped responding, according to Cassville Police Det. Stuart Lombard.\n\nDr. John Forsyth failed to show up to work for his 7 p.m. shift at Mercy Hospital in Cassville, Missouri, on May 21. (Google Maps)\n\nHis shift had just wrapped up at Mercy Hospital, and he was captured on surveillance footage headed to his luxury RV in the parking lot where he stayed when he was working. He was due back at the hospital at 7 p.m. but never showed up.\n\nForsyth had never arrived late or missed a shift in the 15 years he worked at the hospital. That night, police found his Infiniti sedan at a yard waste facility at the edge of the Cassville Aquatic Center about a mile from the hospital.\n\nPUBLIC SCHOOL EMPLOYEE WANTED FOR KIDNAPPING TAKES COPS ON HIGH-SPEED CHASE SPANNING MULTIPLE COUNTIES: POLICE\n\nHe had left his possessions, including his wallet, passport, five phones and his laptop, in his unlocked RV and car.\n\n\"His phones are an extension of his physical body. He wouldn't go anywhere without them,\" said Richard, who was surprised to learn that his brother owned more than two phones.\n\nThe brothers, who share a love of mathematics and science, had dinner the Wednesday before his disappearance and spent two hours talking about encryption technology.\n\nDr. John Forsyth of Missouri was found dead after he vanished May 21 when he failed to show up to work at a local hospital. (Cassville Police Department/Facebook)\n\nForsyth had a vacation planned to visit several family members and friends in Idaho and Utah beginning May 22 and was excited about his engagement. \"He was full of optimism,\" Richard recalled. \"He had a great life.\"\n\nThe crestfallen brother said he was struggling to make sense of what happened.\n\n\"This is so bizarre,\" Richard told Fox News Digital. \"It's a three-dimensional Jackson Pollock painting, and nothing makes any sense. There is no theory that works.\"\n\nLombard said the body believed to be that of Forsyth is still pending official identification. Police are investigating how the doctor got to Beaver Lake, Lombard added.\n\nThe probe is a joint effort by the Benton County Sheriff's Office, Cassville Police Department and the Missouri State Police.\n\nAnyone with information is urged to contact the Cassville Police Department at 417-847-4700 or 417-847-4911.\n\nRebecca Rosenberg is a veteran journalist and book author with a focus on crime and criminal justice. Email tips to rebecca.rosenberg@fox.com and @ReRosenberg.", - "chars": 8619, - "sha256": "40e27c737fe7479395174e05e69afb3ae5e075312a7d188ad4b944968a7a2e95", + "text": "Missing Missouri doctor found dead in lake from gunshot after previous kidnapping revealed | Fox News\n\nTiffany Smiley on Clancy case: Why was this woman allowed to be alone with her kids?\n\nTrump signs executive order supporting American cattle ranchers\n\nFormer FBI agent ‘disgusted’ by Lindsay Clancy’s defense attorney\n\nNearly unanimous does not mean unanimous in Clancy case: Ex-FBI official\n\nNancy Grace: Clancy defense lawyer should have been held in contempt\n\nAD WARS: Abdul El-Sayed takes a trip to 'Love Island'\n\nThis should be the ‘No 1’ criterion for the next WNBA commissioner: Clay Travis\n\nMama Vance has something Gavin Newsom and the Democrats don't: GOP strategist\n\nEvita Duffy-Alonso: Leftists don't believe in responsibility\n\nMissouri school district wants 'they/them' pronouns used in math class\n\nTeacher Daniel Buck responds to a St. Louis-area school district calling for equity and inclusion by implementing them/them pronouns in math classes.\n\nNEWYou can now listen to Fox News articles!\n\nA Missouri ER doctor was found dead of a gunshot wound in an Arkansas lake Tuesday after vanishing earlier this month, as it was revealed that he was once kidnapped under mysterious circumstances, his brother and authorities said.\n\nThree days after Dr. John Forsyth, 49, proposed to his fiancée, he disappeared May 21 after leaving work at a hospital in Cassville, a town of 3,100 deep in the Ozarks.\n\nHis body turned up nine days later in Beaver Lake, about an hour south of where he was last spotted, with a gunshot wound, according to a press release from the Benton County Sheriff's Office.\n\nOfficials didn't disclose the location of the wound or whether Forsyth's death was a suicide.\n\nMISSOURI ER DOCTOR WHO VANISHED 3 DAYS AFTER PROPOSING TO FIANCEE FOUND DEAD\n\nThe body of Dr. John Forsyth, who vanished May 21, turned up in Beaver Lake in northwest Arkansas, his brother said. (Google Maps/Cassville Police Department)\n\nThe deceased doctor's brother, Richard Forsyth, said the family was gathered for dinner Tuesday night when an official with the state police came to the door with the news of Forsyth's death.\n\n\"We're devastated,\" Richard told Fox News Digital.\n\n\"There's no way he killed himself,\" Richard said. \"Many times he mentioned he might be in danger.\" In February 2022, Forsyth was kidnapped and then released, according to his brother.\n\n\"It was cold. He was zip-tied. He was made to feel very unsafe and taken on a car ride with some people to a bridge and was threatened,\" Richard told Fox News Digital.\n\nRichard, who created a cryptocurrency with his brother, said no police report was filed after the alleged kidnapping. He also said he only found out about the sinister incident from a friend the night his brother went missing.\n\n\"He did not file a police report because he believed he was in continued danger,\" Richard said.\n\nDr. John Forsyth, right, and a map of the Cassville Aquatic Center where police located his black Infiniti sedan Sunday. (Google Maps/Facebook)\n\nWhen asked why anyone would want to harm the beloved doctor, Richard replied, \"That is part of the great mystery we’re dealing with.\"\n\nForsyth, a father of eight, proposed to his fiancée days after a divorce settlement was reached with his ex-wife on May 11 that awarded her about $19,000 a month in alimony and child support, his brother said.\n\nTEXAS WOMAN SAYS SHE'S CHICAGO MISSING CHILD FROM OVER 20 YEARS AGO: REPORTS\n\nHowever, the ex-couple had an amicable relationship, he added.\n\nForsyth vanished after texting his fiancée that he would see her in \"a little bit\" at about 7 a.m. then abruptly stopped responding, according to Cassville Police Det. Stuart Lombard.\n\nDr. John Forsyth failed to show up to work for his 7 p.m. shift at Mercy Hospital in Cassville, Missouri, on May 21. (Google Maps)\n\nHis shift had just wrapped up at Mercy Hospital, and he was captured on surveillance footage headed to his luxury RV in the parking lot where he stayed when he was working. He was due back at the hospital at 7 p.m. but never showed up.\n\nForsyth had never arrived late or missed a shift in the 15 years he worked at the hospital. That night, police found his Infiniti sedan at a yard waste facility at the edge of the Cassville Aquatic Center about a mile from the hospital.\n\nPUBLIC SCHOOL EMPLOYEE WANTED FOR KIDNAPPING TAKES COPS ON HIGH-SPEED CHASE SPANNING MULTIPLE COUNTIES: POLICE\n\nHe had left his possessions, including his wallet, passport, five phones and his laptop, in his unlocked RV and car.\n\n\"His phones are an extension of his physical body. He wouldn't go anywhere without them,\" said Richard, who was surprised to learn that his brother owned more than two phones.\n\nThe brothers, who share a love of mathematics and science, had dinner the Wednesday before his disappearance and spent two hours talking about encryption technology.\n\nDr. John Forsyth of Missouri was found dead after he vanished May 21 when he failed to show up to work at a local hospital. (Cassville Police Department/Facebook)\n\nForsyth had a vacation planned to visit several family members and friends in Idaho and Utah beginning May 22 and was excited about his engagement. \"He was full of optimism,\" Richard recalled. \"He had a great life.\"\n\nThe crestfallen brother said he was struggling to make sense of what happened.\n\n\"This is so bizarre,\" Richard told Fox News Digital. \"It's a three-dimensional Jackson Pollock painting, and nothing makes any sense. There is no theory that works.\"\n\nLombard said the body believed to be that of Forsyth is still pending official identification. Police are investigating how the doctor got to Beaver Lake, Lombard added.\n\nThe probe is a joint effort by the Benton County Sheriff's Office, Cassville Police Department and the Missouri State Police.\n\nAnyone with information is urged to contact the Cassville Police Department at 417-847-4700 or 417-847-4911.\n\nRebecca Rosenberg is a veteran journalist and book author with a focus on crime and criminal justice. Email tips to rebecca.rosenberg@fox.com and @ReRosenberg.", + "chars": 6057, + "sha256": "31353e545077256c7235d04407befc25a308a301f985bc34dae612921527b3be", "staged_file": "02_foxnews-com.txt", - "paragraphs_kept": "ALL 75 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 30-74 of 75", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:43:24+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 30-74 plus headline [0]; dropped 29 leading and 0 trailing paragraphs. Case-term hits on page: 29.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "362": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.europe1.fr/faits-divers/info-europe-1-chantage-a-la-cryptomonnaie-une-mere-et-ses-deux-enfants-menaces-par-des-malfaiteurs-cagoules-774753", "source": "europe1.fr", "language": "unknown", - "text": "INFO EUROPE 1 - Chantage à la cryptomonnaie : une mère et ses deux enfants menacés par des malfaiteurs cagoulés\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n \n \n \n \n\n \n \n\n \n \n \n \n\n \n \n \n \n \n \n \n \n\n \n\n \n \n\n \n \n \n \n \n \n \n\n \n \n\n \n\n\n \n\n\n \n Aller au contenu principal\n\nINFO EUROPE 1 - Chantage à la cryptomonnaie : une mère et ses deux enfants menacés par des malfaiteurs cagoulés\n\nPublié le\n 01/10/2025 à 11:04\n \n \n -\n Mis à jour le\n 01/10/2025 à 11:05\n\nSelon les informations d'Europe 1, une femme accompagnée de ses deux enfants a été menacée mardi après-midi dans le Val-de-Marne par deux individus cagoulés. Son mari est un investisseur indépendant en cryptomonnaies.\n\nIls s’en prennent désormais aux mères et aux enfants. Selon les informations recueillies par Europe 1, une femme accompagnée de ses deux enfants a été menacée mardi après-midi dans le Val-de-Marne par deux individus cagoulés qui lui ont remis un téléphone portable afin qu’elle le remette à son mari. Les premiers éléments de l’enquête établissent que ces deux malfaiteurs l’ont menacée de s’en prendre à leur famille si le mari ne répondait pas aux appels. Ce dernier est un investisseur indépendant en cryptomonnaies.\n\nDans la soirée, alors que son conjoint rentrait au domicile familial, son épouse lui a remis le téléphone portable, un Samsung avec une carte prépayée. Le téléphone a sonné à quatre reprises.\n\nPlutôt que de répondre, le père de famille s’est rendu au commissariat pour déposer plainte et a remis le téléphone aux enquêteurs. Une surveillance de son domicile a été mise en place par les policiers locaux.\n\nCet article vous a plu ? Vous aimerez aussi...\n\nParis : blessure au cou, un suspect interpellé... Ce que l'on sait de l'agression d'un cycliste\n\nMarseille : une femme agressée à la gorge par son ex-compagnon sous OQTF, devant ses cinq enfants\n\nAffaire Bruel : contrôle judiciaire assoupli pour le chanteur\n\nRetrouvez la radio en direct, toutes vos émissions en replay, et tous les podcasts europe 1 Studio sur l’application d’Europe1.", - "chars": 2035, - "sha256": "e4755b32dc40a89fcee6a7b317250dc5913224d8b7665580d6bc6161accad7ef", + "text": "INFO EUROPE 1 - Chantage à la cryptomonnaie : une mère et ses deux enfants menacés par des malfaiteurs cagoulés\n \n\nSelon les informations d'Europe 1, une femme accompagnée de ses deux enfants a été menacée mardi après-midi dans le Val-de-Marne par deux individus cagoulés. Son mari est un investisseur indépendant en cryptomonnaies.\n\nIls s’en prennent désormais aux mères et aux enfants. Selon les informations recueillies par Europe 1, une femme accompagnée de ses deux enfants a été menacée mardi après-midi dans le Val-de-Marne par deux individus cagoulés qui lui ont remis un téléphone portable afin qu’elle le remette à son mari. Les premiers éléments de l’enquête établissent que ces deux malfaiteurs l’ont menacée de s’en prendre à leur famille si le mari ne répondait pas aux appels. Ce dernier est un investisseur indépendant en cryptomonnaies.\n\nDans la soirée, alors que son conjoint rentrait au domicile familial, son épouse lui a remis le téléphone portable, un Samsung avec une carte prépayée. Le téléphone a sonné à quatre reprises.\n\nPlutôt que de répondre, le père de famille s’est rendu au commissariat pour déposer plainte et a remis le téléphone aux enquêteurs. Une surveillance de son domicile a été mise en place par les policiers locaux.\n\nCet article vous a plu ? Vous aimerez aussi...\n\nParis : blessure au cou, un suspect interpellé... Ce que l'on sait de l'agression d'un cycliste\n\nMarseille : une femme agressée à la gorge par son ex-compagnon sous OQTF, devant ses cinq enfants\n\nAffaire Bruel : contrôle judiciaire assoupli pour le chanteur\n\nRetrouvez la radio en direct, toutes vos émissions en replay, et tous les podcasts europe 1 Studio sur l’application d’Europe1.", + "chars": 1694, + "sha256": "4dea53b47b2040969edd674c51bbe5b78f50cd8e06d1be42ff2d0b6cc6f9a0e6", "staged_file": "01_europe1-fr.txt", - "paragraphs_kept": "ALL 46 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 37-45 of 46", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:43:28+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 37-45 plus headline [0]; dropped 36 leading and 0 trailing paragraphs. Case-term hits on page: 8.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "355": [ { "field": "url", - "verdict": "THIN", + "verdict": "KEEP", "url": "https://www.manchestereveningnews.co.uk/news/greater-manchester-news/covered-burns-bruises-begged-can-30900995", - "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "source": "manchestereveningnews.co.uk", + "language": "unknown", + "text": "Covered in burns and bruises, he begged 'can you take me with you?' - Manchester Evening News\n\nCovered in burns and bruises, he begged 'can you take me with you?'\n\nThe vulnerable victim had been drugged, threatened, deliberately burnt, hit with weapons, locked in a cupboard and bound with cables in a horrific reign of terror by the cryptocurrency gang\n\nJames HoltSenior Live and Breaking News Reporter\n\nA man who had a bag put over his head and was tied up by a cryptocurrency gang begged police 'can you take me with you?' after he was eventually found being held captive in a flat.\n\nThe vulnerable victim had been drugged, threatened, deliberately burnt, hit with weapons, locked in a cupboard and bound with cables in a horrific reign of terror at the property in Irlam, a court heard.\n\nAfter months of torment, investigations revealed that the victim had been used to acquire hundreds of thousands of pounds worth of cryptocurrency which the defendants, through use of violence, kidnap, and false imprisonment, then sought to steal from him.\n\nThe abuse first began when the victim answered a knock at his door in January 2023, a court was told. He was threatened with violence by thug Scott Armstrong if he didn't transfer cryptocurrency to him. Later that month, another associate, David Povey, went back to the victims address with another man, armed with a knife and demanding more money.\n\nMonths later, in October, police said the victim went to an address in the Cadishead area. When he arrived, another gang member, Gary Edwards, dragged him into the flat. He was tied up and forced to send more money.\n\nWhen he couldn’t pay immediately, they kept him restrained all night and subjected him to violent assaults before locking him in a cupboard. If he didn’t pay, fellow associate Kane Godiff told him he would be killed. After they received the money, he was freed.\n\nDays later, the gang turned up at the victim's house again, demanding more money. They took him to Egret Drive, the address he was later found at by police, and placed a bag over his head.\n\nThe final incident took place on November 30. The victim had been at a friend’s address when he was approached by defendant Gary Edwards and thrown into a van and had his head covered once again.\n\nThen, on December 2, the police received an anonymous tip-off reporting concerns for welfare at the flat. Upon attending, police saw a man running away from the address – later identified as Karl Johnson. The victim was also found inside, who begged 'can you take me with you?' before revealing the tirade of violence he had been subjected to.\n\nHe explained that he’d been brought to this property against his will with a bag over his head. He spoke of the ordeal they had subjected him to, and revealed how he’d been violently assaulted and tied up.\n\nOfficers searched the address and found a dressing gown strap which had been tied to the bed, along with electrical cables. The victim also had a burn mark on his hand, and bruises on his body from where he had been hit with a weapon, court was told.\n\nDetectives uncovered that the victim had acquired hundreds of thousands of pounds worth of cryptocurrency which the defendants had sought to steal from him.\n\nAs the investigation developed, detectives identified that the gang had 'terrorised' the victim on several occasions, demanding crypto currency, using machetes and a pistol to assault him, and on one occasion, drugging him with morphine.\n\nAt the property, detectives from GMP's Criminal Investigation Department seized a viable firearm, a magazine containing three rounds of ammunition, an imitation firearm and an air pistol, electrical cables, ropes, and cable ties which were used to restrain the victim, knives, meat cleavers, a metal baseball bat, a machete, and a hammer.\n\nPolice also found documents belonging to Karl Johnson, and several cigarette butts which had DNA from Karl and Luke Johnson.\n\nThe victim explained that similar incidents had happened several months earlier, but that he had been let go after paying them a sum of over £100,000.\n\nPolice revealed how further phone analysis identified that the defendants were in contact in the nights leading up to the first kidnap. Similarly, after police located the victim, Jonathan Newns, David Povey, and Karl Johnson were all in regular contact with one another. Cell site analysis also placed them all at the at the house on Egret Drive on the dates of kidnap.\n\nA forensic analysis of the black hand pistol and ammunition that police seized provide a DNA profile which was a match for Jonathan Newns.\n\nOn Thursday (January 30), the gang of seven men appeared at Manchester Crown Court to be sentenced for their roles after being found guilty of multiple offences. They have been jailed for more 76 years between them.\n\nJonathan Newns, 24, of Salix Court, Whitebeam Close, Salford was found guilty of two counts of attempted robbery, two counts of false imprisonment, kidnap, and possession of a prohibited firearm. He has been jailed for 20 years.\n\nDavid Povey, 38, of Dalebeck Close, Whitefield, was found guilty of robbery, kidnap, false imprisonment, and attempted robbery. He has been jailed for 20 years.\n\nLuke Johnson, 25, of Southway, Eccles, was found guilty of two counts of attempted robbery, two counts of false imprisonment, and two counts of kidnap. He has been jailed for 13 years and six months.\n\nGary Edwards, 47, of Cumberland Avenue, Cadishead, pleaded guilty to attempted robbery. He has been jailed for ten years and two months.\n\nKane Godiff, 33, of no fixed abode pleaded guilty to attempted robbery. He has been jailed for seven years and five months.\n\nKarl Johnson, 35, of Egret Drive, Irlam, pleaded guilty to two counts of encouraging or assisting an offence of robbery. He has been jailed for three years years.\n\nScott Armstrong, 39, of no fixed abode pleaded guilty to two counts of transferring criminal property. he has been jailed for two years and four months.\n\nInvestigating officer, Detective Sergeant Stephanie Bowling, said: “This was a challenging investigation which has thankfully resulted in these dangerous offenders being removed from the streets for a significant amount of time.\n\n“While I know that this sentence won’t change or takeaway from the trauma that our victim was subjected to, I sincerely hope that it helps him move forward with his life, safe in the knowledge that these men are now behind bars.”\n\nDetective Inspector Justin Bryant from GMP's Salford district added: “These men showed a concerning propensity for violence and weren’t afraid to use a variety of formidable weapons to get what they want. I’d like to commend the victim for his bravery, and I hope he continues to recover from this experience.\n\n“I not only hope that this sentencing acts as a deterrent to anyone who may be considering such violence, but I hope it reassures the communities of Greater Manchester that we will use all specialist resources and skills catch harmful offenders.”\n\nYou can find this story in My Bookmarks.Or by navigating to the user icon in the top right.\n\nSalfordMissing man in Tenerife has been 'found needing medical care' after family flies out to search, says sisterAlthough Liam has been found, he needs medical help before he will be able to return home, his family has said\n\nKensington Palace issue unprecedented statement in defence of Princess Kate\n\nKensington Palace has issued a rare statement following reports that Princess Kate is no longer going to be sharing details of her outfits when she carries out royal engagements\n\nBoy, 12, admits swinging seven-inch knife at member of school staff as judge tells him 'somebody could have been killed'\n\n'Every time you go out with a knife you run the risk that someone might not go home'\n\n'Jerking' baby dies after mum and dad told they had 'first-time parent paranoia'", + "chars": 7871, + "sha256": "38b4342f4bdc9167b2ec869bb6ae98e48124f96ea2ef17c94c806b87628b922f", + "staged_file": "01_manchestereveningnews-co-uk-wayback.txt", + "paragraphs_kept": "headline [0] + 1-40 of 86", + "method": "Wayback Machine snapshot 20250211214428, deterministic extraction", + "fetched_at": "2026-09-05T13:25:46+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20250211214428/https://www.manchestereveningnews.co.uk/news/greater-manchester-news/covered-burns-bruises-begged-can-30900995", + "snapshot": "20250211214428", + "note": "live URL was THIN on the first pass; text comes from an archived copy dated 2025-02-11", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-40 plus headline [0]; dropped 0 leading and 45 trailing paragraphs. Case-term hits on page: 7.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "354": [ { "field": "url", - "verdict": "THIN", + "verdict": "KEEP", "url": "https://www.manchestereveningnews.co.uk/news/greater-manchester-news/covered-burns-bruises-begged-can-30900995", - "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "source": "manchestereveningnews.co.uk", + "language": "unknown", + "text": "Covered in burns and bruises, he begged 'can you take me with you?' - Manchester Evening News\n\nCovered in burns and bruises, he begged 'can you take me with you?'\n\nThe vulnerable victim had been drugged, threatened, deliberately burnt, hit with weapons, locked in a cupboard and bound with cables in a horrific reign of terror by the cryptocurrency gang\n\nJames HoltSenior Live and Breaking News Reporter\n\nA man who had a bag put over his head and was tied up by a cryptocurrency gang begged police 'can you take me with you?' after he was eventually found being held captive in a flat.\n\nThe vulnerable victim had been drugged, threatened, deliberately burnt, hit with weapons, locked in a cupboard and bound with cables in a horrific reign of terror at the property in Irlam, a court heard.\n\nAfter months of torment, investigations revealed that the victim had been used to acquire hundreds of thousands of pounds worth of cryptocurrency which the defendants, through use of violence, kidnap, and false imprisonment, then sought to steal from him.\n\nThe abuse first began when the victim answered a knock at his door in January 2023, a court was told. He was threatened with violence by thug Scott Armstrong if he didn't transfer cryptocurrency to him. Later that month, another associate, David Povey, went back to the victims address with another man, armed with a knife and demanding more money.\n\nMonths later, in October, police said the victim went to an address in the Cadishead area. When he arrived, another gang member, Gary Edwards, dragged him into the flat. He was tied up and forced to send more money.\n\nWhen he couldn’t pay immediately, they kept him restrained all night and subjected him to violent assaults before locking him in a cupboard. If he didn’t pay, fellow associate Kane Godiff told him he would be killed. After they received the money, he was freed.\n\nDays later, the gang turned up at the victim's house again, demanding more money. They took him to Egret Drive, the address he was later found at by police, and placed a bag over his head.\n\nThe final incident took place on November 30. The victim had been at a friend’s address when he was approached by defendant Gary Edwards and thrown into a van and had his head covered once again.\n\nThen, on December 2, the police received an anonymous tip-off reporting concerns for welfare at the flat. Upon attending, police saw a man running away from the address – later identified as Karl Johnson. The victim was also found inside, who begged 'can you take me with you?' before revealing the tirade of violence he had been subjected to.\n\nHe explained that he’d been brought to this property against his will with a bag over his head. He spoke of the ordeal they had subjected him to, and revealed how he’d been violently assaulted and tied up.\n\nOfficers searched the address and found a dressing gown strap which had been tied to the bed, along with electrical cables. The victim also had a burn mark on his hand, and bruises on his body from where he had been hit with a weapon, court was told.\n\nDetectives uncovered that the victim had acquired hundreds of thousands of pounds worth of cryptocurrency which the defendants had sought to steal from him.\n\nAs the investigation developed, detectives identified that the gang had 'terrorised' the victim on several occasions, demanding crypto currency, using machetes and a pistol to assault him, and on one occasion, drugging him with morphine.\n\nAt the property, detectives from GMP's Criminal Investigation Department seized a viable firearm, a magazine containing three rounds of ammunition, an imitation firearm and an air pistol, electrical cables, ropes, and cable ties which were used to restrain the victim, knives, meat cleavers, a metal baseball bat, a machete, and a hammer.\n\nPolice also found documents belonging to Karl Johnson, and several cigarette butts which had DNA from Karl and Luke Johnson.\n\nThe victim explained that similar incidents had happened several months earlier, but that he had been let go after paying them a sum of over £100,000.\n\nPolice revealed how further phone analysis identified that the defendants were in contact in the nights leading up to the first kidnap. Similarly, after police located the victim, Jonathan Newns, David Povey, and Karl Johnson were all in regular contact with one another. Cell site analysis also placed them all at the at the house on Egret Drive on the dates of kidnap.\n\nA forensic analysis of the black hand pistol and ammunition that police seized provide a DNA profile which was a match for Jonathan Newns.\n\nOn Thursday (January 30), the gang of seven men appeared at Manchester Crown Court to be sentenced for their roles after being found guilty of multiple offences. They have been jailed for more 76 years between them.\n\nJonathan Newns, 24, of Salix Court, Whitebeam Close, Salford was found guilty of two counts of attempted robbery, two counts of false imprisonment, kidnap, and possession of a prohibited firearm. He has been jailed for 20 years.\n\nDavid Povey, 38, of Dalebeck Close, Whitefield, was found guilty of robbery, kidnap, false imprisonment, and attempted robbery. He has been jailed for 20 years.\n\nLuke Johnson, 25, of Southway, Eccles, was found guilty of two counts of attempted robbery, two counts of false imprisonment, and two counts of kidnap. He has been jailed for 13 years and six months.\n\nGary Edwards, 47, of Cumberland Avenue, Cadishead, pleaded guilty to attempted robbery. He has been jailed for ten years and two months.\n\nKane Godiff, 33, of no fixed abode pleaded guilty to attempted robbery. He has been jailed for seven years and five months.\n\nKarl Johnson, 35, of Egret Drive, Irlam, pleaded guilty to two counts of encouraging or assisting an offence of robbery. He has been jailed for three years years.\n\nScott Armstrong, 39, of no fixed abode pleaded guilty to two counts of transferring criminal property. he has been jailed for two years and four months.\n\nInvestigating officer, Detective Sergeant Stephanie Bowling, said: “This was a challenging investigation which has thankfully resulted in these dangerous offenders being removed from the streets for a significant amount of time.\n\n“While I know that this sentence won’t change or takeaway from the trauma that our victim was subjected to, I sincerely hope that it helps him move forward with his life, safe in the knowledge that these men are now behind bars.”\n\nDetective Inspector Justin Bryant from GMP's Salford district added: “These men showed a concerning propensity for violence and weren’t afraid to use a variety of formidable weapons to get what they want. I’d like to commend the victim for his bravery, and I hope he continues to recover from this experience.\n\n“I not only hope that this sentencing acts as a deterrent to anyone who may be considering such violence, but I hope it reassures the communities of Greater Manchester that we will use all specialist resources and skills catch harmful offenders.”\n\nYou can find this story in My Bookmarks.Or by navigating to the user icon in the top right.\n\nSalfordMissing man in Tenerife has been 'found needing medical care' after family flies out to search, says sisterAlthough Liam has been found, he needs medical help before he will be able to return home, his family has said\n\nKensington Palace issue unprecedented statement in defence of Princess Kate\n\nKensington Palace has issued a rare statement following reports that Princess Kate is no longer going to be sharing details of her outfits when she carries out royal engagements\n\nBoy, 12, admits swinging seven-inch knife at member of school staff as judge tells him 'somebody could have been killed'\n\n'Every time you go out with a knife you run the risk that someone might not go home'\n\n'Jerking' baby dies after mum and dad told they had 'first-time parent paranoia'", + "chars": 7871, + "sha256": "38b4342f4bdc9167b2ec869bb6ae98e48124f96ea2ef17c94c806b87628b922f", + "staged_file": "01_manchestereveningnews-co-uk-wayback.txt", + "paragraphs_kept": "headline [0] + 1-40 of 86", + "method": "Wayback Machine snapshot 20250211214428, deterministic extraction", + "fetched_at": "2026-09-05T13:25:50+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20250211214428/https://www.manchestereveningnews.co.uk/news/greater-manchester-news/covered-burns-bruises-begged-can-30900995", + "snapshot": "20250211214428", + "note": "live URL was THIN on the first pass; text comes from an archived copy dated 2025-02-11", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-40 plus headline [0]; dropped 0 leading and 45 trailing paragraphs. Case-term hits on page: 5.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "353": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://bits.media/neizvestnye-razgrabili-krupnuyu-mayning-fermu-na-skladakh-pod-moskvoy/", "source": "bits.media", "language": "unknown", - "text": "Неизвестные разграбили крупную майнинг-ферму на складах под Москвой - Bits Media\n\nBTC\n $80,927\n 3.20%\n \n \n ETH\n $2,519\n 4.00%\n \n \n SOL\n $103.77\n 2.60%\n \n \n BNB\n $717.46\n 1.40%\n \n \n XRP\n $1.45\n 4.50%\n \n \n ADA\n $0.22\n 4.10%\n \n обновлено · 4 сен 2026 · 13:10 MSK\n\nНеизвестные разграбили крупную майнинг-ферму на складах под Москвой\n\nВ деревне Кучино под Домодедово произошло нападение на майнинг-ферму, которая находилась на складской территории торговой сети «ВкусВилл».\n\nПо словам сотрудников охранного предприятия, на склад проникли четверо неизвестных в масках. Нападавшие угрожали оружием, заковав охранников в наручники. Подмосковная ферма работала прямо на территории склада продуктов. Злоумышленники украли четыре контейнера, в которых находились 100 видеокарт.\n\nС учетом количества похищенных процессоров и серверов сумма ущерба может значительно превысить 1 млн.\n\nСкрывая следы преступления, злоумышленники похитили и хранилища данных с записями видеокамер наблюдения. Полиция ищет преступников, которым теперь грозит наказание на срок до 12 лет колонии.\n\nВ июне главное управление МВД России по Иркутской области сообщило\n о возбуждении уголовного дела в отношении организаторов майнинг-отеля, которые привлекли клиентов выгодными ценами на аренду площадей и электроэнергию, а затем скрылись с их оборудованием на общую сумму 100 млн рублей.\n\nАвтор\n Демури Гойтиев Автор статей об индустрии криптовалют и блокчейне. Экономист, эксперт в области экономики, финансов и банковских платежных систем. Криптоэнтузиаст.\n\n✓ Проверено экспертом\n Алексей Дмитриев Редактор с семнадцатилетним стажем, успел поработать на «Коммерсантъ», «Фонтанку» и еще десяток изданий, создавал собственные нишевые и выводил на новый уровень крупные медиа.\n\nОбсудить на форуме\n Показать комментарии\n\nЗагружаются комментарии...\n\nПодпишитесь на Telegram-канал Bits.media\n Главные новости криптовалют и блокчейна — каждый день в вашей ленте.\n\nЛегальный российский крипторынок станет «рынком крашенной криптовалюты» — «Финам»\n\nАналитики Bernstein назвали сроки возвращения биткоина к $125 000\n\nВ BlackRock назвали причину роста биткоина\n\nИнвестор вернул доступ к биткоинам спустя 12 лет", - "chars": 2163, - "sha256": "34b4cd12cbd212b319865b60321a41bc48881f734d6a908425b52e9a42469122", + "text": "Неизвестные разграбили крупную майнинг-ферму на складах под Москвой - Bits Media\n\nВ деревне Кучино под Домодедово произошло нападение на майнинг-ферму, которая находилась на складской территории торговой сети «ВкусВилл».\n\nПо словам сотрудников охранного предприятия, на склад проникли четверо неизвестных в масках. Нападавшие угрожали оружием, заковав охранников в наручники. Подмосковная ферма работала прямо на территории склада продуктов. Злоумышленники украли четыре контейнера, в которых находились 100 видеокарт.\n\nС учетом количества похищенных процессоров и серверов сумма ущерба может значительно превысить 1 млн.\n\nСкрывая следы преступления, злоумышленники похитили и хранилища данных с записями видеокамер наблюдения. Полиция ищет преступников, которым теперь грозит наказание на срок до 12 лет колонии.\n\nВ июне главное управление МВД России по Иркутской области сообщило\n о возбуждении уголовного дела в отношении организаторов майнинг-отеля, которые привлекли клиентов выгодными ценами на аренду площадей и электроэнергию, а затем скрылись с их оборудованием на общую сумму 100 млн рублей.\n\nАвтор\n Демури Гойтиев Автор статей об индустрии криптовалют и блокчейне. Экономист, эксперт в области экономики, финансов и банковских платежных систем. Криптоэнтузиаст.\n\n✓ Проверено экспертом\n Алексей Дмитриев Редактор с семнадцатилетним стажем, успел поработать на «Коммерсантъ», «Фонтанку» и еще десяток изданий, создавал собственные нишевые и выводил на новый уровень крупные медиа.\n\nОбсудить на форуме\n Показать комментарии\n\nЗагружаются комментарии...\n\nПодпишитесь на Telegram-канал Bits.media\n Главные новости криптовалют и блокчейна — каждый день в вашей ленте.\n\nЛегальный российский крипторынок станет «рынком крашенной криптовалюты» — «Финам»", + "chars": 1754, + "sha256": "d83ef5021855aed3474353663dbd873a8111874ad45d731b4d01c2db18523f9c", "staged_file": "01_bits-media.txt", - "paragraphs_kept": "ALL 17 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 3-13 of 17", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:43:33+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-13 plus headline [0]; dropped 2 leading and 3 trailing paragraphs. Case-term hits on page: 2 (WEAK anchor, confirm the page is about this case).", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "350": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://cryptonews.com/news/french-crypto-trader-kidnapped-near-paris-released-after-refusing-10k-ransom-report/", "source": "cryptonews.com", "language": "unknown", - "text": "French Crypto Trader Kidnapped Near Paris, Released After Refusing €10K Ransom: Report\n\nFrench crypto trader kidnapped near Paris, released after refusing €10K ransom as organized crime networks target crypto elite with systematic violence.\n\nAnas is a crypto native journalist and SEO writer with over five years of writing experience covering blockchain, crypto, DeFi, and emerging tech.\n\nAave Goes All-In on DeFi, Shuts Down Avara Brand and Family Wallet\n\nXRP Price Prediction: Ripple Supports Tokenization of $280M in Diamonds on XRPL\n\nArbitrum Issues Urgent Warning After Official X Account Compromised\n\nGalaxy Analyst Warns Bitcoin Could Drop to $63K Due to Ownership Gap\n\nJPMorgan Says Family Offices Are Dumping Crypto for AI Bets\n\nA 35-year-old former crypto trader was kidnapped and held captive between Paris and Saint-Germain-en-Laye before being released Wednesday morning after his captors failed to extract a €10,000 ransom from his contacts.\n\nThe victim was found walking home around 4:00 am with facial swelling and injuries after being strangled during his confinement, marking the latest in a surge of crypto-related kidnappings plaguing France.\n\nInvestigation Underway as France Leads Crypto Kidnapping Case\n\nAccording to leParisien, police launched an immediate investigation Tuesday night after receiving a disturbing call from Algeria, where the victim’s acquaintance had received a photo showing Alexandre on his knees with his hands tied.\n\nThe kidnappers demanded €10,000 from the contact in exchange for the former trader’s release, prompting authorities to geolocate his phone to Paris’s 10th arrondissement.\n\nAnti-crime squad officers recognized Alexandre returning home Wednesday morning, describing him as “shocked” with visible facial injuries from strangulation attempts by his attackers.\n\nForensic technicians collected traces and evidence from his clothing and skin to identify the perpetrators, while investigators work to verify his statements about the incident circumstances.\n\nThe case represents just the tenth crypto-linked kidnapping reported in France during recent months, contributing to a global surge that has seen at least 32 “wrench attacks” in 2025, according to Bitcoin security advocate Jameson Lopp.\n\nNearly one-third of these incidents have occurred in France, so far establishing the country as a dangerous hotspot for crypto-related violent crime.\n\nOrganized Crime Networks Target French Crypto Elite Through Systematic Violence\n\nFrench authorities have identified coordinated criminal networks systematically targeting crypto entrepreneurs and their families through increasingly brutal tactics.\n\nIn May, prosecutors charged 25 suspects linked to multiple abduction plots, including attempts on Paymium CEO Pierre Noizat’s daughter, using fake delivery vans as cover.\n\nThe January kidnapping of Ledger co-founder David Balland marked a turning point in violence escalation, with attackers severing one of his fingers while demanding crypto ransoms.\n\nTwelve suspects were later arrested in connection with that case, revealing an international network operating between France and Morocco.\n\nMultiple high-profile incidents have involved attackers disguising themselves as delivery workers using stolen or counterfeit branded vans from services like UPS and Chronopost.\n\nIn May, four men kidnapped a poker player’s father in Paris, severing his finger and filming the mutilation to coerce his son into transferring €5-7 million.\n\nAs a result, in June, Moroccan authorities arrested Franco-Moroccan suspect Badiss Mohamed Amide Bajjou in Tangier following an Interpol Red Notice, identifying him as a key organizer coordinating operations from outside France.\n\nInvestigators believe a second Franco-Moroccan organizer remains at large, using social media to recruit young French nationals for execution roles.\n\nThe criminal networks used sophisticated intelligence gathering, with victims apparently selected based on detailed knowledge of their crypto holdings and daily routines.\n\nGlobal Crypto Kidnapping Epidemic Spreads Beyond French Borders\n\nThe violence extends across multiple continents, with Belgium sentencing three men to 12 years for kidnapping crypto investor Stephane Winkel’s wife in December 2024.\n\nThe attackers were intercepted near Bruges after forcing her into a French-registered van, though the masterminds behind the operation remain unidentified.\n\nSimilarly, Australian crypto billionaire Tim Heath narrowly escaped kidnapping in Estonia when attackers using GPS tracking devices attempted to transport him to a rented sauna house for forced cryptocurrency transfers.\n\nOne attacker lost part of his finger when Heath fought back during the assault.\n\nRecent US cases include two NYPD officers placed on modified duty over alleged involvement in a 17-day crypto kidnapping and torture case involving an Italian national in Manhattan.\n\nSix men were also charged in connection with kidnapping four Chicago residents and forcing them to transfer $15 million in cryptocurrency.\n\nDue to the looming threat of theft cases, security firm Infinite Risks International reports a surge in demand for 24/7 protection services from crypto executives, with clients specifically citing fears of kidnapping and extortion.\n\nEuropean authorities continue investigating what they describe as expanding networks behind targeted kidnappings, with Belgian police confirming ongoing investigations into broader criminal organizations.\n\nXRP Price Analysis: Wealth Managers Show Growing Interest in XRP\n\nXRP Price Prediction: Ripple Edges Bitcoin In South Korea\n\nXRP News: Ripple Rallies on Fed Dovish Tone, $10 Dream Returns\n\nWhere Could XRP Price Go This September as CLARITY Act Nears?\n\nSEC Chair Paul Atkins Sets September 15 Senate Vote for CLARITY Act\n\nEthereum Price Suppressed as Selling Pressure Mounts\n\nRipple News: BIS Turns to XRP Ledger for 3–5 Second Data Verification\n\nEthereum News: Double Three Pattern Hints at Another Rally\n\nBest Crypto to Buy Now in September 2026 – Top Crypto to Invest In\n\nNew Cryptocurrencies to Invest in Today – Top New Crypto Coins\n\n8 Best Crypto Presales in September 2026\n\nEarly Access to 6 New & Upcoming Coinbase Listings in September 2026\n\n10 New & Upcoming Binance Listings in 2026\n\nNext Crypto to Explode in 2026 – Our Top Picks\n\nBitcoin (BTC) Price Prediction 2026, 2027 – 2030\n\nXRP (XRP) Price Prediction 2026, 2027 – 2030\n\nEthereum Price Prediction 2026, 2027 – 2030\n\nAt Cryptonews, we aim to make cryptocurrency, blockchain, and Web3 understandable, and information available to everyone, no matter what level you are in your investment journey. Founded in 2017, Cryptonews has been dedicated to delivering reliable, multilingual coverage of the cryptocurrency industry.\n\nDiscover trending tokens still in presale — early-stage picks with potential.\n\nSmart tools made for everyday crypto users\n\nASIC Removes 14,000 Scam Sites in Two Years, Crypto Fraud Accounts for 20% of Takedowns\n\nCrypto Influencer Sentenced To Prison In Multi-Million Dollar ‘Cryptojacking’ Scam\n\nGet dialed in every Tuesday & Friday with quick updates on the world of crypto\n\nEnter your email for our free Newsletter\n\nThis site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.", - "chars": 7288, - "sha256": "4190a08cd76d45c14ac0d3806c23f34e8610654a28a4ffe654611d0306ad92ae", + "text": "French Crypto Trader Kidnapped Near Paris, Released After Refusing €10K Ransom: Report\n\nA 35-year-old former crypto trader was kidnapped and held captive between Paris and Saint-Germain-en-Laye before being released Wednesday morning after his captors failed to extract a €10,000 ransom from his contacts.\n\nThe victim was found walking home around 4:00 am with facial swelling and injuries after being strangled during his confinement, marking the latest in a surge of crypto-related kidnappings plaguing France.\n\nInvestigation Underway as France Leads Crypto Kidnapping Case\n\nAccording to leParisien, police launched an immediate investigation Tuesday night after receiving a disturbing call from Algeria, where the victim’s acquaintance had received a photo showing Alexandre on his knees with his hands tied.\n\nThe kidnappers demanded €10,000 from the contact in exchange for the former trader’s release, prompting authorities to geolocate his phone to Paris’s 10th arrondissement.\n\nAnti-crime squad officers recognized Alexandre returning home Wednesday morning, describing him as “shocked” with visible facial injuries from strangulation attempts by his attackers.\n\nForensic technicians collected traces and evidence from his clothing and skin to identify the perpetrators, while investigators work to verify his statements about the incident circumstances.\n\nThe case represents just the tenth crypto-linked kidnapping reported in France during recent months, contributing to a global surge that has seen at least 32 “wrench attacks” in 2025, according to Bitcoin security advocate Jameson Lopp.\n\nNearly one-third of these incidents have occurred in France, so far establishing the country as a dangerous hotspot for crypto-related violent crime.\n\nOrganized Crime Networks Target French Crypto Elite Through Systematic Violence\n\nFrench authorities have identified coordinated criminal networks systematically targeting crypto entrepreneurs and their families through increasingly brutal tactics.\n\nIn May, prosecutors charged 25 suspects linked to multiple abduction plots, including attempts on Paymium CEO Pierre Noizat’s daughter, using fake delivery vans as cover.\n\nThe January kidnapping of Ledger co-founder David Balland marked a turning point in violence escalation, with attackers severing one of his fingers while demanding crypto ransoms.\n\nTwelve suspects were later arrested in connection with that case, revealing an international network operating between France and Morocco.\n\nMultiple high-profile incidents have involved attackers disguising themselves as delivery workers using stolen or counterfeit branded vans from services like UPS and Chronopost.\n\nIn May, four men kidnapped a poker player’s father in Paris, severing his finger and filming the mutilation to coerce his son into transferring €5-7 million.\n\nAs a result, in June, Moroccan authorities arrested Franco-Moroccan suspect Badiss Mohamed Amide Bajjou in Tangier following an Interpol Red Notice, identifying him as a key organizer coordinating operations from outside France.\n\nInvestigators believe a second Franco-Moroccan organizer remains at large, using social media to recruit young French nationals for execution roles.\n\nThe criminal networks used sophisticated intelligence gathering, with victims apparently selected based on detailed knowledge of their crypto holdings and daily routines.\n\nGlobal Crypto Kidnapping Epidemic Spreads Beyond French Borders\n\nThe violence extends across multiple continents, with Belgium sentencing three men to 12 years for kidnapping crypto investor Stephane Winkel’s wife in December 2024.\n\nThe attackers were intercepted near Bruges after forcing her into a French-registered van, though the masterminds behind the operation remain unidentified.\n\nSimilarly, Australian crypto billionaire Tim Heath narrowly escaped kidnapping in Estonia when attackers using GPS tracking devices attempted to transport him to a rented sauna house for forced cryptocurrency transfers.\n\nOne attacker lost part of his finger when Heath fought back during the assault.\n\nRecent US cases include two NYPD officers placed on modified duty over alleged involvement in a 17-day crypto kidnapping and torture case involving an Italian national in Manhattan.\n\nSix men were also charged in connection with kidnapping four Chicago residents and forcing them to transfer $15 million in cryptocurrency.\n\nDue to the looming threat of theft cases, security firm Infinite Risks International reports a surge in demand for 24/7 protection services from crypto executives, with clients specifically citing fears of kidnapping and extortion.\n\nEuropean authorities continue investigating what they describe as expanding networks behind targeted kidnappings, with Belgian police confirming ongoing investigations into broader criminal organizations.\n\nXRP Price Analysis: Wealth Managers Show Growing Interest in XRP\n\nXRP Price Prediction: Ripple Edges Bitcoin In South Korea\n\nXRP News: Ripple Rallies on Fed Dovish Tone, $10 Dream Returns\n\nWhere Could XRP Price Go This September as CLARITY Act Nears?", + "chars": 5088, + "sha256": "ac9f90ebb3f24024cc09a2a2c4a8e874709ed61f4c8ab711cead3afe371a1858", "staged_file": "01_cryptonews-com.txt", - "paragraphs_kept": "ALL 61 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 8-39 of 61", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:43:35+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 8-39 plus headline [0]; dropped 7 leading and 21 trailing paragraphs. Case-term hits on page: 30.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "349": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.reuters.com/markets/currencies/abkhazias-illegal-bitcoin-miners-face-new-threat-thieves-2022-01-06/", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "reuters.com", + "language": "unknown", + "text": "Abkhazia's illegal bitcoin miners face new threat from thieves | Reuters\n\nTBILISI, Jan 6 (Thomson Reuters Foundation) - When Valeri checked the Abkhazia garage where he had set up a small and illegal bitcoin mining operation one autumn morning, he found the door bust open. Thieves had broken in overnight, taking with them 20 mining servers worth about $10,000.\n\n\"They cleaned up the place completely,\" said the 31-year-old from the Black Sea region, who preferred not to use his real name, adding the robbery left him feeling \"angry and frustrated\".\n\nHis was no isolated case. Cryptocurrency miners say Abkhazia has been hit by a wave of burglaries - some of them violent - since authorities banned the power-intensive activity to stem an energy crisis in 2020.\n\nIn October, five men armed with guns and Kalashnikov rifles accidentally killed one of their own after opening fire on thieves who had broken into a country house to steal mining servers, according to the local prosecutor's office.\n\nAnd last month police said they made one arrest after two masked men broke into a home in Sukhumi, the capital, and held a family at gunpoint before escaping with three servers and 150,000 roubles ($2,040) in cash.\n\nThe wave of thefts is the latest twist in the region's crypto world, which many locals see as one of few ways to make ends meet.\n\nAbkhazia broke away from Georgia in the early 1990s after the collapse of the Soviet Union.\n\nIt is recognised as an independent state only by Russia, which has a military presence there, and a handful of other nations, leaving it largely isolated and underdeveloped.\n\n\"If conditions in our small republic were better than they are now, then I would do something else,\" said Victor, a 34-year-old bitcoin miner who asked to protect his identity.\n\nA lush strip of land once the playground of the Soviet elite, Abkhazia experienced a mining boom last year as bitcoin prices soared.\n\nBitcoins are generated in a process called \"mining\", in which a global network of computers competes to solve complex algorithms.\n\nThese computers require a vast amount of energy to run, with climate experts voicing concerns about cryptocurrencies' potential to derail efforts to tackle global warming.\n\nThe crypto craze put Abkhazia's outdated energy system on the ropes, triggering outages and causing overloaded power stations to catch fire - which led to the government's latest mining ban in December 2020.\n\nPolice went on the hunt for crypto farms, raiding homes, attics, and even restaurants - cutting the power cables to mining processors they found. In March the government imposed new hefty fines on offenders.\n\nAbkhazia's interior ministry told the Thomson Reuters Foundation it has opened \"specialised\" and \"secured\" warehouses to hold mining devices seized by authorities, as well as a hotline to report suspicious activity.\n\nThe government credited the crackdown with easing pressure on the energy grid through the summer - but the crisis did not abate, with energy consumption rising again in the autumn.\n\nIn October, Abkhazia's energy company Chernomorenergo pleaded with all residents to \"reduce consumption as much as possible\", as it announced new rolling blackouts.\n\n\"The ban has not worked at all. It's as simple as that,\" said Michael Lambert, a political psychologist and non-resident associate at the OSCE Academy in Bishkek, Kyrgyzstan, who has written about the issue.\n\nNeither Abkhazia's economy ministry nor the prosecutor's office replied to requests for comment.\n\nEnergy in Abkhazia is so cheap that despite the government crackdown mining has proven too tempting for many locals, said Lambert.\n\nSuspicion that government officials are in on the business has done little to persuade miners to pull the plug, added Maximilian Hess, a research fellow at the Foreign Policy Research Institute, a U.S. think tank.\n\n\"The region has long been attractive to organised crime and for corruption,\" he said. \"Any crackdown locally will not necessarily be perceived as an act of law, but as various factions ... playing against one another.\"\n\nIn February the aide to a lawmaker was fired after being caught smuggling mining equipment from Russia aboard a government-owned car, in a case that sparked local outrage.\n\n\"I will stop doing this only when representatives of our government liquidate their own crypto farms,\" said Victor.\n\nUnable to turn to the police for help due to the illegal nature of their business, crypto miners have resorted to their own means of protection.\n\nAfter a botched burglary, Victor said he fitted the disbanded factory warehouse where he holds some 140 servers worth about $72,000 with indoor and outdoor cameras, motion sensors and a remote notification system.\n\n\"It cost me about $2,000,\" he said, adding violent incidents like the shooting in October were an \"exception\".\n\n\"Server thefts are widespread ... but mostly carried out by young people because of low living standards and lack of employment\".\n\nThe robbers who tried to break into his warehouse earlier this year fled as soon as the alarm went off, he said.\n\nValeri, who had no such security measures in place, said he has tried to track down the thieves himself but to no avail.\n\n\"I have another job but mining was my main income,\" he said. \"This is a very good business that I really want to do again. Unfortunately now I have no money to buy the equipment.\"\n\nThe crypto mining crisis has become increasingly difficult for authorities to handle, with continuing power cuts causing widespread anger.\n\n\"The population is rightly indignant, and their indignation is quite understandable,\" Abkhazia President Aslan Bzhania told a government meeting in November.\n\nDays later, a gunman fired several shots at the headquarters of energy company Chernomorenergo, before being arrested, the interior ministry said on its website.\n\nWhile police did not disclose a motive, the shooter was hailed a hero by disgruntled locals on social media, according to local news.\n\nAbkhazia gets most of its power from a massive Soviet-era dam it shares with Georgia which underwent repairs earlier this year and, like most hydroelectric plants, sees low water levels in winter when demand for energy is higher.\n\nTo make up for the shortfall, the government has been importing energy from Russia, increasing its dependence on the Kremlin - causing concern among the more independent-minded Abkhaz, said Lambert.\n\nLast month, opposition parties organised a large protest in Sukhumi against the government's handling of the energy crisis, among other issues.\n\nThe government has laid out plans to renovate the energy grid, set up a new system to calculate and levy electricity tariffs and create a \"technopark\" where miners could operate legally.\n\nBut Victor is sceptical.\n\n\"For almost 30 years after the war, our government could not or did not want to restore water supply and energy infrastructure. So I do not really understand what technopark we are talking about.\"\n\nReporting by Umberto Bacchi @UmbertoBacchi, Editing by Zoe Tabary. Please credit the Thomson Reuters Foundation, the charitable arm of Thomson Reuters, that covers the lives of people around the world who struggle to live freely or fairly. Visit http://news.trust.org\n\nOur Standards: The Thomson Reuters Trust Principles.", + "chars": 7354, + "sha256": "90e78fcd479b5c55e93a522f1d7026ff42e9e33f19457e2d1cc1fa69abe00787", + "staged_file": "01_reuters-com-wayback.txt", + "paragraphs_kept": "headline [0] + 5-47 of 58", + "method": "Wayback Machine snapshot 20231201113402, deterministic extraction", + "fetched_at": "2026-09-05T13:25:55+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20231201113402/https://www.reuters.com/markets/currencies/abkhazias-illegal-bitcoin-miners-face-new-threat-thieves-2022-01-06/", + "snapshot": "20231201113402", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2023-12-01", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 5-47 plus headline [0]; dropped 4 leading and 10 trailing paragraphs. Case-term hits on page: 19.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "340": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.thejakartapost.com/indonesia/2025/10/24/popular-russian-influencer-says-he-was-kidnapped-robbed-by-compatriots-in-bali.html", "source": "thejakartapost.com", "language": "unknown", - "text": "Popular Russian influencer says he was kidnapped, robbed by compatriots in Bali - Archipelago - The Jakarta Post\n\nYour browser is out of date, and may not be compatible with our website. A list of the most popular web browsers can be found below.\n\nJust click on the icons to get to the download page.\n\nNavy intercepts eight Indonesians, eight Bangladeshis arriving from Malaysia\n\nMalaysia must not breathe Indonesia’s governance failure\n\nUnchecked businesses blamed for raging wildfires\n\nIndonesia, Russia ink fertilizer investment deal\n\nNo results found. Please check your search term and try again\n\nCan't find what you're looking for?\n\nPopular Russian influencer says he was kidnapped, robbed by compatriots in Bali\n\nAccording to Sergei’s statement to the police, he was taken to a house in the Jimbaran area of South Kuta, where he was allegedly beaten and tased by his abductors. The assailants then forced him to hand over his mobile phone and transfer approximately US$4,600 worth of cryptocurrency to their accounts.\n\nFri, October 24, 2025 \n Published on Oct. 23, 2025\n Published on 2025-10-23T16:33:50+07:00\n\nhttps://www.thejakartapost.com/indonesia/2025/10/24/popular-russian-influencer-says-he-was-kidnapped-robbed-by-compatriots-in-bali\n\nIllustration of kidnapping (Shutterstock/Nutlegal Photographer)\n\nRussian influencer in Bali has claimed he was kidnapped and robbed of his cryptocurrency holdings by another Russian, the latest in a series of violent incidents involving foreigners on the popular resort island.\n\nBali Police spokesperson Sr. Comr. Ariasandy said the incident occurred on Saturday at around 10:30 p.m. when the victim, identified as Sergei Domogatskii, was riding a motorcycle near Sanur Beach, a well-known tourist area.\n\n“Suddenly, an Alphard car stopped in front of him. Two men wearing black ski masks got out of the car and forced him inside,” Ariasandy said on Tuesday, as quoted by Kompas.com.\n\nAccording to Sergei’s statement to police, he was taken to a house in the Jimbaran area of South Kuta, where he was allegedly beaten and tased by his abductors. The assailants then forced him to hand over his mobile phone and transfer approximately US$4,600 worth of cryptocurrency to their accounts.\n\nSergei further claimed that three additional perpetrators arrived later and demanded a ransom of $1 million, which he said he could not pay. He was eventually released several hours later in a field near the Apurva Kempinski Hotel in South Kuta. He sustained injuries to his right arm as a result of the attack.\n\nRead also: Two foreign tourists arrested for robbery targeting money changers in Bali\n\nEvery Monday, Wednesday and Friday morning.\n\nDelivered straight to your inbox three times weekly, this curated briefing provides a concise overview of the day's most important issues, covering a wide range of topics from politics to culture and society.\n\nBy registering, you agree with The Jakarta Post's \n \n Privacy Policy\n\nfor signing up our newsletter!\n\nPlease check your email for your newsletter subscription.\n\nSergei reported the alleged kidnapping to the police the following day.\n\nPrabowo in Russia for fourth visit in less than two years\n\nPassengers rescued as second ferry in days catches fire in Indonesia\n\nGovt urged to step up efforts to free Indonesia seafarers held by Somali pirates\n\nCrypto firm accidentally sends $40 billion in bitcoin to users\n\nRomanian, US fugitives wanted by Interpol arrested in Bali\n\nDoubts cast over police probe into Jakarta unrest\n\nArmy deployed as Mt. Sinabung’s activity increases\n\nOne orangutan dies, more rescued as wildfire rages\n\nMass poisonings cast doubt on free meals reforms\n\nAfrica bigger, US smaller: UN adopts new map\n\nPanama Canal begins reducing crossings due to El Nino\n\nUS, China gear up for mid-September AI safety talks\n\nSydney sweats in spring hot spell, faces 'extreme' bushfire risk\n\nUS midterms begin with chaos over mail-voting crackdown\n\nIsrael emptying West Bank refugee camps could be crime against humanity: UN\n\nUnlimited access to our web and app content\n\nPrivileged access to our events and programs\n\nAlready subscribed?\n\nGet started by logging in or creating your account\n\nBy proceeding, you consent to the revised \n Terms of Use, and Privacy Policy.\n\nDon't have an account?\n\nAlready have an account?\n\nThank you for sharing your thoughts. We appreciate your feedback.\n\nQuickly share this news with your network—keep everyone informed with just a single click!\n\nCustomize your reading experience by adjusting the text size to small, medium, or large—find what’s most comfortable for you.\n\nGet the best experience—faster access, exclusive features, and a seamless way to stay updated.", - "chars": 4691, - "sha256": "a474796c7e61d38e1e6e5970fe2165d9825445e92d95272f2400e38ab1295ec5", + "text": "Popular Russian influencer says he was kidnapped, robbed by compatriots in Bali - Archipelago - The Jakarta Post\n\nAccording to Sergei’s statement to the police, he was taken to a house in the Jimbaran area of South Kuta, where he was allegedly beaten and tased by his abductors. The assailants then forced him to hand over his mobile phone and transfer approximately US$4,600 worth of cryptocurrency to their accounts.\n\nRussian influencer in Bali has claimed he was kidnapped and robbed of his cryptocurrency holdings by another Russian, the latest in a series of violent incidents involving foreigners on the popular resort island.\n\nBali Police spokesperson Sr. Comr. Ariasandy said the incident occurred on Saturday at around 10:30 p.m. when the victim, identified as Sergei Domogatskii, was riding a motorcycle near Sanur Beach, a well-known tourist area.\n\n“Suddenly, an Alphard car stopped in front of him. Two men wearing black ski masks got out of the car and forced him inside,” Ariasandy said on Tuesday, as quoted by Kompas.com.\n\nAccording to Sergei’s statement to police, he was taken to a house in the Jimbaran area of South Kuta, where he was allegedly beaten and tased by his abductors. The assailants then forced him to hand over his mobile phone and transfer approximately US$4,600 worth of cryptocurrency to their accounts.\n\nSergei further claimed that three additional perpetrators arrived later and demanded a ransom of $1 million, which he said he could not pay. He was eventually released several hours later in a field near the Apurva Kempinski Hotel in South Kuta. He sustained injuries to his right arm as a result of the attack.", + "chars": 1652, + "sha256": "f7afdf9eec739d1e3ed2c2d1b54de35db396068e1fbefb37b748c4b77b9c86c5", "staged_file": "01_thejakartapost-com.txt", - "paragraphs_kept": "ALL 52 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 10-18 excl [11, 12, 13] of 52", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:43:42+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 10-18 plus headline [0]; dropped 9 leading and 33 trailing paragraphs and 3 interior furniture line(s). Case-term hits on page: 33.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "334": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://livecoins.com.br/sequestro-com-pedido-de-criptomoedas-termina-em-fuga-e-morte-de-dois-suspeitos-em-goiania/", "source": "livecoins.com.br", "language": "unknown", - "text": "Sequestro com pedido de criptomoedas termina em fuga e morte de dois suspeitos em Goiânia - Livecoins\n\nMelhores corretoras de Bitcoin e criptomoedas\n\nLIVECOINSNotícias sobre Bitcoin, Blockchain e criptomoedas\n\nLivecoins - Notícias sobre Bitcoin, Blockchain e criptomoedas\n\nSequestro com pedido de criptomoedas termina em fuga e morte de dois suspeitos em Goiânia\n\nVítima foi jogada para fora do veículo em movimento, fraturando três costelas e tendo hemorragia interna; criminosos queriam milhões em criptomoedas, mas só conseguiram pouco mais de R$ 6.800 via Pix; dois suspeitos foram mortos em confronto com a polícia e outro conseguiu escapar, mas mandante do crime foi preso fugindo para os EUA\n\nUm sequestro relâmpago mirando uma soma milionária em criptomoedas acabou em uma perseguição policial em Goiânia. Dois dos quatro suspeitos foram mortos em combate no local, mas um deles conseguiu fugir sem ser identificado.\n\nA quarta peça do esquema, tido como mandante do crime, foi preso assim que chegou nos EUA, frustrando seus planos de fuga.\n\nO planejamento do crime começou ainda em fevereiro deste ano.\n\nNa data, a vítima foi abordada por Josemar Alencar Linhares de Oliveira, que se apresentou como assessor do então presidente da Assembleia Legislativa de Goiás (Alego).\n\nMais tarde, em junho, o suspeito marcou uma reunião de negócios com a vítima em Goiânia. Documentos vistos pelo Livecoins mostram que a insistência de Josemar foi tão grande que ele chegou a propor custear a estadia da vítima no local.\n\nOs depoimentos apontam que a vítima, um empresário paulista, chegou em Goiânia no dia 24 de junho, recebida por Josemar.\n\nIndo além, também conheceu outro suposto assessor, apresentado como “Danilo” — cujo nome verdadeiro nome era Gabriel Pires de Lima — responsável pelo seu transporte.\n\nA vítima, no entanto, começou a desconfiar do comportamento dessas pessoas. Além de uma enrolação de Josemar para encontrá-lo, Gabriel parecia estar evitando câmeras de segurança.\n\nSomado a isso, Gabriel também questionou se a vítima poderia deixar suas malas no banco traseiro ao invés de usar o porta-malas do carro, aparentando estar apreensivo.\n\nA razão para não usar o porta-malas tinha um motivo.\n\nLogo após saírem do hotel, um indivíduo saltou do porta-malas pelo banco traseiro e rendeu a vítima apontando uma arma para a sua cabeça.\n\nApontado como agressivo, o suspeito dizia frases como: “fica quieto”; “se tentar pular eu te mato”; “se tentar fugir eu te mato”; “você vai tomar um tiro na cabeça”; e “a gente não quer nada, só o dinheiro”;\n\nNo meio do trajeto, um terceiro integrante do grupo entrou no veículo, também armado. Gabriel, conduzindo o veículo, fingia que também era uma vítima, mas não era.\n\nA vítima estava no banco dianteiro ao lado do motorista enquanto os outros dois bandidos armados ocupavam os assentos traseiros. A vítima aponta que eles eram agressivos, dando socos em sua cabeça, dentre outros golpes físicos e violência psicológica.\n\nEnquanto um mantinha a arma apontada para a sua cabeça e outro para a sua costela.\n\nSequestradores queriam milhões em criptomoedas, mas só conseguiram R$ 6.800\n\nO alvo dos criminosos eram as criptomoedas da vítima. Ainda no veículo, eles reviraram sua mala, bem como acessaram suas contas bancárias e carteiras digitais encontradas em seu celular.\n\nOutra parte do depoimento aponta que a vítima supostamente devia R$ 500 mil por uma comissão de assessoramento de uma transação de criptomoeda com um terceiro. Portanto, poderia se tratar de uma cobrança de dívida por Josemar.\n\nO grupo planejava roubar uma quantia entre 2 a 4 milhões de reais em criptomoedas. No entanto, seus planos foram frustrados já que a vítima não possuía acesso à sua carteira de criptomoedas no local.\n\nNo total, eles conseguiram somente R$ 6.813,28 via Pix.\n\nFoi neste momento que Gabriel começou a agir mais como um comparsa do que como uma vítima, dando a entender que também fazia parte do grupo ao colaborar com os outros dois suspeitos.\n\nCriminosos entraram em fuga e confronto com a polícia, resultando na morte de dois dos três suspeitos que estavam no veículo\n\nOs sequestradores e a vítima tomaram a rodovia GO-020, sentido Bela Vista, dirigindo um Fiat Punto com placa adulterada.\n\nApós 1 hora e meia de sequestro, eles passaram por um posto policial. Gabriel avistou uma viatura e, após passar por um pedágio, começou a dirigir em alta velocidade.\n\nA vítima, agora forçada a ir para o banco traseiro, continuava sendo agredida enquanto os sequestradores pediam que ele continuasse tentando transferir seus ativos para eles.\n\n“Em dado momento, tentaram entrar em uma estrada de terra, e quase capotaram com o veículo”, aponta o processo.\n\nMais a frente, com o carro a cerca de 30 km/h, a vítima foi arremessada para fora do veículo, fraturando três costelas e tendo uma hemorragia interna. Ele foi socorrido por um caminhoneiro que passava pelo local.\n\nEm confronto com a polícia que perseguia o veículo, Gabriel Pires de Lima e outro suspeito identificado como Tiago Oliveira Rocha vieram a óbito.\n\nO terceiro suspeito da ação não foi identificado pelo processo.\n\nMandante do crime fugiu para o exterior, mas foi preso assim que pousou nos EUA\n\nEmbora Josemar Alencar Linhares de Oliveira não estivesse no veículo, a vítima alega ter visto sua foto no celular de Gabriel, que conversava com ele por mensagem.\n\nApós o ocorrido, Josemar não foi encontrado nos lugares que comumente frequentava e nem sequer manteve contato com familiares ou amigos.\n\nA investigação também aponta que ele trocou de telefone e embarcou para os EUA, sem avisar ninguém, no dia 30 de junho, uma segunda-feira, logo após o ocorrido, sem telefonar para a vítima mesmo sabendo do ocorrido.\n\nOutros pontos destacados é que a viagem não foi programada, isso porque as passagens foram compradas no dia anterior. Além disso, Josemar não havia programado férias de seu trabalho.\n\nEm sua defesa, Josemar afirma que “não teve envolvimento algum no crime” e atuou somente como um intermediário entre “Danilo” e a vítima.\n\nIndependente disso, a Justiça condenou Josemar como autor intelectual do crime de extorsão na última quarta-feira (24).\n\nEmbora a pena inicial fosse de 8 anos, Josemar foi condenado a 12 anos e 9 meses de prisão em regime fechado devido à atuação de quatro agentes e emprego de duas armas de fogo na ação criminosa.\n\n🔔 Entre em nosso grupo no WhatsApp e fique atualizado.\n\nTenha uma conta global para explorar o mercado de criptomoedas. Cadastre-se na OKX e descubra uma plataforma completa para negociar e acompanhar seus ativos digitais.\n\n👉Entre no nosso grupo do WhatsApp ou Telegram| Siga também no Facebook, Twitter, Instagram, YouTube e Google News.\n\nDeputado do PL propõe porte de arma para investidores de criptomoedas e executivos do setor\n\nBinance adiciona nova criptomoeda em seu mercado spot e coloca quatro na lista de monitoramento\n\nFaraó dos bitcoins dá entrevista exclusiva e fala com o Fantástico a sua versão dos fatos\n\nAlexandre de Moraes mantém tornozeleira em suspeita de desvio de prefeitura com criptomoedas\n\nGoverno avalia impacto da tokenização e da IA em novo marco regulatório\n\nBanco Central do Brasil procura três estagiários de pós-graduação e candidatos podem pesquisar sobre criptomoedas e tokenização\n\nBitcoin volta a superar os US$ 81.000 após falas de Chris Waller, governador do Fed, sobre taxa de juros\n\nG20 manda Gafi fiscalizar países que ainda não implementaram regulação de criptomoedas\n\nBitcoinNotícias BitcoinBrasilBTCBRLBTCUSDCriptomoedasGolpesNotícias\n\nFormado em desenvolvimento web há mais de 20 anos, Henrique Kalashnikov encontrou-se com o Bitcoin em 2016 e desde então está desvendando seus pormenores. Tradutor de mais de 100 documentos sobre criptomoedas alternativas, também já teve uma pequena fazenda de mineração com mais de 50 placas de vídeo. Atualmente segue acompanhando as tendências do setor, usando seu conhecimento para entregar bons conteúdos aos leitores do Livecoins.\n\nRelatório da MetaMask expõe falha na Coldcard e processo bilionário da Bybit entre destaques de agosto\n\nTrezor identifica mais 67 mil clientes afetados por novo vazamento de dados\n\nEUA criam 162 mil empregos, quase 3 vezes o esperado, apostas em alta de juros aumentam e Bitcoin cai 2%\n\nFMI afirma que El Salvador não está comprando Bitcoin com dinheiro público e moedas são frutos de doações\n\nLivecoins é o maior portal brasileiro de notícias sobre Bitcoin, criptomoedas e blockchain.\n\n© Livecoins Internet LTDA. Todos os direitos reservados.", - "chars": 8531, - "sha256": "4b18725c5d3bf2ed2d45f7ae24c238d34e6f82204dd851f2a633b39e3b3fee23", + "text": "Sequestro com pedido de criptomoedas termina em fuga e morte de dois suspeitos em Goiânia - Livecoins\n\nVítima foi jogada para fora do veículo em movimento, fraturando três costelas e tendo hemorragia interna; criminosos queriam milhões em criptomoedas, mas só conseguiram pouco mais de R$ 6.800 via Pix; dois suspeitos foram mortos em confronto com a polícia e outro conseguiu escapar, mas mandante do crime foi preso fugindo para os EUA\n\nUm sequestro relâmpago mirando uma soma milionária em criptomoedas acabou em uma perseguição policial em Goiânia. Dois dos quatro suspeitos foram mortos em combate no local, mas um deles conseguiu fugir sem ser identificado.\n\nA quarta peça do esquema, tido como mandante do crime, foi preso assim que chegou nos EUA, frustrando seus planos de fuga.\n\nO planejamento do crime começou ainda em fevereiro deste ano.\n\nNa data, a vítima foi abordada por Josemar Alencar Linhares de Oliveira, que se apresentou como assessor do então presidente da Assembleia Legislativa de Goiás (Alego).\n\nMais tarde, em junho, o suspeito marcou uma reunião de negócios com a vítima em Goiânia. Documentos vistos pelo Livecoins mostram que a insistência de Josemar foi tão grande que ele chegou a propor custear a estadia da vítima no local.\n\nOs depoimentos apontam que a vítima, um empresário paulista, chegou em Goiânia no dia 24 de junho, recebida por Josemar.\n\nIndo além, também conheceu outro suposto assessor, apresentado como “Danilo” — cujo nome verdadeiro nome era Gabriel Pires de Lima — responsável pelo seu transporte.\n\nA vítima, no entanto, começou a desconfiar do comportamento dessas pessoas. Além de uma enrolação de Josemar para encontrá-lo, Gabriel parecia estar evitando câmeras de segurança.\n\nSomado a isso, Gabriel também questionou se a vítima poderia deixar suas malas no banco traseiro ao invés de usar o porta-malas do carro, aparentando estar apreensivo.\n\nA razão para não usar o porta-malas tinha um motivo.\n\nLogo após saírem do hotel, um indivíduo saltou do porta-malas pelo banco traseiro e rendeu a vítima apontando uma arma para a sua cabeça.\n\nApontado como agressivo, o suspeito dizia frases como: “fica quieto”; “se tentar pular eu te mato”; “se tentar fugir eu te mato”; “você vai tomar um tiro na cabeça”; e “a gente não quer nada, só o dinheiro”;\n\nNo meio do trajeto, um terceiro integrante do grupo entrou no veículo, também armado. Gabriel, conduzindo o veículo, fingia que também era uma vítima, mas não era.\n\nA vítima estava no banco dianteiro ao lado do motorista enquanto os outros dois bandidos armados ocupavam os assentos traseiros. A vítima aponta que eles eram agressivos, dando socos em sua cabeça, dentre outros golpes físicos e violência psicológica.\n\nEnquanto um mantinha a arma apontada para a sua cabeça e outro para a sua costela.\n\nSequestradores queriam milhões em criptomoedas, mas só conseguiram R$ 6.800\n\nO alvo dos criminosos eram as criptomoedas da vítima. Ainda no veículo, eles reviraram sua mala, bem como acessaram suas contas bancárias e carteiras digitais encontradas em seu celular.\n\nOutra parte do depoimento aponta que a vítima supostamente devia R$ 500 mil por uma comissão de assessoramento de uma transação de criptomoeda com um terceiro. Portanto, poderia se tratar de uma cobrança de dívida por Josemar.\n\nO grupo planejava roubar uma quantia entre 2 a 4 milhões de reais em criptomoedas. No entanto, seus planos foram frustrados já que a vítima não possuía acesso à sua carteira de criptomoedas no local.\n\nNo total, eles conseguiram somente R$ 6.813,28 via Pix.\n\nFoi neste momento que Gabriel começou a agir mais como um comparsa do que como uma vítima, dando a entender que também fazia parte do grupo ao colaborar com os outros dois suspeitos.\n\nCriminosos entraram em fuga e confronto com a polícia, resultando na morte de dois dos três suspeitos que estavam no veículo\n\nOs sequestradores e a vítima tomaram a rodovia GO-020, sentido Bela Vista, dirigindo um Fiat Punto com placa adulterada.\n\nApós 1 hora e meia de sequestro, eles passaram por um posto policial. Gabriel avistou uma viatura e, após passar por um pedágio, começou a dirigir em alta velocidade.\n\nA vítima, agora forçada a ir para o banco traseiro, continuava sendo agredida enquanto os sequestradores pediam que ele continuasse tentando transferir seus ativos para eles.\n\n“Em dado momento, tentaram entrar em uma estrada de terra, e quase capotaram com o veículo”, aponta o processo.\n\nMais a frente, com o carro a cerca de 30 km/h, a vítima foi arremessada para fora do veículo, fraturando três costelas e tendo uma hemorragia interna. Ele foi socorrido por um caminhoneiro que passava pelo local.\n\nEm confronto com a polícia que perseguia o veículo, Gabriel Pires de Lima e outro suspeito identificado como Tiago Oliveira Rocha vieram a óbito.\n\nO terceiro suspeito da ação não foi identificado pelo processo.\n\nMandante do crime fugiu para o exterior, mas foi preso assim que pousou nos EUA\n\nEmbora Josemar Alencar Linhares de Oliveira não estivesse no veículo, a vítima alega ter visto sua foto no celular de Gabriel, que conversava com ele por mensagem.\n\nApós o ocorrido, Josemar não foi encontrado nos lugares que comumente frequentava e nem sequer manteve contato com familiares ou amigos.\n\nA investigação também aponta que ele trocou de telefone e embarcou para os EUA, sem avisar ninguém, no dia 30 de junho, uma segunda-feira, logo após o ocorrido, sem telefonar para a vítima mesmo sabendo do ocorrido.\n\nOutros pontos destacados é que a viagem não foi programada, isso porque as passagens foram compradas no dia anterior. Além disso, Josemar não havia programado férias de seu trabalho.\n\nEm sua defesa, Josemar afirma que “não teve envolvimento algum no crime” e atuou somente como um intermediário entre “Danilo” e a vítima.\n\nIndependente disso, a Justiça condenou Josemar como autor intelectual do crime de extorsão na última quarta-feira (24).\n\nEmbora a pena inicial fosse de 8 anos, Josemar foi condenado a 12 anos e 9 meses de prisão em regime fechado devido à atuação de quatro agentes e emprego de duas armas de fogo na ação criminosa.\n\n🔔 Entre em nosso grupo no WhatsApp e fique atualizado.\n\nTenha uma conta global para explorar o mercado de criptomoedas. Cadastre-se na OKX e descubra uma plataforma completa para negociar e acompanhar seus ativos digitais.\n\n👉Entre no nosso grupo do WhatsApp ou Telegram| Siga também no Facebook, Twitter, Instagram, YouTube e Google News.", + "chars": 6447, + "sha256": "88e7bb9852d123ab8aab26bf544c4564546a16066f4546b48a1b3d8de82bc7d8", "staged_file": "01_livecoins-com-br.txt", - "paragraphs_kept": "ALL 62 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 5-45 of 62", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:43:45+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 5-45 plus headline [0]; dropped 4 leading and 16 trailing paragraphs. Case-term hits on page: 10.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "323": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.8newsnow.com/investigators/florida-teens-kidnap-las-vegas-man-drive-him-to-arizona-desert-steal-4m-in-cryptocurrency-police/", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "8newsnow.com", + "language": "unknown", + "text": "Florida teens kidnap Las Vegas man, steal $4M in cryptocurrency: police\n\nLAS VEGAS (KLAS) — Three teenagers are accused of kidnapping a man at gunpoint, driving him to a remote desert area an hour outside of Las Vegas, and stealing $4 million in cryptocurrency and other digital assets, the 8 News Now Investigators have learned.\n\nBelal Ashraf and Austin Fletcher, both 16 and from Pasco County, Florida; and a third teenager, face charges including robbery, kidnapping, and extortion, records said. A juvenile court judge previously certified Ashraf and Fletcher as adults.\n\nThe third teenager was no longer in the United States, a prosecutor said during Fletcher’s probable cause hearing Friday. The men are accused of stealing $4 million in cryptocurrency and non-fungible tokens (NFTs), prosecutors said.\n\nLast November, a man called police saying three young men kidnapped him at gunpoint, drove him to a remote desert area, and stole millions of dollars from him, documents said.\n\nThat night, the victim was hosting a cryptocurrency-related event at a business in Downtown Las Vegas, police said. The victim then returned to his apartment complex and parked his car. The three suspects then approached him and forced him into the back seat of their vehicle, police said.\n\n“[The victim] was told if he complied, he would live to see another day, and if he did not comply, they had his dad and would kill him,” documents said. “[The victim] had a towel placed over his head and was told by the suspects not to look at them.”\n\nThe young men demanded the victim’s passwords and threatened him for access to his financial accounts, police said. It also appeared that another person was directly speaking to the young men through a phone call, which the victim could hear through a speakerphone.\n\nPolice suspect the three young men then drove the victim across the Nevada border to White Hills, Arizona — more than 70 miles and an hour’s drive from Las Vegas. The victim walked five miles alone in the desert to reach a gas station where he called a friend to pick him up, documents said.\n\nMetro investigators later tracked a possible suspect vehicle traveling from Florida to Nevada, specifically including the locations of the victim’s apartment. In a separate vehicle stop in Mississippi, a gun involving a suspect’s family member matched one in one of the teenager’s social media profiles, police said.\n\nThe three teenagers were also involved in disturbances together at a Florida high school, police said.\n\nIn one report from last summer, the young men “were reported as swearing in English and Arabic, and [Ashraf] was observed shoulder checking a school resource officer,” and screaming at an assistant principal, documents said.\n\nDuring Friday’s hearing, Fletcher’s public defender argued for her client to serve house arrest. Las Vegas Justice Court Judge Daniel Westmeyer set bail at $4 million.\n\nDuring a hearing Tuesday in Ashraf’s case, his attorney, Ross Goodman, argued for his client to serve house arrest. Las Vegas Justice Court Judge Noreen Demonte ordered Ashraf’s release with electronic monitoring, records said.\n\nA preliminary hearing was scheduled for June. The FBI assisted in the investigation, documents said.\n\n8 News Now Investigator David Charns can be reached at dcharns@8newsnow.com.", + "chars": 3314, + "sha256": "929fd936d71bf1957e50371422fca5d07781f5a959865230442f04cbab74012b", + "staged_file": "01_8newsnow-com-wayback.txt", + "paragraphs_kept": "headline [0] + 2-16 of 33", + "method": "Wayback Machine snapshot 20260209073843, deterministic extraction", + "fetched_at": "2026-09-05T13:26:04+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260209073843/https://www.8newsnow.com/investigators/florida-teens-kidnap-las-vegas-man-drive-him-to-arizona-desert-steal-4m-in-cryptocurrency-police/", + "snapshot": "20260209073843", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2026-02-09", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-16 plus headline [0]; dropped 1 leading and 16 trailing paragraphs. Case-term hits on page: 18.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "322": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.leparisien.fr/faits-divers/un-entrepreneur-dans-les-cryptomonnaies-enleve-la-victime-retrouvee-avec-un-doigt-en-moins-03-05-2025-573S5T4AGNFEXPLDVX52EX3OYA.php?ts=1746335149028", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "leparisien.fr", + "language": "unknown", + "text": "Le père d’un entrepreneur dans les cryptomonnaies enlevé à Paris et retrouvé séquestré, le doigt sectionné - Le Parisien\n\nL’homme avait été enlevé jeudi matin. Depuis, il était séquestré par des ravisseurs qui demandaient une rançon en échange de sa libération. Selon des sources concordantes au Parisien, confirmant une information d’Actu17, un quinquagénaire a été libéré samedi soir à Palaiseau (Essonne) par les forces de l’ordre et retrouvé avec un doigt sectionné. Quatre suspects ont été arrêtés et placés en garde à vue.\n\nLa victime, père d’un entrepreneur français dans le domaine des cryptomonnaies, dirigeant d’une société basée à Malte et en France, a été kidnappé jeudi vers 10h30 dans le XIVe arrondissement de Paris, a précisé le parquet. Les malfaiteurs auraient réclamé entre 5 à 7 millions d’euros sous forme de virement en échange de sa libération. Au terme d’investigations téléphoniques, il a finalement été libéré lors d’une opération coordonnée par la BRI de la police judiciaire parisienne avec la BRB (Brigade de répression du banditisme) et la brigade criminelle.\n\nVidéoSéquestrations, torture, rançons… la crypto, nouvelle cible du crime organisé\n\nSelon nos informations, le logement où la victime se trouvait était calfeutré, probablement en vue de réaliser des vidéos de mise en scène de l’otage. Une enquête des chefs d’arrestation, enlèvement, séquestration et détention arbitraire d’otage pour obtenir l’exécution d’un ordre ou d’une condition commis en bande organisée, d’extorsion en bande organisée avec arme et de participation à une association de malfaiteurs criminelle a été confiée à la brigade de répression du banditisme et la police judiciaire.\n\nEn janvier, David Balland, associé et cofondateur de Ledger, une prospère entreprise spécialisée dans la cryptomonnaie, ainsi que sa compagne, avaient été enlevés chez eux, dans une vaste bâtisse en pierre située près de Vierzon (Cher).", + "chars": 1925, + "sha256": "67f4653e948110066c7af832ed0bf7b8c0debed9615b7569476218ad32d2978c", + "staged_file": "01_leparisien-fr-wayback.txt", + "paragraphs_kept": "headline [0] + 1-5 of 16", + "method": "Wayback Machine snapshot 20250518011031, deterministic extraction", + "fetched_at": "2026-09-05T13:26:14+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20250518011031/https://www.leparisien.fr/faits-divers/un-entrepreneur-dans-les-cryptomonnaies-enleve-la-victime-retrouvee-avec-un-doigt-en-moins-03-05-2025-573S5T4AGNFEXPLDVX52EX3OYA.php?ts=1746335149028", + "snapshot": "20250518011031", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2025-05-18", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-5 plus headline [0]; dropped 0 leading and 10 trailing paragraphs. Case-term hits on page: 16.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "321": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://g1.globo.com/pe/pernambuco/noticia/2025/08/13/professora-aposentada-e-sequestrada.ghtml", "source": "g1.globo.com", "language": "unknown", - "text": "Mulher é sequestrada e quadrilha pede R$ 3 milhões em bitcoin, no Recife | G1\n\nProfessora aposentada é sequestrada e criminosos pedem resgate de R$ 3,3 milhões em bitcoins\n\nPolícia divulgou nesta quarta (13) que prendeu quatro pessoas pelo crime, que aconteceu no Recife.\n\nUma professora aposentada foi sequestrada e os criminosos pediram resgate de R$ 3,3 milhões em bitcois, no Recife.\n\nNesta quarta-feira (13), a Polícia Civil divulgou que prendeu os quatro responsáveis pelo crime, que aconteceu em março deste ano.\n\nDe acordo com a corporação, a mulher foi perseguida pela quadrilha, que a raptou no momento em que ela saía de um fórum.\n\nOs quatro criminosos respondem por extorsão mediante sequestro e lavagem de dinheiro.\n\nCriminosos são presos por sequestrar aposentada e pedir resgate de R$ 3 milhões em bitcoin\n\nUma professora aposentada foi sequestrada e os criminosos pediram resgate de R$ 3,3 milhões em bitcois, no Recife. Nesta quarta-feira (13), a Polícia Civil divulgou que prendeu os quatro responsáveis pelo crime, que aconteceu em março deste ano (veja vídeo acima). De acordo com a corporação, a mulher foi perseguida pela quadrilha, que a raptou no momento em que ela saía de um fórum.\n\nO caso foi divulgado em coletiva de imprensa pela Polícia Civil. Ainda segundo a corporação, os criminosos usaram um veículo com placa clonada para praticar o crime.\n\n✅ Receba no WhatsApp as notícias do g1 PE\n\nOs quatro criminosos respondem por extorsão mediante sequestro e lavagem de dinheiro. De acordo com o delegado Jorge Pinto, responsável pela investigação, a mulher sequestrada é mãe de um homem que trabalha com gestão de criptomoedas.\n\n\"Os criminosos que passaram a monitorar diariamente as redes sociais desse negociador de criptoativos e acreditavam que seria uma pessoa abastada, que teria grande volume financeiro para movimentar. Essa vítima foi perseguida, eles conseguiram identificar os endereços que ela frequentava, da casa, afazeres diários\", declarou o delegado.\n\nO sequestro aconteceu no dia 21 de março de 2025, quando a mulher foi ao Fórum Desembargador Benildes de Souza Ribeiro, na Imbiribeira, na Zona Sul do Recife.\n\n\"[O grupo] teria aguardado essa vítima sair de casa e passou a persegui-la até as dependências do Juizado Especial. Um dos autores teria entrado logo depois da entrada da vítima no juizado. Aguardaram o instante em que ela deixaria as dependências do Poder Judiciário para poder arrebatá-la\", afirmou o delegado Jorge Pinto.\n\nHavia pelo menos dois homens no carro. A mulher foi levada para Olinda e mantida em cativeiro por mais de 12 horas, sob a mira de arma de fogo. O filho dela, que mora em Portugal, foi obrigado a pagar cinco bitcoins, que, na cotação da época, equivaliam a R$ 3,3 milhões.\n\n\"Ela foi liberada nas imediações do bairro Ouro Preto, em Olinda, dando-se início, então, às atividades investigativas por parte do Grupo de Operações Especiais. Dos quatro mandados de prisão temporária expedidos, todos foram cumpridos, assim como os mandados de busca domiciliar. Foram expedidos quatro, e a gente conseguiu dar cumprimento aos quatro\", declarou o delegado.\n\nDois dos criminosos foram presos em Abreu e Lima e Olinda, no Grande Recife, e outros dois, no município de Extremoz (RN). Entre os alvos estão duas mulheres.\n\n\"O que podemos adiantar, para não prejudicar as investigações, é que as mulheres que foram presas teriam recebido parte do pagamento do resgate em criptoativos, dificultando não só o rastreamento, mas também a identificação da origem e do valor que eram depositados. Então, a gente acredita firmemente na responsabilização criminal dessas pessoas\", finalizou.\n\nMulher presa no Rio Grande do Norte participou de sequestro de professora aposentada no Recife — Foto: Polícia Civil/Divulgação\n\nVÍDEOS: mais vistos de Pernambuco nos últimos 7 dias\n\nDe segunda a sábado, as notícias que você não pode perder diretamente no seu e-mail.\n\nPara se inscrever, entre ou crie uma conta Globo gratuita.\n\nOps!\n\nEfeito China: preços de carros usados caem com enxurrada de novos modelos chineses\n\nWeverton fica impressionado com ritual de Kannemann antes do Gre-Nal: 'Assustador'\n\n20 histórias que chocaram o Brasil: os documentários e séries de 'true crime' no Globoplay\n\nInquérito das fake news: relembre decisões que marcaram a relatoria de Moraes\n\nFachin promete fim do inquérito aberto no STF há 7 anos\n\nPGR diz que vai apurar possível interferência em relatório da PF sobre Moraes\n\nVeja o que os candidatos à Presidência propõem para o STF\n\nVÍDEO: entenda como o TSE testa as urnas antes das eleições\n\nDe olho nos jovens e no Nordeste, Cury gastou R$ 116 mil nas redes\n\nSurpresa da eleição flertou com candidatura há 17 anos\n\nTurista é resgatada com aeronave após acidente com quadriciclo no Ceará\n\nBrasil testa 'laboratório espacial' que chega a 100 km e volta de paraquedas\n\nMAPA: 'Guerra de drones' entre Rússia e Ucrânia já afetou mais de 20 países\n\nRússia ataca aeroportos de Kiev antes de visita de enviados dos EUA, diz Zelensky\n\n1º dia de Rock in Rio tem Foo Fighters e nostalgia com Detonautas e Biquini\n\nDefante rouba público de palco principal e canta sobre pelos pubianos e maconha\n\nDeseja receber as notícias mais importantes em tempo real? Ative as notificações do G1!", - "chars": 5261, - "sha256": "a51456858aefe0b441ff1dc8f4c69d4c8244064332e87d383aa023bcf3553a77", + "text": "Mulher é sequestrada e quadrilha pede R$ 3 milhões em bitcoin, no Recife | G1\n\nPolícia divulgou nesta quarta (13) que prendeu quatro pessoas pelo crime, que aconteceu no Recife.\n\nUma professora aposentada foi sequestrada e os criminosos pediram resgate de R$ 3,3 milhões em bitcois, no Recife.\n\nNesta quarta-feira (13), a Polícia Civil divulgou que prendeu os quatro responsáveis pelo crime, que aconteceu em março deste ano.\n\nDe acordo com a corporação, a mulher foi perseguida pela quadrilha, que a raptou no momento em que ela saía de um fórum.\n\nOs quatro criminosos respondem por extorsão mediante sequestro e lavagem de dinheiro.\n\nCriminosos são presos por sequestrar aposentada e pedir resgate de R$ 3 milhões em bitcoin\n\nUma professora aposentada foi sequestrada e os criminosos pediram resgate de R$ 3,3 milhões em bitcois, no Recife. Nesta quarta-feira (13), a Polícia Civil divulgou que prendeu os quatro responsáveis pelo crime, que aconteceu em março deste ano (veja vídeo acima). De acordo com a corporação, a mulher foi perseguida pela quadrilha, que a raptou no momento em que ela saía de um fórum.\n\nO caso foi divulgado em coletiva de imprensa pela Polícia Civil. Ainda segundo a corporação, os criminosos usaram um veículo com placa clonada para praticar o crime.\n\n✅ Receba no WhatsApp as notícias do g1 PE\n\nOs quatro criminosos respondem por extorsão mediante sequestro e lavagem de dinheiro. De acordo com o delegado Jorge Pinto, responsável pela investigação, a mulher sequestrada é mãe de um homem que trabalha com gestão de criptomoedas.\n\n\"Os criminosos que passaram a monitorar diariamente as redes sociais desse negociador de criptoativos e acreditavam que seria uma pessoa abastada, que teria grande volume financeiro para movimentar. Essa vítima foi perseguida, eles conseguiram identificar os endereços que ela frequentava, da casa, afazeres diários\", declarou o delegado.\n\nO sequestro aconteceu no dia 21 de março de 2025, quando a mulher foi ao Fórum Desembargador Benildes de Souza Ribeiro, na Imbiribeira, na Zona Sul do Recife.\n\n\"[O grupo] teria aguardado essa vítima sair de casa e passou a persegui-la até as dependências do Juizado Especial. Um dos autores teria entrado logo depois da entrada da vítima no juizado. Aguardaram o instante em que ela deixaria as dependências do Poder Judiciário para poder arrebatá-la\", afirmou o delegado Jorge Pinto.\n\nHavia pelo menos dois homens no carro. A mulher foi levada para Olinda e mantida em cativeiro por mais de 12 horas, sob a mira de arma de fogo. O filho dela, que mora em Portugal, foi obrigado a pagar cinco bitcoins, que, na cotação da época, equivaliam a R$ 3,3 milhões.\n\n\"Ela foi liberada nas imediações do bairro Ouro Preto, em Olinda, dando-se início, então, às atividades investigativas por parte do Grupo de Operações Especiais. Dos quatro mandados de prisão temporária expedidos, todos foram cumpridos, assim como os mandados de busca domiciliar. Foram expedidos quatro, e a gente conseguiu dar cumprimento aos quatro\", declarou o delegado.\n\nDois dos criminosos foram presos em Abreu e Lima e Olinda, no Grande Recife, e outros dois, no município de Extremoz (RN). Entre os alvos estão duas mulheres.\n\n\"O que podemos adiantar, para não prejudicar as investigações, é que as mulheres que foram presas teriam recebido parte do pagamento do resgate em criptoativos, dificultando não só o rastreamento, mas também a identificação da origem e do valor que eram depositados. Então, a gente acredita firmemente na responsabilização criminal dessas pessoas\", finalizou.\n\nMulher presa no Rio Grande do Norte participou de sequestro de professora aposentada no Recife — Foto: Polícia Civil/Divulgação\n\nVÍDEOS: mais vistos de Pernambuco nos últimos 7 dias\n\nDe segunda a sábado, as notícias que você não pode perder diretamente no seu e-mail.\n\nPara se inscrever, entre ou crie uma conta Globo gratuita.\n\nOps!\n\nEfeito China: preços de carros usados caem com enxurrada de novos modelos chineses\n\nWeverton fica impressionado com ritual de Kannemann antes do Gre-Nal: 'Assustador'", + "chars": 4058, + "sha256": "b8d748e3fca0ee3a7330b61368656901f20b3536e70b74617f4f68c2869fa2ad", "staged_file": "01_g1-globo-com.txt", - "paragraphs_kept": "ALL 41 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-25 of 41", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:43:54+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-25 plus headline [0]; dropped 1 leading and 15 trailing paragraphs. Case-term hits on page: 8.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "318": [ @@ -4576,81 +5412,87 @@ "verdict": "BLOCKED", "url": "https://www.theblock.co/post/333253/bitcoin-kidnapping-torture-attempt", "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such", + "archive_tried": "2026-09-05T13:26:19+00:00", + "archive_note": "no Wayback Machine snapshot exists for this URL" }, { "field": "url_2", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://coingape.com/crypto-forum-moderator-targeted-in-alleged-bitcoin-kidnapping-attempt/", "source": "coingape.com", "language": "unknown", - "text": "Crypto Forum Moderator Targeted in Alleged Bitcoin Kidnapping Attempt\n\nHome / Crypto News / Crypto Forum Moderator Targeted in Alleged Bitcoin Kidnapping Attempt\n\nExpertise :\n Financial/Crypto Journalist\n\nKelvin Munene is a crypto and finance journalist with over 5 years of experience, offering in-depth market analysis and expert commentary . \n\n\nWith a Bachelor's degree in Journalism and Actuarial Science from Mount Kenya University, Kelvin is known for his meticulous research and strong writing skills, particularly in cryptocurrency, blockchain, and financial markets. \n\n\nHis work has been featured across top industry publications such as Coingape, Cryptobasic, MetaNews, Cryptotimes, Coinedition, TheCoinrepublic, Cryptotale, and Analytics Insight among others, where he consistently provides timely updates and insightful content.\n\n\nKelvin’s focus lies in uncovering emerging trends in the crypto space, delivering factual and data-driven analyses that help readers make informed decisions. His expertise extends across market cycles, technological innovations, and regulatory shifts that shape the crypto landscape.\n\n\nBeyond his professional achievements, Kelvin has a passion for chess, traveling, and exploring new adventures.\n\nCopied!\n\nCoinGape has covered the cryptocurrency industry since 2017,\n aiming to provide informative insights to our readers. Our journal analysts bring years of experience in market analysis and blockchain technology to ensure factual accuracy and balanced reporting. By following our Editorial Policy, \n our writers verify every source, fact-check each story, rely on reputable sources, and attribute quotes and media correctly. We also follow a\n rigorous Review Methodology when evaluating exchanges and tools. From emerging \n blockchain projects and coin launches to industry events and technical developments, we cover \n all facets of the digital asset space with unwavering commitment to timely, relevant information.\n\nCrypto forum moderator targeted for $2.5B in BTC by kidnappers using torture tools.\n\nVictim forced to relocate after attackers mistakenly link him to billions in Bitcoin.\n\nPolice release kidnapping suspects; family of crypto moderator moves to stay safe.\n\nAD\n \n Trade Bitcoin, Ethereum and 500+ cryptocurrencies on Bitget - Trade Now\n\nA Canadian crypto forum moderator and father of four claims to have been forced into hiding after an alleged kidnapping and torture attempt. The attackers reportedly targeted him, falsely believing he possessed an immense amount of Bitcoin.\n\nThe incident has left the man and his family in a precarious situation as they move from one temporary residence to another, fearing for their safety.\n\nCrypto Forum Moderator Targeted in Bitcoin Kidnapping\n\nThe alleged incident, which took place in November 2024, started when two masked people allegedly got close to the Crypto forum’s house. As per the statement, the suspects escaped from the scene after the man closed the door on them. A few days later, the victim saw the masked men in an unmarked vehicle near his house while he was taking his child to daycare.\n\nThe suspects are said to have followed the man onto a main road. When the situation worsened, he was on the phone with the police when the suspect vehicle turned and three of its occupants escaped on foot.\n\nShortly after, the driver of the vehicle reportedly came out and confronted the victim, and another suspect brandished a firearm. The man stated that he used bear spray as a way of protecting himself from the suspects until the police came in to arrest the duo.\n\nIn the report, the Crypto forum moderator stated that the suspects intended to kidnap and torture him in order to get his cryptocurrency.\n\nThe police investigations suggested that the attackers thought he had 2.5 million Bitcoins worth billions of dollars because he was a moderator of a cryptocurrency Facebook group.\n\n‘The guys had equipment to torture me,’ the man said to La Presse. They had a tarp with a hole in the middle and claws to cut off a limb and stop the bleeding. It’s incredibly violent.” The victim claimed that his actual BTC investment was $10,000 which is like 0.1 of a Bitcoin as per current price.\n\nFour suspects, two of which are adults and two are juveniles, were taken into custody in relation to the event. The adults are to be charged with conspiracy to kidnap and use of prohibited firearms. However, all these four suspects were released on house arrest to await their trial that is set to commence in March.\n\nThe release of the suspects has been a matter of concern to the family of the Crypto forum moderator since there is a possibility of their attack. The family was told by the authorities that they should move away from the area saying that the suspects could be linked to organised crime. The family has since been transferring from one short term lease house to another in an effort to flee any danger.\n\nA representative of Quebec’s provincial police, Sûreté du Québec stated that although the police offer guidance to victims, they cannot offer round the clock protection.\n\n”We do not advise people to change their address but it is one of the measures we are considering, the other ones are to change the locks or to install cameras and alarms,” the spokesperson said.\n\nDespite this, the victim has expressed frustration over the suspects’ release, stating it has forced his family into hiding. “The police told us they can’t ensure our safety,” he said, adding that his family has been burning through their savings to stay safe. The man also revealed that the Youth Protection Department (DPJ) became involved after rumors of the incident spread at his children’s school.\n\nInvestment disclaimer: The content reflects the author’s personal views and current market conditions. Please conduct your own research before investing in cryptocurrencies, as neither the author nor the publication is responsible for any financial losses.\n\nAd Disclosure: This site may feature sponsored content and affiliate links. All advertisements are clearly labeled, and ad partners have no influence over our editorial content.\n\nInstant Currency Exchange at BestChange with Ease\n\nCoinGape has covered the cryptocurrency industry since 2017, aiming to provide informative insights \n Read more…\n to our readers. Our journal analysts bring years of experience in market analysis and blockchain technology to ensure factual accuracy and balanced reporting. By following our Editorial Policy, \n our writers verify every source, fact-check each story, rely on reputable sources, and attribute quotes and media correctly. We also follow a\n rigorous Review Methodology when evaluating exchanges and tools. From emerging \n blockchain projects and coin launches to industry events and technical developments, we cover \n all facets of the digital asset space with unwavering commitment to timely, relevant information.\n\nUS Rep. French Hill Bullish On CLARITY Act Approval Before Midterm Elections\n\nPakistan’s PVARA Sept. 5 Crypto Deadline Hits Today, Register or Shut Down\n\nGoMining Hack Drains 600+ Wallets, Thieves Consolidate $2.8M in ETH\n\nLeaked Ripple Docs Name Uber and Airbnb as Prime Use Cases for Instant Worker Payouts\n\nBreaking: Anthropic IPO Eyes October Launch At $2 Trillion Valuation To Beat SpaceX\n\nYour crypto brief.\n\nDelivered every day.\n\nBy signing-up you agree to our Terms and Conditions and Privacy Policy.\n\nSEC Clears Bitcoin, Ether, XRP, Solana As Commodities Under Nasdaq Texas Rule Change\n\nBest Crypto Cards (Credit, Debit & Prepaid)\n\nCoinGape Portugese\n CoinGape Espanol\n CoinGape Deutschland\n\n5-minute daily crypto updates to your inbox\n\nDisclosures & Policies: Coingape maintains editorial independence and transparency through its Editorial Policy, Review Methodology, Affiliate Disclosure, Advertising Disclosure, Conflict of Interest Policy, and Financial Disclaimer. Content is provided for informational purposes only and should not be considered financial, investment, legal, or tax advice. Please review our Terms of Use and Privacy Policy for additional information.\n\nWorld Cup’s on. Your first €10 bet is risk-free →\n World Cup’s on. Your first €10 bet is risk-free →", - "chars": 8202, - "sha256": "f8ca903694c6e9ee46a7a5da81b1f437fdbf147b4c21c2b19a3fc9c16e17d0e3", + "text": "Crypto Forum Moderator Targeted in Alleged Bitcoin Kidnapping Attempt\n\nKelvin Munene is a crypto and finance journalist with over 5 years of experience, offering in-depth market analysis and expert commentary . \n\n\nWith a Bachelor's degree in Journalism and Actuarial Science from Mount Kenya University, Kelvin is known for his meticulous research and strong writing skills, particularly in cryptocurrency, blockchain, and financial markets. \n\n\nHis work has been featured across top industry publications such as Coingape, Cryptobasic, MetaNews, Cryptotimes, Coinedition, TheCoinrepublic, Cryptotale, and Analytics Insight among others, where he consistently provides timely updates and insightful content.\n\n\nKelvin’s focus lies in uncovering emerging trends in the crypto space, delivering factual and data-driven analyses that help readers make informed decisions. His expertise extends across market cycles, technological innovations, and regulatory shifts that shape the crypto landscape.\n\n\nBeyond his professional achievements, Kelvin has a passion for chess, traveling, and exploring new adventures.\n\nCopied!\n\nCoinGape has covered the cryptocurrency industry since 2017,\n aiming to provide informative insights to our readers. Our journal analysts bring years of experience in market analysis and blockchain technology to ensure factual accuracy and balanced reporting. By following our Editorial Policy, \n our writers verify every source, fact-check each story, rely on reputable sources, and attribute quotes and media correctly. We also follow a\n rigorous Review Methodology when evaluating exchanges and tools. From emerging \n blockchain projects and coin launches to industry events and technical developments, we cover \n all facets of the digital asset space with unwavering commitment to timely, relevant information.\n\nCrypto forum moderator targeted for $2.5B in BTC by kidnappers using torture tools.\n\nVictim forced to relocate after attackers mistakenly link him to billions in Bitcoin.\n\nPolice release kidnapping suspects; family of crypto moderator moves to stay safe.\n\nAD\n \n Trade Bitcoin, Ethereum and 500+ cryptocurrencies on Bitget - Trade Now\n\nA Canadian crypto forum moderator and father of four claims to have been forced into hiding after an alleged kidnapping and torture attempt. The attackers reportedly targeted him, falsely believing he possessed an immense amount of Bitcoin.\n\nThe incident has left the man and his family in a precarious situation as they move from one temporary residence to another, fearing for their safety.\n\nCrypto Forum Moderator Targeted in Bitcoin Kidnapping\n\nThe alleged incident, which took place in November 2024, started when two masked people allegedly got close to the Crypto forum’s house. As per the statement, the suspects escaped from the scene after the man closed the door on them. A few days later, the victim saw the masked men in an unmarked vehicle near his house while he was taking his child to daycare.\n\nThe suspects are said to have followed the man onto a main road. When the situation worsened, he was on the phone with the police when the suspect vehicle turned and three of its occupants escaped on foot.\n\nShortly after, the driver of the vehicle reportedly came out and confronted the victim, and another suspect brandished a firearm. The man stated that he used bear spray as a way of protecting himself from the suspects until the police came in to arrest the duo.\n\nIn the report, the Crypto forum moderator stated that the suspects intended to kidnap and torture him in order to get his cryptocurrency.\n\nThe police investigations suggested that the attackers thought he had 2.5 million Bitcoins worth billions of dollars because he was a moderator of a cryptocurrency Facebook group.\n\n‘The guys had equipment to torture me,’ the man said to La Presse. They had a tarp with a hole in the middle and claws to cut off a limb and stop the bleeding. It’s incredibly violent.” The victim claimed that his actual BTC investment was $10,000 which is like 0.1 of a Bitcoin as per current price.\n\nFour suspects, two of which are adults and two are juveniles, were taken into custody in relation to the event. The adults are to be charged with conspiracy to kidnap and use of prohibited firearms. However, all these four suspects were released on house arrest to await their trial that is set to commence in March.\n\nThe release of the suspects has been a matter of concern to the family of the Crypto forum moderator since there is a possibility of their attack. The family was told by the authorities that they should move away from the area saying that the suspects could be linked to organised crime. The family has since been transferring from one short term lease house to another in an effort to flee any danger.\n\nA representative of Quebec’s provincial police, Sûreté du Québec stated that although the police offer guidance to victims, they cannot offer round the clock protection.\n\n”We do not advise people to change their address but it is one of the measures we are considering, the other ones are to change the locks or to install cameras and alarms,” the spokesperson said.\n\nDespite this, the victim has expressed frustration over the suspects’ release, stating it has forced his family into hiding. “The police told us they can’t ensure our safety,” he said, adding that his family has been burning through their savings to stay safe. The man also revealed that the Youth Protection Department (DPJ) became involved after rumors of the incident spread at his children’s school.", + "chars": 5564, + "sha256": "c3bdd6b2d2defaa8d194974d5bbaa3781b429e4f6dde7d09944aa09a4905d8b8", "staged_file": "02_coingape-com.txt", - "paragraphs_kept": "ALL 46 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 3-27 of 46", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:44:02+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-27 plus headline [0]; dropped 2 leading and 18 trailing paragraphs. Case-term hits on page: 22.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_3", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://bitcoinethereumnews.com/crypto/crypto-moderator-forced-into-hiding-after-kidnapping-and-torture-attempt-report/", "source": "bitcoinethereumnews.com", "language": "unknown", - "text": "Crypto moderator forced into hiding after kidnapping and torture attempt: report\n\nA volunteer moderator of a cryptocurrency forum has gone into hiding with his family after surviving an alleged kidnapping attempt, according to a report by Quebec’s La Presse.\n\nThe suspects reportedly targeted the man, believing he held millions in Bitcoin (BTC). Instead, he claims his holdings were closer to $10,000.\n\nAccording to La Presse, the incident began in early November when two masked men approached his home. Days later, while driving his daughter to daycare, he noticed hooded individuals in a black vehicle near his residence.\n\nA confrontation followed, leading to the arrests of four suspects. Among them were two minors who allegedly planned to kidnap and torture the man to obtain his cryptocurrency wallet password.\n\nThe suspects, who have no prior criminal record, were charged with conspiracy to kidnap and firearm offenses.\n\nThey were released on house arrest pending trial, scheduled for March. Meanwhile, police advised the man to relocate due to connections between the suspects and organized crime.\n\nThe father of four now moves between temporary residences to ensure his family’s safety. Adding to his challenges, Quebec’s Youth Protection Department has been involved due to concerns about his children’s security.\n\nThis isn’t the first high-security crypto-related incident in Canada. Last November, the body of 25-year-old cryptocurrency influencer Kevin Mirshahi, missing since June, was found in Montreal’s Île-de-la-Visitation Park. Authorities identified him through an autopsy, marking Montreal’s 32nd homicide of 2024 and raising concerns about violence in the crypto community.\n\nAlso in November, Dean Skurka, CEO of WonderFi, was abducted in downtown Toronto during rush hour. He was later released after a $1 million ransom was paid electronically.\n\nSource: https://crypto.news/crypto-moderator-forced-into-hiding-after-kidnapping-and-torture-attempt-report/", - "chars": 1981, - "sha256": "14be8b27412df20e63af76eccded76f8340627fa2698ddfca9ac60ee58ed1505", + "text": "Crypto moderator forced into hiding after kidnapping and torture attempt: report\n\nA volunteer moderator of a cryptocurrency forum has gone into hiding with his family after surviving an alleged kidnapping attempt, according to a report by Quebec’s La Presse.\n\nThe suspects reportedly targeted the man, believing he held millions in Bitcoin (BTC). Instead, he claims his holdings were closer to $10,000.\n\nAccording to La Presse, the incident began in early November when two masked men approached his home. Days later, while driving his daughter to daycare, he noticed hooded individuals in a black vehicle near his residence.\n\nA confrontation followed, leading to the arrests of four suspects. Among them were two minors who allegedly planned to kidnap and torture the man to obtain his cryptocurrency wallet password.\n\nThe suspects, who have no prior criminal record, were charged with conspiracy to kidnap and firearm offenses.\n\nThey were released on house arrest pending trial, scheduled for March. Meanwhile, police advised the man to relocate due to connections between the suspects and organized crime.\n\nThe father of four now moves between temporary residences to ensure his family’s safety. Adding to his challenges, Quebec’s Youth Protection Department has been involved due to concerns about his children’s security.\n\nThis isn’t the first high-security crypto-related incident in Canada. Last November, the body of 25-year-old cryptocurrency influencer Kevin Mirshahi, missing since June, was found in Montreal’s Île-de-la-Visitation Park. Authorities identified him through an autopsy, marking Montreal’s 32nd homicide of 2024 and raising concerns about violence in the crypto community.\n\nAlso in November, Dean Skurka, CEO of WonderFi, was abducted in downtown Toronto during rush hour. He was later released after a $1 million ransom was paid electronically.", + "chars": 1871, + "sha256": "f4a5d685724c0978727dd386e36b4b6343144a19bef1bc45399391a0d53a237a", "staged_file": "03_bitcoinethereumnews-com.txt", - "paragraphs_kept": "ALL 11 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-9 of 11", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:44:03+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-9 plus headline [0]; dropped 0 leading and 1 trailing paragraphs. Case-term hits on page: 11.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "317": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.malaymail.com/news/malaysia/2024/10/30/johor-police-recover-rm72m-in-ransom-from-johor-businessman-kidnapping-remand-extended-for-vietnamese-suspects/155314", "source": "malaymail.com", "language": "unknown", - "text": "Johor police recover RM7.2m in ransom from Johor businessman kidnapping; remand extended for Vietnamese suspects | Malay Mail\n\nFor a taste of old Seremban, start your morning at Restoran Sun Meng with strong ‘kopi’, butter ‘kaya’ toast and hearty, hand-torn ‘mee hoon kueh’\n\nChinese national skips S$560,000 fine for smuggling 30,000 bottles of beer in Singapore, heads to jail instead\n\nMbappe penalty miss seals Real Madrid’s first defeat under Mourinho\n\nAs smoke spreads across South-east Asia, Indonesia works with neighbours to tackle transboundary haze\n\n‘If Langkawi too small’: Defence minister says LIMA may need alternative venue\n\nNepal clears SMART deployment as families of missing Malaysians await news\n\nEarly-morning fire destroys five business premises at Penang’s Chew Jetty heritage area\n\nDon’t hate me because I’m beautiful — Khoo Ying Hooi\n\nWhere have all the people gone? From restaurants to running tracks, Singapore adjusts outdoor activities as haze bites\n\nGovernment ready to declare emergency if API exceeds 400, says Arthur Kurup\n\nMACC detains company owner for allegedly soliciting RM30,000 to secure defence‑sector financing\n\nSungai Besi Highway’s 400m lane‑widening project completed, opens to traffic Monday\n\nNine days on, Nepali soldiers pull Chinese national alive from hydropower tunnel\n\nPolice detain 11 over machete attack in Ipoh that left victim seriously injured\n\nIsak strikes twice as Liverpool get Iraola off the mark\n\nJohor police recover RM7.2m in ransom from Johor businessman kidnapping; remand extended for Vietnamese suspects\n\nBukit Aman Criminal Investigation Department (CID) director Datuk Seri Mohd Shuhaily Mohd Zain (3rd left) with a seized firearm and part of the ransom that was recovered from the suspects of a kidnapping case during a media conference held at the Johor police contingent headquarters in Johor Baru October 30, 2024. — Picture by Ben Tan\n\nStay updated on the latest news and insights. Subscribe to our newsletter here\n\nEarn a fixed rate of up to 4.2%* p.a. for 210 days with Versa Save! Plus, enjoy an additional FREE RM10 when you sign up using code VERSAMM10 with a min. cash-in of RM100 today. T&Cs apply.\n\nMake Malay Mail your preferred source on Google Giving you news that matter to Malaysians. Make Malay Mail your preferred source when you search for news on Google.\n\nFirst Published: Wednesday, 30 Oct 2024 2:24 PM MYT\n\nJOHOR BARU, Oct 30 — Police have recovered RM7.2 million out of the RM20 million ransom allegedly paid in the high-profile kidnapping case involving a Johor businessman earlier this month.\n\nBukit Aman Criminal Investigation Department (CID) director Datuk Seri Mohd Shuhaily Mohd Zain said the recovered amount included cash, foreign currency and cryptocurrency.\n\n“The recovered sum included RM1.95 million in cash and S$1 million (RM3.3 million) in foreign currency,” he said.\n\nInvestigators also retrieved 400,000 Tether in cryptocurrency estimated to be worth RM1.75 million.\n\n“In addition, police seized a Beretta pistol, 250 live bullets and a pair of handcuffs from the suspects,” he told reporters at the Johor police contingent headquarters today.\n\nPresent were Johor police chief Datuk M. Kumar and other senior officers.\n\nMohd Shuhaily said initial investigations revealed that the suspects were organised into specific groups before the kidnapping of the businessman.\n\n“One group was responsible for planning and carrying out the kidnapping, while another group was tasked with the disposal of items, while another will manage the ransom,” he revealed.\n\nHowever, the CID director declined to comment on the alleged family ties between one of the suspects and the victim.\n\n“It is still too early for police to share any further information related to the case,” he said.\n\nThe investigation involves 11 suspects, including a woman, who are locals as well as two men and a woman from Vietnam.\n\nMohd Shuhaily said the suspects, aged between 23 and 58, are currently under remand until November 5.\n\nPolice are confident that the case can be resolved soon.\n\nHe noted that several of the suspects have prior criminal records.\n\n“Police are also on the lookout for a suspect who remains at large,” he said, adding that the suspects will be investigated under Section 3(1) of the Kidnapping Act 1961 for abduction, wrongful restraint or wrongful confinement for ransom.\n\nTwo of the three Vietnamese suspects, who are alleged to be involved in kidnapping case, being escorted at the Johor Baru courthouse compound October 30, 2024. — Picture by Ben Tan\n\nIn a related development, the remand order for the three Vietnamese suspects has been extended for an additional seven days starting today.\n\nThe High Court’s Senior Assistant Registrar Chai Ing Hien issued the remand order, which is in effect until November 6.\n\nThe three Vietnamese suspects — two men and a woman in their 30s — will also be investigated under Section 3(1) of the Kidnapping Act 1961.\n\nYesterday, the same court approved an extension of the remand period for 10 local suspects, including two women, by an additional seven days to assist in the investigation.\n\nA local man in his 30s was also remanded in connection with the case after his arrest in Senai near here yesterday.\n\nLast week, Kumar said police had arrested 10 men and three women believed to be involved in the businessman’s kidnapping in Iskandar Puteri on October 13.\n\nIt was reported earlier that a Johor businessman was released after a ransom of RM20 million was allegedly paid to his kidnappers.\n\nThe kidnappers initially sought a ransom of RM30 million, but the amount was reportedly lowered after negotiations.\n\nThe 59-year-old victim was abducted outside his home at 5am on October 13 while preparing to take a ride-hailing service to Senai International Airport for a business trip.\n\nPolice probe into businessman kidnap case ongoing\n\nThree Vietnamese nationals remanded for alleged kidnapping and RM20m ransom of Johor tycoon\n\nBlood is not thicker: Family among 13 nabbed over kidnap, ransom of Johor magnate for alleged RM20m\n\nFinal victim found, four‑day search ends in Kota Tinggi drowning tragedy\n\n‘Round‑the‑clock service’: Puspakom plans 24‑hour operations for vehicle inspections\n\nMiti seeks Budget 2027 allocations to accelerate semiconductor industry, expand Malaysian exports", - "chars": 6328, - "sha256": "78abfe56d9da94714cb5f98cef2838eabedb810d1f57096a3f7fbe4476886f08", + "text": "Johor police recover RM7.2m in ransom from Johor businessman kidnapping; remand extended for Vietnamese suspects | Malay Mail\n\nEarn a fixed rate of up to 4.2%* p.a. for 210 days with Versa Save! Plus, enjoy an additional FREE RM10 when you sign up using code VERSAMM10 with a min. cash-in of RM100 today. T&Cs apply.\n\nMake Malay Mail your preferred source on Google Giving you news that matter to Malaysians. Make Malay Mail your preferred source when you search for news on Google.\n\nFirst Published: Wednesday, 30 Oct 2024 2:24 PM MYT\n\nJOHOR BARU, Oct 30 — Police have recovered RM7.2 million out of the RM20 million ransom allegedly paid in the high-profile kidnapping case involving a Johor businessman earlier this month.\n\nBukit Aman Criminal Investigation Department (CID) director Datuk Seri Mohd Shuhaily Mohd Zain said the recovered amount included cash, foreign currency and cryptocurrency.\n\n“The recovered sum included RM1.95 million in cash and S$1 million (RM3.3 million) in foreign currency,” he said.\n\nInvestigators also retrieved 400,000 Tether in cryptocurrency estimated to be worth RM1.75 million.\n\n“In addition, police seized a Beretta pistol, 250 live bullets and a pair of handcuffs from the suspects,” he told reporters at the Johor police contingent headquarters today.\n\nPresent were Johor police chief Datuk M. Kumar and other senior officers.\n\nMohd Shuhaily said initial investigations revealed that the suspects were organised into specific groups before the kidnapping of the businessman.\n\n“One group was responsible for planning and carrying out the kidnapping, while another group was tasked with the disposal of items, while another will manage the ransom,” he revealed.\n\nHowever, the CID director declined to comment on the alleged family ties between one of the suspects and the victim.\n\n“It is still too early for police to share any further information related to the case,” he said.\n\nThe investigation involves 11 suspects, including a woman, who are locals as well as two men and a woman from Vietnam.\n\nMohd Shuhaily said the suspects, aged between 23 and 58, are currently under remand until November 5.\n\nPolice are confident that the case can be resolved soon.\n\nHe noted that several of the suspects have prior criminal records.\n\n“Police are also on the lookout for a suspect who remains at large,” he said, adding that the suspects will be investigated under Section 3(1) of the Kidnapping Act 1961 for abduction, wrongful restraint or wrongful confinement for ransom.\n\nTwo of the three Vietnamese suspects, who are alleged to be involved in kidnapping case, being escorted at the Johor Baru courthouse compound October 30, 2024. — Picture by Ben Tan\n\nIn a related development, the remand order for the three Vietnamese suspects has been extended for an additional seven days starting today.\n\nThe High Court’s Senior Assistant Registrar Chai Ing Hien issued the remand order, which is in effect until November 6.\n\nThe three Vietnamese suspects — two men and a woman in their 30s — will also be investigated under Section 3(1) of the Kidnapping Act 1961.\n\nYesterday, the same court approved an extension of the remand period for 10 local suspects, including two women, by an additional seven days to assist in the investigation.\n\nA local man in his 30s was also remanded in connection with the case after his arrest in Senai near here yesterday.\n\nLast week, Kumar said police had arrested 10 men and three women believed to be involved in the businessman’s kidnapping in Iskandar Puteri on October 13.\n\nIt was reported earlier that a Johor businessman was released after a ransom of RM20 million was allegedly paid to his kidnappers.\n\nThe kidnappers initially sought a ransom of RM30 million, but the amount was reportedly lowered after negotiations.\n\nThe 59-year-old victim was abducted outside his home at 5am on October 13 while preparing to take a ride-hailing service to Senai International Airport for a business trip.", + "chars": 3962, + "sha256": "72db9dfdd6fc82839d18385ff49506b59172a77a96980a186cc22ffaa43eaa21", "staged_file": "01_malaymail-com.txt", - "paragraphs_kept": "ALL 53 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 19-46 of 53", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:44:06+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 19-46 plus headline [0]; dropped 18 leading and 6 trailing paragraphs. Case-term hits on page: 27.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "312": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.financemagnates.com/cryptocurrency/israeli-entrepreneur-was-allegedly-robbed-of-crypto-at-gunpoint/", "source": "financemagnates.com", "language": "unknown", - "text": "Israeli Entrepreneur Was Allegedly Robbed of Crypto at Gunpoint\n\n> \n Israeli Entrepreneur Was Allegedly Robbed of Crypto at Gunpoint\n\nThursday, 15/06/2023 | 15:07 GMT by\n Solomon Oladipupo\n\nThe cryptocurrencies have been reportedly frozen by receive wallet provider.\n\nThe entrepreneur has left Israel and the unnamed person remains almost penniless.\n\nAn Israeli crypto entrepreneur was reportedly robbed of his digital assets at\ngunpoint in his Tel Aviv home two weeks ago, according to the Israeli financial site, Globes\non Wednesday. The entrepreneur, whose identity has not been revealed, told police that robbers broke into his home, beat\nhim mercilessly, and forced him to transfer all of his crypto holdings to their\nwallets.\n\nHowever,\nthe outlet said the transactions were frozen by the wallet provider after they\nbecame suspicious of transfers and conversions done with the wallet. As a\nresult, neither the robbers nor the entrepreneur has access to the\ncryptocurrencies stored in the wallet.\n\nAccording\nto Globes, the entrepreneur has now left Israel and remains nearly\npenniless.\n\nCryptocurrencies are kept and held digitally. Unlike cash, there is no physical form of cryptocurrency that anyone can rob. These crypto wallets are encrypted, and only the unique private keys can access the stored cryptocurrencies.\n\nHowever, digitally held cryptocurrencies are vulnerable. Cybercriminals have attacked numerous cryptocurrency exchanges and wallet providers, stealing hundreds of millions of dollars of crypto every year.\n\nCrypto cyber thieves target individuals with phishing and other sophisticated tactics to steal their digital currency holdings. Earlier this week, the Wallingford Police Department in the US State of Connecticut said that a town resident was coerced towards paying the sum of $19,000 in Bitcoin by a scammer posing as a computer service representative. In another recent incident, a man from Iowa lost more than $232,000 in a cryptocurrency-romance scam.\n\nHowever, cybercriminals are not the only ones after cryptocurrencies. Though incidents are rare, several robbers also tried to rob cryptocurrencies from people at gunpoint. In 2018, a cryptocurrency trader in England’s Oxfordshire reported to the authorities that four masked robbers had broken into his house and robbed all of his Bitcoin. In another armed robbery, a Russian crypto blogger lost $425,000 worth of bitcoin in the same year.\n\nThe intensity of the crimes increases significantly sometimes, as Pavel Lerner, a Managing Director of cryptocurrency exchange EXMO, was kidnapped in Ukraine’s Kyiv in December 2017 and was released after paying a ransom of $1 million in Bitcoin. Furthermore, another New Jersey man was kidnapped at gunpoint and was forced to give up the password of his crypto wallet that contained $1.8 million in Ether.\n\nSolomon Oladipupo is a journalist and editor from Nigeria that covers the tech, FX, fintech and cryptocurrency industries. He is a former assistant editor at AgroNigeria Magazine where he covered the agribusiness industry. Solomon holds a first-class degree in Journalism & Mass Communication from the University of Lagos where he graduated top of his class.\n\nTickmill's Ingmar Mattus: The \"Mindset Problem\" Killing CFD Brokers Who Won't Diversify\n\nWeekly Review: Nigeria Proposes New CFD Rules; SVG Pauses Crypto Applications \n Saturday, 05/09/2026 | 07:00 GMT\n\nFederal Courts Now Disagree on Kalshi’s Sports Contracts. New Jersey Wants the Supreme Court to Settle the Fight \n Friday, 04/09/2026 | 19:15 GMT\n\nCySEC Flags 10 Websites as Unauthorised for Investment or Crypto Services \n Friday, 04/09/2026 | 17:27 GMT\n\nEurope's Economic Crossroads: Recession Fears and S&P Global's Contrasting Outlook\n\nDecarbonization and Climate Realities: Shaping the Future Investment Landscape\n\nThe Stablecoin in the Headlines Is Not the Stablecoin I Know\n\n7 Things We Wish Someone Had Told Us Before We Started Trading\n\nHow Low Can SIlver Go? XAG/USD Breaks 200-Day EMA, Opening 29% Drop Silver Price Prediction to $45 \n Wednesday, 02/09/2026 | 12:14 GMT\n\nBitcoin Price Prediction: Golden Cross Nears as $84K Blocks $100K per BTC \n Tuesday, 01/09/2026 | 09:17 GMT\n\nGold Drops 3%, but Bullish EMA Cross Keeps $4900 Price Prediction Alive \n Monday, 31/08/2026 | 10:28 GMT\n\nAdmirals Fails to Convert 96% More Active Users into Trading Profit in H1\n\nNo More “Screen Switching”: Pepperstone Floats Spread Betting on TradingView\n\nSWIFT Proves Its System Is Capable of Linking Multiple Blockchain Networks\n\nIG Group's American Arm Joins FIA, Expands Its Global Trading Network\n\nSouth Korean Lawmaker in Crypto Scandal Survives Expulsion Vote\n\nDCG’s Payment Plan on Shaky Ground as Genesis Lender Group Objects\n\nSaint Vincent Regulator Freezes Virtual Asset Applications, Existing Submissions Continue\n\nKraken Parent Pushes IPO to Q2 2027 at Earliest\n\nASIC Crypto License Applications Pass 45 Before September Deadline\n\nBinance’s Push Into US Stock Options Shows How Far It Has Moved Beyond Crypto\n\nBybit Launches Options on Its Own SpaceX and NVIDIA Perpetual\n\nKraken Turns Prime Into a Self-Service Platform for Institutions\n\nNigeria Proposes New FX Rules; Revolut Gains US Bank Approval\n\nToday’s financial news recap covers Nigeria proposes new FX and CFD rules, Revolut secures conditional US bank approval, and Saint Vincent freezes new virtual asset applications.\n\n\nFinance Magnates Daily Recap brings you the latest news from forex and CFD brokers, fintech, payments, cryptocurrency, digital assets, trading platforms, financial regulation and global markets. \n\n\nGet the key company news, executive moves, deals, regulatory updates and market developments of the day, in just a few minutes. New episodes published every weekday. \n\n\nRead more: https://www.financemagnates.com \n\n\n#FinanceMagnates #ForexNews #FintechNews\n\nXTB Founder Sells $410m; Tickmill’s Mattus Warns Brokers\n\nToday’s financial news recap covers XTB founder Jakub Zabłocki sells another $410 million in shares, Tickmill’s Ingmar Mattus warns of a mindset problem, and Kraken’s parent pushes its IPO to 2027.\n\n\nFinance Magnates Daily Recap brings you the latest news from forex and CFD brokers, fintech, payments, cryptocurrency, digital assets, trading platforms, financial regulation and global markets. \n\n\nGet the key company news, executive moves, deals, regulatory updates and market developments of the day, in just a few minutes. New episodes published every weekday. \n\n\nRead more: https://www.financemagnates.com \n\n\n#FinanceMagnates #ForexNews #FintechNews\n\nFTMO Enters Futures Prop Trading; Brazil Sees Strong Retail Activity\n\nToday’s financial news recap covers FTMO launches futures prop trading, Brazil's retail derivatives market posts strong daily activity, and Leverate adds direct crypto deposits.\n\n\nFinance Magnates Daily Recap brings you the latest news from forex and CFD brokers, fintech, payments, cryptocurrency, digital assets, trading platforms, financial regulation and global markets. \n\n\nGet the key company news, executive moves, deals, regulatory updates and market developments of the day, in just a few minutes. New episodes published every weekday. \n\n\nRead more: https://www.financemagnates.com \n\n\n#FinanceMagnates #ForexNews #FintechNews\n\nNobody looks forward to their annual CPD requirements.\n\nBut Continuing Professional Development doesn’t have to be a box-checking exercise.\n\nFM Academy takes a more engaging, practical approach to CPD, helping finance professionals get useful knowledge from their learning, not just the credits.\n\nExplore FM Academy: https://lnkd.in/dPBd3AFG\n\n#FinanceMagnates #FMAcademy #CPD #Fintech #ProfessionalDevelopment\n\nCapital.com UK Revenue Falls; eToro Partners with Leeds\n\nToday's Monday, the 31st of August 2026, and these are our main stories: Capital.com's UK revenue falls sharply, eToro expands its football partnerships, and the FCA steps up action on whistleblowing.\n\n!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|} !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}", - "chars": 8119, - "sha256": "904b50ea3b1cb42e27d8046654581d9cb44576c52936357a7ce9e53b3db8150d", + "text": "Israeli Entrepreneur Was Allegedly Robbed of Crypto at Gunpoint\n\nThe cryptocurrencies have been reportedly frozen by receive wallet provider.\n\nThe entrepreneur has left Israel and the unnamed person remains almost penniless.\n\nAn Israeli crypto entrepreneur was reportedly robbed of his digital assets at\ngunpoint in his Tel Aviv home two weeks ago, according to the Israeli financial site, Globes\non Wednesday. The entrepreneur, whose identity has not been revealed, told police that robbers broke into his home, beat\nhim mercilessly, and forced him to transfer all of his crypto holdings to their\nwallets.\n\nHowever,\nthe outlet said the transactions were frozen by the wallet provider after they\nbecame suspicious of transfers and conversions done with the wallet. As a\nresult, neither the robbers nor the entrepreneur has access to the\ncryptocurrencies stored in the wallet.\n\nAccording\nto Globes, the entrepreneur has now left Israel and remains nearly\npenniless.\n\nCryptocurrencies are kept and held digitally. Unlike cash, there is no physical form of cryptocurrency that anyone can rob. These crypto wallets are encrypted, and only the unique private keys can access the stored cryptocurrencies.\n\nHowever, digitally held cryptocurrencies are vulnerable. Cybercriminals have attacked numerous cryptocurrency exchanges and wallet providers, stealing hundreds of millions of dollars of crypto every year.\n\nCrypto cyber thieves target individuals with phishing and other sophisticated tactics to steal their digital currency holdings. Earlier this week, the Wallingford Police Department in the US State of Connecticut said that a town resident was coerced towards paying the sum of $19,000 in Bitcoin by a scammer posing as a computer service representative. In another recent incident, a man from Iowa lost more than $232,000 in a cryptocurrency-romance scam.\n\nHowever, cybercriminals are not the only ones after cryptocurrencies. Though incidents are rare, several robbers also tried to rob cryptocurrencies from people at gunpoint. In 2018, a cryptocurrency trader in England’s Oxfordshire reported to the authorities that four masked robbers had broken into his house and robbed all of his Bitcoin. In another armed robbery, a Russian crypto blogger lost $425,000 worth of bitcoin in the same year.\n\nThe intensity of the crimes increases significantly sometimes, as Pavel Lerner, a Managing Director of cryptocurrency exchange EXMO, was kidnapped in Ukraine’s Kyiv in December 2017 and was released after paying a ransom of $1 million in Bitcoin. Furthermore, another New Jersey man was kidnapped at gunpoint and was forced to give up the password of his crypto wallet that contained $1.8 million in Ether.\n\nSolomon Oladipupo is a journalist and editor from Nigeria that covers the tech, FX, fintech and cryptocurrency industries. He is a former assistant editor at AgroNigeria Magazine where he covered the agribusiness industry. Solomon holds a first-class degree in Journalism & Mass Communication from the University of Lagos where he graduated top of his class.\n\nTickmill's Ingmar Mattus: The \"Mindset Problem\" Killing CFD Brokers Who Won't Diversify\n\nWeekly Review: Nigeria Proposes New CFD Rules; SVG Pauses Crypto Applications \n Saturday, 05/09/2026 | 07:00 GMT\n\nFederal Courts Now Disagree on Kalshi’s Sports Contracts. New Jersey Wants the Supreme Court to Settle the Fight \n Friday, 04/09/2026 | 19:15 GMT", + "chars": 3420, + "sha256": "043b536147fa29f5288300862272648331071a45f8889f077aac40dd60097d31", "staged_file": "01_financemagnates-com.txt", - "paragraphs_kept": "ALL 63 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 3-16 of 63", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:44:08+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-16 plus headline [0]; dropped 2 leading and 46 trailing paragraphs. Case-term hits on page: 12.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "309": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.gdnonline.com/Details/1229254/4-UAE-expats-get-3-years-for-assaulting-woman,-robbing-her-of-BD4,300-and-converting-it-to-bitcoin", "source": "gdnonline.com", "language": "unknown", @@ -4658,11 +5500,12 @@ "chars": 1678, "sha256": "d3945616811d56fee7af037e685e9a9b1ebff5b994011ebf2c6e9283d44cf192", "staged_file": "01_gdnonline-com.txt", - "paragraphs_kept": "ALL 11 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-10 of 11", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:44:11+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-10 plus headline [0]; dropped 0 leading and 0 trailing paragraphs. Case-term hits on page: 4.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "308": [ @@ -4686,28 +5529,42 @@ "307": [ { "field": "url", - "verdict": "THIN", + "verdict": "KEEP", "url": "https://www.manchestereveningnews.co.uk/news/greater-manchester-news/covered-burns-bruises-begged-can-30900995", - "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "source": "manchestereveningnews.co.uk", + "language": "unknown", + "text": "Covered in burns and bruises, he begged 'can you take me with you?' - Manchester Evening News\n\nCovered in burns and bruises, he begged 'can you take me with you?'\n\nThe vulnerable victim had been drugged, threatened, deliberately burnt, hit with weapons, locked in a cupboard and bound with cables in a horrific reign of terror by the cryptocurrency gang\n\nJames HoltSenior Live and Breaking News Reporter\n\nA man who had a bag put over his head and was tied up by a cryptocurrency gang begged police 'can you take me with you?' after he was eventually found being held captive in a flat.\n\nThe vulnerable victim had been drugged, threatened, deliberately burnt, hit with weapons, locked in a cupboard and bound with cables in a horrific reign of terror at the property in Irlam, a court heard.\n\nAfter months of torment, investigations revealed that the victim had been used to acquire hundreds of thousands of pounds worth of cryptocurrency which the defendants, through use of violence, kidnap, and false imprisonment, then sought to steal from him.\n\nThe abuse first began when the victim answered a knock at his door in January 2023, a court was told. He was threatened with violence by thug Scott Armstrong if he didn't transfer cryptocurrency to him. Later that month, another associate, David Povey, went back to the victims address with another man, armed with a knife and demanding more money.\n\nMonths later, in October, police said the victim went to an address in the Cadishead area. When he arrived, another gang member, Gary Edwards, dragged him into the flat. He was tied up and forced to send more money.\n\nWhen he couldn’t pay immediately, they kept him restrained all night and subjected him to violent assaults before locking him in a cupboard. If he didn’t pay, fellow associate Kane Godiff told him he would be killed. After they received the money, he was freed.\n\nDays later, the gang turned up at the victim's house again, demanding more money. They took him to Egret Drive, the address he was later found at by police, and placed a bag over his head.\n\nThe final incident took place on November 30. The victim had been at a friend’s address when he was approached by defendant Gary Edwards and thrown into a van and had his head covered once again.\n\nThen, on December 2, the police received an anonymous tip-off reporting concerns for welfare at the flat. Upon attending, police saw a man running away from the address – later identified as Karl Johnson. The victim was also found inside, who begged 'can you take me with you?' before revealing the tirade of violence he had been subjected to.\n\nHe explained that he’d been brought to this property against his will with a bag over his head. He spoke of the ordeal they had subjected him to, and revealed how he’d been violently assaulted and tied up.\n\nOfficers searched the address and found a dressing gown strap which had been tied to the bed, along with electrical cables. The victim also had a burn mark on his hand, and bruises on his body from where he had been hit with a weapon, court was told.\n\nDetectives uncovered that the victim had acquired hundreds of thousands of pounds worth of cryptocurrency which the defendants had sought to steal from him.\n\nAs the investigation developed, detectives identified that the gang had 'terrorised' the victim on several occasions, demanding crypto currency, using machetes and a pistol to assault him, and on one occasion, drugging him with morphine.\n\nAt the property, detectives from GMP's Criminal Investigation Department seized a viable firearm, a magazine containing three rounds of ammunition, an imitation firearm and an air pistol, electrical cables, ropes, and cable ties which were used to restrain the victim, knives, meat cleavers, a metal baseball bat, a machete, and a hammer.\n\nPolice also found documents belonging to Karl Johnson, and several cigarette butts which had DNA from Karl and Luke Johnson.\n\nThe victim explained that similar incidents had happened several months earlier, but that he had been let go after paying them a sum of over £100,000.\n\nPolice revealed how further phone analysis identified that the defendants were in contact in the nights leading up to the first kidnap. Similarly, after police located the victim, Jonathan Newns, David Povey, and Karl Johnson were all in regular contact with one another. Cell site analysis also placed them all at the at the house on Egret Drive on the dates of kidnap.\n\nA forensic analysis of the black hand pistol and ammunition that police seized provide a DNA profile which was a match for Jonathan Newns.\n\nOn Thursday (January 30), the gang of seven men appeared at Manchester Crown Court to be sentenced for their roles after being found guilty of multiple offences. They have been jailed for more 76 years between them.\n\nJonathan Newns, 24, of Salix Court, Whitebeam Close, Salford was found guilty of two counts of attempted robbery, two counts of false imprisonment, kidnap, and possession of a prohibited firearm. He has been jailed for 20 years.\n\nDavid Povey, 38, of Dalebeck Close, Whitefield, was found guilty of robbery, kidnap, false imprisonment, and attempted robbery. He has been jailed for 20 years.\n\nLuke Johnson, 25, of Southway, Eccles, was found guilty of two counts of attempted robbery, two counts of false imprisonment, and two counts of kidnap. He has been jailed for 13 years and six months.\n\nGary Edwards, 47, of Cumberland Avenue, Cadishead, pleaded guilty to attempted robbery. He has been jailed for ten years and two months.\n\nKane Godiff, 33, of no fixed abode pleaded guilty to attempted robbery. He has been jailed for seven years and five months.\n\nKarl Johnson, 35, of Egret Drive, Irlam, pleaded guilty to two counts of encouraging or assisting an offence of robbery. He has been jailed for three years years.\n\nScott Armstrong, 39, of no fixed abode pleaded guilty to two counts of transferring criminal property. he has been jailed for two years and four months.\n\nInvestigating officer, Detective Sergeant Stephanie Bowling, said: “This was a challenging investigation which has thankfully resulted in these dangerous offenders being removed from the streets for a significant amount of time.\n\n“While I know that this sentence won’t change or takeaway from the trauma that our victim was subjected to, I sincerely hope that it helps him move forward with his life, safe in the knowledge that these men are now behind bars.”\n\nDetective Inspector Justin Bryant from GMP's Salford district added: “These men showed a concerning propensity for violence and weren’t afraid to use a variety of formidable weapons to get what they want. I’d like to commend the victim for his bravery, and I hope he continues to recover from this experience.\n\n“I not only hope that this sentencing acts as a deterrent to anyone who may be considering such violence, but I hope it reassures the communities of Greater Manchester that we will use all specialist resources and skills catch harmful offenders.”\n\nYou can find this story in My Bookmarks.Or by navigating to the user icon in the top right.\n\nSalfordMissing man in Tenerife has been 'found needing medical care' after family flies out to search, says sisterAlthough Liam has been found, he needs medical help before he will be able to return home, his family has said\n\nKensington Palace issue unprecedented statement in defence of Princess Kate\n\nKensington Palace has issued a rare statement following reports that Princess Kate is no longer going to be sharing details of her outfits when she carries out royal engagements\n\nBoy, 12, admits swinging seven-inch knife at member of school staff as judge tells him 'somebody could have been killed'\n\n'Every time you go out with a knife you run the risk that someone might not go home'\n\n'Jerking' baby dies after mum and dad told they had 'first-time parent paranoia'", + "chars": 7871, + "sha256": "38b4342f4bdc9167b2ec869bb6ae98e48124f96ea2ef17c94c806b87628b922f", + "staged_file": "01_manchestereveningnews-co-uk-wayback.txt", + "paragraphs_kept": "headline [0] + 1-40 of 86", + "method": "Wayback Machine snapshot 20250211214428, deterministic extraction", + "fetched_at": "2026-09-05T13:26:26+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20250211214428/https://www.manchestereveningnews.co.uk/news/greater-manchester-news/covered-burns-bruises-begged-can-30900995", + "snapshot": "20250211214428", + "note": "live URL was THIN on the first pass; text comes from an archived copy dated 2025-02-11", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-40 plus headline [0]; dropped 0 leading and 45 trailing paragraphs. Case-term hits on page: 14.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "304": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.richmond-news.com/local-news/richmond-man-arrested-for-home-invasion-10m-crypto-theft-7873869", "source": "richmond-news.com", "language": "unknown", - "text": "Man charged for Richmond home invasion, $10M crypto theft - Richmond News\n \n \n \n \n \n \n\n \n\n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n \n \n \n\n\n\n Skip to content\n\nRichmond man arrested for home invasion, $10M crypto theft\n\nA middle-aged couple's home in north Richmond was allegedly the target of a home invasion and robbery in September 2022.\n\nOne man has been charged with 11 criminal offences and is in custody following an alleged home invasion and theft of $10 million in cryptocurrency and luxury items a year ago.\n\nOn Sept. 13, 2022, multiple suspects with weapons allegedly entered the home of a middle-aged couple in north Richmond.\n\nAccording to Richmond RCMP, some of the suspects impersonated police officers.\n\nThe couple were allegedly assaulted, bound and held for several hours.\n\nPolice say the suspects then fled with the $10 million in cryptocurrency and several luxury items.\n\nThe Richmond News reported on the incident last week when Richmond RCMP Chief Supt. Dave Chauhan provided an update at the community safety meeting.\n\nRCMP have now released more details on the case.\n\nThe investigation was “lengthy and complex” and Richmond RCMP’s Serious Crime Unit took the lead with expertise from the Economic Crime Unit. They were also supported by the National Crypto Support Unit.\n\nRCMP say a large portion of the cryptocurrency has been recovered.\n\n“There have been many technological breakthroughs through the last five to 10 years in the digital forensics field. It has taken time and resources to mobilize and establish this type of expertise,\" said Richmond RCMP Chief Supt. Dave Chauhan.\n\n\"I am proud to say that we saw the need for this type of expertise in the past and hedged towards the future.\"\n\nHe praised the serious crimes and economic crime units for doing an \"exceptional job\" with the investigation, which took more than a year.\n\n\"As well, investigators have provided consistent support to the victims of this heinous act,” said Chauhan.\n\nRCMP said victims suffered non-life-threatening injuries but were badly shaken up.\n\nThe Prosecution Service of BC has approved 11 charges against 34-year-old Jin Da Xing from Richmond.\n\nThe charges he's facing include break and enter, robbery with a weapon, unlawful confinement, use of an imitation firearm during a robbery, three counts of assault, extortion, possession of stolen property and impersonating a police officer.\n\nXing is currently remanded in custody and awaiting trial.\n\nGot an opinion on this story or any others in Richmond? Email your thoughts or story tips to [email protected].\n\nYVR anticipates 350K travellers over Labour Day weekend\n\nFour things to do in Richmond this weekend", - "chars": 2671, - "sha256": "441152747a6cce4ab49aa2a4d173e8ceef11b621f1a7ef4e1e59aa71b6613734", + "text": "Man charged for Richmond home invasion, $10M crypto theft - Richmond News\n \n \n \n \n \n \n\nA middle-aged couple's home in north Richmond was allegedly the target of a home invasion and robbery in September 2022.\n\nOne man has been charged with 11 criminal offences and is in custody following an alleged home invasion and theft of $10 million in cryptocurrency and luxury items a year ago.\n\nOn Sept. 13, 2022, multiple suspects with weapons allegedly entered the home of a middle-aged couple in north Richmond.\n\nAccording to Richmond RCMP, some of the suspects impersonated police officers.\n\nThe couple were allegedly assaulted, bound and held for several hours.\n\nPolice say the suspects then fled with the $10 million in cryptocurrency and several luxury items.\n\nThe Richmond News reported on the incident last week when Richmond RCMP Chief Supt. Dave Chauhan provided an update at the community safety meeting.\n\nRCMP have now released more details on the case.\n\nThe investigation was “lengthy and complex” and Richmond RCMP’s Serious Crime Unit took the lead with expertise from the Economic Crime Unit. They were also supported by the National Crypto Support Unit.\n\nRCMP say a large portion of the cryptocurrency has been recovered.\n\n“There have been many technological breakthroughs through the last five to 10 years in the digital forensics field. It has taken time and resources to mobilize and establish this type of expertise,\" said Richmond RCMP Chief Supt. Dave Chauhan.\n\n\"I am proud to say that we saw the need for this type of expertise in the past and hedged towards the future.\"\n\nHe praised the serious crimes and economic crime units for doing an \"exceptional job\" with the investigation, which took more than a year.\n\n\"As well, investigators have provided consistent support to the victims of this heinous act,” said Chauhan.\n\nRCMP said victims suffered non-life-threatening injuries but were badly shaken up.\n\nThe Prosecution Service of BC has approved 11 charges against 34-year-old Jin Da Xing from Richmond.\n\nThe charges he's facing include break and enter, robbery with a weapon, unlawful confinement, use of an imitation firearm during a robbery, three counts of assault, extortion, possession of stolen property and impersonating a police officer.\n\nXing is currently remanded in custody and awaiting trial.", + "chars": 2324, + "sha256": "de8c62bec3f0f39b3855d28f5bce2fb7c550755e34f29cab86ee7480c51506ce", "staged_file": "01_richmond-news-com.txt", - "paragraphs_kept": "ALL 44 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 23-40 of 44", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:44:19+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 23-40 plus headline [0]; dropped 22 leading and 3 trailing paragraphs. Case-term hits on page: 21.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "303": [ @@ -4731,55 +5588,58 @@ "301": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.thevibes.com/articles/news/62020/12-held-over-bitcoin-mining-machine-theft", "source": "thevibes.com", "language": "unknown", - "text": "12 held over bitcoin mining machine theft | Malaysia | The Vibes\n\n12 held over bitcoin mining machine theft\n\nAll suspects but one had multiple criminal, drug-related records\n\nUpdated 4 years ago · Published on 30 May 2022 5:18PM\n\nKLANG – Twelve men, including an Indonesian, were arrested in nine raids around here on May 26 and 27, in connection with a bitcoin mining machine theft case involving a loss of hundreds of thousands of ringgit.\n\nNorth Klang district police chief, ACP S. Vijaya Rao, said the suspects, aged 20 to 40, were detained by police, following a report lodged by the owner of an aluminium factory in the West Meru industrial area, near here, after his factory was broken into and 180 bitcoin machines were stolen in two incidents, on April 27 and May 20.\n\nHe said that based on the modus operandi used, the suspects robbed the factory early in the morning and tied up the security personnel on duty.\n\n“Following that, an investigation paper under Section 395/397 of the Penal Code was opened. All the suspects were remanded for five days to assist in the investigation,” he said at a press conference at the North Klang district police headquarters, here, today.\n\nVijaya said all local suspects arrested had multiple criminal and drug-related records, while the Indonesian had no criminal record.\n\n“During the raids, among items seized were cars, computers, mobile phones and bitcoin mining machines. As a result of the arrests, the police have managed to solve three bitcoin machine robbery cases in the North Klang area,” he said.\n\nHe said the police were currently tracking down three other suspects who were still at large, known as Tan Jian Farn (Q-Peng), 37, Herman Petrus, 41, and Abdul Rahim Mohamad Ali, 33, believed to be involved in the incident. – Bernama, May 30, 2022\n\nRM4.9b lost due to illegal electricity connections for cryptocurrency mining, bitcoin\n\nMalaysian fixer pleads guilty in UK's biggest ever Bitcoin seizure\n\nLook at carbon emissions of AI, bitcoin mining too, says Tony Fernandes\n\nBitcoin price drops 8% to below US$20,000\n\nCops raid illegal Bitcoin mining hub in Sitiawan\n\nSESB lost RM16 mil this year due to crypto mining: CEO\n\nPenang CM defends move by housing board, says enforcement is last resort\n\nDelivery rider's compassion turns RM14.50 meal into wave of public generosity\n\nSanusi’s gambling stance puts PAS manifesto under scrutiny\n\nChew Jetty fire: Business owners lose everything in the blink of an eye\n\nSMART Team leaves for Nepal today as search for 55 Malaysians continues\n\nMother Teresa - one of the foremost humanitarian figures of the 20th century died today, 29 years ago\n\n‘I was sent home despite subpoena,’ Madinah rebuts TH RCI chairman\n\nChannel-like formation at Tanjung Lompat beach may have intensified sea pull\n\n12-year-old boy dies after motorcycle crashes into lorry in Gurun\n\nHaze emergency possible if air pollution index hits 400\n\nDriver allegedly failed to notice cyclists before fatal car crash\n\nEleven held over revenge machete attack on man in Perak\n\nPolice probe viral teen fight over social media photo in Kuala Pilah\n\n© 2026 Copyright. All rights reserved. The Vibes Dotcom Sdn Bhd (1378707-W)", - "chars": 3183, - "sha256": "d3fdd35067799b62a4602a009f47611b6f491ebf63f446cd31be1bc2a4de4c6a", + "text": "12 held over bitcoin mining machine theft | Malaysia | The Vibes\n\nKLANG – Twelve men, including an Indonesian, were arrested in nine raids around here on May 26 and 27, in connection with a bitcoin mining machine theft case involving a loss of hundreds of thousands of ringgit.\n\nNorth Klang district police chief, ACP S. Vijaya Rao, said the suspects, aged 20 to 40, were detained by police, following a report lodged by the owner of an aluminium factory in the West Meru industrial area, near here, after his factory was broken into and 180 bitcoin machines were stolen in two incidents, on April 27 and May 20.\n\nHe said that based on the modus operandi used, the suspects robbed the factory early in the morning and tied up the security personnel on duty.\n\n“Following that, an investigation paper under Section 395/397 of the Penal Code was opened. All the suspects were remanded for five days to assist in the investigation,” he said at a press conference at the North Klang district police headquarters, here, today.\n\nVijaya said all local suspects arrested had multiple criminal and drug-related records, while the Indonesian had no criminal record.\n\n“During the raids, among items seized were cars, computers, mobile phones and bitcoin mining machines. As a result of the arrests, the police have managed to solve three bitcoin machine robbery cases in the North Klang area,” he said.\n\nHe said the police were currently tracking down three other suspects who were still at large, known as Tan Jian Farn (Q-Peng), 37, Herman Petrus, 41, and Abdul Rahim Mohamad Ali, 33, believed to be involved in the incident. – Bernama, May 30, 2022", + "chars": 1639, + "sha256": "5836d0c920851b33dde739132e28ba9924b93da811fb58aecbe0e810131a58d2", "staged_file": "01_thevibes-com.txt", - "paragraphs_kept": "ALL 31 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 4-10 of 31", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:44:25+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 4-10 plus headline [0]; dropped 3 leading and 20 trailing paragraphs. Case-term hits on page: 23.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "299": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.theguardian.com/technology/2022/may/08/crypto-muggings-thieves-in-london-target-digital-investors-by-taking-phones", "source": "theguardian.com", "language": "unknown", - "text": "‘Crypto muggings’: thieves in London target digital investors by taking phones | Cryptocurrencies | The Guardian\n \n \n \n \n \n \n \n \n \n \n \n \n\n \n\n\n\n\n \n\n\n\n\n\n\n\n\n\n \n\n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n\n\n\n \n \n \n \n\n \n\n \n\n \n\n \n Skip to main contentSkip to navigation\n\n‘Crypto muggings’: thieves in London target digital investors by taking phones\n\nExclusive: Thousands of pounds stolen in cases seen by the Guardian in reports from City of London police\n\nThieves are targeting digital currency investors on the street in a wave of “crypto muggings”, police have warned, with victims reporting that thousands of pounds have been stolen after their mobile phones were seized.\n\nAnonymised crime reports provided to the Guardian by City of London police, as part of a freedom of information request, reveal criminals are combining physical muscle with digital knowhow to part people from their cryptocurrency.\n\nOne victim reported they had been trying to order an Uber near London’s Liverpool Street station when muggers forced them to hand over their phone. While the gang eventually gave the phone back, the victim later realised that £5,000-worth of ethereum digital currency was missing from their account with the crypto investing platform Coinbase.\n\nIn another case, a man was approached by a group of people offering to sell him cocaine and agreed to go down an alley with them to do the deal. The men offered to type a number into his phone but instead accessed his cryptocurrency account, holding him against a wall and forcing him to unlock a smartphone app with facial verification. They transferred £6,000-worth of ripple, another digital currency, out of his account.\n\nA third victim said he had been vomiting under a bridge when a mugger forced him to unlock his phone using a fingerprint, then changed his security settings and stole £28,700, including cryptocurrency.\n\nIn another case, a victim told police that his cards and phone were pickpocketed after an evening at the pub, with £10,000 later stolen from their account with the investing platform Crypto.com. The victim was using his phone in the pub and believed thieves saw him type in his account pin, the report said.\n\n“It’s a sort of crypto mugging,” said David Gerard, the author of Attack on the 50 Foot Blockchain, a book on digital currencies.\n\nCryptocurrency transfers are irreversible, unlike a bank transfer, making this type of crime more attractive to thieves.\n\n“If I get robbed and they force me to make a bank transfer, the bank can trace where the money has gone and there are all sorts of comebacks. You can reverse the transaction.\n\n“With crypto, if I transfer it to my crypto wallet I’ve got your coins and you can’t get them back.”\n\nHe said the risks were exacerbated by the way some people handle their investments on smartphones, without exercising the same degree of caution they would with cash. “People keep stupid amounts of money on account in crypto. They don’t think it’s money somehow.”\n\nGurvais Grigg, a 23-year veteran of the FBI, now works as public sector chief technology officer for Chainalysis, which helps government agencies and financial institutions track movements of digital currency.\n\nHe said the nature of cryptocurrency, where transactions are logged on the blockchain, meant police should, in theory, be able to track stolen crypto.\n\n“To [transfer stolen assets], they have to provide a wallet address and, most likely, they’ll use that wallet address again in the future. You also need to bring it to an exchange if you want to turn it into fiat currency.”\n\nHe said this created a digital paper trail that investigators can, and regularly do, use to track down multimillion-dollar crypto hacks. However, he said they were less likely to have the resources to pursue smaller, one-off crimes.\n\n“An individual theft of a small amount may not get the attention of the police or a large law enforcement agency.\n\n“If they could put together a larger conspiracy of activity, where people are doing it more than once or twice, police services would likely pay attention.”\n\nThe crypto muggings took place in the second half of 2021, in the relatively small part of London’s financial district patrolled by City of London police.\n\nThe incidents are not the first in which people have been forced to hand over cryptocurrency with the threat of violence.\n\nA student in Kent claimed last year that eight people stormed his university accommodation and forced him to transfer £68,000 of bitcoin at knifepoint.\n\nLater that year, the American technology entrepreneur Zaryn Dentzel told police he had been attacked at home in Madrid by masked thieves. He said they tortured him with a knife and stun gun before disappearing with millions of euros in bitcoin.\n\nHowever, the nature of the crimes reported in London last year – apparently opportunistic street incidents akin to a mugging for cash or valuables – is presenting new challenges for the police.\n\nPhil Ariss, who leads the cryptocurrency team on the National Police Chiefs’ Council cybercrime programme, said more training was being given to police officers on a variety of crypto-related crimes.\n\nHe said police were also looking at ways to inform the public about the need to be cautious when accessing a crypto account.\n\n“You wouldn’t walk down the street holding £50 notes and counting them. That should apply to people with crypto assets,” he said.", - "chars": 5453, - "sha256": "b4f25131301d66b7b478d5416158cfad4f64ee62b23df86824bac6908703fe5d", + "text": "‘Crypto muggings’: thieves in London target digital investors by taking phones | Cryptocurrencies | The Guardian\n \n \n \n \n \n \n \n \n \n \n \n \n\nThieves are targeting digital currency investors on the street in a wave of “crypto muggings”, police have warned, with victims reporting that thousands of pounds have been stolen after their mobile phones were seized.\n\nAnonymised crime reports provided to the Guardian by City of London police, as part of a freedom of information request, reveal criminals are combining physical muscle with digital knowhow to part people from their cryptocurrency.\n\nOne victim reported they had been trying to order an Uber near London’s Liverpool Street station when muggers forced them to hand over their phone. While the gang eventually gave the phone back, the victim later realised that £5,000-worth of ethereum digital currency was missing from their account with the crypto investing platform Coinbase.\n\nIn another case, a man was approached by a group of people offering to sell him cocaine and agreed to go down an alley with them to do the deal. The men offered to type a number into his phone but instead accessed his cryptocurrency account, holding him against a wall and forcing him to unlock a smartphone app with facial verification. They transferred £6,000-worth of ripple, another digital currency, out of his account.\n\nA third victim said he had been vomiting under a bridge when a mugger forced him to unlock his phone using a fingerprint, then changed his security settings and stole £28,700, including cryptocurrency.\n\nIn another case, a victim told police that his cards and phone were pickpocketed after an evening at the pub, with £10,000 later stolen from their account with the investing platform Crypto.com. The victim was using his phone in the pub and believed thieves saw him type in his account pin, the report said.\n\n“It’s a sort of crypto mugging,” said David Gerard, the author of Attack on the 50 Foot Blockchain, a book on digital currencies.\n\nCryptocurrency transfers are irreversible, unlike a bank transfer, making this type of crime more attractive to thieves.\n\n“If I get robbed and they force me to make a bank transfer, the bank can trace where the money has gone and there are all sorts of comebacks. You can reverse the transaction.\n\n“With crypto, if I transfer it to my crypto wallet I’ve got your coins and you can’t get them back.”\n\nHe said the risks were exacerbated by the way some people handle their investments on smartphones, without exercising the same degree of caution they would with cash. “People keep stupid amounts of money on account in crypto. They don’t think it’s money somehow.”\n\nGurvais Grigg, a 23-year veteran of the FBI, now works as public sector chief technology officer for Chainalysis, which helps government agencies and financial institutions track movements of digital currency.\n\nHe said the nature of cryptocurrency, where transactions are logged on the blockchain, meant police should, in theory, be able to track stolen crypto.\n\n“To [transfer stolen assets], they have to provide a wallet address and, most likely, they’ll use that wallet address again in the future. You also need to bring it to an exchange if you want to turn it into fiat currency.”\n\nHe said this created a digital paper trail that investigators can, and regularly do, use to track down multimillion-dollar crypto hacks. However, he said they were less likely to have the resources to pursue smaller, one-off crimes.\n\n“An individual theft of a small amount may not get the attention of the police or a large law enforcement agency.\n\n“If they could put together a larger conspiracy of activity, where people are doing it more than once or twice, police services would likely pay attention.”\n\nThe crypto muggings took place in the second half of 2021, in the relatively small part of London’s financial district patrolled by City of London police.\n\nThe incidents are not the first in which people have been forced to hand over cryptocurrency with the threat of violence.\n\nA student in Kent claimed last year that eight people stormed his university accommodation and forced him to transfer £68,000 of bitcoin at knifepoint.\n\nLater that year, the American technology entrepreneur Zaryn Dentzel told police he had been attacked at home in Madrid by masked thieves. He said they tortured him with a knife and stun gun before disappearing with millions of euros in bitcoin.\n\nHowever, the nature of the crimes reported in London last year – apparently opportunistic street incidents akin to a mugging for cash or valuables – is presenting new challenges for the police.\n\nPhil Ariss, who leads the cryptocurrency team on the National Police Chiefs’ Council cybercrime programme, said more training was being given to police officers on a variety of crypto-related crimes.\n\nHe said police were also looking at ways to inform the public about the need to be cautious when accessing a crypto account.\n\n“You wouldn’t walk down the street holding £50 notes and counting them. That should apply to people with crypto assets,” he said.", + "chars": 5093, + "sha256": "f1257e6ae3e7872d8118a1a497064542541038b2f39269bdab4659e335a55afd", "staged_file": "01_theguardian-com.txt", - "paragraphs_kept": "ALL 73 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 48-72 of 73", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:44:28+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 48-72 plus headline [0]; dropped 47 leading and 0 trailing paragraphs. Case-term hits on page: 14.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "298": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.khaleejtimes.com/uae/crime/dubai-dh4-million-stolen-from-bitcoin-trader-9-people-jailed", "source": "khaleejtimes.com", "language": "unknown", - "text": "Dubai: Dh4 million stolen from Bitcoin trader; 9 people jailed | Khaleej Times\n\nDubai: Dh4 million stolen from Bitcoin trader; 9 people jailed\n\nThe robbers knocked on the door of his company's headquarters before entering and assaulting him; they will be deported after serving their sentences\n\nPUBLISHED: Mon 3 Oct 2022, 8:10 AM UPDATED: Mon 3 Oct 2022, 8:16 PM\n\nA gang comprising nine people stole Dh 4,120,000 from the owner of a Bitcoin trading company in the Al Nakhil area in Dubai. They assaulted him while he was at work.\n\nThe details of the case date back to last April, when the victim filed a report stating that he had been assaulted and robbed by force at his company's headquarters.\n\nUAE President pardons Abdul Rahman Yusuf Al Qaradawi after criminal conviction\n\nSharjah Ruler approves Dh20,000 monthly living allowance for govt employees, other groups\n\nUS VP Vance says would not 'call it a war' with Iran, on categorising hostilities\n\nSharjah Police arrest man accused of killing two Kazakh sisters\n\nUS military disables 3 vessels, redirects 87 in ongoing Iran blockade\n\nAccording to the victim's statement, he was surprised by nine robbers knocking on the door of his company and entering. They attacked him and stole the cash.\n\nThe police identified them and arrested them. The Dubai Criminal Court convicted them and sentenced to three years in prison, and deportation from the state after serving their sentences.\n\nDubai: Two jailed for threatening to kill couple, stealing Dh8,000 from them\n\nUAE: New mobile police station launched in Sharjah\n\nTrump says US may hit Iran's Pickaxe Mountain soon\n\nUAE latest flight updates: Almost 20 services delayed or cancelled after renewed US-Iran attacks", - "chars": 1714, - "sha256": "2cc6738367d278a2803d4aa6db24df2ab173b29ee90b74830541fecce200fcae", + "text": "Dubai: Dh4 million stolen from Bitcoin trader; 9 people jailed | Khaleej Times\n\nThe robbers knocked on the door of his company's headquarters before entering and assaulting him; they will be deported after serving their sentences\n\nPUBLISHED: Mon 3 Oct 2022, 8:10 AM UPDATED: Mon 3 Oct 2022, 8:16 PM\n\nA gang comprising nine people stole Dh 4,120,000 from the owner of a Bitcoin trading company in the Al Nakhil area in Dubai. They assaulted him while he was at work.\n\nThe details of the case date back to last April, when the victim filed a report stating that he had been assaulted and robbed by force at his company's headquarters.", + "chars": 632, + "sha256": "359dc291b81c9d8aae7cdcf0e2b1850ead3181268855e3fef81885fa6282ce12", "staged_file": "01_khaleejtimes-com.txt", - "paragraphs_kept": "ALL 17 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-5 of 17", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:44:30+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-5 plus headline [0]; dropped 1 leading and 11 trailing paragraphs. Case-term hits on page: 8.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "297": [ @@ -4803,109 +5663,165 @@ "296": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://gulfnews.com/uae/crime/dubai-court-sentences-four-to-jail-for-robbing-woman-of-dh300000-in-bitcoin-scam-1.85729037", "source": "gulfnews.com", "language": "unknown", - "text": "Dubai Court sentences four to jail for robbing woman of Dh300,000 in Bitcoin scam\n\nThe defendants have also been asked to pay a fine of Dh342,000\n\nDubai: The Dubai Court of First Instance has sentenced a gang to one year in jail to be followed by deportation in a Bitcoin scam.\n\nAccording to official records, a woman wanted to buy Bitcoins for Dh300,000.\n\nShe went to meet the seller at Al Nahda with two friends when two men threatened them with an axe.\n\n“We were waiting for the buyer when two men came carrying an axe threatened to harm us. They stole the bag of money and other valuables,” claimed the victim in official records.\n\nThe other two men were monitoring the area and the gang members escaped the scene.\n\nA man heard the women’s yell for help and managed to record the number of the escaping car.\n\nDubai Police caught up with a suspect who was identified by the women and arrested.\n\nHe claimed that a friend asked to drop him in Al Nahda for a Bitcoin deal.\n\n“I dropped them to the place and they went to a parking area between buildings. After two minutes, they returned and asked me to leave quickly. They were carrying bags and a laptop,” said the defendant in records.\n\nHe guided officers to the defendants’ places.\n\nDubai Public Prosecution has charged the four defendants with robbery.\n\nThey were sentenced to one year in jail to be followed by deportation.\n\nJudges ordered them to pay a fine of Dh342,188.\n\nThe verdict will be a subject to appeal within 15 days.\n\nMan arrested in Sharjah for killing two sisters\n\nDubai arrests singer over Dh9,000 fake visa scam\n\nMan thought he was a cat after taking drugs: Prosecutor\n\nTwo fined Dh50,000 each over petrol station dispute", - "chars": 1693, - "sha256": "5713fd5ab42d7684d259cf43342a1dcaa7f71c18e41fc8622d705b492572faf6", + "text": "Dubai Court sentences four to jail for robbing woman of Dh300,000 in Bitcoin scam\n\nDubai: The Dubai Court of First Instance has sentenced a gang to one year in jail to be followed by deportation in a Bitcoin scam.\n\nAccording to official records, a woman wanted to buy Bitcoins for Dh300,000.\n\nShe went to meet the seller at Al Nahda with two friends when two men threatened them with an axe.\n\n“We were waiting for the buyer when two men came carrying an axe threatened to harm us. They stole the bag of money and other valuables,” claimed the victim in official records.\n\nThe other two men were monitoring the area and the gang members escaped the scene.\n\nA man heard the women’s yell for help and managed to record the number of the escaping car.\n\nDubai Police caught up with a suspect who was identified by the women and arrested.\n\nHe claimed that a friend asked to drop him in Al Nahda for a Bitcoin deal.\n\n“I dropped them to the place and they went to a parking area between buildings. After two minutes, they returned and asked me to leave quickly. They were carrying bags and a laptop,” said the defendant in records.\n\nHe guided officers to the defendants’ places.\n\nDubai Public Prosecution has charged the four defendants with robbery.\n\nThey were sentenced to one year in jail to be followed by deportation.\n\nJudges ordered them to pay a fine of Dh342,188.\n\nThe verdict will be a subject to appeal within 15 days.", + "chars": 1420, + "sha256": "1191b7d1b082438aa423b63d0704d54e0e7d57c4cc68afe8779de9aed0ba1fe4", "staged_file": "01_gulfnews-com.txt", - "paragraphs_kept": "ALL 20 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-15 of 20", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:44:37+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-15 plus headline [0]; dropped 1 leading and 4 trailing paragraphs. Case-term hits on page: 12.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "293": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.reuters.com/markets/currencies/abkhazias-illegal-bitcoin-miners-face-new-threat-thieves-2022-01-06/", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "reuters.com", + "language": "unknown", + "text": "Abkhazia's illegal bitcoin miners face new threat from thieves | Reuters\n\nTBILISI, Jan 6 (Thomson Reuters Foundation) - When Valeri checked the Abkhazia garage where he had set up a small and illegal bitcoin mining operation one autumn morning, he found the door bust open. Thieves had broken in overnight, taking with them 20 mining servers worth about $10,000.\n\n\"They cleaned up the place completely,\" said the 31-year-old from the Black Sea region, who preferred not to use his real name, adding the robbery left him feeling \"angry and frustrated\".\n\nHis was no isolated case. Cryptocurrency miners say Abkhazia has been hit by a wave of burglaries - some of them violent - since authorities banned the power-intensive activity to stem an energy crisis in 2020.\n\nIn October, five men armed with guns and Kalashnikov rifles accidentally killed one of their own after opening fire on thieves who had broken into a country house to steal mining servers, according to the local prosecutor's office.\n\nAnd last month police said they made one arrest after two masked men broke into a home in Sukhumi, the capital, and held a family at gunpoint before escaping with three servers and 150,000 roubles ($2,040) in cash.\n\nThe wave of thefts is the latest twist in the region's crypto world, which many locals see as one of few ways to make ends meet.\n\nAbkhazia broke away from Georgia in the early 1990s after the collapse of the Soviet Union.\n\nIt is recognised as an independent state only by Russia, which has a military presence there, and a handful of other nations, leaving it largely isolated and underdeveloped.\n\n\"If conditions in our small republic were better than they are now, then I would do something else,\" said Victor, a 34-year-old bitcoin miner who asked to protect his identity.\n\nA lush strip of land once the playground of the Soviet elite, Abkhazia experienced a mining boom last year as bitcoin prices soared.\n\nBitcoins are generated in a process called \"mining\", in which a global network of computers competes to solve complex algorithms.\n\nThese computers require a vast amount of energy to run, with climate experts voicing concerns about cryptocurrencies' potential to derail efforts to tackle global warming.\n\nThe crypto craze put Abkhazia's outdated energy system on the ropes, triggering outages and causing overloaded power stations to catch fire - which led to the government's latest mining ban in December 2020.\n\nPolice went on the hunt for crypto farms, raiding homes, attics, and even restaurants - cutting the power cables to mining processors they found. In March the government imposed new hefty fines on offenders.\n\nAbkhazia's interior ministry told the Thomson Reuters Foundation it has opened \"specialised\" and \"secured\" warehouses to hold mining devices seized by authorities, as well as a hotline to report suspicious activity.\n\nThe government credited the crackdown with easing pressure on the energy grid through the summer - but the crisis did not abate, with energy consumption rising again in the autumn.\n\nIn October, Abkhazia's energy company Chernomorenergo pleaded with all residents to \"reduce consumption as much as possible\", as it announced new rolling blackouts.\n\n\"The ban has not worked at all. It's as simple as that,\" said Michael Lambert, a political psychologist and non-resident associate at the OSCE Academy in Bishkek, Kyrgyzstan, who has written about the issue.\n\nNeither Abkhazia's economy ministry nor the prosecutor's office replied to requests for comment.\n\nEnergy in Abkhazia is so cheap that despite the government crackdown mining has proven too tempting for many locals, said Lambert.\n\nSuspicion that government officials are in on the business has done little to persuade miners to pull the plug, added Maximilian Hess, a research fellow at the Foreign Policy Research Institute, a U.S. think tank.\n\n\"The region has long been attractive to organised crime and for corruption,\" he said. \"Any crackdown locally will not necessarily be perceived as an act of law, but as various factions ... playing against one another.\"\n\nIn February the aide to a lawmaker was fired after being caught smuggling mining equipment from Russia aboard a government-owned car, in a case that sparked local outrage.\n\n\"I will stop doing this only when representatives of our government liquidate their own crypto farms,\" said Victor.\n\nUnable to turn to the police for help due to the illegal nature of their business, crypto miners have resorted to their own means of protection.\n\nAfter a botched burglary, Victor said he fitted the disbanded factory warehouse where he holds some 140 servers worth about $72,000 with indoor and outdoor cameras, motion sensors and a remote notification system.\n\n\"It cost me about $2,000,\" he said, adding violent incidents like the shooting in October were an \"exception\".\n\n\"Server thefts are widespread ... but mostly carried out by young people because of low living standards and lack of employment\".\n\nThe robbers who tried to break into his warehouse earlier this year fled as soon as the alarm went off, he said.\n\nValeri, who had no such security measures in place, said he has tried to track down the thieves himself but to no avail.\n\n\"I have another job but mining was my main income,\" he said. \"This is a very good business that I really want to do again. Unfortunately now I have no money to buy the equipment.\"\n\nThe crypto mining crisis has become increasingly difficult for authorities to handle, with continuing power cuts causing widespread anger.\n\n\"The population is rightly indignant, and their indignation is quite understandable,\" Abkhazia President Aslan Bzhania told a government meeting in November.\n\nDays later, a gunman fired several shots at the headquarters of energy company Chernomorenergo, before being arrested, the interior ministry said on its website.\n\nWhile police did not disclose a motive, the shooter was hailed a hero by disgruntled locals on social media, according to local news.\n\nAbkhazia gets most of its power from a massive Soviet-era dam it shares with Georgia which underwent repairs earlier this year and, like most hydroelectric plants, sees low water levels in winter when demand for energy is higher.\n\nTo make up for the shortfall, the government has been importing energy from Russia, increasing its dependence on the Kremlin - causing concern among the more independent-minded Abkhaz, said Lambert.\n\nLast month, opposition parties organised a large protest in Sukhumi against the government's handling of the energy crisis, among other issues.\n\nThe government has laid out plans to renovate the energy grid, set up a new system to calculate and levy electricity tariffs and create a \"technopark\" where miners could operate legally.\n\nBut Victor is sceptical.\n\n\"For almost 30 years after the war, our government could not or did not want to restore water supply and energy infrastructure. So I do not really understand what technopark we are talking about.\"\n\nReporting by Umberto Bacchi @UmbertoBacchi, Editing by Zoe Tabary. Please credit the Thomson Reuters Foundation, the charitable arm of Thomson Reuters, that covers the lives of people around the world who struggle to live freely or fairly. Visit http://news.trust.org\n\nOur Standards: The Thomson Reuters Trust Principles.", + "chars": 7354, + "sha256": "90e78fcd479b5c55e93a522f1d7026ff42e9e33f19457e2d1cc1fa69abe00787", + "staged_file": "01_reuters-com-wayback.txt", + "paragraphs_kept": "headline [0] + 5-47 of 58", + "method": "Wayback Machine snapshot 20231201113402, deterministic extraction", + "fetched_at": "2026-09-05T13:26:30+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20231201113402/https://www.reuters.com/markets/currencies/abkhazias-illegal-bitcoin-miners-face-new-threat-thieves-2022-01-06/", + "snapshot": "20231201113402", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2023-12-01", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 5-47 plus headline [0]; dropped 4 leading and 10 trailing paragraphs. Case-term hits on page: 24.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "292": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://news.bitcoin.com/court-to-try-2-russians-for-stealing-86-bitcoins-from-crypto-miner/", "source": "news.bitcoin.com", "language": "unknown", - "text": "Court to Try 2 Russians for Stealing 86 Bitcoins From Crypto Miner\n\nThis article was published more than a year ago. Some information may no longer be current.\n\nTwo residents of the Russian city of Tomsk will be tried for “large-scale robbery” involving the theft of cryptocurrency worth millions of rubles from a local miner. The digital coins were stolen from the owner at gunpoint, authorities said, adding that both criminals are now in custody.\n\nThieves Face Trial in Russia for Armed Robbery of Cryptocurrency Miner\n\nThe Kirovsky Court of Tomsk will soon try two men for their attack on another resident of the Siberian city who made a living by mining cryptocurrencies. They were able to extort from him coins worth more than 360 million rubles at the time (over $4.8 million), the Russian crypto news outlet Bits.media reported.\n\nThe crime took place in October 2021. The perpetrators attacked the cryptocurrency miner when he was leaving his home. One of them threatened him with an object resembling a gun and brought him back inside his apartment.\n\nThen, his accomplice came in and the two forced the victim to log into his account on a crypto exchange and transfer them 86 BTC from a wallet that contained 90 BTC. It’s unclear why they decided not to withdraw the full balance.\n\nRussian law enforcement managed to track and detain one of the suspects in St. Petersburg. He has since pleaded guilty and returned the fiat equivalent of a portion of the stolen digital cash — 35 million rubles (close to $479,000 at current exchange rates). The second man was arrested later.\n\nThe regional prosecutor’s office has charged the attackers with “robbery committed by a group of persons on an especially large scale” under the Criminal Code of the Russian Federation. They face up to 15 years in prison and a fine of up to 1 million rubles.\n\nAttacks against people owning and earning cryptocurrency have been on the rise in Russia. In July, 2021, armed robbers plundered a large mining farm near Moscow, stealing dozens of video cards used to mint digital currencies. Also last year, $1 million in tether was taken away from a crypto trader in the Russian capital.\n\nDo you think crypto-related crimes like in these cases will continue to spread with the popularity of cryptocurrencies? Share your thoughts on the subject in the comments section below.\n\nAttackBTCCrimeCryptocrypto miningCryptocurrenciesCryptocurrencyExchangeminerminingRussiarussianTrialWallet\n\nBitfinex Flags Bullish Bitcoin Price Signal on Weekly Super Trend Chart\n\nThe New RWA Meme Coin Meta Has TradFi CEOs Furious\n\nRobinhood Tops Binance bStocks With 862,800 Holders in 2 Months\n\nAMC CEO Demands Robinhood Halt Token Trading as Feud Erupts\n\nKalshi's SCOTUS Pregame: Wait for the CFTC to Rewrite the Rules\n\nBitcoin Price Rally Collapse Wipes Out $295M in Long Positions\n\nBitcoin Price Plunges From $82K as $78,000 Becomes the Line\n\nXRP Branding Hits Florida Field in Reported $5M Annual Ripple Deal\n\nStrategy: Bitcoin Would Have to Fall 83% for STRC to Hit 1x BTC Rating\n\nTrezor Data Leak Spirals as 67,000 More US Buyers Get Exposed\n\nAre Memecoins Killing Crypto’s Next Bull Run?\n\nBitcoin Miners Are Pivoting to AI. What Happens to Bitcoin Mining?\n\nDigital Sovereignty and the Global Race for Stablecoin Regulation\n\nIs the Crypto Bull Run in Trouble? Fed Risk, Bitcoin & Saylor’s 840K BTC\n\nWhy Korea Blockchain Week 2026 Is Betting Big on Institutions\n\nUS Bitcoin Mining Grip Slips From Q1 to Q3 as Rival Nations Gain\n\nBitcoin Miners Pocket $1B in August, but Halving Pain Still Lingers\n\nSwedish Tax Scrutiny Shadows Crypto Miners’ Pivot to AI\n\nBitcoin Mining Consumes 30% of Paraguay Energy, Analysts Reveal\n\nBitdeer Cranks up Bitcoin Mining Power While Rivals Stampede Into AI\n\nZcash Hashrate Goes Vertical as $870 ZEC Price Wakes ASIC Giants", - "chars": 3819, - "sha256": "e23719737a9c022013fec52df1c80a61a6f6c28a968a0d2e918f53ee94710b39", + "text": "Court to Try 2 Russians for Stealing 86 Bitcoins From Crypto Miner\n\nTwo residents of the Russian city of Tomsk will be tried for “large-scale robbery” involving the theft of cryptocurrency worth millions of rubles from a local miner. The digital coins were stolen from the owner at gunpoint, authorities said, adding that both criminals are now in custody.\n\nThieves Face Trial in Russia for Armed Robbery of Cryptocurrency Miner\n\nThe Kirovsky Court of Tomsk will soon try two men for their attack on another resident of the Siberian city who made a living by mining cryptocurrencies. They were able to extort from him coins worth more than 360 million rubles at the time (over $4.8 million), the Russian crypto news outlet Bits.media reported.\n\nThe crime took place in October 2021. The perpetrators attacked the cryptocurrency miner when he was leaving his home. One of them threatened him with an object resembling a gun and brought him back inside his apartment.\n\nThen, his accomplice came in and the two forced the victim to log into his account on a crypto exchange and transfer them 86 BTC from a wallet that contained 90 BTC. It’s unclear why they decided not to withdraw the full balance.\n\nRussian law enforcement managed to track and detain one of the suspects in St. Petersburg. He has since pleaded guilty and returned the fiat equivalent of a portion of the stolen digital cash — 35 million rubles (close to $479,000 at current exchange rates). The second man was arrested later.\n\nThe regional prosecutor’s office has charged the attackers with “robbery committed by a group of persons on an especially large scale” under the Criminal Code of the Russian Federation. They face up to 15 years in prison and a fine of up to 1 million rubles.\n\nAttacks against people owning and earning cryptocurrency have been on the rise in Russia. In July, 2021, armed robbers plundered a large mining farm near Moscow, stealing dozens of video cards used to mint digital currencies. Also last year, $1 million in tether was taken away from a crypto trader in the Russian capital.", + "chars": 2075, + "sha256": "444b22b159678a74392b9d5506d9f175d9dca37fbb889c39e9b91cee34e9e03c", "staged_file": "01_news-bitcoin-com.txt", - "paragraphs_kept": "ALL 33 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-9 of 33", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:44:41+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-9 plus headline [0]; dropped 1 leading and 23 trailing paragraphs. Case-term hits on page: 24.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "290": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.gulftoday.ae/news/2022/02/14/4-steal-dhs350000-through-fake-bitcoin-deal", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "gulftoday.ae", + "language": "unknown", + "text": "4 Africans rob three women of Dhs350,000 in a fake Bitcoin deal\n\nThe Dubai Criminal Court has sentenced a gang of 4 Africans, including a fugitive to one year in prison and ordered them to pay jointly a fine of Dhs342,000 over the charges of robbery under knife-point.\n\nAll of them will be deported after serving their jail term.\n\nThe details of the cases dates back to when the convicts lured the victims (three women) to a fake deal to sell “Bitcoin.”\n\nEarlier in last August, three women lodged a complaint stating that they had been subjected to robbery under knifepoint by African persons.\n\nOne of the victims said in the investigations that an African man offered her to buy cryptocurrency for Dhs300,000, and she accepted the offer and agreed to meet in Al Nahda, Dubai, she added, noting that she accompanied by two of her friends reached the specified location in time.\n\nAfter waiting for few minutes in a car owned by one of them, the women were surprised by four persons threatening them with blunt objects, ordering them to hand over the money they brought for the cryptocurrency deal.\n\nThey gangsters were able to snatch the bag that contained Dhs300,000, in addition to another containing Dhs63,000, other valuable items and their passports as well.\n\nThe driver of one of the three women stated in his testimony that he was waiting inside one of the women’s vehicles after they reached the scene, where he heard screaming and saw two Africans threatening the three women, stealing bags and items and fleeing the place in another vehicle.\n\nThe driver was able to write down the plate number of the vehicle in which they ran away.\n\nAn investigation team managed to identify one of the suspects, as his photo was shown to the victims, who recognised him.\n\nHe was arrested and admitted to his presence at the crime scene at the request of one of his friends who asked to drop him to Al Nahda area to complete a “Bitcoin deal.”\n\nThey went to the same location at the specified time, as they committed the crime and were able to steal the value of the fake deal, he added.\n\nHe also informed the the police about the location of his partners, so two others were arrested, and referred to the Court, where they have been sentenced to one year in jail with a fine equal to the stolen money, in addition to deportation after serving the term.", + "chars": 2346, + "sha256": "665cdd9cba884a51541810f8f1e01739f39343a33629f62329fb1cc6d46638a9", + "staged_file": "01_gulftoday-ae-wayback.txt", + "paragraphs_kept": "headline [0] + 2-14 of 16", + "method": "Wayback Machine snapshot 20260411005115, deterministic extraction", + "fetched_at": "2026-09-05T13:26:34+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260411005115/https://www.gulftoday.ae/News/2022/02/14/4-steal-Dhs350000-through-fake-Bitcoin-deal", + "snapshot": "20260411005115", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2026-04-11", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-14 plus headline [0]; dropped 1 leading and 1 trailing paragraphs. Case-term hits on page: 13.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "288": [ { "field": "url", - "verdict": "ERROR", + "verdict": "KEEP", "url": "https://www.washingtonpost.com/dc-md-va/2022/02/03/son-spikes-dads-tea-crypto/", - "source": null, - "note": "TimeoutError: The read operation timed out" + "source": "washingtonpost.com", + "language": "unknown", + "text": "Maryland man doses dad’s tea with drugs to move $400,000 in crypto - The Washington Post\n\nThe cup of warm tea seemed like a perfectly kind gesture. Even more so, court records show, when the server poured in some white powder for what he promised would be a safe energy boost.\n\n“It’s really good for you,” Liam Ghershony, 24, told his father.\n\nUnknown to the recipient, the powder was a benzodiazepine, a class of depressants that includes drugs like Xanax, and was delivered in a dose large enough to purposely knock him out. Then, free to use his father’s cellphone, Ghershony tapped through a two-step authorization to hack into a $400,000 cryptocurrency account.\n\n“It didn’t have to be like this!” he wrote in notes he left behind for his father, adding that he was trying to help them both. “I’m gonna give you the best retirement.”\n\nTwo days later — after a worried friend of the older Ghershony couldn’t reach him and called the police — officers found him on his bedroom floor, breathing but unresponsive. He was rushed to a hospital, where he spent four days recovering from severe dehydration and acute organ dysfunction.\n\n“It was outrageous,” Montgomery County Circuit Judge David Lease later told Liam Ghershony at the recent conclusion to his criminal case. “It was just beyond the pale.”\n\nIt was also — for all its bizarre particulars — a case that covered more common grounds: domestic violence; mental illness; the crippling effects of benzodiazepine abuse; and, for the parents of drug addicts, the steep challenges of when to extend another chance and when to set hard boundaries.\n\nGhershony, now 25, was initially charged by police with attempted murder — a count prosecutors soon learned overstated his intentions. He pleaded guilty to felony assault, spent 125 days in jail and was spared further punishment by undergoing two months of residential drug and mental health treatment. The sentence reflected his lack of a criminal record, his parents’ wishes and Lease’s calculation that rehab was the best course.\n\nDrug overdoses are soaring during the coronavirus pandemic\n\n“I did a lot of crazy and messed up stuff when I was using,” the younger Ghershony said in an interview. “I will carry that with me — the guilt and the shame. And I want to take that on as I throw myself into recovery.”\n\nThe only child to parents who divorced when he was 3, Ghershony grew up in the affluent suburb of Bethesda just north of Washington. He excelled in competitive tennis and, after high school, he started an online clothing consignment business.\n\nGhershony began advising his father on a relatively new form of investing through cryptocurrencies, which are essentially online computer codes that allow people to store and send value online. The older Ghershony found it helpful.\n\n“He’d said, ‘Dad, you’re too emotional. You’re too attached to the coin,’ ” the father recalled in an interview.\n\nThe Washington Post generally does not identify victims of violent crimes without their consent. The older Ghershony, who spoke on the condition that his first name not be used, said he made his son a partner in a $100,000 investing account. As it soared in value, the two cashed out part of their crypto holdings in 2018 and earned an after-tax profit of about $350,000, according to the father and son.\n\nThe younger Ghershony’s use of drugs, though, began to spiral. He took massive amounts of benzodiazepines coupled with Adderall and cocaine, according to court records. He blacked out daily, rotating from his condo to living with family to going missing.\n\n“I thought I was going to lose him,” the older Ghershony said.\n\nAs his son’s paranoia grew, so too did his fixation with the plummeting price of their bitcoin holdings. But by then, the older Ghershony — concerned over his son’s judgment — had put the two-step lock on their investment accounts.\n\n“Dad you need to sell,” the older Ghershony recalled his son telling him.\n\n“No, you need to stop doing drugs,” the father responded.\n\nLiam Ghershony soon launched his hacking plan. He had spent the day helping move furniture into his dad’s loft apartment in the Bethesda Row district. They ate dinner at a nearby restaurant and returned to the apartment where the younger Ghershony fixed two mugs of the powder-spiked, ostensibly energy-inducing tea, according to court records.\n\nThe concoction quickly put his dad to sleep, concerning enough to the younger Ghershony that he fastened an Apple Watch around his dad’s wrist to monitor his heartbeat. Then, using his dad’s phone for authorization, he moved $400,000 of bitcoin to an account he could control, and converted two-thirds of it to another cryptocurrency, Ethereum.\n\nGhershony left his dad passed out and alone in the apartment under the assumption he’d wake up, Ghershony said in an interview. But he failed to realize the effect of such a dose of a benzodiazepine on a non-addict. “I obviously had a massive tolerance,” he said.\n\nIn the days after, though, Ghershony grew worried as he couldn’t reach his dad on his phone or get him to answer his locked door. He called his father’s ex-girlfriend, who couldn’t reach him either, and she called 911 asking that officers go check on him. They found the older Ghershony on his floor but didn’t immediately know about the tea.\n\nThat began to change on May 14 when Liam Ghershony’s mother, Christine Prefontaine, called police to report that her son had admitted to “dosing” his father.\n\nDrug overdose deaths soared to a record 93,000 last year\n\nFor Prefontaine, the call represented a mix of terror, opportunity and affection. Over the previous 18 months, she had persuaded her son to enter two drug treatment programs, only to see him relapse. She’d also told him he couldn’t stay with her and her husband if he was actively using.\n\n“I very strategically made a case against my son to force him into care and to protect our community,” Prefontaine said in an interview.\n\nDetectives visited the older Ghershony in the hospital. He remembered his son served him tea that was supposed to give him more energy, according to records in the case, but said he told the detectives he had no memory of what happened next.\n\n“I’m worried about my son, of course,” he told them, according to records in the case. “He’s a good kid overall.”\n\nFive days later, detectives charged the younger Ghershony with attempted first-degree murder. As prosecutors later dug into the case, though, they found no evidence he purposely tried to kill his father.\n\n“However, there was an intent to inflict serious bodily injury by the drugging, by the causing him to be unconscious,” Assistant State’s Attorney Donna Fenton said in court, adding, “But for the grace of God, Mr. Ghershony is still with us.”\n\nShe and Ghershony’s attorney, Steve Chaikin, worked out a plea agreement to a first-degree assault charge. A behavioral health expert who had evaluated Liam Ghershony testified at his sentencing, attributing the crime to anxiety and addiction to benzodiazepines.\n\nAbuse of the drugs, nationwide, goes relatively unnoticed compared to opiates and cocaine, said Keith Humphreys, an addictions expert and psychiatry professor at Stanford University. Every year, he said, about 2,000 people fatally overdose from the drug and another 8,000 die after combining benzodiazepines with another substance.\n\nPeople who use benzodiazepines legally often see their anxieties calmed through prescriptions. At increased doses though, the drug can produce wild mood swings, rendering the anxieties someone sought to calm more pronounced and more debilitating, Humphreys said. In that context, Humphreys said, knocking out your father to hack into a crypto account might seem rational.\n\n“That’s the power of that drug,” Humphreys said, “and the power it has to change us.”\n\nA forgotten approach to drug addiction recovery may yield results today\n\nFenton, the prosecutor, cited past instances when the younger Ghershony had assaulted his father. She said those cases hadn’t been reported, as often happens among family members.\n\n“This is a domestic violence case,” Fenton said in court. “This is a father and a son, not our typical couple that we would see.”\n\nShe asked for more local jail time followed by a lengthy period of “suspended” backup time that could send him to a prison within the Maryland Division of Correction (DOC) if he were to violate the terms of his probation.\n\nLease ordered drug treatment and imposed 20 years of suspended time, warning him: “If there’s an act of violence subsequent to this, you go to the DOC.”\n\nGhershony now lives in a group house in Rockville with other recovering addicts and takes part in outpatient drug treatment. He has been working on repairs to his Subaru with his dad. They meet regularly and talk about Liam’s intention to pursue a career in industrial design.\n\nIt’s left his father optimistic, noting his son is more interested in addiction-recovery meetings than past forms of socialization: “If someone wants to meet him and they’re from the past, he tells them they have to meet him at a meeting.”\n\nGhershony’s attorney, Chaikin, has interacted with the parents of drug addicts throughout his career — as a prosecutor, a defense attorney and as a regular speaker to parent groups and schools.\n\n“Calling the police on your child is excruciating. It’s often a last resort,” he says, repeating a theme in his talks, “but it’s a lot less painful than burying your child.”\n\nGhershony’s mother, Prefontaine, a professional in the field of public health and Human Centered Design said too often parents like her become “polarized between ‘being powerless’ and ‘involving the criminal system.’”\n\nBut she sees a change in her son. “I hear him being serious about treatment in a way that he’s never been,” she said. “He’s back to being the kinder version of himself.”\n\nGhershony recently started a job at a take-out deli.\n\n“I definitely have said I’m sorry to my dad,” he said. “But I feel like I can say only so much. I need to show him, and myself, through actions how much I’ve changed.”", + "chars": 10069, + "sha256": "825f035c8a9a26fa55e09c2929f2f23d5875e41bf4957b12972ec03306fad87d", + "staged_file": "01_washingtonpost-com-wayback.txt", + "paragraphs_kept": "headline [0] + 1-48 of 49", + "method": "Wayback Machine snapshot 20250724041040, deterministic extraction", + "fetched_at": "2026-09-05T13:26:40+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20250724041040/https://www.washingtonpost.com/dc-md-va/2022/02/03/son-spikes-dads-tea-crypto/", + "snapshot": "20250724041040", + "note": "live URL was ERROR on the first pass; text comes from an archived copy dated 2025-07-24", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-48 plus headline [0]; dropped 0 leading and 0 trailing paragraphs. Case-term hits on page: 44.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "285": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://timesofmalta.com/article/victim-describes-his-disbelief-as-700000-disappeared-under-his-nose.882790", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "timesofmalta.com", + "language": "unknown", + "text": "Victim describes his disbelief as $700,000 disappeared under his nose\n\nA man described in court on Monday how his crypto wallet of $700,000 was reduced to zero within seconds of handing over his mobile phone to a man now charged with fraud.\n\nThe 27-year old victim, Dillon Attard, took the witness stand to testify against Luke Milton, a 25-year old company director who is pleading not guilty to misappropriation and fraud, cryptocurrency theft, money laundering as well as various breaches of the Virtual Financial Assets Act.\n\nThe two had met for lunch at a Sliema restaurant after Milton sought help to make a €5,000 blockchain investment on the phone.\n\n“I couldn’t believe my eyes when I took the mobile back and saw that my wallet balance was zero,” said the witness, his tone agitated as he recalled the events of that lunchtime meeting with the accused.\n\nI couldn’t believe my eyes when I took the mobile back and saw that my wallet was zero\n\n“As reality seeped in, I just snatched the phone. He didn’t resist. My only thought was to secure my funds,” Attard said, explaining that he had placed both phones next to each other, helplessly watching the outgoing transaction and realizing “the fraud in [his] face.”\n\nHis first thought had been to redirect the funds from the accused’s mobile back to his own crypto wallet, but he soon realised that the transaction was being sent to another trust wallet.\n\n“Couldn’t you stop the outgoing transaction?” asked the prosecution.\n\n“You can never stop a blockchain transaction once sent,” explained the victim, adding that reversal of the transaction was not possible without access to the decentralised wallet to which it was sent.", + "chars": 1681, + "sha256": "35da99127c90eeef2acaee34a669fe67c9a30081231ac53d06efc1ecd7651de6", + "staged_file": "01_timesofmalta-com-wayback.txt", + "paragraphs_kept": "headline [0] + 2-10 of 29", + "method": "Wayback Machine snapshot 20260607133913, deterministic extraction", + "fetched_at": "2026-09-05T13:26:46+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260607133913/https://timesofmalta.com/article/victim-describes-his-disbelief-as-700000-disappeared-under-his-nose.882790", + "snapshot": "20260607133913", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2026-06-07", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-10 plus headline [0]; dropped 1 leading and 18 trailing paragraphs. Case-term hits on page: 17.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "279": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://e.vnexpress.net/news/news/hcmc-cops-charged-with-1-6-mln-bitcoin-robbery-4393892.html", "source": "e.vnexpress.net", "language": "unknown", - "text": "Policemen orchestrate $1.6 mln Bitcoin robbery in HCMC - VnExpress International\n\nPolitics \n\nEducation \n\nEnvironment \n\nTraffic \n\nCrime \n\nBrainteaser\n\nDataSpeaks \n\nProperty \n\nBillionaires \n\nMarkets \n\nCompanies \n\nEconomy \n\nMoney \n\nQuiz\n\nTech news \n\nEnterprises \n\nPersonalities \n\nVietnam innovation \n\nChallenge hub\n\nTrend \n\nArts \n\nCelebrities \n\nVogue \n\nLove \n\nWellness\n\nFootball \n\nBoxing \n\nMarathon \n\nTennis \n\nOther sports \n\nTrivia\n\n© Copyright 1997 VnExpress.net. All rights reserved.\n\nNews\nPolitics\nEducation\nEnvironment\nTraffic\nCrime\nBrainteaser\n\n1.\n\nWorld's second most visited country attracts record 11.5 million tourists in July\n\n2.\n\nMalaysia's richest man Robert Kuok's grandson officially takes over as PPB Group managing director\n\n3.\n\nMalaysian billionaire king's son's plan to sell prime Singapore land complicated by $1.6B tax\n\n4.\n\nWorld's biggest F&B chain Mixue closes 89 overseas stores, many in Vietnam, Indonesia\n\n5.\n\nSoutheast Asia's second-richest nation eyes $493M in tourism revenue next year\n\n6.\n\nOnce world's busiest international hub, Dubai airport sees first-half passenger traffic fall more than 30%\n\n7.\n\nSoutheast Asia’s richest man Pham Nhat Vuong rises to 54th wealthiest globally\n\n8.\n\nChina's top Olympic scorer is out of Basketball World Cup after her passport was lost in mail\n\n9.\n\nBritish man becomes overnight millionaire after recovering lost Bitcoin after 12 years\n\n10.\n\n6 health benefits of eating eggs every day\n\nHCMC cops charged with $1.6 mln bitcoin robbery\n\nBy Quoc Thang November 24, 2021 | 02:30 am PT \n\nGet VnExpress first in Google Search\n\n\nSee more of the news you trust. Make VnExpress a preferred source to prioritise our updates in your Google search results\n\nMembers of a group that orchestrated a bitcoin robbery in HCMC in May 2020. Photo courtesy of the police\n\nTwo police officers and their accomplices in HCMC have been charged with orchestrating a fake accident and stealing VND37 billion ($1.63 million) worth of bitcoins from a businessman.\n\nPolice officers Nguyen Quoc Dung, 40, and Nguyen Anh Tuan, 28, businessman Ho Ngoc Tai, 32, and 14 others face robbery charges in court, prosecutors said Tuesday. The offence carries a maximum sentence of life imprisonment.\n\nBusinessmen Tai and others were bitcoin investors in Ho Chi Minh City and Da Nang. They engaged in transactions with a man named Le, another businessman in HCMC.\n\nIn 2018, Tai and an accomplice, 38-year-old Tran Ngoc Hoang, sold 1,000 bitcoins worth around VND100 billion and used the money to buy other cryptocurrencies, but ended up losing their investment. Tai’s group believed it was Le’s business advice that was responsible for their loss, so they plotted to steal his bitcoins.\n\nTai hired a private investigator for VND25 million to find Le. Then he enlisted the help of 36-year-old Trinh Tuan Anh, another cryptocurrency businessman, and police officers Nguyen Quoc Dung and Nguyen Anh Tuan.\n\nTai sent Le’s personal info and pictures of his car to the group, as well as VND50 million as rewards for finding him. Mai Xuan Phot, a detective hired by Tai, illegally used various surveillance technologies to find Le and map his family’s routines.\n\nOn May 11, 2020, Tai and some of his friends traveled from Da Nang to HCMC. On May 12, they followed Le’s car to an apartment in District 2. When they were on the Thoi Dai Bridge, Phot ran his motorbike into Le’s car, causing a ruckus. The group intended to wait until Le got off the car to kidnap him, but Le simply drove away.\n\nFive days later, the group learned that Le’s family was traveling from Bao Loc in the Central Highlands to HCMC. They used cars to reach Dau Giay Town in Dong Nai in the middle and intercepted Le’s.\n\nLe and a brother-in-law were threatened with a fake gun when they got out of the car. The group put Le’s wife and children onto another car, threatening them with a syringe tinged with what they said was HIV contaminated blood (actually red ink). They forced Le to disclose the password into his cryptocurrency digital wallet.\n\nThroughout the two hours of traveling back to HCMC, the group beat Le and forced him to call his brother to transfer 1,000 bitcoins. Le however screamed during the conversation, informing his brother that all was not okay.\n\nThe group dropped Le and his family by the side of a road in District 2, taking with them phones and cameras to destroy the evidence. The family later reported the matter to the police.\n\nAn investigation revealed that 168 bitcoins worth around VND37 billion, and some other properties worth around VND45 million, were stolen.\n\nThe culprits were arrested in June. A trial date has not been set.\n\nGet VnExpress first in Google Search\n\n\nSee more of the news you trust. Make VnExpress a preferred source to prioritise our updates in your Google search results", - "chars": 4813, - "sha256": "dffb5895f095d23ca2d274110f2b1f4fa8b72e58fe23d152faec261cebb41a7c", + "text": "Policemen orchestrate $1.6 mln Bitcoin robbery in HCMC - VnExpress International\n\nTwo police officers and their accomplices in HCMC have been charged with orchestrating a fake accident and stealing VND37 billion ($1.63 million) worth of bitcoins from a businessman.\n\nPolice officers Nguyen Quoc Dung, 40, and Nguyen Anh Tuan, 28, businessman Ho Ngoc Tai, 32, and 14 others face robbery charges in court, prosecutors said Tuesday. The offence carries a maximum sentence of life imprisonment.\n\nBusinessmen Tai and others were bitcoin investors in Ho Chi Minh City and Da Nang. They engaged in transactions with a man named Le, another businessman in HCMC.\n\nIn 2018, Tai and an accomplice, 38-year-old Tran Ngoc Hoang, sold 1,000 bitcoins worth around VND100 billion and used the money to buy other cryptocurrencies, but ended up losing their investment. Tai’s group believed it was Le’s business advice that was responsible for their loss, so they plotted to steal his bitcoins.\n\nTai hired a private investigator for VND25 million to find Le. Then he enlisted the help of 36-year-old Trinh Tuan Anh, another cryptocurrency businessman, and police officers Nguyen Quoc Dung and Nguyen Anh Tuan.\n\nTai sent Le’s personal info and pictures of his car to the group, as well as VND50 million as rewards for finding him. Mai Xuan Phot, a detective hired by Tai, illegally used various surveillance technologies to find Le and map his family’s routines.\n\nOn May 11, 2020, Tai and some of his friends traveled from Da Nang to HCMC. On May 12, they followed Le’s car to an apartment in District 2. When they were on the Thoi Dai Bridge, Phot ran his motorbike into Le’s car, causing a ruckus. The group intended to wait until Le got off the car to kidnap him, but Le simply drove away.\n\nFive days later, the group learned that Le’s family was traveling from Bao Loc in the Central Highlands to HCMC. They used cars to reach Dau Giay Town in Dong Nai in the middle and intercepted Le’s.\n\nLe and a brother-in-law were threatened with a fake gun when they got out of the car. The group put Le’s wife and children onto another car, threatening them with a syringe tinged with what they said was HIV contaminated blood (actually red ink). They forced Le to disclose the password into his cryptocurrency digital wallet.\n\nThroughout the two hours of traveling back to HCMC, the group beat Le and forced him to call his brother to transfer 1,000 bitcoins. Le however screamed during the conversation, informing his brother that all was not okay.\n\nThe group dropped Le and his family by the side of a road in District 2, taking with them phones and cameras to destroy the evidence. The family later reported the matter to the police.\n\nAn investigation revealed that 168 bitcoins worth around VND37 billion, and some other properties worth around VND45 million, were stolen.\n\nThe culprits were arrested in June. A trial date has not been set.", + "chars": 2920, + "sha256": "a67a5e52593141388b93437dc22720e990e07ba8538aa15e61adea02643bd1fb", "staged_file": "01_e-vnexpress-net.txt", - "paragraphs_kept": "ALL 74 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 59-71 of 74", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:45:25+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 59-71 plus headline [0]; dropped 58 leading and 2 trailing paragraphs. Case-term hits on page: 16.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "273": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.vice.com/en/article/instagram-influencer-robbed-cryptocurrency/", "source": "vice.com", "language": "unknown", - "text": "The Instagrammer Stabbed and Robbed After Posting His Lavish Life Online\n\nGet unlimited access to everything VICE has to offer.\n\nOne night, while sleeping in his Manchester home, 21-year-old Kieran Hamilton was awoken by some strange noises. As he came to, he thought he heard footsteps on the stairs. His pair of French bulldogs often fight, and he presumed one had broken through the baby gate and run upstairs.\n\nBleary eyed and in his boxer shorts, Kieran – who goes by “Kez” – got out of bed to investigate and was met by two machete-wielding men screaming at him, demanding money, drugs and watches. “I got stabbed because of my Instagram presence,” he explains over the phone. “It looked like a massacre had taken place when they left.”\n\nBefore the robbery, Kez had been a cryptocurrency trader. A high school dropout living on a council estate, he taught himself via trial and error, and through YouTube tutorials, investing savings from his day job working at an 02 phone shop. He didn’t have the most auspicious start – his account was hacked and he lost the £3,000 he’d saved to invest – but over time his skills grew, and so did his income. He claims he was making around £50,000 a month, and soon his Twitter and Instagram profiles began to reflect this luxe new lifestyle: a plush new house, holiday snaps, overflowing shopping bags, sports cars, champagne, Rolex watches and a set of newly whitened teeth.\n\nRumours had begun to spread locally about how Kez had accumulated so much wealth in such a short space of time. “I’m from a lower working class background, and some people think it’s not possible for me to be where I am without being involved in selling drugs,” he says. “I’ve been asked where my money is from, with people being like, ‘There’s no way you can make money on the Internet.’ Rumours then start spreading like a whirlwind, and people start coming up with their own conspiracy theories.”\n\nKez believes these rumours – coupled with his online presence – led to him being tracked and targeted as a cash-rich drug dealer, with the two men ordering him to empty his safe, flip his mattress and hand over his cash. “I don’t sell drugs, I don’t have a safe and I don’t keep money under my mattress,” he says. “That’s how I know these guys had been given inaccurate information.”\n\nKez’s case may be extreme, due to the intense violence of the incident, but his experience falls under a growing area of crime. According to a 2018 report, one in 12 Brits have reported a burglary after posting on social media, with more than half admitting they had location tagging turned on. Another survey found that 78 percent of burglars use social media as a tracking method to see who they want to target. A burglary ring in the US used social media to track wealthy people who had shared their valuable art collections online. One mayoral candidate in Houston was relieved of his works by Andy Warhol, Picasso and Monet after he hosted an art gala at his home, making it easy for thieves to know what he had, and where.\n\nThe Saudi influencer Hitham was mugged coming out of a London restaurant, while the home of the extremely online YouTube star PewDiePie was robbed just before Christmas. This came after he’d posted a video to his fans urging them to stop turning up at his house because people had been able to work out where he lived. A few years ago, ex-footballer John Terry decided to announce to his 3.4 million Instagram followers that he and his family were on a delightful skiing holiday. Burglars thanked him for the heads up by invading his empty home with axes and stealing £400,000 worth of items.\n\nCrimes related to posting images of your lifestyle online – often dubbed “Insta-Bragging” – have become such an issue that MoneySupermarket warned that insurers may stop paying out on some theft cases. This is because a standard contents insurance contract has a reasonable care clause, i.e. if you announce that your house is full of super expensive goodies, and that you’re off sunning yourself on a yacht in another country, that could qualify as being careless.\n\nKim Kardashian was famously robbed at gunpoint in Paris in 2016 after being tracked online – but the worrying thing about Kez’s case, and others like it, is that he isn’t that rich or famous. He has a modest online following, came into a bit of money and ended up with a gaping machete wound in his arm.\n\nThat night, it was Kez’s sarcasm that landed him in the most trouble. “They were screaming and threatening,” he recalls. “And I’m a very sarcastic person. I can’t help it. They were saying, ‘We want this, we want that,’ and I was just like, ‘Well, I don’t have that.’ I offered some bottles of champagne, which were about £300 a bottle, and they said, ‘We don’t want them, we want your watch and drugs.’ So I said, ‘Well, you’re in the wrong house, mate.’”\n\nOne of the attackers – since jailed – had been prodding and lightly stabbing Kez with the knife as he walked him around the house demanding items. “I did get a sense from his character that he didn’t really have it in him,” says Kez. “He was stabbing me a lot of times, but he wasn’t really piercing the skin.” Soon enough, frustrated that Kez didn’t have drugs and cash, the attacker punched him in the face.\n\n“It didn’t really hurt, and then he punched me again, and I thought, ‘It’s going to hurt if he carries on doing this,’” says Kez. “He’s got a knife in his hand, so I couldn’t really defend myself, so the third time he punched me I thought, ‘I’m going to pretend he’s knocked me out.’ So I stumbled back and fell on the floor, but he knew I was blagging it. Then, after that, he’s just stabbing me pure times. I was pretty good at dodging them, but he did get me. He didn’t have it in him until I really annoyed him. Then he was serious.”\n\nIn the end, the thieves took Kez’s laptop, phone and his dog, Rambo. Kez made posters and offered £1,000 for Rambo’s return, but it would be a year before he heard anything. “I got a call one day saying a dog microchipped in my name had been found,” he recalls. “I was buzzing to get him back.”\n\nKez is more into property than crypto these days, and while he’s not as active online as he used to be, he feels people are prone to misunderstanding the role and function of having such a presence.\n\n“Some people think you’re posting to show off,” he says. “It’s not. Why would I want to show off and get stabbed? I post to document my success, to show that people coming from lower working class backgrounds can do it, and to show there’s countless ways to make money on the internet. People can still look at all that negatively, but I think that depends on the person. Social media is basically part of the job for me. I’m not saying that posting online isn’t real, but you only post the best parts of your life. My Insta is basically like my brand.”\n\nAny lessons learned? “You just have to be careful,” he says. “When you’re out there on social media, you have to be prepared, so now every day I’m prepared.” Prepared how? “I can’t tell you how, but it’s all legal. Security is a lot higher. Just in case the demons come lurking again.”\n\nCrime, cryptocurrency, influencers, Instagram, Social Media\n\n3 Iconic 90s Groups Who Shockingly Never Earned a No. 1 Hit\n\nKacey Musgraves Has Big, Sparkly Balls, and This Fellow Country Star Doesn’t Like It (Yes, It’s a Man)\n\n3 Mid-90s Grunge Bands That Just Barely Missed the Genre’s Peak\n\nThank for your puchase!\n\nYou have successfully purchased.", - "chars": 7497, - "sha256": "f7ef96c3537e4b451e27017da8c64721f62757d9b7bcb5bfc1946615562181fc", + "text": "The Instagrammer Stabbed and Robbed After Posting His Lavish Life Online\n\nGet unlimited access to everything VICE has to offer.\n\nOne night, while sleeping in his Manchester home, 21-year-old Kieran Hamilton was awoken by some strange noises. As he came to, he thought he heard footsteps on the stairs. His pair of French bulldogs often fight, and he presumed one had broken through the baby gate and run upstairs.\n\nBleary eyed and in his boxer shorts, Kieran – who goes by “Kez” – got out of bed to investigate and was met by two machete-wielding men screaming at him, demanding money, drugs and watches. “I got stabbed because of my Instagram presence,” he explains over the phone. “It looked like a massacre had taken place when they left.”\n\nBefore the robbery, Kez had been a cryptocurrency trader. A high school dropout living on a council estate, he taught himself via trial and error, and through YouTube tutorials, investing savings from his day job working at an 02 phone shop. He didn’t have the most auspicious start – his account was hacked and he lost the £3,000 he’d saved to invest – but over time his skills grew, and so did his income. He claims he was making around £50,000 a month, and soon his Twitter and Instagram profiles began to reflect this luxe new lifestyle: a plush new house, holiday snaps, overflowing shopping bags, sports cars, champagne, Rolex watches and a set of newly whitened teeth.\n\nRumours had begun to spread locally about how Kez had accumulated so much wealth in such a short space of time. “I’m from a lower working class background, and some people think it’s not possible for me to be where I am without being involved in selling drugs,” he says. “I’ve been asked where my money is from, with people being like, ‘There’s no way you can make money on the Internet.’ Rumours then start spreading like a whirlwind, and people start coming up with their own conspiracy theories.”\n\nKez believes these rumours – coupled with his online presence – led to him being tracked and targeted as a cash-rich drug dealer, with the two men ordering him to empty his safe, flip his mattress and hand over his cash. “I don’t sell drugs, I don’t have a safe and I don’t keep money under my mattress,” he says. “That’s how I know these guys had been given inaccurate information.”\n\nKez’s case may be extreme, due to the intense violence of the incident, but his experience falls under a growing area of crime. According to a 2018 report, one in 12 Brits have reported a burglary after posting on social media, with more than half admitting they had location tagging turned on. Another survey found that 78 percent of burglars use social media as a tracking method to see who they want to target. A burglary ring in the US used social media to track wealthy people who had shared their valuable art collections online. One mayoral candidate in Houston was relieved of his works by Andy Warhol, Picasso and Monet after he hosted an art gala at his home, making it easy for thieves to know what he had, and where.\n\nThe Saudi influencer Hitham was mugged coming out of a London restaurant, while the home of the extremely online YouTube star PewDiePie was robbed just before Christmas. This came after he’d posted a video to his fans urging them to stop turning up at his house because people had been able to work out where he lived. A few years ago, ex-footballer John Terry decided to announce to his 3.4 million Instagram followers that he and his family were on a delightful skiing holiday. Burglars thanked him for the heads up by invading his empty home with axes and stealing £400,000 worth of items.\n\nCrimes related to posting images of your lifestyle online – often dubbed “Insta-Bragging” – have become such an issue that MoneySupermarket warned that insurers may stop paying out on some theft cases. This is because a standard contents insurance contract has a reasonable care clause, i.e. if you announce that your house is full of super expensive goodies, and that you’re off sunning yourself on a yacht in another country, that could qualify as being careless.\n\nKim Kardashian was famously robbed at gunpoint in Paris in 2016 after being tracked online – but the worrying thing about Kez’s case, and others like it, is that he isn’t that rich or famous. He has a modest online following, came into a bit of money and ended up with a gaping machete wound in his arm.\n\nThat night, it was Kez’s sarcasm that landed him in the most trouble. “They were screaming and threatening,” he recalls. “And I’m a very sarcastic person. I can’t help it. They were saying, ‘We want this, we want that,’ and I was just like, ‘Well, I don’t have that.’ I offered some bottles of champagne, which were about £300 a bottle, and they said, ‘We don’t want them, we want your watch and drugs.’ So I said, ‘Well, you’re in the wrong house, mate.’”\n\nOne of the attackers – since jailed – had been prodding and lightly stabbing Kez with the knife as he walked him around the house demanding items. “I did get a sense from his character that he didn’t really have it in him,” says Kez. “He was stabbing me a lot of times, but he wasn’t really piercing the skin.” Soon enough, frustrated that Kez didn’t have drugs and cash, the attacker punched him in the face.\n\n“It didn’t really hurt, and then he punched me again, and I thought, ‘It’s going to hurt if he carries on doing this,’” says Kez. “He’s got a knife in his hand, so I couldn’t really defend myself, so the third time he punched me I thought, ‘I’m going to pretend he’s knocked me out.’ So I stumbled back and fell on the floor, but he knew I was blagging it. Then, after that, he’s just stabbing me pure times. I was pretty good at dodging them, but he did get me. He didn’t have it in him until I really annoyed him. Then he was serious.”\n\nIn the end, the thieves took Kez’s laptop, phone and his dog, Rambo. Kez made posters and offered £1,000 for Rambo’s return, but it would be a year before he heard anything. “I got a call one day saying a dog microchipped in my name had been found,” he recalls. “I was buzzing to get him back.”\n\nKez is more into property than crypto these days, and while he’s not as active online as he used to be, he feels people are prone to misunderstanding the role and function of having such a presence.\n\n“Some people think you’re posting to show off,” he says. “It’s not. Why would I want to show off and get stabbed? I post to document my success, to show that people coming from lower working class backgrounds can do it, and to show there’s countless ways to make money on the internet. People can still look at all that negatively, but I think that depends on the person. Social media is basically part of the job for me. I’m not saying that posting online isn’t real, but you only post the best parts of your life. My Insta is basically like my brand.”\n\nAny lessons learned? “You just have to be careful,” he says. “When you’re out there on social media, you have to be prepared, so now every day I’m prepared.” Prepared how? “I can’t tell you how, but it’s all legal. Security is a lot higher. Just in case the demons come lurking again.”\n\nCrime, cryptocurrency, influencers, Instagram, Social Media\n\n3 Iconic 90s Groups Who Shockingly Never Earned a No. 1 Hit\n\nKacey Musgraves Has Big, Sparkly Balls, and This Fellow Country Star Doesn’t Like It (Yes, It’s a Man)", + "chars": 7373, + "sha256": "9a2489916378e1139b2f415fcefe5536f4562298dd893e44f53f146f58172123", "staged_file": "01_vice-com.txt", - "paragraphs_kept": "ALL 24 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-20 of 24", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:45:30+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-20 plus headline [0]; dropped 0 leading and 3 trailing paragraphs. Case-term hits on page: 5.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "272": [ @@ -4929,61 +5845,89 @@ "271": [ { "field": "url", - "verdict": "THIN", + "verdict": "KEEP", "url": "https://finance.yahoo.com/news/police-dispute-over-bitcoin-account-010918284.html", - "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "source": "finance.yahoo.com", + "language": "unknown", + "text": "Police: Dispute over Bitcoin Account Led to Connecticut Home Invasion\n\nTwo women have been arrested in connection with a March home invasion in Killingly, CT, where victims were not only robbed but also allegedly pistol-whipped and attacked with an electric cattle prod. The incident, police said, was the tragic culmination of a dispute involving a bitcoin account.\n\nApparently, the home invasion occurred because a female victim opened a bitcoin account for one of the alleged home invasion suspects, Monique Delannoy-Jodoin, 59, who police said is a resident of Manville, RI. Police also stated that Ms. Delannoy-Jodoin was already under investigation for narcotic sales and delivery through the postal system. The other suspect was Beatriz Viruet, 38, who is a resident of Providence, RI.\n\nThe female renter claimed to recognize two of the home invaders, who then pistol-whipped one occupant on the head, and utilized an electric cattle prod on another occupant. The female renter was able to escape to a neighbor’s house, but not one of the suspects was able to force entry into the bathroom, where the renter was hiding, using a hammer.\n\nThe suspects stole money, cell phones, and a television, according to local authorities. Allegedly, one of the suspects, told the other to “shoot the victims,” as well.\n\nMany have criticized the fact that cryptocurrency can be used for money laundering, considering that it can often be harder to trace than fiat currency. The sector is often accused of fraud, and there are even international task forces organized to target ICOs worldwide.\n\nThis is a still-rare-but-increasingly-more-common instance where there is a violent crime associated with cryptocurrency. Indeed, it is not the only violent incident that has happened in relation to bitcoin. Earlier this year, there was a shooting in downtown Miami in connection with a bitcoin deal gone awry.\n\nAccording to police, Monique Delannoy-Jodoin wanted money and passwords related to her bitcoin account. She was ultimately charged with home invasion, risk of injury to a child, third-degree criminal mischief, second-degree assault with a weapon, second-degree breach of peace, criminal use of a weapon, and sixth-degree larceny, among other charges. Beatriz Viruet was charged with home invasion, first-degree robbery, and second-degree breach of peace.\n\nDelannoy-Jodoin was held on a $250,000 bond, while Viruet was held on a $100,000 bond. The women are both are due to appear Monday in Danielson Superior Court.\n\nThe post Police: Dispute over Bitcoin Account Led to Connecticut Home Invasion appeared first on CCN.\n\nYour list is empty.\n\nKhashoggi warns in last column of free rein to silence media\n\nThe Bay Area is so expensive that employees at Apple, Uber, Google, and other tech giants are putting off having kids — and it's a sign of a much larger trend", + "chars": 2860, + "sha256": "efd4268fa3d47d85015671de46515aef9aeaf23ef742357b7a8782a6fdf44e0d", + "staged_file": "01_finance-yahoo-com-wayback.txt", + "paragraphs_kept": "headline [0] + 1-12 of 43", + "method": "Wayback Machine snapshot 20181018044632, deterministic extraction", + "fetched_at": "2026-09-05T13:26:51+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20181018044632/https://finance.yahoo.com/news/police-dispute-over-bitcoin-account-010918284.html", + "snapshot": "20181018044632", + "note": "live URL was THIN on the first pass; text comes from an archived copy dated 2018-10-18", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-12 plus headline [0]; dropped 0 leading and 30 trailing paragraphs. Case-term hits on page: 4.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "270": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://bizlim.com/crypto/news/odessa-robbery-for-1-5-million-uah-on-the-sale-of-crypto-currency.html", "source": "bizlim.com", "language": "unknown", - "text": "Одессита ограбили на 1,5 млн. грн. под видом продажи электронной валюты. Срок до 15 лет\n\nВ Одессе будут судить преступника, который обманным путем завлек к себе \"покупателя криптовалюты\", вместе с сообщниками избил его и ограбил на 1,5 млн.грн. Подельников еще ищут.\n\nКак установлено в ходе следствия, в января 2018 года преступники арендовали на короткий срок квартиру по ул.Генерала Петрова в Одессе и договорился о встрече с потенциальным клиентом для купли-продажи электронной валюты.\n\nБудущий покупатель, ничего не подозревая, пришел на переговоры. В дальнейшем злоумышленник вместе с сообщниками избили мужчину и похитили мобильный телефон, ювелирные изделия и деньги.\n\nТакими преступными действиями разбойники нанесли гражданину ущерба почти на 1 500 000 грн.(около 57 тысяч долларов США)\n\nПо ходатайству прокуратуры подозреваемого в разбое взят под стражу без права внесение залога. Одесская прокуратура направила в суд обвинительный акт в отношении подозреваемого в разбойном нападении по статье 187 часть 4 Уголовного кодекса Украины.\n\nСейчас органы полиции принимают меры для установления других лиц, причастных к преступлению.\n\nУголовная ответственность за открытое хищение чужого имущества предусмотрено ст. 187 УК. Наказание зависит от конкретной части указанной статьи (от 3-х до 15 лет). По части 4 применяется обязательная конфискация имущества. По классификации, данное преступление относится к особо тяжким.\n\n# криптовалюты \n \n \n \n # мошенничество \n \n \n \n # Украина \n \n \n \n # Одесса \n \n \n \n # разбой\n\n← Россия: РАКИБ собирается сертифицировать криптовалютных трейдеров\n\nБилл Гейтс: Я поставил бы против биткоина и криптовалют →\n\nКомиссия по ценным бумагам выпустила руководство по цифровым активам (10.04.2019)\n\nTOP-3 легальных компаний, выпускающих ICO в 2019 году (09.04.2019)\n\nОбъем торговли криптовалютой достиг исторического максимума (08.04.2019)\n\nSEC перенесла срок принятия решения по биткойн-ETF VanEck/CBOE и Bitwise (08.04.2019)\n\nОбъем торгов биткоин-фьючерсами на CME взлетел на 950% (07.04.2019)\n\nИсследование: почти 70% криптобирж работают без KYC (06.04.2019)\n\nMicrosoft Bing: \"криптовалюта — главный инструмент мошенников и аферистов\" (05.04.2019)\n\nОдесские радикалы штурмовали офис крипто-бизнесмена\n\nМошенники запустили фейковую электронную валюту \"от Нацбанка Украины\"\n\nКиберполиция Украины задержала сотрудника криптобиржи за хищении средств\n\nНовости криптовалют, блокчейн, рынки, биржи, финансы, регулирование, стартапы\n\nАли Мартинес назвал 3 причины готовности мемкоина Dogecoin к прорыву\n\nUniswap инвестировала в PONS. Токен взлетел до нового максимума\n\nОбъявлена важнейшая дата принятия Закона о крипто-буле (Закона о ясности)!\n\nЮжная Корея переведет рынок капитала в ончейн на базе Avalanche\n\nБиткоин падает ниже $80 000 из-за опасений повышения ставки ФРС\n\nАналитики Fidelity назвали сроки завершения медвежьего тренда на крипторынке\n\nQuFi испытала постквантовую защиту биткоина без изменения блокчейна\n\nСМИ: экс-министру РФ заочно предъявили обвинение по делу «Финико»\n\nAndreessen Horowitz: Скорость — больше не показатель хорошего блокчейна\n\nЦифровой рубль, биткоин-ралли и ИИ, который просто не нанимает\n\nCryptocurrency news – Bitcoin, etherium, altcoins, Blockchain, crypto exchange, law regulation\n\nToyota spent years moving slowly on EVs. I drove its new, affordable C-HR to see whether the wait paid off.\n\nUber says it can replace car ownership. My used Toyota Yaris proved its point.\n\nOne runner spent $40,000, another took a second job. Marathoners are making big sacrifices to chase medals worldwide.\n\nGoMining Hack Drains 600+ Wallets, Thieves Consolidate $2.8M in ETH\n\nLeaked Ripple Docs Name Uber and Airbnb as Prime Use Cases for Instant Worker Payouts\n\nMetaplanet’s Business Head Phil Geiger Departs to Pursue New Bitcoin Ventures\n\nBreaking: Anthropic IPO Eyes October Launch At $2 Trillion Valuation To Beat SpaceX\n\nSEC Clears Bitcoin, Ether, XRP, Solana As Commodities Under Nasdaq Texas Rule Change\n\nTexas Man Alters Treasury Check to Unlock Over $100,000 in Bank Account: Report\n\nFake GOP Convention Site Tops Google, Redirects to Epstein Files\n\nCRYPTOBUZZ – Talk about bitcoin, altcoins, blockchain, crypto exchange, law regulation, etc.\n\nThe Bitcoin Group #503 - Winter Over? - Give Nothing - ATM Scams, Film and Sports\n\nStellar’s Tokenized Asset Market Surges to $4 Billion\n\nCLARITY Stalls, Kalshi Heads Toward SCOTUS & Wall Street Goes Onchain\n\nKorea Blockchain Week 2026: FACTBLOCK CEO Andrew Park on What's Coming to Seoul | Bitcoin.com News\n\nThe 100X Crypto Trade Isn’t Where You Think - CoinMarketCap’s Alice Liu | Trade Secrets\n\nZcash Hits $1,000 as Short Sellers Lose $34 Million\n\nWall Street Is Already On-Chain | Consensus 2026 Miami\n\n$1.3 Million Bitcoin Will Be “Relatively Easy,” Says Bitwise’s Matt Hougan\n\nBitcoin The People's Money or Elite Whale Passes", - "chars": 4835, - "sha256": "e6d6ad2d8a0b786bbb2c3cdbb8c2a8eae799fb432394edeac08863c52e6456a0", + "text": "Одессита ограбили на 1,5 млн. грн. под видом продажи электронной валюты. Срок до 15 лет\n\nВ Одессе будут судить преступника, который обманным путем завлек к себе \"покупателя криптовалюты\", вместе с сообщниками избил его и ограбил на 1,5 млн.грн. Подельников еще ищут.\n\nКак установлено в ходе следствия, в января 2018 года преступники арендовали на короткий срок квартиру по ул.Генерала Петрова в Одессе и договорился о встрече с потенциальным клиентом для купли-продажи электронной валюты.\n\nБудущий покупатель, ничего не подозревая, пришел на переговоры. В дальнейшем злоумышленник вместе с сообщниками избили мужчину и похитили мобильный телефон, ювелирные изделия и деньги.\n\nТакими преступными действиями разбойники нанесли гражданину ущерба почти на 1 500 000 грн.(около 57 тысяч долларов США)\n\nПо ходатайству прокуратуры подозреваемого в разбое взят под стражу без права внесение залога. Одесская прокуратура направила в суд обвинительный акт в отношении подозреваемого в разбойном нападении по статье 187 часть 4 Уголовного кодекса Украины.\n\nСейчас органы полиции принимают меры для установления других лиц, причастных к преступлению.\n\nУголовная ответственность за открытое хищение чужого имущества предусмотрено ст. 187 УК. Наказание зависит от конкретной части указанной статьи (от 3-х до 15 лет). По части 4 применяется обязательная конфискация имущества. По классификации, данное преступление относится к особо тяжким.", + "chars": 1426, + "sha256": "8dab9e532e31201e0dfa63f4008bbb68a5a7cb4a94b34632793b2c60720edc91", "staged_file": "01_bizlim-com.txt", - "paragraphs_kept": "ALL 53 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-7 of 53", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:45:39+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-7 plus headline [0]; dropped 0 leading and 45 trailing paragraphs. Case-term hits on page: 8.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "266": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.20minutes.fr/toulouse/2180483-20171203-toulouse-quatre-jeunes-sequestres-forces-transferer-bitcoins", "source": "20minutes.fr", "language": "unknown", - "text": "Toulouse: Quatre jeunes séquestrés et forcés à transférer des bitcoins\n\nActualitéSociétéMondeEconomieFaits diversSantéPolitiqueJusticeFake Off\n\nConflit israélo-palestinienGuerre en IranGuerre en Ukraine\n\nLe nouveau roi de Norvège Haakon VIII rend hommage à son père\n\nBenyamin Netanyahou dénonce (comme rarement) les actes de colons israéliens\n\nTempête en mer Noire entre l’Ukraine et la Turquie, Poutine attendu au Kirg…\n\nLocalesNos villesÎle-de-FranceOccitanieNouvelle AquitaineGrand EstAuvergne-Rhône-AlpesBretagneProvence Alpes Côte d'Azur\n\nDivertissementCultureT'as vu ?PeopleWebTélévisionMédiasCinémaSérie\n\nLes classiques Disney bientôt accessibles gratuitement ?\n\n« Voilà c’est fini » remporte le Valois de diamant au festival d'Angoulême\n\nCardi B a claqué près de 200.000 dollars en sacs à main cet été\n\nSportFootballRugbyTennisCyclismeFormule 1HandballBiathlonBasket\n\nCoupe du monde 2026Ligue 1Ligue des championsTop 14\n\nLe tableau des médailles complet des Jeux Méditerranéens après le 29 août\n\nComment Blandine L’Hirondel a signé un finish héroïque sur l’UTMB\n\nOL - Le Havre: L'OL concède un match nul pathétique face au Havre... (Ne) R…\n\nHigh-TechSciencesEspaceRéseaux sociauxIntelligence artificielleAmazonGoogleMétaApple\n\nLes géants de la tech alertent face aux risques de cyberattaques avec IA\n\nL’UE met la pression sur Meta pour obtenir aussi une meilleure protection\n\nSophie Adenot va effectuer une autre sortie spatiale la semaine prochaine\n\nPlanèteEnvironnementÉnergieAnimauxÉcologieMétéo\n\nLes Népalais en première ligne face au réchauffement climatique\n\nDe fortes chaleurs attendues par endroits pour la semaine de la rentrée\n\nDans les Alpes-de-Haute-Provence, une station à sec d’eau potable\n\nInstantBien-êtreHabitatStyleExplorerA table20Minus\n\nK-pop, couleurs pastel… A quoi ressemblent les fournitures scolaires 2026\n\nMoustiques : pourquoi certains se font-ils plus piquer ?\n\nEt si Marseille gardait la seconde statue de la Bonne Mère ?\n\nAnimauxChienChatNACAnimaux sauvagesProtection des animauxGénérateur de prénoms\n\nQuel est le moyen de transport le moins traumatisant pour mon chien ?\n\nDans le Sud, procureurs et vétérinaires s’allient pour lutter contre la mal…\n\nComment les lézards peuvent-ils perdre leur queue sans mourir ?\n\nAttrapez-les tous !\n\nPokémon organise ses plus grands Championnats du monde pour ses 30 ans\n\n« Un véritable événement culturel »… GTA 6 arrive en exclu sur Netflix\n\nUne fuite de données signalée chez Valve après un piratage informatique\n\nVie ProFiches métiersVie de bureauEntrepreneuriatReconversion professionnelle\n\nTop 10 des écoles de communication les plus demandées en 2026\n\nOasis s’est séparé… il mange leurs pizzas. Thomas, le chef de Rock en Seine\n\nLVMH prévoit 15.000 recrutements en France en 2026\n\nMerguez, stars des 80’s, affaires en or… Que vous réserve la Foire de Châlo…\n\nLa taxe européenne sur les petits colis provoque une chute des importations\n\nMichele Kang rachète l’Olympique Lyonnais et reste présidente du club\n\nExiste-t-il encore des sports réservés ou interdits aux femmes ?\n\n« J’ai déjà envie de revivre ça », Andreeva est prête à terroriser le circu…\n\nGuide d'achatBons plansComparatifsTests produitsEvènementsRésultats et tirages FDJHigh-TechLoisirsSoins\n\nRésultats Loto FDJ : les résultats du tirage du samedi 29 août\n\nUltra-tendance, cette veste Carhartt voit son prix chuter de 28%\n\nOn dirait une vente à perte : la Nintendo Switch 2 atteint un prix record\n\nJeuxJeux de lettresJeux de chiffresJeux InclassablesQuiz et jeux concours\n\nLe mot du jour, 5 lettres (Wordle en français)\n\nServicesAnnonces légalesMinutes MaisonSportuneBébés et MamansJournal des SeniorsCuisine d'AnnieMes NoticesInfos trafic\n\nQuatre jeunes séquestrés et forcés à transférer des bitcoins\n\nUne vraie nuit de cauchemar pour de la monnaie virtuelle. Deux hommes, de 19 ans et 34, ont été interpellés et écroués pour avoir tenté d’extorquer de la monnaie virtuelle, type bitcoin, à quatre jeunes Toulousains, rapporte La Dépêche du Midi dans son édition du jour.\n\nLa «bulle» du bitcoin va-t-elle éclater?\n\nLes faits ont eu lieu fin octobre, dans le quartier du Busca. Les quatre jeunes, âgés de 18 à 24 ans, se sont retrouvés dans l’appartement de l’un d’eux avec les deux hommes rencontrés via un site de vente en ligne. Les « invités » ont ouvert une valise et sorti une arme, sommant les jeunes de leur transférer 20.000 dollars de monnaie virtuelle.\n\nToujours selon le quotidien régional, la transaction a échoué. Mais les deux malfaiteurs n’ont pas fait le voyage pour rien : smartphones, papiers d’identité, argent, clés… ils ont dépouillé leurs victimes avant de les enfermer à l’intérieur de l’appartement.\n\nCoupés du monde extérieur, les « otages » ont dû enjamber un balcon pour donner l’alerte.\n\nLes enquêteurs de la brigade criminelle de la Sûreté départementale ont fini par remonter la piste des deux hommes, interpellés la semaine dernière. L’un a été arrêté à Blagnac, près de Toulouse, l’autre à Saint-Girons, en Ariège. Mis en examen pour « séquestration, vol avec arme et tentative d’extorsion », ils ont été placés en détention préventive.\n\nKim Jong-un purge son armée, le ministre de la Défense prend la porte\n\nTempête en mer Noire entre l’Ukraine et la Turquie, Poutine attendu au Kirghizistan\n\nFaure annonce l' « effondrement du bloc central » pendant la campagne\n\nUn homme tué sur une aire d’accueil en Vendée, le fugitif se rend aux autorités\n\nÀ la Foire de Châlons, Jordan Bardella joue les stars\n\nUn humoriste turc à peine libéré est à nouveau incarcéré\n\nLiam Gallagher répond aux rumeurs voulant qu’Oasis joue à Glastonbury\n\nCe mantra qui aide Taylor Swift à résister à la pression\n\nMelissa Gilbert réclame plus de protection pour les enfants acteurs\n\nDr Dre raille les artistes qui ont peur de l’IA\n\nLes comédiens de doublage veulent faire entendre leurs voix\n\nOL - Le Havre: L'OL concède un match nul pathétique face au Havre... (Ne) Revivez (pas) cette soirée avec nous\n\nwhaaat ?\n\nCoup de tonnerre, Pogacar abandonne la Vuelta après une lourde chute\n\nClassement général et résultats après la 8e étape du Tour d’Espagne\n\nRaide dingue de Mbappé, Mourinho veut voir le français gagner le Ballon d'or\n\nCherki inscrit un fabuleux doublé contre Palace et met l’Angleterre à ses pieds\n\nLe calendrier complet de la saison 2026/27 de Ligue des champions\n\nPourquoi le LOSC rate un bonus de 5 M€ sur la vente de Rafael Leao ?\n\nTadej Pogacar. Combien a-t-il gagné sur la Vuelta avant son abandon ?\n\nPSG. Le salaire que propose Liverpool à Bradley Barcola pour le recruter\n\nRentrée sans additifs : 5 idées de goûters maison qui remplacent (vraiment) les biscuits industriels\n\nSevrage avant la rentrée : le calendrier progressif pour une transition sereine\n\n5 jours pour déclarer et prénommer bébé : le guide complet pour ne rien rater à l'état civil\n\nPrenez une poignée de gravier de votre allée et serrez-la dans la main : c’est le test que les paysagistes font en premier\n\nMon voisin a bâché son unité extérieure dès la fin août et ce n’est pas seulement la poussière qui s’est installée dessous\n\nOn s’obstine tous à empiler des paniers sous le lavabo, alors que cette solution que les décorateurs adorent fait bien mieux", - "chars": 7196, - "sha256": "9380f232cb93a6303b174fd1931c245f5aa9a6616d342516fc6577c270f7b87f", + "text": "Toulouse: Quatre jeunes séquestrés et forcés à transférer des bitcoins\n\nLe mot du jour, 5 lettres (Wordle en français)\n\nServicesAnnonces légalesMinutes MaisonSportuneBébés et MamansJournal des SeniorsCuisine d'AnnieMes NoticesInfos trafic\n\nQuatre jeunes séquestrés et forcés à transférer des bitcoins\n\nUne vraie nuit de cauchemar pour de la monnaie virtuelle. Deux hommes, de 19 ans et 34, ont été interpellés et écroués pour avoir tenté d’extorquer de la monnaie virtuelle, type bitcoin, à quatre jeunes Toulousains, rapporte La Dépêche du Midi dans son édition du jour.\n\nLa «bulle» du bitcoin va-t-elle éclater?\n\nLes faits ont eu lieu fin octobre, dans le quartier du Busca. Les quatre jeunes, âgés de 18 à 24 ans, se sont retrouvés dans l’appartement de l’un d’eux avec les deux hommes rencontrés via un site de vente en ligne. Les « invités » ont ouvert une valise et sorti une arme, sommant les jeunes de leur transférer 20.000 dollars de monnaie virtuelle.\n\nToujours selon le quotidien régional, la transaction a échoué. Mais les deux malfaiteurs n’ont pas fait le voyage pour rien : smartphones, papiers d’identité, argent, clés… ils ont dépouillé leurs victimes avant de les enfermer à l’intérieur de l’appartement.\n\nCoupés du monde extérieur, les « otages » ont dû enjamber un balcon pour donner l’alerte.\n\nLes enquêteurs de la brigade criminelle de la Sûreté départementale ont fini par remonter la piste des deux hommes, interpellés la semaine dernière. L’un a été arrêté à Blagnac, près de Toulouse, l’autre à Saint-Girons, en Ariège. Mis en examen pour « séquestration, vol avec arme et tentative d’extorsion », ils ont été placés en détention préventive.", + "chars": 1668, + "sha256": "450b0b3d80acca1c2ede2446fe5a9f6bc5262c90437e303d6628e32b9cf535c4", "staged_file": "01_20minutes-fr.txt", - "paragraphs_kept": "ALL 86 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 50-58 of 86", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:46:05+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 50-58 plus headline [0]; dropped 49 leading and 27 trailing paragraphs. Case-term hits on page: 5.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "263": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://tribune.com.pk/story/2575027/ccd-cop-held-for-orchestrating-businessmans-kidnapping", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "tribune.com.pk", + "language": "unknown", + "text": "CCD cop held for 'orchestrating' businessman's kidnapping\n\nA senior officer of the Crime Control Department (CCD) has been arrested for allegedly masterminding the kidnapping of a local businessman for ransom, in what officials described as a major embarrassment for the provincial police.\n\nAccording to police sources, Inspector Javed Iqbal, posted at CCD Kotwali, along with Constable Tauseef and two unidentified accomplices, abducted a trader named Waleed from the Kahna area.\n\nThe suspects, dressed in plain clothes, reportedly raided the victim's home, seizing his laptop, three mobile phones, and the CCTV DVR in an apparent bid to destroy evidence.\n\nPreliminary investigations revealed that the abduction was financially motivated. Investigators believe the suspects targeted the victim due to his alleged involvement in Bitcoin trading, though police officially referred to him only as a \"businessman.\"\n\nDuring captivity, the victim was forced to contact his family twice.\n\nOn the second call, the kidnappers demanded Rs50 million in ransom, threatening to kill him if the amount was not paid. After negotiations, the demand was reduced to Rs4 million.\n\nThe victim's family was instructed to change drop-off locations multiple times before finally handing over the ransom near the Lahore Orange Line Station (LOS). Waleed was released soon after.\n\nFollowing his safe return, the family lodged a complaint with Kahna Police, which swiftly initiated an investigation.\n\nThe probe revealed that CCD officials were behind the abduction and had used a rented vehicle for the operation.\n\nActing on the findings, Kahna Police arrested Inspector Javed Iqbal and Constable Tauseef. The duo was later handed over to CCD Model Town for further interrogation.\n\nPolice officials described the arrests as part of a \"planned sting operation\" aimed at cleansing the department of corrupt elements.\n\nSaved ! Your comment will be displayed after the approval.\n\nError !\n\nDenied! You can post your comment in 10 minutes.\n\nError! Invalid Email.\n\nComments are moderated and generally will be posted if they are on-topic and not abusive.", + "chars": 2122, + "sha256": "8ae8236b0428ed19ea15c174200763014790937425b21e67c98bb54bc26c3d67", + "staged_file": "01_tribune-com-pk-wayback.txt", + "paragraphs_kept": "headline [0] + 3-18 of 34", + "method": "Wayback Machine snapshot 20260211091318, deterministic extraction", + "fetched_at": "2026-09-05T13:26:56+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260211091318/https://tribune.com.pk/story/2575027/ccd-cop-held-for-orchestrating-businessmans-kidnapping", + "snapshot": "20260211091318", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2026-02-11", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-18 plus headline [0]; dropped 2 leading and 15 trailing paragraphs. Case-term hits on page: 6.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "257": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.aftonbladet.se/nyheter/a/Rr77qd/aftonbladet-direkt?pinnedEntry=1411017&_sp_pass_consent=true", "source": "aftonbladet.se", "language": "unknown", @@ -4991,86 +5935,128 @@ "chars": 5934, "sha256": "3b70dd1c554538bdd2e79bdc6fe012466460c7907745d8f222db5f409955a642", "staged_file": "01_aftonbladet-se.txt", - "paragraphs_kept": "ALL 58 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-57 of 58", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:46:10+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-57 plus headline [0]; dropped 0 leading and 0 trailing paragraphs. Case-term hits on page: 3.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_2", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.svt.se/nyheter/lokalt/uppsala/fangelsestraff-for-brutala-kryptoranet-i-tobo", "source": "svt.se", "language": "unknown", - "text": "Fängelsestraff för brutala kryptorånet i Tobo | SVT Nyheter\n\nFängelsestraff för brutala kryptorånet i Tobo\n\nFamiljen i Tobo blev bundna och skenavrättades – sedan rånades den på kryptovaluta till ett värde av 2,5 miljoner kronor.\n\nEfter 1,5 timme avbröts det brutala rånet när ett av offren lyckades larma anhöriga.\n\nNu döms fyra män till fängelse.\n\nI september förra året tog fem maskerade personer sig in i två grannvillor i Tobo i Norduppland.\n\nPå plats tillfångatogs familjen med buntband och tejp, därefter tvingades offren under vapenhot och våld föra över 2,5 miljoner kronor i kryptovaluta.\n\nRånet avbröts när ett av offren lyckades kontakta andra familjemedlemmar genom att aktivera sin mikrofon i en spelchatt.\n\nKort senare dök dennes pappa och bror upp vid villorna och skrek – vilket fick de maskerade männen att fly.\n\n– Utan min bror och pappa hade jag inte levt, sade ett av offren senare i polisförhör.\n\nNu döms fyra män till sex års fängelse för grovt rån. Den femte rånaren är fortfarande på fri fot och misstänks befinna sig utomlands.\n\nYtterligare två män och en kvinna döms för att ha tvättat delar av rånbytet.\n\nI klippet ovan: Här slår de maskerade rånarna till mot familjen i Tobo – och jagas iväg.\n\nTre personer har anhållits misstänkta för rånet i Tobo\n\nSVT:s nyheter ska stå för saklighet och opartiskhet. Det vi publicerar ska vara sant och relevant. Vid akuta nyhetslägen kan det vara svårt att få alla fakta bekräftade, då ska vi berätta vad vi vet – och inte vet. Läs mer om hur vi arbetar.", - "chars": 1520, - "sha256": "735ca686e83b9259ddfedf62782321e82ef8190a2bf1d53685175372888d71ab", + "text": "Fängelsestraff för brutala kryptorånet i Tobo | SVT Nyheter\n\nFamiljen i Tobo blev bundna och skenavrättades – sedan rånades den på kryptovaluta till ett värde av 2,5 miljoner kronor.\n\nEfter 1,5 timme avbröts det brutala rånet när ett av offren lyckades larma anhöriga.\n\nNu döms fyra män till fängelse.\n\nI september förra året tog fem maskerade personer sig in i två grannvillor i Tobo i Norduppland.\n\nPå plats tillfångatogs familjen med buntband och tejp, därefter tvingades offren under vapenhot och våld föra över 2,5 miljoner kronor i kryptovaluta.\n\nRånet avbröts när ett av offren lyckades kontakta andra familjemedlemmar genom att aktivera sin mikrofon i en spelchatt.\n\nKort senare dök dennes pappa och bror upp vid villorna och skrek – vilket fick de maskerade männen att fly.\n\n– Utan min bror och pappa hade jag inte levt, sade ett av offren senare i polisförhör.\n\nNu döms fyra män till sex års fängelse för grovt rån. Den femte rånaren är fortfarande på fri fot och misstänks befinna sig utomlands.\n\nYtterligare två män och en kvinna döms för att ha tvättat delar av rånbytet.\n\nI klippet ovan: Här slår de maskerade rånarna till mot familjen i Tobo – och jagas iväg.\n\nTre personer har anhållits misstänkta för rånet i Tobo\n\nSVT:s nyheter ska stå för saklighet och opartiskhet. Det vi publicerar ska vara sant och relevant. Vid akuta nyhetslägen kan det vara svårt att få alla fakta bekräftade, då ska vi berätta vad vi vet – och inte vet. Läs mer om hur vi arbetar.", + "chars": 1473, + "sha256": "7d95c6bd9647afe3fe4dbc51b4d722bdc0f58fbf07f7e50a0c04750551fb0b93", "staged_file": "02_svt-se.txt", - "paragraphs_kept": "ALL 15 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-14 of 15", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:46:11+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-14 plus headline [0]; dropped 1 leading and 0 trailing paragraphs. Case-term hits on page: 7.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "256": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "UNTRIMMED", "url": "https://www.leparisien.fr/faits-divers/yvelines-un-nouveau-professionnel-des-cryptomonnaies-cible-par-une-equipe-de-truands-26-09-2025-OTSKDQDH75G5HCBYH4LK5MRXOM.php", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "leparisien.fr", + "language": "unknown", + "text": "Yvelines : un nouveau professionnel des cryptomonnaies ciblé par une équipe de truands - Le Parisien\n\nLa série noire continue. Un nouveau professionnel de la cryptomonnaie vient d’être ciblé par des malfrats. Ce vendredi matin à Rambouillet (Yvelines), une équipe de quatre malfaiteurs présumés a été interpellée en flagrant délit alors qu’elle tentait de s’en prendre à son domicile.\n\nIl est 9 heures du matin quand la victime prévient les forces de l’ordre. Cet homme, âgé de 42 ans, vient de constater que trois hommes et une femme viennent d’escalader la clôture de sa propriété.\n\nÀ lire aussiEnfant exfiltré, arme factice, société en crypto… Récit d’une tentative d’enlèvement surréaliste en plein Paris\n\nUne patrouille arrive rapidement sur les lieux. Les policiers surprennent un homme et une femme toujours dans la propriété. L’homme est armé d’un couteau à cran d’arrêt et son amie d’une arme de poing factice. Dans une Renault Clio garée dans la rue, ils arrêtent un troisième suspect et le quatrième est stoppé un peu plus loin alors qu’il tentait de prendre la fuite à pied.\n\nSelon les premiers éléments de l’enquête, ils auraient planifié de s’en prendre à la victime en raison de son activité dans le domaine de la cryptomonnaie. Les enquêteurs de la brigade de répression du banditisme de Versailles sont chargés de la suite des investigations.\n\n[2/2] Le cas Farid El Haïry : faux coupable mais vraie victime\n\nLe quatuor a été placé en garde à vue dans leurs locaux. Leurs auditions et l’exploitation de leurs téléphones portables ne font que commencer. Aucun préjudice financier ou corporel n’est à déplorer.\n\nDepuis plusieurs mois, les entrepreneurs ayant fait fortune ou suspectés d’avoir fait fortune dans les cryptomonnaies sont devenus des cibles pour des truands parfois ultra-violents. Plusieurs d’entre eux ont été enlevés voire mutilés comme David Balland. D’autres ont vu des membres de leur famille subir le même sort.\n\n« Ce n’est pas la première fois que mon fils se fait frapper » : à Lyon, une mère en colère contre une bande qui sème la terreur\n\n« Je suis choqué » : fermée à cause des rats, la boulangerie fournissait la cantine du lycée voisin\n\nUne jeune Britannique tuée par son père après une dispute sur Donald Trump", + "chars": 2252, + "sha256": "c7df6719695d0c42770f4fb647a127067878fba03964af4137dfde6bf2a069c6", + "staged_file": "01_leparisien-fr-wayback.txt", + "paragraphs_kept": "ALL 12 paragraphs, untrimmed", + "method": "Wayback Machine snapshot 20260211130054, deterministic extraction", + "fetched_at": "2026-09-05T13:27:00+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260211130054/https://www.leparisien.fr/faits-divers/yvelines-un-nouveau-professionnel-des-cryptomonnaies-cible-par-une-equipe-de-truands-26-09-2025-OTSKDQDH75G5HCBYH4LK5MRXOM.php", + "snapshot": "20260211130054", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2026-02-11", + "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." } ], "255": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.nbcnews.com/news/us-news/texas-brothers-charged-allegedly-holding-minnesota-family-hostage-stea-rcna233867", "source": "nbcnews.com", "language": "unknown", - "text": "Texas brothers charged after allegedly holding Minnesota family hostage, stealing $8M in crypto\n\nIE 11 is not supported. For an optimal experience visit our site on another browser.\n\nSept. 26, 2025, 12:20 PM EDT / Updated Sept. 26, 2025, 2:19 PM EDT\n\nTwo Texas brothers were arrested and charged after allegedly kidnapping a Minnesota family last week, holding them hostage at gunpoint for hours and stealing $8 million in cryptocurrency, federal prosecutors said on Thursday.\n\nRaymond Christian Garcia, 23, and Isiah Angelo Garcia, 24, were charged with federal kidnapping after allegedly holding a husband, wife, and their adult son hostage in their Grant, Minnesota, home on Sept. 19, according to a U.S. Attorney’s Office for the District of Minnesota press release. They also face state charges of kidnapping with a firearm, aggravated robbery, and first-degree burglary.\n\nAn attorney representing Isiah Garcia for the preliminary matters in Texas deferred comments to the attorney who will represent him in Minnesota. He does not yet have an attorney in Minnesota.\n\nA lawyer for Raymond Garcia did not immediately respond to a request for comment on Friday.\n\nProsecutors allege that the suspects, armed with an AR-15-style rifle and a shotgun, approached the husband as he was taking out the garbage. The brothers took the victim into the garage, where they bound his hands with zip ties, according to criminal complaints for both brothers.\n\nThe suspects then brought the husband into the house and woke up the wife and son at gunpoint, the complaint says. The wife and son were zip-tied and told to lie on the floor, according to the complaint.\n\nProsecutors said that while Raymond Garcia, armed with the rifle, held the wife and son at gunpoint, Isiah Garcia forced the husband to log into his cryptocurrency accounts. The U.S. Attorney’s Office said in a press release that the suspect demanded the husband \"transfer large amounts of cryptocurrency into a cryptocurrency wallet that Isiah Garcia provided.\"\n\nThe husband, according to prosecutors, said he saw the brothers making phone calls to a third party \"who appeared to be providing the information related to the cryptocurrency accounts and transfers,\" the release states.\n\nThe criminal complaints do not say if the third party has been arrested in the case. The U.S. Attorney’s Office said in a Friday statement that \"beyond our already-public statements, we aren’t able to comment on the ongoing investigation.\"\n\nThrough this third party, the brothers allegedly became aware that the victim had additional cryptocurrency funds and demanded the money, prosecutors said. The victim told the brothers that the funds were stored in a hard drive-style cryptocurrency wallet at the family’s cabin, located about three hours away in Grand Rapids, Minnesota, according to prosecutors.\n\nThe complaints allege that Isiah Garcia, armed with the shotgun, forced the husband into the husband’s truck and drove to the cabin. He then allegedly made the husband transfer the cryptocurrency funds into a wallet provided by the suspect, according to the complaints.\n\nWhile this was happening, prosecutors allege that Raymond Garcia was still holding the wife and son hostage in the home. According to the complaints, Raymond Garcia briefly left the home and headed toward a tree line. Prosecutors said the son used this time to call 911.\n\nWhen Raymond Garcia returned to the family's home, he did not have the rifle, according to the complaints.\n\nAs deputies approached the home, Raymond Garcia allegedly fled, according to the complaints.\n\nAround the same time, prosecutors allege that Isaiah Garcia was approaching the family's home, but turned the truck around when he saw the law enforcement response. The complaints allege that he parked the vehicle and walked toward a nearby middle school while ditching the shotgun. The shotgun was recovered in a field, prosecutors said.\n\nDue to police activity in the area, a local homecoming football game was canceled, according to the press release.\n\nThe brothers were eventually traced back to Texas by a Wendy’s receipt found in a suitcase that allegedly belonged to them, prosecutors said. A disassembled AR-15 style rifle, ammunition, clothing, and beverages were also found in the suitcase, according to the complaints.\n\n\"A violent kidnapping that stole $8 million and silenced a homecoming game is not just a crime,” Acting U.S. Attorney Joseph H. Thompson said in a statement about the case. \"This is not normal. Minnesotans should not accept wild violence and thievery as normal. Every Minnesotan deserves to live in peace and a life unaffected by rampant crime.\"\n\nProsecutors said in the press release that after the brothers were arrested, Isiah Garcia \"confessed\" that he and his brother drove to Minnesota, held the family at gunpoint, and forced the husband to go to the cabin.\n\nAccording to an NBC News analysis, crypto-related abductions have increased every year since 2019. NBC News identified 17 instances of cryptocurrency-related kidnappings in 2024, the highest reported number in the last decade.\n\n2025 is on track to have potentially twice as many physical attacks on crypto holders as the next highest year on record, according to Chainalysis, a blockchain analytics firm.\n\nOne case that garnered attention was in May, when two crypto traders were arrested in connection with the kidnapping and torture of a man in his New York City apartment. They pleaded not guilty in June.\n\nThese attacks have also occurred worldwide. According to an NBC News analysis, 44 different countries have experienced attacks on crypto holders.\n\nMinyvonne Burke is a senior breaking news reporter for NBC News.\n\nBruna Horvath contributed.", - "chars": 5736, - "sha256": "4477b1108d8795e7646334a7aab919e705370c5f43144f1e17968fa75dca1e0e", + "text": "Texas brothers charged after allegedly holding Minnesota family hostage, stealing $8M in crypto\n\nIE 11 is not supported. For an optimal experience visit our site on another browser.\n\nSept. 26, 2025, 12:20 PM EDT / Updated Sept. 26, 2025, 2:19 PM EDT\n\nTwo Texas brothers were arrested and charged after allegedly kidnapping a Minnesota family last week, holding them hostage at gunpoint for hours and stealing $8 million in cryptocurrency, federal prosecutors said on Thursday.\n\nRaymond Christian Garcia, 23, and Isiah Angelo Garcia, 24, were charged with federal kidnapping after allegedly holding a husband, wife, and their adult son hostage in their Grant, Minnesota, home on Sept. 19, according to a U.S. Attorney’s Office for the District of Minnesota press release. They also face state charges of kidnapping with a firearm, aggravated robbery, and first-degree burglary.\n\nAn attorney representing Isiah Garcia for the preliminary matters in Texas deferred comments to the attorney who will represent him in Minnesota. He does not yet have an attorney in Minnesota.\n\nA lawyer for Raymond Garcia did not immediately respond to a request for comment on Friday.\n\nProsecutors allege that the suspects, armed with an AR-15-style rifle and a shotgun, approached the husband as he was taking out the garbage. The brothers took the victim into the garage, where they bound his hands with zip ties, according to criminal complaints for both brothers.\n\nThe suspects then brought the husband into the house and woke up the wife and son at gunpoint, the complaint says. The wife and son were zip-tied and told to lie on the floor, according to the complaint.\n\nProsecutors said that while Raymond Garcia, armed with the rifle, held the wife and son at gunpoint, Isiah Garcia forced the husband to log into his cryptocurrency accounts. The U.S. Attorney’s Office said in a press release that the suspect demanded the husband \"transfer large amounts of cryptocurrency into a cryptocurrency wallet that Isiah Garcia provided.\"\n\nThe husband, according to prosecutors, said he saw the brothers making phone calls to a third party \"who appeared to be providing the information related to the cryptocurrency accounts and transfers,\" the release states.\n\nThe criminal complaints do not say if the third party has been arrested in the case. The U.S. Attorney’s Office said in a Friday statement that \"beyond our already-public statements, we aren’t able to comment on the ongoing investigation.\"\n\nThrough this third party, the brothers allegedly became aware that the victim had additional cryptocurrency funds and demanded the money, prosecutors said. The victim told the brothers that the funds were stored in a hard drive-style cryptocurrency wallet at the family’s cabin, located about three hours away in Grand Rapids, Minnesota, according to prosecutors.\n\nThe complaints allege that Isiah Garcia, armed with the shotgun, forced the husband into the husband’s truck and drove to the cabin. He then allegedly made the husband transfer the cryptocurrency funds into a wallet provided by the suspect, according to the complaints.\n\nWhile this was happening, prosecutors allege that Raymond Garcia was still holding the wife and son hostage in the home. According to the complaints, Raymond Garcia briefly left the home and headed toward a tree line. Prosecutors said the son used this time to call 911.\n\nWhen Raymond Garcia returned to the family's home, he did not have the rifle, according to the complaints.\n\nAs deputies approached the home, Raymond Garcia allegedly fled, according to the complaints.\n\nAround the same time, prosecutors allege that Isaiah Garcia was approaching the family's home, but turned the truck around when he saw the law enforcement response. The complaints allege that he parked the vehicle and walked toward a nearby middle school while ditching the shotgun. The shotgun was recovered in a field, prosecutors said.\n\nDue to police activity in the area, a local homecoming football game was canceled, according to the press release.\n\nThe brothers were eventually traced back to Texas by a Wendy’s receipt found in a suitcase that allegedly belonged to them, prosecutors said. A disassembled AR-15 style rifle, ammunition, clothing, and beverages were also found in the suitcase, according to the complaints.\n\n\"A violent kidnapping that stole $8 million and silenced a homecoming game is not just a crime,” Acting U.S. Attorney Joseph H. Thompson said in a statement about the case. \"This is not normal. Minnesotans should not accept wild violence and thievery as normal. Every Minnesotan deserves to live in peace and a life unaffected by rampant crime.\"\n\nProsecutors said in the press release that after the brothers were arrested, Isiah Garcia \"confessed\" that he and his brother drove to Minnesota, held the family at gunpoint, and forced the husband to go to the cabin.\n\nAccording to an NBC News analysis, crypto-related abductions have increased every year since 2019. NBC News identified 17 instances of cryptocurrency-related kidnappings in 2024, the highest reported number in the last decade.\n\n2025 is on track to have potentially twice as many physical attacks on crypto holders as the next highest year on record, according to Chainalysis, a blockchain analytics firm.\n\nOne case that garnered attention was in May, when two crypto traders were arrested in connection with the kidnapping and torture of a man in his New York City apartment. They pleaded not guilty in June.\n\nThese attacks have also occurred worldwide. According to an NBC News analysis, 44 different countries have experienced attacks on crypto holders.\n\nMinyvonne Burke is a senior breaking news reporter for NBC News.", + "chars": 5708, + "sha256": "c36fa7f639d50ddfe93b8f767ee4c0052e9b2ace2849081e0dae5b54244e5812", "staged_file": "01_nbcnews-com.txt", - "paragraphs_kept": "ALL 28 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-26 of 28", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:46:16+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-26 plus headline [0]; dropped 0 leading and 1 trailing paragraphs. Case-term hits on page: 19.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_2", - "verdict": "DEAD", + "verdict": "KEEP", "url": "https://www.cbsnews.com/minnesota/news/indictment-brothers-minnesota-family-millions-dollars-cryptocurrency/", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "cbsnews.com", + "language": "unknown", + "text": "Texas brothers accused of stealing $8M in crypto from Twin Cities area family they allegedly kidnapped - CBS Minnesota\n\nOne day after charges were filed at the state level against two brothers from Texas who are accused of kidnapping and robbing a Minnesota family, federal officials announced their own charges against the duo.\n\nActing U.S. Attorney Joseph Thompson announced the new charges Thursday. He says 23-year-old Raymond Christian Garcia and 24-year-old Isiah Angelo Garcia each face a charge of kidnapping for an incident last Friday in Grant, Minnesota, where a total of $8 million in cryptocurrency was stolen.\n\nThe ordeal lasted about nine hours, starting shortly before 8 a.m. Friday, when the victim was ambushed by the brothers while taking the garbage out. Documents say they were each holding a gun at that time.\n\nDuring the kidnapping, court documents allege one of the victims was forced to log into his cryptocurrency account at gunpoint by Isiah Garcia and transferred $36,000 to an unknown account. At the same time, federal court documents say the brother was on the phone with someone who alerted him to another account.\n\nThat's when the complaint says that the same victim was forced to drive to the family's cabin with Isiah Garcia, where another hard drive-style wallet was located. The victim was again forced to log in and transfer additional funds to an unknown account.\n\nWhile the victim drove to and from the cabin with Isiah Garcia, Raymond Garcia stayed behind with the two other family members. He allegedly held them hostage, zip-tied and lying on the floor, with an AR-15-style rifle. That was after the brothers woke them up at gunpoint.\n\nAuthorities say both of the brothers are expected to make their initial appearances in federal court on Thursday. Meanwhile, at the state level, each brother is charged with three counts of using a firearm to kidnap a person, three counts of first-degree assault during a burglary with a firearm and one count of first-degree robbery using a firearm.\n\nOnce he was arrested, federal authorities say Isiah Garcia confessed to driving from Texas to Minnesota with his brother, holding the family hostage at gunpoint and forcing the victim to drive them to a cabin. During a search of their home, authorities say phones, computers, gags, clothing and gun cases were found, but no cryptocurrency.\n\nFBI Special Agent in Charge Alvin Winston Sr. called the incident \"brazen,\" adding his office will work with other law enforcement partners in the state, in Texas and at the federal level.\n\nActivity from law enforcement agencies searching for the brothers last week caused Mahtomedi High School to cancel its homecoming football game. Bloomington's Kennedy High School on Monday forfeited its scheduled game against Mahtomedi.\n\n\"A violent kidnapping that stole $8 million and silenced a homecoming game is not just a crime. It is a blow to the sense of safety of everyone in Minnesota. This is not normal. Minnesotans should not accept wild violence and thievery as normal. Every Minnesotan deserves to live in peace and a life unaffected by rampant crime,\" said Thompson.\n\nNote: The above video aired on Sept. 24, 2025.", + "chars": 3192, + "sha256": "0645fb498c888e356fc2500582b363b67c6b400132b2a58317c252ef51957dc1", + "staged_file": "02_cbsnews-com-wayback.txt", + "paragraphs_kept": "headline [0] + 1-12 of 22", + "method": "Wayback Machine snapshot 20251208083626, deterministic extraction", + "fetched_at": "2026-09-05T13:27:06+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20251208083626/https://www.cbsnews.com/minnesota/news/indictment-brothers-minnesota-family-millions-dollars-cryptocurrency/", + "snapshot": "20251208083626", + "note": "live URL was DEAD on the first pass; text comes from an archived copy dated 2025-12-08", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-12 plus headline [0]; dropped 0 leading and 9 trailing paragraphs. Case-term hits on page: 15.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_3", - "verdict": "DEAD", + "verdict": "KEEP", "url": "https://www.cbsnews.com/minnesota/news/receipt-rented-vehicle-texas-brothers-charged-kidnapping-robbery/", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "cbsnews.com", + "language": "unknown", + "text": "Wendy's receipt, vehicle rental tie Texas brothers to east suburb kidnapping, robbery - CBS Minnesota\n\nTwo Texas brothers have each been charged with seven felonies for an incident in an eastern Twin Cities suburb that prompted law enforcement activity near Mahtomedi High School late last week.\n\nCharges filed Wednesday show the men, ages 24 and 23, each face three counts of using a firearm to kidnap a person, three counts of first-degree assault during a burglary with a firearm and one count of first-degree robbery using a firearm.\n\nAccording to the complaints, a man called 911 around 4:45 p.m. on Friday, saying he and his family had been kidnapped and were being held at gunpoint in their Grant, Minnesota, home. There, the caller's father was forced at gunpoint to transfer at least $36,000 to an unknown cyberwallet from his accounts.\n\nThe caller's father was then forced to drive to a family cabin about three hours away from their home, where another crypto wallet was kept. There, he was forced to transfer at least another $36,000 to an unknown account, the complaint states.\n\nThe father later told investigators he believed some of his account information had been leaked during a data breach.\n\nCharging documents say police searched an area around the home and found a suitcase in a tree line. Inside, the complaint says an AR-15 style rifle, as well as clothing, liquid bottles and cans plus a receipt for a Wendy's restaurant, were found. That receipt helped track down the vehicle used at the time of purchase, leading investigators to discover it had been rented near Houston, Texas, on Sept. 16.\n\nSecurity footage showed the same vehicle parked outside a home in Waller, Texas, where the man who rented the car lives with his brother. That same car was found parked at a motel in Roseville, Minnesota, where rooms were rented on Sept. 17 for multiple days.\n\nAccording to the charges, the two suspects ran up to one of the victims around 7:45 a.m. on Sept. 19 as he brought a garbage can out to the street. He said both men were dressed in dark clothing, had masks on and were armed — one with a shotgun and another with an AR-15 style rifle. He was brought back to the garage, where he was tied up.\n\nThen, the men entered the home and woke the other victims up and bound them, before one of the suspects held them at gunpoint in a bedroom for nine hours. That room's door was tied shut with a wire, which had to be cut before they were freed later in the day.\n\nDuring this time, the man who was tied up in the garage was forced to log into his cryptocurrency accounts and transfer money before driving to the cabin to transfer more funds. The 911 call was placed as the victim and suspect arrived back at the home, and the complaint says police passed the vehicle they were traveling in. The suspect, who was driving the vehicle, turned it around and parked it before running off and leaving his gun in a nearby field.\n\nMeanwhile, the suspect who was inside the home left about 10 minutes before squads arrived at the scene and is caught on camera running out a back door to a nearby hiking trail.\n\nOne of the brothers is seen driving up to the hotel they were staying at shortly after. The vehicle was tracked through GPS data, and investigators say it traveled to and from Minnesota and Texas between Sept. 16-20, and that it was near the victim's home and near the Roseville motel.\n\nThe vehicle was stopped on Sept. 20 in Oklahoma, the charges say, and one of the brothers said his AR-15 had been reported as stolen on Sept. 22. The serial number on the gun's box, found during a search of his home, matched the one found in Minnesota. The other gun used during the incident is registered to the same brother, according to the complaint.\n\nThe documents say both men are in custody on a 48-hour hold in Texas. The complaints filed for each man ask that they be brought back to Minnesota for a court appearance.\n\nActivity from law enforcement agencies searching for the brothers last week caused Mahtomedi High School to cancel its homecoming football game. Bloomington's Kennedy High School on Monday forfeited its scheduled game against Mahtomedi.", + "chars": 4172, + "sha256": "8f3dabadc8d9594b066a5a9f0366efe1ba839f9917b9d386d6017ecffa29d002", + "staged_file": "03_cbsnews-com-wayback.txt", + "paragraphs_kept": "headline [0] + 1-15 of 25", + "method": "Wayback Machine snapshot 20251206155922, deterministic extraction", + "fetched_at": "2026-09-05T13:27:11+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20251206155922/https://www.cbsnews.com/minnesota/news/receipt-rented-vehicle-texas-brothers-charged-kidnapping-robbery/", + "snapshot": "20251206155922", + "note": "live URL was DEAD on the first pass; text comes from an archived copy dated 2025-12-06", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-15 plus headline [0]; dropped 0 leading and 9 trailing paragraphs. Case-term hits on page: 29.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "254": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.dlnews.com/articles/regulation/violent-btc-theft-in-israel-linked-to-organised-crime/", "source": "dlnews.com", "language": "unknown", - "text": "Violent $650,000 Bitcoin theft in Israel linked to organised crime: report - DL News\n\nThis article is more than nine months old\n\nViolent $650,000 Bitcoin theft in Israel linked to organised crime: report\n\nPhysical assaults on crypto investors have surged in 2025. Credit: Shutterstock / Pla2na\n\nHomeRegulationViolent $650,000 Bitcoin theft in Israel linked to organised crime: report\n\nA Tel Aviv man allegedly beat and stabbed a crypto holder to steal $650,000 in Bitcoin and other assets.\n\nThe loot was laundered through centralised crypto exchanges HTX and Kyrrex, prosecutors say.\n\nIt is one of Israel’s most violent crypto heists yet.\n\nAn Israeli man has been charged on Wednesday with carrying out a violent crypto robbery in the Israeli city of Herzliya.\n\nProsecutors in Tel Aviv have filed an indictment against Murad Mahajneh, 46, alleging that he and two unidentified accomplices broke into an apartment last month and assaulted its resident.\n\nThe group stole roughly $650,000 worth of Bitcoin and Tether, along with a Rolex watch and cash, according to reporting from Israeli news outlet Ynet.\n\n“Such incidents remain rare in Israel, compared to countries like the United States and France, which consistently lead the global chart of crypto-related physical attacks,” Eyal Gruper, co-founder and CEO of Israel-based Bitcoin recovery company RITREK, told DL News.\n\nGruper said the attack in Herzliya was the second documented physical attack on crypto holders in Israel.\n\nPhysical assaults on crypto investors have surged in 2025, with a potential annual record if the trend continues.\n\nBitcoin developer Jameson Lopp released a tracker of physical attacks against crypto holders, which shows how, over time, the attack vector has shifted from digital to physical, with victims ranging from small traders to high-profile entrepreneurs. Many incidents involve fake police, honey traps, or “wrench attacks” — a term for crimes where criminals threaten victims with physical harm to extract wallet keys.\n\nIn one case in May, three Florida teenagers allegedly ambushed a crypto event attendee in Las Vegas, forced him into their vehicle at gunpoint, drove him more than 70 miles into the Arizona desert, and coerced him to hand over passwords and access to crypto wallets — reportedly stealing $4 million in cryptocurrencies and NFTs — before abandoning him to walk miles to safety.\n\nSeveral incidents occurred in France this year. In June, five people were charged over a crypto ransom abduction on New Year’s Eve, where the victim was beaten, doused in petrol, and locked in a car trunk.\n\nMahajneh’s indictment, cited by Ynet, details how the attackers waited for the victim outside his home last month, forced their way inside, and tied him up.\n\n“We came to take the money, we’re from the Karaja family,” Mahajneh allegedly declared, apparently invoking the name of a known criminal network to intimidate the victim.\n\nThe assailants demanded access to the man’s Bitcoin wallet, beat and stabbed him in the legs, and threatened to harm his family if he refused to cooperate, according to the indictment.\n\nUnder duress, the victim revealed the password to his Exodus crypto wallet, allowing the attackers to transfer nearly 5 Bitcoin, worth about $610,000 in today’s price, and over 42,000 USDT into wallets they controlled.\n\nThe group also stole a Rolex watch worth around $50,000, a laptop, and a Trezor hardware wallet, along with 5,000 in euros and several thousand Israeli shekels in cash, according to the indictment. The stolen crypto was later routed through multiple wallets and centralised crypto exchanges, including HTX and Kyrrex, in an apparent attempt to obscure its origins.\n\nHTX did not immediately respond to DL News’ request for comments.\n\nKyrrex told DL News it “has not received any official requests or inquiries from Israeli authorities regarding the incident in question. As such, we are not in a position to comment on unverified information.”\n\nThe company representative said Kyrrex “maintains a strong commitment to regulatory compliance and actively cooperates with law enforcement and financial intelligence units in multiple jurisdictions whenever official requests are made.”\n\nTwo days after the assault, Mahajneh allegedly phoned the victim again, demanding their private keys and warning that he would find his family if he contacted police: “We’re not leaving you,” he reportedly said.\n\nThe State Prosecutor’s Office has charged Mahajneh with aggravated robbery, extortion, burglary, obstruction of justice, and making threats. His alleged accomplices remain at large.\n\nUpdate, 8 October: Comments from Kyrrex have been added.\n\nEkin Genç is DL News’ Editor-in-Chief. Got a tip? Email at ekin@dlnews.com.\n\nArkham links $3.5bn Bitcoin theft to quiet exit of Chinese mining giant Lubian\n\nHackers are reviving hordes of ‘zombie’ DeFi apps to steal crypto\n\nCoinDCX hacker routes $46m into Ethereum after Lazarus-style attack\n\nHow North Korean hackers stole a record $2bn in crypto — and the year’s not over\n\nHuge malware attack targeting crypto exposes DeFi’s Achilles heel\n\nVenus Protocol votes to liquidate attacker who stole $13m from victim\n\nDeFi protocols promise not to prosecute white hat hackers in bid to secure $20bn", - "chars": 5262, - "sha256": "d4c4eb8e899422740d7024ee977e5baec9d97930e2a7650388262cb729d6a930", + "text": "Violent $650,000 Bitcoin theft in Israel linked to organised crime: report - DL News\n\nA Tel Aviv man allegedly beat and stabbed a crypto holder to steal $650,000 in Bitcoin and other assets.\n\nThe loot was laundered through centralised crypto exchanges HTX and Kyrrex, prosecutors say.\n\nIt is one of Israel’s most violent crypto heists yet.\n\nAn Israeli man has been charged on Wednesday with carrying out a violent crypto robbery in the Israeli city of Herzliya.\n\nProsecutors in Tel Aviv have filed an indictment against Murad Mahajneh, 46, alleging that he and two unidentified accomplices broke into an apartment last month and assaulted its resident.\n\nThe group stole roughly $650,000 worth of Bitcoin and Tether, along with a Rolex watch and cash, according to reporting from Israeli news outlet Ynet.\n\n“Such incidents remain rare in Israel, compared to countries like the United States and France, which consistently lead the global chart of crypto-related physical attacks,” Eyal Gruper, co-founder and CEO of Israel-based Bitcoin recovery company RITREK, told DL News.\n\nGruper said the attack in Herzliya was the second documented physical attack on crypto holders in Israel.\n\nPhysical assaults on crypto investors have surged in 2025, with a potential annual record if the trend continues.\n\nBitcoin developer Jameson Lopp released a tracker of physical attacks against crypto holders, which shows how, over time, the attack vector has shifted from digital to physical, with victims ranging from small traders to high-profile entrepreneurs. Many incidents involve fake police, honey traps, or “wrench attacks” — a term for crimes where criminals threaten victims with physical harm to extract wallet keys.\n\nIn one case in May, three Florida teenagers allegedly ambushed a crypto event attendee in Las Vegas, forced him into their vehicle at gunpoint, drove him more than 70 miles into the Arizona desert, and coerced him to hand over passwords and access to crypto wallets — reportedly stealing $4 million in cryptocurrencies and NFTs — before abandoning him to walk miles to safety.\n\nSeveral incidents occurred in France this year. In June, five people were charged over a crypto ransom abduction on New Year’s Eve, where the victim was beaten, doused in petrol, and locked in a car trunk.\n\nMahajneh’s indictment, cited by Ynet, details how the attackers waited for the victim outside his home last month, forced their way inside, and tied him up.\n\n“We came to take the money, we’re from the Karaja family,” Mahajneh allegedly declared, apparently invoking the name of a known criminal network to intimidate the victim.\n\nThe assailants demanded access to the man’s Bitcoin wallet, beat and stabbed him in the legs, and threatened to harm his family if he refused to cooperate, according to the indictment.\n\nUnder duress, the victim revealed the password to his Exodus crypto wallet, allowing the attackers to transfer nearly 5 Bitcoin, worth about $610,000 in today’s price, and over 42,000 USDT into wallets they controlled.\n\nThe group also stole a Rolex watch worth around $50,000, a laptop, and a Trezor hardware wallet, along with 5,000 in euros and several thousand Israeli shekels in cash, according to the indictment. The stolen crypto was later routed through multiple wallets and centralised crypto exchanges, including HTX and Kyrrex, in an apparent attempt to obscure its origins.\n\nHTX did not immediately respond to DL News’ request for comments.\n\nKyrrex told DL News it “has not received any official requests or inquiries from Israeli authorities regarding the incident in question. As such, we are not in a position to comment on unverified information.”\n\nThe company representative said Kyrrex “maintains a strong commitment to regulatory compliance and actively cooperates with law enforcement and financial intelligence units in multiple jurisdictions whenever official requests are made.”\n\nTwo days after the assault, Mahajneh allegedly phoned the victim again, demanding their private keys and warning that he would find his family if he contacted police: “We’re not leaving you,” he reportedly said.\n\nThe State Prosecutor’s Office has charged Mahajneh with aggravated robbery, extortion, burglary, obstruction of justice, and making threats. His alleged accomplices remain at large.\n\nUpdate, 8 October: Comments from Kyrrex have been added.\n\nEkin Genç is DL News’ Editor-in-Chief. Got a tip? Email at ekin@dlnews.com.", + "chars": 4445, + "sha256": "b622045a508ed84fe3a4023397b7430404592b2fc13dc7e4d424f262d4830877", "staged_file": "01_dlnews-com.txt", - "paragraphs_kept": "ALL 36 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 5-28 of 36", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:46:23+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 5-28 plus headline [0]; dropped 4 leading and 7 trailing paragraphs. Case-term hits on page: 19.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "253": [ @@ -5079,205 +6065,322 @@ "verdict": "BLOCKED", "url": "https://www.cambridgetoday.ca/police-beat/police-investigate-robbery-and-abduction-in-cambridge-11176114", "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such", + "archive_tried": "2026-09-05T13:27:17+00:00", + "archive_note": "no Wayback Machine snapshot exists for this URL" } ], "252": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://news.bitcoin.com/french-elite-police-free-kidnapped-swiss-man-held-for-cryptocurrency-ransom/", "source": "news.bitcoin.com", "language": "unknown", - "text": "French Elite Police Free Kidnapped Swiss Man Held for Cryptocurrency Ransom\n\nA French elite police unit recently rescued a young Swiss national who had been kidnapped for a cryptocurrency ransom in Valence on August 31.\n\nFrench Elite Unit Rescues Crypto Hostage, 7 Arrested\n\nThe French’s elite police unit, Ground Forces of National Security (GIGN), recently rescued a young Swiss national held hostage for a cryptocurrency ransom. The successful raid, conducted in the city of Valence, led to the liberation of the victim and the arrest of seven suspects who are now facing kidnapping charges.\n\nAccording to a report, the operation, which took place on Aug. 31, unfolded after the GIGN unit supported by officers from the Grenoble research section. The victim had been kidnapped in Valence and held for several days. Law enforcement acted after receiving a tip-off on Aug. 30 that the kidnappers were demanding a ransom in cryptocurrency. The young man was found tied up in a house near the Valence-TGV station.\n\nThe Lyon prosecutor’s office confirmed the details, stating that the investigation involved close to 150 members of the national gendarmerie’s judicial police and GIGN. This large-scale effort led to the swift identification and arrest of suspects.\n\nA prosecutor’s office statement detailed the operation, which was authorized by the Lyon Inter-Regional Specialized Jurisdiction (JIRS). The raid led to the arrest of the primary suspect and two other individuals, with four additional suspects arrested as investigators located the victim.\n\nThe seven individuals were brought before an investigating judge to face charges that include kidnapping and arbitrary detention of a hostage to obtain a ransom. They also extortion by an organized gang with a weapon and participation in a criminal conspiracy.\n\nThis latest kidnap attempt continues a troubling trend of kidnappings and extortion attempts targeting individuals in the cryptocurrency world that rocked France at the start of the year. In response to a string of violent incidents—which have included the kidnapping of Ledger co-founder David Balland and an attempted abduction of the Paymium CEO’s family—the French government took proactive steps to protect crypto entrepreneurs.\n\nThese include providing crypto professionals with priority access to police emergency lines as well as offering home security assessments and safety briefings by law enforcement. The government also implemented specialized training for officers focused on anti-money laundering and tackling crypto-related crime.\n\nBitcoin Price Rally Collapse Wipes Out $295M in Long Positions\n\nBitcoin Price Plunges From $82K as $78,000 Becomes the Line\n\nXRP Branding Hits Florida Field in Reported $5M Annual Ripple Deal\n\nStrategy: Bitcoin Would Have to Fall 83% for STRC to Hit 1x BTC Rating\n\nTrezor Data Leak Spirals as 67,000 More US Buyers Get Exposed\n\nBitfinex Flags Bullish Bitcoin Price Signal on Weekly Super Trend Chart\n\nThe New RWA Meme Coin Meta Has TradFi CEOs Furious\n\nRobinhood Tops Binance bStocks With 862,800 Holders in 2 Months\n\nAMC CEO Demands Robinhood Halt Token Trading as Feud Erupts\n\nKalshi's SCOTUS Pregame: Wait for the CFTC to Rewrite the Rules\n\nAre Memecoins Killing Crypto’s Next Bull Run?\n\nBitcoin Miners Are Pivoting to AI. What Happens to Bitcoin Mining?\n\nDigital Sovereignty and the Global Race for Stablecoin Regulation\n\nIs the Crypto Bull Run in Trouble? Fed Risk, Bitcoin & Saylor’s 840K BTC\n\nWhy Korea Blockchain Week 2026 Is Betting Big on Institutions\n\nFrench Couple Moves to Sell Home After 3 Crypto-Linked Invasions\n\nReport: Crypto Holders Lose $30M as Wrench Attacks Spiral Worldwide\n\nKucoin Locks In Exclusive Crypto Deal With UAE Team Emirates for Tour de France\n\nArmed Men Steal $820K in Crypto From French Family in Ploudalmezeau Home Invasion\n\nFrance Arrests Six in Crypto Ransom Kidnapping of Magistrate, Mother\n\nFrench Fintech Lyzi Brings Crypto Payments to Porsche, Lamborghini Dealerships", - "chars": 3976, - "sha256": "d24d796e9808dd5ee88d47b3846cc84298a23584b89eb96c86f38f8d55232a47", + "text": "French Elite Police Free Kidnapped Swiss Man Held for Cryptocurrency Ransom\n\nA French elite police unit recently rescued a young Swiss national who had been kidnapped for a cryptocurrency ransom in Valence on August 31.\n\nFrench Elite Unit Rescues Crypto Hostage, 7 Arrested\n\nThe French’s elite police unit, Ground Forces of National Security (GIGN), recently rescued a young Swiss national held hostage for a cryptocurrency ransom. The successful raid, conducted in the city of Valence, led to the liberation of the victim and the arrest of seven suspects who are now facing kidnapping charges.\n\nAccording to a report, the operation, which took place on Aug. 31, unfolded after the GIGN unit supported by officers from the Grenoble research section. The victim had been kidnapped in Valence and held for several days. Law enforcement acted after receiving a tip-off on Aug. 30 that the kidnappers were demanding a ransom in cryptocurrency. The young man was found tied up in a house near the Valence-TGV station.\n\nThe Lyon prosecutor’s office confirmed the details, stating that the investigation involved close to 150 members of the national gendarmerie’s judicial police and GIGN. This large-scale effort led to the swift identification and arrest of suspects.\n\nA prosecutor’s office statement detailed the operation, which was authorized by the Lyon Inter-Regional Specialized Jurisdiction (JIRS). The raid led to the arrest of the primary suspect and two other individuals, with four additional suspects arrested as investigators located the victim.\n\nThe seven individuals were brought before an investigating judge to face charges that include kidnapping and arbitrary detention of a hostage to obtain a ransom. They also extortion by an organized gang with a weapon and participation in a criminal conspiracy.\n\nThis latest kidnap attempt continues a troubling trend of kidnappings and extortion attempts targeting individuals in the cryptocurrency world that rocked France at the start of the year. In response to a string of violent incidents—which have included the kidnapping of Ledger co-founder David Balland and an attempted abduction of the Paymium CEO’s family—the French government took proactive steps to protect crypto entrepreneurs.", + "chars": 2250, + "sha256": "949a31a300bca7e1b769fe01355513acb170b4bf797a4a277ac1907ccecc1316", "staged_file": "01_news-bitcoin-com.txt", - "paragraphs_kept": "ALL 31 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-8 of 31", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:46:30+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-8 plus headline [0]; dropped 0 leading and 22 trailing paragraphs. Case-term hits on page: 11.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "249": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.newswire.lk/2025/08/25/chinese-group-kidnap-rob-fellow-businessman-in-colombo/", "source": "newswire.lk", "language": "unknown", - "text": "Chinese group kidnap & rob fellow businessman in Colombo - Newswire\n\nChinese group kidnap & rob fellow businessman in Colombo\n\nA group of Chinese nationals residing in Sri Lanka have allegedly abducted a fellow Chinese businessman and robbed him of approximately USD 60,000.\n\nAccording to the Police, the victim, who operates a store on R.A. De Mel Mawatha in Colpetty, was abducted around 9:00 pm last Friday (22).\n\nHe was reportedly taken away in a vehicle and held captive in a building for about a day.\n\nDuring his confinement, the suspects allegedly carried out the robbery by transferring the money online.\n\nThe Police said the suspects had later abandoned him on a roadside on Saturday afternoon (23).\n\nThe victim is reported to have received treatment at a private hospital in Narahenpita for injuries sustained during the abduction.\n\nThe Police said he had filed an official complaint with the Colpetty Police last evening. Investigations are underway into the incident. (Newswire)\n\n© 2026 Wire Digital. All Rights Reserved.", - "chars": 1033, - "sha256": "9a96d17fdd37ebd1aa8139d91a52378b9473a2b55528ec0232ebcd5548ca6d98", + "text": "Chinese group kidnap & rob fellow businessman in Colombo - Newswire\n\nA group of Chinese nationals residing in Sri Lanka have allegedly abducted a fellow Chinese businessman and robbed him of approximately USD 60,000.\n\nAccording to the Police, the victim, who operates a store on R.A. De Mel Mawatha in Colpetty, was abducted around 9:00 pm last Friday (22).\n\nHe was reportedly taken away in a vehicle and held captive in a building for about a day.\n\nDuring his confinement, the suspects allegedly carried out the robbery by transferring the money online.\n\nThe Police said the suspects had later abandoned him on a roadside on Saturday afternoon (23).\n\nThe victim is reported to have received treatment at a private hospital in Narahenpita for injuries sustained during the abduction.\n\nThe Police said he had filed an official complaint with the Colpetty Police last evening. Investigations are underway into the incident. (Newswire)", + "chars": 932, + "sha256": "1fdee805a843b2261d1043b53d26ffb48ad466724b05df22cc5d7d0483ad6be7", "staged_file": "01_newswire-lk.txt", - "paragraphs_kept": "ALL 10 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-8 of 10", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:46:34+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-8 plus headline [0]; dropped 1 leading and 1 trailing paragraphs. Case-term hits on page: 11.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "248": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "OFF-CASE", "url": "https://www.leparisien.fr/faits-divers/cryptomonnaie-une-femme-agressee-chez-elle-a-suresnes-sous-les-yeux-de-ses-enfants-08-07-2025-KHKBWPK4WZHGTAOKINZ3WJZDLU.php", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "Le Parisien", + "archive_url": "http://web.archive.org/web/20250905152336/https://www.leparisien.fr/faits-divers/cryptomonnaie-une-femme-agressee-chez-elle-a-suresnes-sous-les-yeux-de-ses-enfants-08-07-2025-KHKBWPK4WZHGTAOKINZ3WJZDLU.php", + "snapshot": "20250905152336", + "note": "describes the 7 July 2025 Suresnes (France) assault, which is case 242; not the Oslo incident. Found on 2026-09-05 review. Move this URL to 242." + }, + { + "field": "extra_1", + "verdict": "KEEP", + "url": "https://www.document.no/2025/08/09/svensk-ransgjeng-slo-til-hos-familie-i-oslo-smabarn-teipet-fast-mor-truet-med-skudd-i-hodet/", + "source": "Document.no", + "language": "no", + "text": "«Svensk» ransgjeng slo til hos familie i Oslo: Småbarn teipet fast, mor truet med skudd i hodet\n\nEn småbarnsfamilie i Haugerudhagan ble natt til onsdag utsatt for et planlagt og brutalt hjemmeran. Fire maskerte menn fra Sverige, forkledd som matbud, tok seg inn, bandt hele familien – inkludert tre barn – med gaffatape og truet med å skyte moren dersom de ikke fikk tilgang til familiens kryptoverdier.\n\nNatt til onsdag ble en familie med små barn på Haugerud i Oslo utsatt for et ekstremt brutalt hjemmeran. Ifølge Documents opplysninger ble ranerne – en gruppe unge menn fra Sverige – sluppet inn i huset etter å ha utgitt seg for å være matbud fra Foodora.\n\nInne i boligen ventet en natt som kommer til å prege familien resten av livet.\n\nRanerne ringte på døren sent på kvelden. Med uniformerte klær og poser fra matleveringstjenesten fremsto de som troverdige. Men idet døren ble åpnet, ble familien overmannet. Foreldrene – i 40-årene – og deres tre barn på 4, 8 og 12 år ble tvunget ned og bundet med gaffatape.\n\nIfølge kilder med nær kjennskap til saken ble moren truet på livet foran barna. Ranerne krevde at familien skulle overføre kryptovaluta – og ga klar beskjed om at moren ville bli skutt dersom de ikke fikk det de var ute etter.\n\nBestilt av noen nære?\n\nKilder forteller til Document at politiet mistenker at ranet kan være bestilt av personer med nære bånd til familien. Ranerne visste hvordan familien levde, hvilke rutiner de hadde – og at det fantes kryptoverdier i huset.\n\n– Dette bærer preg av sjalusi eller konflikt fra folk i nær krets, sier en kilde med nær kjennskap til saken.\n\nFamilien er av iransk opprinnelse og er ressurssterke. Det er ikke ukjent for Document med å bestille kriminelle handlinger mot andre familier med hevn og sjalusimotiv.\n\nRanerne beskrives som fire menn mellom 18 og 22 år, bosatt i Sverige og med innvandrerbakgrunn. Ifølge kilden er det snakk om en kjent type mobile vinningskriminelle som kan bevege seg raskt over landegrenser.\n\n– De er allerede tilbake i Sverige. Politiet har liten sjanse til å få tak i dem nå, sier kilden.\n\nEn nabo oppdaget situasjonen ved en tilfeldighet over en time etter at ranet hadde funnet sted. Politiet rykket ut med store ressurser – krimteknikere, mannskaper fra krimvakta, drone og helikopter – men da var ranerne for lengst borte.\n\nIfølge kilden ankom politiet først ved halv to-tiden.\n\n– Dette er profesjonelle. Skal du ta dem, må du ta dem i gjerningsøyeblikket, sier han.\n\nDet yngste barnet, bare fire år gammelt, skal være sterkt preget av hendelsen.\n\nHele ranet skal være fanget opp på video. Men det hjelper lite i møte med maskerte profesjonelle ranere.\n\nPolitiet ønsker ikke å gi ytterligere kommentarer, og viser til at saken er under etterforskning. Men for familien er det lite tegn til at saken vil ende med noe annet enn henleggelse.\n\nDet som skjedde på Haugerud natt til onsdag føyer seg inn i rekken av grove og målrettede hjemmeran utført av mobile gjenger – der profesjonell planlegging, grenseflukt og taushet fra ofrene gjør jobben nær umulig for politiet.", + "chars": 3067, + "sha256": "1bac1bd44a89984f4fec4af51dcba34b9b015aef7eb2b38ea50910c55f05c616", + "staged_file": "02_document-no.txt", + "paragraphs_kept": "headline [0] + 1-18 of 43", + "method": "raw HTTP retrieval, deterministic extraction", + "fetched_at": "2026-09-05T14:13:30+00:00", + "http": 200, + "note": "NOT on the DB record. Found 2026-09-05 by web search for the Oslo incident after the linked source proved to be case 242.", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-18 plus headline [0]; dropped 0 leading and 24 trailing paragraphs. Case-term hits on page: 13.", + "trimmed_by": "auto (propose_cuts, unreviewed)" + }, + { + "field": "extra_2", + "verdict": "KEEP", + "url": "https://www.alt.no/hjemme-ran-pa-haugerud-startet-storre-etterforskning/s/5-128-1114083", + "source": "Avisa Oslo (alt.no)", + "language": "no", + "text": "Haugerud, Politi | Hjemmeran på Haugerud: – Har startet større etterforskning\n\nHjemmet til en familie på Oslo øst skal ha vært utsatt for et ran natt til onsdag.\n\nTirsdag kveld klokken 23:53 meldte Roy Langengen, operasjonsleder i politiet, om en hendelse på Haugerud.\n\nPolitiet ville ikke gå ut med ytterligere opplysninger, utover at det ikke var noen som var blitt skadet på stedet.\n\nOnsdag formiddag får AO opplyst fra politiet at hendelsen skal være et hjemmeran hos en familie på Oslo Øst.\n\n– Politiet kom raskt til stedet og har startet en større etterforskning mot flere gjerningspersoner, sier politioverbetjent Arvid Utby.\n\nUtby legger til at det fortsatt er tidlig i etterforskningen og av hensyn til denne ønsker ikke politiet å gå ut med ytterligere opplysninger per nå.", + "chars": 783, + "sha256": "7804da054e0e9edde6c69324596d6b68004a2b494c6c1901f787f9c1fef27d46", + "staged_file": "03_alt-no.txt", + "paragraphs_kept": "headline [0] + 5-10 of 12", + "method": "raw HTTP retrieval, deterministic extraction", + "fetched_at": "2026-09-05T14:13:31+00:00", + "http": 200, + "note": "NOT on the DB record. Found 2026-09-05 by web search for the Oslo incident after the linked source proved to be case 242.", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 5-10 plus headline [0]; dropped 4 leading and 1 trailing paragraphs. Case-term hits on page: 3.", + "trimmed_by": "auto (propose_cuts, unreviewed)" + }, + { + "field": "extra_3", + "verdict": "KEEP", + "url": "https://www.nrk.no/stor-oslo/ni-siktet-etter-hjemmeran-1.17548464", + "source": "NRK", + "language": "no", + "text": "En mann i slutten av 20-årene er varetektsfengslet i fire uker, siktet for medvirkning til grovt ran.\n\nRanet skjedde med våpen hjemme hos en familie på Haugerud i Oslo, og mannen ble pågrepet tidligere denne uken, ifølge en kjennelse fra Oslo tingrett.\n\nPolitiet mener at siktede har en nær tilknytning de andre gjerningspersonene eller til\n\nderes medhjelper her i landet.\n\nHan har anket kjennelsen.\n\nTotalt ni personer er siktet i saken.\n\nPolitiet mener det er brukt stråmenn for å legge til rette for at de kan utføre ranet ved å skaffe til veie en leilighet som gjerningspersonene har brukt som skjulested.", + "chars": 609, + "sha256": "7c692bc797c5c5aaf605eb97c8501b136eec39264076836b1d0973a43f08d0f5", + "staged_file": "04_nrk-no.txt", + "paragraphs_kept": "0-6 of 9", + "method": "raw HTTP retrieval, deterministic extraction", + "fetched_at": "2026-09-05T14:13:32+00:00", + "http": 200, + "note": "NOT on the DB record. Found 2026-09-05 by web search for the Oslo incident after the linked source proved to be case 242.", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 0-6; dropped 0 leading and 2 trailing paragraphs. Case-term hits on page: 1 (WEAK anchor, confirm the page is about this case).", + "trimmed_by": "auto (propose_cuts, unreviewed)" + }, + { + "field": "extra_4", + "verdict": "KEEP", + "url": "https://www.document.no/2025/09/04/ni-personer-siktet-etter-brutalt-hjemmeran-i-oslo-familien-ble-fastbundet/", + "source": "Document.no", + "language": "no", + "text": "Ni personer siktet etter brutalt hjemmeran i Oslo – familien ble fastbundet\n\nNi personer er siktet for medvirkning til grovt ran og frihetsberøvelse etter at en familie ble overfalt og fastbundet i sitt hjem på Haugerud i Oslo i august.\n\nPolitiet bekrefter at de ser svært alvorlig på saken og at flere av de siktede har tilknytning til Sverige, skriver Avisa Oslo.\n\nHendelsen skjedde sent på kvelden 5. august. Flere personer brøt seg inn i hjemmet der det befant seg tre voksne og to mindreårige. De tre voksne ble fastbundet, en av dem ble truet med skytevåpen, og en annen ble utsatt for grov vold.\n\nDet var en nabo som varslet politiet etter å ha hørt rop om hjelp.\n\nPolitiadvokat Sonika Sharma-Sundheim i Oslo politidistrikt sier til Avisa Oslo at politiet jobber med å finne ut hvilken rolle de ni siktede hadde i ranet. To av de siktede ble nylig pågrepet i utlandet etter å ha vært internasjonalt etterlyst.\n\nPolitiet etterforsker også om ranet var et målrettet angrep.\n\nEn av de siktede, en mann i slutten av 20-årene, ble nylig varetektsfengslet i fire uker og nekter straffskyld. Ifølge fengslingskjennelsen mener politiet det er brukt «stråmenn» for å legge til rette for ranet, blant annet ved å skaffe en leilighet som fungerte som skjulested for gjerningspersonene.\n\nDet oppgis ikke etnisitet på de involverte i hendelsen.", + "chars": 1338, + "sha256": "5b95b30972a692e5332680785c88c3aa4a886cff7cd7ec2ef22717b618be0ea0", + "staged_file": "05_document-no.txt", + "paragraphs_kept": "headline [0] + 2-9 of 37", + "method": "raw HTTP retrieval, deterministic extraction", + "fetched_at": "2026-09-05T14:13:33+00:00", + "http": 200, + "note": "NOT on the DB record. Found 2026-09-05 by web search for the Oslo incident after the linked source proved to be case 242.", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-9 plus headline [0]; dropped 1 leading and 27 trailing paragraphs. Case-term hits on page: 16.", + "trimmed_by": "auto (propose_cuts, unreviewed)" + }, + { + "field": "extra_5", + "verdict": "KEEP", + "url": "https://www.ao.no/nabo-horte-rop-om-hjelp-og-fant-familien-fastbundet-na-er-ni-personer-siktet-etter-brutalt-hjemmeran/s/5-128-1133981", + "source": "Avisa Oslo", + "language": "no", + "text": "Krim, Haugerud | Nabo hørte rop om hjelp og fant familien fastbundet: Nå er ni personer siktet etter brutalt hjemmeran\n\nDe voksne i familien ble utsatt for vold og trusler med skytevåpen.", + "chars": 187, + "sha256": "f57a2070d92e3ee667f96e447389093d8bd7b38f653935add67f28a9eab407fc", + "staged_file": "06_ao-no.txt", + "paragraphs_kept": "headline [0] + 4-4 of 5", + "method": "raw HTTP retrieval, deterministic extraction", + "fetched_at": "2026-09-05T14:13:34+00:00", + "http": 200, + "note": "NOT on the DB record. Found 2026-09-05 by web search for the Oslo incident after the linked source proved to be case 242.", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 4-4 plus headline [0]; dropped 3 leading and 0 trailing paragraphs. Case-term hits on page: 1 (WEAK anchor, confirm the page is about this case).", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "247": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.leparisien.fr/faits-divers/paris-un-professionnel-de-la-cryptomonnaie-agresse-dans-un-palace-des-beaux-quartiers-06-08-2025-D632HLSIFJHZNGKHHSPP6S3CPE.php", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "leparisien.fr", + "language": "unknown", + "text": "Paris : un professionnel de la cryptomonnaie agressé dans un palace des beaux quartiers - Le Parisien\n\nNouvelle affaire criminelle autour de la crypto à Paris ? Ou une banale affaire de recouvrement ? Il est encore trop tôt pour le dire. Cinq hommes ont été interpellés dans la soirée, mardi 5 août, à Paris (VIIIe). Ils sont soupçonnés d’avoir menacé, enlevé et frappé, un client de l’hôtel Peninsula, avant de lui voler, deux millions d’euros en cryptomonnaie.\n\nIl est 19h15 dans ce prestigieux palace de l’avenue Kléber, dans le XVIe arrondissement, quand les employés préviennent la police. Ils expliquent qu’un de leurs clients a été abordé par cinq inconnus qui lui auraient dit : « Tu nous donnes 400 000 euros et c’est fini ». La victime, qui travaillerait dans le milieu de la cryptomonnaie, aurait ensuite été emmenée de force du côté de l’Arc de Triomphe et violentée.", + "chars": 879, + "sha256": "5f8a2d99a1528eb86b0af7e24a08ca1fd81b323ce15ab1c5ce1a52d0efd2030e", + "staged_file": "01_leparisien-fr-wayback.txt", + "paragraphs_kept": "headline [0] + 1-2 of 11", + "method": "Wayback Machine snapshot 20260122180126, deterministic extraction", + "fetched_at": "2026-09-05T13:27:25+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260122180126/https://www.leparisien.fr/faits-divers/paris-un-professionnel-de-la-cryptomonnaie-agresse-dans-un-palace-des-beaux-quartiers-06-08-2025-D632HLSIFJHZNGKHHSPP6S3CPE.php", + "snapshot": "20260122180126", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2026-01-22", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-2 plus headline [0]; dropped 0 leading and 8 trailing paragraphs. Case-term hits on page: 6.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "246": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://tribune.net.ph/2025/08/04/chinese-national-kidnapped-at-para%C3%B1aque-resort", "source": "tribune.net.ph", "language": "unknown", - "text": "Chinese national kidnapped at Parañaque resort | Daily Tribune\n\nPhilippine National Police (PNP) chief Nicolas Torre III on Monday confirmed a kidnapping incident in Parañaque City involving Chinese nationals.\n\nIn a press briefing, Torre said a 30-year-old Chinese national was rescued from a resort-casino in Parañaque on Aug. 2 after being abducted by four fellow Chinese nationals who had initially offered to help him send money to China.\n\nThe victim had asked the suspects to assist in remitting PHP 150,000 for his mother’s medical treatment. He had already handed over PHP 100,000 and later agreed to meet them at the resort to complete the transaction.\n\nWhile in transit, the suspects allegedly handcuffed, blindfolded, and threatened the victim with a firearm. They demanded USD 50,000 (approximately PHP 2.8 million) for his release.\n\nThe victim was able to convince the suspects to return his phone, which he used to contact another Chinese national, who then called 911.\n\nParañaque City police, in coordination with the PNP Anti-Kidnapping Group, conducted the rescue operation.\n\nUpon arrival, police found five individuals with the victim. One of them, a woman, was later identified as another victim.\n\nShe told police that she had known one of the suspects and had gone to the resort the same day to exchange money. Her cash was taken, and she was prevented from leaving.", - "chars": 1385, - "sha256": "9b291e899805b0a60cff100bf29c93013d515b232650d29adde28462e4715210", + "text": "Chinese national kidnapped at Parañaque resort | Daily Tribune\n\nThe victim had asked the suspects to assist in remitting PHP 150,000 for his mother’s medical treatment. He had already handed over PHP 100,000 and later agreed to meet them at the resort to complete the transaction.\n\nWhile in transit, the suspects allegedly handcuffed, blindfolded, and threatened the victim with a firearm. They demanded USD 50,000 (approximately PHP 2.8 million) for his release.\n\nThe victim was able to convince the suspects to return his phone, which he used to contact another Chinese national, who then called 911.\n\nParañaque City police, in coordination with the PNP Anti-Kidnapping Group, conducted the rescue operation.\n\nUpon arrival, police found five individuals with the victim. One of them, a woman, was later identified as another victim.\n\nShe told police that she had known one of the suspects and had gone to the resort the same day to exchange money. Her cash was taken, and she was prevented from leaving.", + "chars": 1005, + "sha256": "ea13d70ab5bdb292c8386ca375965ce864df776c672ba797549d35a94bfafc20", "staged_file": "01_tribune-net-ph.txt", - "paragraphs_kept": "ALL 9 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 3-8 of 9", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:46:40+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-8 plus headline [0]; dropped 2 leading and 0 trailing paragraphs. Case-term hits on page: 12.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "245": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://english.gujaratsamachar.com/news/gujarat/army-veterans-son-kidnapped-for-cryptocurrency-ransom-3-arrested-in-overnight-operation", "source": "english.gujaratsamachar.com", "language": "unknown", - "text": "Army veteran’s son kidnapped for cryptocurrency ransom, 3 arrested in overnight operation | Gujarat Samachar\n\nArmy veteran’s son kidnapped for cryptocurrency ransom, 3 arrested in overnight operation\n\nIn a swift and coordinated operation, the Ahmedabad City Crime Branch on Tuesday rescued the son of a retired Subedar Major who had been kidnapped for ransom in cryptocurrency. The victim, Prince Pandey, was found after an intensive five-hour chase, and three men have been arrested for their role in the abduction.\n\nSummarized by AI; it may make mistakes. Check important info\n\nAccording to police, Prince Pandey, a cryptocurrency trader residing near Agora Mall at S P Ring Road and the son of retired Army Subedar Major Pankaj Kumar Pandey, was lured into a trap under the guise of a business meeting. He had earlier discussed a USDT (Tether cryptocurrency) cash exchange with an acquaintance named Karan Nair, and was called to meet a customer near Bapunagar Toll Plaza around 2 am on July 15.\n\nWhen Prince arrived at the designated spot, he was forced into a black car with tinted glass with no number plate. Inside the vehicle, he was brutally beaten and threatened with further violence unless he transferred 50,000 USDT—equivalent to approximately ₹42 lakh—to the kidnappers. Due to the absence of a strong password on his crypto wallet, the assailants repeatedly assaulted him to extract access credentials.\n\nThroughout the night, Prince was moved to multiple locations as the kidnappers attempted to bypass his wallet’s security. Meanwhile, his father contacted the police control room immediately after failing to reach his son, prompting the Ahmedabad Crime Branch’s night surveillance team to launch an emergency search operation.\n\nWith the aid of technical surveillance, CCTV footage, and field intelligence, the Crime Branch traced the route and locations where Prince was taken. By afternoon, the team managed to locate and rescue him safely, though he had suffered significant injuries. He was rushed to a hospital for treatment.\n\nPolice identified and arrested the following three accused—\n\nKaran Tarunbhai Nair (19) – Student, resident of Bapunagar\n\nHarsh Ajaybhai Thakkar (21) – Car rental service operator, resident of Thakkarnagar\n\nKripalsinh Govindsingh Vihol (25) – Car rental operator, resident of Bapunagar\n\nA weapon allegedly used in the kidnapping was also recovered from the accused. Preliminary investigation suggests that the motive behind the abduction was a pending financial dispute with Prince, linked to cryptocurrency dealings.\n\nCrime Branch: ‘Operation conducted with precision and speed’\n\nA senior Crime Branch official said, “This was a highly sensitive case involving a serving Army family. Time was of the essence. Our teams worked through the night with precision to ensure the safe recovery of the victim and the arrest of the accused.”\n\nFurther investigation is underway to determine whether others were involved in the planning or attempted laundering of the cryptocurrency. The police have also issued a reminder about the importance of strong digital security in cryptocurrency trading and warned traders against meeting unknown clients in isolated areas.\n\n© All Rights Reserved 2026 GujaratSamachar.com\n\nLoading...", - "chars": 3264, - "sha256": "8f11adb2e3fa0e43310df84f9dc7467434949e8df64ea6bd1db0f131996d5421", + "text": "Army veteran’s son kidnapped for cryptocurrency ransom, 3 arrested in overnight operation | Gujarat Samachar\n\nIn a swift and coordinated operation, the Ahmedabad City Crime Branch on Tuesday rescued the son of a retired Subedar Major who had been kidnapped for ransom in cryptocurrency. The victim, Prince Pandey, was found after an intensive five-hour chase, and three men have been arrested for their role in the abduction.\n\nSummarized by AI; it may make mistakes. Check important info\n\nAccording to police, Prince Pandey, a cryptocurrency trader residing near Agora Mall at S P Ring Road and the son of retired Army Subedar Major Pankaj Kumar Pandey, was lured into a trap under the guise of a business meeting. He had earlier discussed a USDT (Tether cryptocurrency) cash exchange with an acquaintance named Karan Nair, and was called to meet a customer near Bapunagar Toll Plaza around 2 am on July 15.\n\nWhen Prince arrived at the designated spot, he was forced into a black car with tinted glass with no number plate. Inside the vehicle, he was brutally beaten and threatened with further violence unless he transferred 50,000 USDT—equivalent to approximately ₹42 lakh—to the kidnappers. Due to the absence of a strong password on his crypto wallet, the assailants repeatedly assaulted him to extract access credentials.\n\nThroughout the night, Prince was moved to multiple locations as the kidnappers attempted to bypass his wallet’s security. Meanwhile, his father contacted the police control room immediately after failing to reach his son, prompting the Ahmedabad Crime Branch’s night surveillance team to launch an emergency search operation.\n\nWith the aid of technical surveillance, CCTV footage, and field intelligence, the Crime Branch traced the route and locations where Prince was taken. By afternoon, the team managed to locate and rescue him safely, though he had suffered significant injuries. He was rushed to a hospital for treatment.\n\nPolice identified and arrested the following three accused—\n\nKaran Tarunbhai Nair (19) – Student, resident of Bapunagar\n\nHarsh Ajaybhai Thakkar (21) – Car rental service operator, resident of Thakkarnagar\n\nKripalsinh Govindsingh Vihol (25) – Car rental operator, resident of Bapunagar\n\nA weapon allegedly used in the kidnapping was also recovered from the accused. Preliminary investigation suggests that the motive behind the abduction was a pending financial dispute with Prince, linked to cryptocurrency dealings.\n\nCrime Branch: ‘Operation conducted with precision and speed’\n\nA senior Crime Branch official said, “This was a highly sensitive case involving a serving Army family. Time was of the essence. Our teams worked through the night with precision to ensure the safe recovery of the victim and the arrest of the accused.”\n\nFurther investigation is underway to determine whether others were involved in the planning or attempted laundering of the cryptocurrency. The police have also issued a reminder about the importance of strong digital security in cryptocurrency trading and warned traders against meeting unknown clients in isolated areas.", + "chars": 3113, + "sha256": "6dbe6bbe4f9fc91ff0f012b743532db1002208ac4162a3f4e3b8fb8e6d4d44b2", "staged_file": "01_english-gujaratsamachar-com.txt", - "paragraphs_kept": "ALL 18 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-15 of 18", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:46:43+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-15 plus headline [0]; dropped 1 leading and 2 trailing paragraphs. Case-term hits on page: 13.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "244": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://subkuz.com/news/english/details/jodhpur-police-officers-arrested-extortion-kidnapping/90498", "source": "subkuz.com", "language": "unknown", - "text": "Jodhpur Police Officers Arrested: Extortion, Kidnapping, and Cryptocurrency Theft | Subkuz\n\nRajasthan Police Officers Arrested for Extortion and Kidnapping in Jodhpur\n\nFour police officers in Jodhpur, Rajasthan, have been arrested for allegedly kidnapping a man, extorting cash, stealing from his ATM, and seizing cryptocurrency. The incident has raised serious concerns about police acco\n\nA shocking case has emerged from Jodhpur, Rajasthan, raising questions about the credibility of the police department. Here, in a brazen act, four constables, under the guise of their khaki uniforms, allegedly abducted a young man, took him to the police station, and forcibly extorted cash, money from his ATM, and cryptocurrency. The sensational allegations have caused a stir in the Jodhpur police department.\n\nConsidering the seriousness of the incident, Jodhpur Police Commissioner Rajendra Singh has immediately suspended all four accused policemen. Meanwhile, IPS Hemant Kalal has confirmed that after the preliminary investigation, the accused were arrested and presented in court, from where they have been sent to two days of police remand. A case has been registered against the accused under sections of kidnapping, extortion, threatening, and criminal conspiracy.\n\nWhat is the whole matter?\n\n22 Govindas Injured During Dahi Handi Celebrations in Mumbai 21 Discharged\n\nYogi Adityanath Visits Shri Krishna Janmasthan in Mathura on Janmashtami\n\nNoida Deploys 2500 Police Personnel for Janmashtami Security and Traffic Management\n\nChhatrapati Sambhajinagar Hospital NICU Fire, All 9 Newborns Safely Evacuated\n\nThe victim, Dilip Gaud, a resident of Banar Road, Jodhpur, stated that on July 14, he went to a showroom in Pawta with his friend Ramesh Sharma for shopping. During parking, four uniformed policemen in a white car stopped him. According to Dilip, Constable Jagmal forcibly entered his car and, under the pretext of questioning, took him out and seized the vehicle.\n\nAfter this, Dilip was forcibly taken to Mata ka Than police station. There, Dilip alleges that all four policemen threatened him and extorted ₹1 lakh in cash and withdrew ₹1 lakh from his wife's ATM. In addition, approximately ₹8.6 lakh worth of USDT cryptocurrency was also forcibly transferred from Dilip. Not only this, but his iPhone was also confiscated for some time.\n\nIMD Issues Heavy Rainfall and Thunderstorm Alert for 24 States on September 6\n\nISRO Successfully Launches EOS-05 Earth Observation Satellite on GSLV-F17\n\nDilip further alleged that another constable, Rakesh, present at the police station, threatened to frame him in a false case and mentally harassed him. According to Dilip, no valid legal procedure was followed during the entire episode. Neither was he shown any arrest notice nor was he informed of any written action. In this way, this case has become an example of not only corruption but also disregard for legal procedure.\n\nQuestions on the government and police department\n\nEight killed as car collides with parked lorry in Kerala’s Thrissur\n\nMathura Vrindavan Celebrate Krishna Janmashtami With Large Devotee Crowds\n\nThe victim, Dilip Gaud, has filed a written complaint at the Police Commissioner's office, in which he has demanded the return of the cash, ATM amount, and cryptocurrency recovered from him, along with confirmation of the suspension of the guilty policemen. Also, a b criminal action has been appealed against them.\n\nThis case has now become a major challenge for the state government and the police administration. Because Chief Minister Bhajanlal Sharma himself is the Home Minister of the state and the police system of the entire state is running under the supervision of DGP Rajiv Sharma. In such a situation, this incident has raised serious questions on the accountability and transparency of the entire system.\n\nWhen those who protect the law start breaking the law, from whom will the general public expect justice? This case is not just an incident related to one person, but it is a test of the credibility and sensitivity of the entire administrative structure.\n\nThe investigation is ongoing, and now it remains to be seen how transparently and seriously the police department proceeds in this matter.\n\nHisar Electricity Employees Protest JE Mukesh Soni Suspension Demand Reinstatement\n\nVaranasi Konia Flooding: Varuna River Water Reaches Five to Six Feet\n\nPreovious News Slack Integrates AI to Enhance Enterprise Communication and Productivity\n\nNext News Caste Tensions Flare in Madhya Pradesh: Yadav Community Boycotts Brahmin Invitation to Feast\n\nShani Dev’s Dhaiya: Duration, Astrological Basis, and Traditional Effects on Life\n\nJanuary 9, 2026 Panchang Lists Magh Krishna Saptami, Uttara Phalguni Nakshatra and Lakshmi Puja on Friday\n\nWednesday Precautions: Astrological Guidelines for a Balanced Day\n\nSakat Chauth 2026: Date, Puja Muhurat, Bhadra Period & Significance\n\nProper Shiva Lingam Worship: Rules and Benefits for Mondays\n\nWe use cookies to personalise content and ads, and to analyse our traffic. We also share information about your use of our site with Google Ads and Google Analytics.\n By clicking \"Accept All\", you agree to the use of cookies for ads, analytics, and personalization.", - "chars": 5241, - "sha256": "02fdc2e398a56ad8074dbca1f3be067203b031850c9cf46ce3595fff7a767f5e", + "text": "Jodhpur Police Officers Arrested: Extortion, Kidnapping, and Cryptocurrency Theft | Subkuz\n\nThe victim, Dilip Gaud, a resident of Banar Road, Jodhpur, stated that on July 14, he went to a showroom in Pawta with his friend Ramesh Sharma for shopping. During parking, four uniformed policemen in a white car stopped him. According to Dilip, Constable Jagmal forcibly entered his car and, under the pretext of questioning, took him out and seized the vehicle.\n\nAfter this, Dilip was forcibly taken to Mata ka Than police station. There, Dilip alleges that all four policemen threatened him and extorted ₹1 lakh in cash and withdrew ₹1 lakh from his wife's ATM. In addition, approximately ₹8.6 lakh worth of USDT cryptocurrency was also forcibly transferred from Dilip. Not only this, but his iPhone was also confiscated for some time.\n\nIMD Issues Heavy Rainfall and Thunderstorm Alert for 24 States on September 6\n\nISRO Successfully Launches EOS-05 Earth Observation Satellite on GSLV-F17\n\nDilip further alleged that another constable, Rakesh, present at the police station, threatened to frame him in a false case and mentally harassed him. According to Dilip, no valid legal procedure was followed during the entire episode. Neither was he shown any arrest notice nor was he informed of any written action. In this way, this case has become an example of not only corruption but also disregard for legal procedure.\n\nQuestions on the government and police department\n\nEight killed as car collides with parked lorry in Kerala’s Thrissur\n\nMathura Vrindavan Celebrate Krishna Janmashtami With Large Devotee Crowds\n\nThe victim, Dilip Gaud, has filed a written complaint at the Police Commissioner's office, in which he has demanded the return of the cash, ATM amount, and cryptocurrency recovered from him, along with confirmation of the suspension of the guilty policemen. Also, a b criminal action has been appealed against them.\n\nThis case has now become a major challenge for the state government and the police administration. Because Chief Minister Bhajanlal Sharma himself is the Home Minister of the state and the police system of the entire state is running under the supervision of DGP Rajiv Sharma. In such a situation, this incident has raised serious questions on the accountability and transparency of the entire system.\n\nWhen those who protect the law start breaking the law, from whom will the general public expect justice? This case is not just an incident related to one person, but it is a test of the credibility and sensitivity of the entire administrative structure.\n\nThe investigation is ongoing, and now it remains to be seen how transparently and seriously the police department proceeds in this matter.", + "chars": 2723, + "sha256": "ea6ebcc016adf880999c213584bff5502d14e0ce068320d5f1cd2b34f69e1e99", "staged_file": "01_subkuz-com.txt", - "paragraphs_kept": "ALL 32 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 10-21 of 32", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:46:47+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 10-21 plus headline [0]; dropped 9 leading and 10 trailing paragraphs. Case-term hits on page: 18.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "243": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.nydailynews.com/2025/07/18/man-kidnapped-queens-held-cash-crypto-tells-nypd/", "source": "nydailynews.com", "language": "unknown", - "text": "Man kidnapped in Queens, held 10 days for cash and crypto, he tells NYPD\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n \n\n \n\n\n Skip to content\n\nBy Rocco Parascandola | rparascandola@nydailynews.com | New York Daily News\n\nA 38-year-old man was kidnapped by six men who held him for 10 days and robbed him of more than $6,000, police said Friday.\n\nThe victim just before 5 a.m. on Friday called 911 after driving to NewYork-Presbyterian Queens.\n\nHe told responding officers, followed by detectives that on July 8 he had dinner with a friend on Long Island, with the friend driving him back to his car, parked in Flushing at 31st Rd. and Union St.\n\nWhen the friend left, the victim said, he was set upon by six men, who tased him in the chest, then drove him in their car to an unknown location, according to police.\n\nHe was handcuffed at some point, police said, as the suspects tried to extract money from him. In the end, he told police he gave them about 900,000 yen, equivalent to more than $6,000, both wired from a bank account and from a cryptocurrency account.\n\nIt was not clear why the suspects targeted the victim or how wealthy they believed he was.\n\nPolice said that on Friday morning the suspects dropped the victim off back at his car, after which he drove to the hospital, though he decided once there that he did not require medical treatment.\n\nIn May, an Italian man escaped a downtown Manhattan apartment where he was tortured and held against his will for several weeks as his captors tried to get him to give up the password for his bitcoin account, police said.\n\nCryptocurrency investor John Woeltz and his associate, William Duplessie, have been charged in that case.", - "chars": 1739, - "sha256": "140ae4cc98557ee24e46490c85c44804c3adb9eb5c36acb2e835f82a6852d24d", + "text": "Man kidnapped in Queens, held 10 days for cash and crypto, he tells NYPD\n\nA 38-year-old man was kidnapped by six men who held him for 10 days and robbed him of more than $6,000, police said Friday.\n\nThe victim just before 5 a.m. on Friday called 911 after driving to NewYork-Presbyterian Queens.\n\nHe told responding officers, followed by detectives that on July 8 he had dinner with a friend on Long Island, with the friend driving him back to his car, parked in Flushing at 31st Rd. and Union St.\n\nWhen the friend left, the victim said, he was set upon by six men, who tased him in the chest, then drove him in their car to an unknown location, according to police.\n\nHe was handcuffed at some point, police said, as the suspects tried to extract money from him. In the end, he told police he gave them about 900,000 yen, equivalent to more than $6,000, both wired from a bank account and from a cryptocurrency account.\n\nIt was not clear why the suspects targeted the victim or how wealthy they believed he was.\n\nPolice said that on Friday morning the suspects dropped the victim off back at his car, after which he drove to the hospital, though he decided once there that he did not require medical treatment.\n\nIn May, an Italian man escaped a downtown Manhattan apartment where he was tortured and held against his will for several weeks as his captors tried to get him to give up the password for his bitcoin account, police said.\n\nCryptocurrency investor John Woeltz and his associate, William Duplessie, have been charged in that case.", + "chars": 1540, + "sha256": "94b6ded44775fa8c00687c2ba147d280b5163fcff7f57101dc93b0e3496fa1a8", "staged_file": "01_nydailynews-com.txt", - "paragraphs_kept": "ALL 57 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 48-56 of 57", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:46:50+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 48-56 plus headline [0]; dropped 47 leading and 0 trailing paragraphs. Case-term hits on page: 9.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "242": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.bfmtv.com/police-justice/info-bfmtv-cryptomonnaies-une-femme-violemment-agressee-a-son-domicile-dans-les-hauts-de-seine_AN-202507070726.html", "source": "bfmtv.com", "language": "unknown", - "text": "INFO BFMTV. Cryptomonnaies: une femme violemment agressée à son domicile dans les Hauts-de-Seine\n\nUne femme a été agressée ce lundi à son domicile à Suresnes, dans les Hauts-de-Seine, par des malfaiteurs qui l'ont pris pour cible en raison de son portefeuille de cryptomonnaies.\n\nUne femme possédant des cryptomonnaies a été agressée ce lundi 7 juillet à son domicile à Suresnes (Hauts-de-Seine), devant son mari et ses enfants qui ont assisté à la scène, selon des informations de BFMTV.\n\nLes suspects ont réussi à rentrer dans son domicile avant d'asséner une dizaine de coups de poing au visage de la victime. Cette dernière a été transportée à l'hôpital en urgence relative avant de déposer plainte.\n\nUne enquête pour \"tentative de vol avec violence\" ouverte\n\nLes malfaiteurs ont ensuite pris la fuite, avant que l'un d'eux soit interpellé, en possession d'un hachoir. Toujours selon nos informations, il dit avoir ciblé le couple, via les réseaux sociaux, car ils possèdent des actifs dans la cryptomonnaie.\n\nLa police judiciaire des Hauts-de-Seine est saisie du dossier et une enquête a été ouverte pour \"tentative de vol avec violence\".\n\n[INÉDIT] Pourquoi les patrons de la crypto sont-ils devenus des cibles de choix pour les criminels?\n\nPlusieurs acteurs du monde de la cryptomonnaie ont été victimes d'agression ou d'enlèvement ces derniers mois. Le 21 janvier dernier, David Balland, cofondateur de Ledger, avait été enlevé avec sa compagne dans leur domicile à Méreau dans le Cher. Son doigt avait été sectionné pour faire pression sur ses proches pour leur soutirer des fonds.\n\nL'entrepreneur avait finalement été libéré et sa compagne retrouvée ligotée dans le coffre d'un véhicule en Essonne le lendemain. En mai, le père d'un chef d'entreprise qui a fait fortune dans la cryptomonnaie avait été kidnappé dans le 14e arrondissement de Paris, avant d'être libéré par la Brigade de recherche et d'intervention (BRI) à Palaiseau le 3 mai.\n\n\"Une opération complexe\": le chef de la BRI-PP raconte la libération du père d'un patron de la cryptomonnaie séquestré\n\nQuelques jours plus tard, toujours à Paris, une violente tentative d'enlèvement de deux proches d'un chef d'entreprise en cryptomonnaie a eu lieu en pleine rue, dans le 11e arrondissement de Paris.\n\nCanicule: sept départements placés ce samedi en vigilance orange par Météo-France\n\n\"Ils ne pourront pas se passer d'Éric Ciotti\": quelle place pour le maire de Nice dans la nouvelle organisation présidentielle du RN?\n\n\"Les analyses révèlent des excréments de pigeon\": une dizaine de policiers intoxiqués à Amiens après avoir bu de l'eau contaminée\n\nDIRECT. \"La France a besoin de sa victoire\": Éric Ciotti officialise son soutien à Marine Le Pen pour la présidentielle\n\n\"J'ai honte\": le youtubeur Greg Guillotin reconnaît des \"violences physiques et psychologiques\" sur son ex-compagne", - "chars": 2856, - "sha256": "4af989cc7ec01cd3eb8327ec42ce44e5402219bd8fa5af97ee1f0d4c6f2aaf0d", + "text": "INFO BFMTV. Cryptomonnaies: une femme violemment agressée à son domicile dans les Hauts-de-Seine\n\nUne femme a été agressée ce lundi à son domicile à Suresnes, dans les Hauts-de-Seine, par des malfaiteurs qui l'ont pris pour cible en raison de son portefeuille de cryptomonnaies.\n\nUne femme possédant des cryptomonnaies a été agressée ce lundi 7 juillet à son domicile à Suresnes (Hauts-de-Seine), devant son mari et ses enfants qui ont assisté à la scène, selon des informations de BFMTV.\n\nLes suspects ont réussi à rentrer dans son domicile avant d'asséner une dizaine de coups de poing au visage de la victime. Cette dernière a été transportée à l'hôpital en urgence relative avant de déposer plainte.\n\nUne enquête pour \"tentative de vol avec violence\" ouverte\n\nLes malfaiteurs ont ensuite pris la fuite, avant que l'un d'eux soit interpellé, en possession d'un hachoir. Toujours selon nos informations, il dit avoir ciblé le couple, via les réseaux sociaux, car ils possèdent des actifs dans la cryptomonnaie.\n\nLa police judiciaire des Hauts-de-Seine est saisie du dossier et une enquête a été ouverte pour \"tentative de vol avec violence\".\n\n[INÉDIT] Pourquoi les patrons de la crypto sont-ils devenus des cibles de choix pour les criminels?\n\nPlusieurs acteurs du monde de la cryptomonnaie ont été victimes d'agression ou d'enlèvement ces derniers mois. Le 21 janvier dernier, David Balland, cofondateur de Ledger, avait été enlevé avec sa compagne dans leur domicile à Méreau dans le Cher. Son doigt avait été sectionné pour faire pression sur ses proches pour leur soutirer des fonds.\n\nL'entrepreneur avait finalement été libéré et sa compagne retrouvée ligotée dans le coffre d'un véhicule en Essonne le lendemain. En mai, le père d'un chef d'entreprise qui a fait fortune dans la cryptomonnaie avait été kidnappé dans le 14e arrondissement de Paris, avant d'être libéré par la Brigade de recherche et d'intervention (BRI) à Palaiseau le 3 mai.\n\n\"Une opération complexe\": le chef de la BRI-PP raconte la libération du père d'un patron de la cryptomonnaie séquestré\n\nQuelques jours plus tard, toujours à Paris, une violente tentative d'enlèvement de deux proches d'un chef d'entreprise en cryptomonnaie a eu lieu en pleine rue, dans le 11e arrondissement de Paris.\n\nCanicule: sept départements placés ce samedi en vigilance orange par Météo-France\n\n\"Ils ne pourront pas se passer d'Éric Ciotti\": quelle place pour le maire de Nice dans la nouvelle organisation présidentielle du RN?", + "chars": 2487, + "sha256": "a4aea9a70f4e9e1392e12bcf335d8bda93f4a45b0bb69476a9404a6f2dd185dc", "staged_file": "01_bfmtv-com.txt", - "paragraphs_kept": "ALL 17 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-13 of 17", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:46:52+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-13 plus headline [0]; dropped 0 leading and 3 trailing paragraphs. Case-term hits on page: 6.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "241": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.bangkokpost.com/thailand/general/3061233/two-arrested-in-b3-4m-robbery-at-mall-car-park", "source": "bangkokpost.com", "language": "unknown", - "text": "Bangkok Post - Two arrested in B3.4m robbery at mall car park\n\nTwo arrested in B3.4m robbery at mall car park\n\nFive suspects wanted for bogus crypto purchase scheme still at large\n\nPolice have arrested two of seven suspects in connection with a 3.4-million-baht robbery at a Bangkok shopping mall, where cash was taken from the victims during a bogus cryptocurrency exchange meeting.\n\nA man and a woman, identified only as Sherpat, 25, and Nana, 31, were arrested at a hotel in Lat Lum Kaeo district of Pathum Thani at 1am on Tuesday, said Pol Lt Gen Sayam Boonsom, commissioner of the Metropolitan Police Bureau.\n\nThey were suspected of arranging to exchange cryptocurrency with the three victims.\n\nPolice found 1.9 million baht in cash in the suspects’ room and believed the remaining cash was with the five other suspects at large.\n\nPol Lt Gen Sayam said investigators found the gang had sold cryptocurrency to the victims twice before, with purchases amounting to 200,000 and 300,000 baht respectively. The previous exchanges had taken place without a problem, so the victims decided to raise the third purchase to 3.4 million baht on Monday evening.\n\nBoth sides met at a coffee shop in the Central Ladprao shopping mall in Chatuchak district of Bangkok. Then the victims were brought to a car in the mall parking building. They were robbed by other culprits who threatened them in the car with knives. A victim told police some robbers claimed to also have guns. The robbery occurred at 7.44pm on Monday.\n\nThe gang then fled in a silver Honda Civic with a licence plate registered in Nakhon Sawan.\n\nPolice said the suspects in the case had long criminal records including theft, robbery, drug abuse and extortion. They had known one another through drug connections and shared rented rooms.\n\nThe five suspects at large are men aged 26-43 years old. The oldest one is believed to be the gang leader, identified as Worawat aka Suea Poon.\n\nPol Lt Gen Sayam advised people to buy cryptocurrency only through approved exchanges. He said the gang reached victims through Facebook.\n\nTwo US sailors removed from Thai resort town after drunken brawl\n\nParit queried on sources of leaked report\n\nMan arrested over theft of B25,000 on Bangkok to Hong Kong flight\n\n24 injured after stall warning on Air India A320’s Phuket–Delhi flight\n\nSign in or create an account to save this story to your Saved Stories.\n\nTo enjoy the full Bangkok Post experience,\n\nplease disable your ad blocker.", - "chars": 2476, - "sha256": "2771829002c454e17185d1fbbfbac3c7ae325bcd25a5ef556f28f52d79964265", + "text": "Bangkok Post - Two arrested in B3.4m robbery at mall car park\n\nPolice have arrested two of seven suspects in connection with a 3.4-million-baht robbery at a Bangkok shopping mall, where cash was taken from the victims during a bogus cryptocurrency exchange meeting.\n\nA man and a woman, identified only as Sherpat, 25, and Nana, 31, were arrested at a hotel in Lat Lum Kaeo district of Pathum Thani at 1am on Tuesday, said Pol Lt Gen Sayam Boonsom, commissioner of the Metropolitan Police Bureau.\n\nThey were suspected of arranging to exchange cryptocurrency with the three victims.\n\nPolice found 1.9 million baht in cash in the suspects’ room and believed the remaining cash was with the five other suspects at large.\n\nPol Lt Gen Sayam said investigators found the gang had sold cryptocurrency to the victims twice before, with purchases amounting to 200,000 and 300,000 baht respectively. The previous exchanges had taken place without a problem, so the victims decided to raise the third purchase to 3.4 million baht on Monday evening.\n\nBoth sides met at a coffee shop in the Central Ladprao shopping mall in Chatuchak district of Bangkok. Then the victims were brought to a car in the mall parking building. They were robbed by other culprits who threatened them in the car with knives. A victim told police some robbers claimed to also have guns. The robbery occurred at 7.44pm on Monday.\n\nThe gang then fled in a silver Honda Civic with a licence plate registered in Nakhon Sawan.\n\nPolice said the suspects in the case had long criminal records including theft, robbery, drug abuse and extortion. They had known one another through drug connections and shared rented rooms.\n\nThe five suspects at large are men aged 26-43 years old. The oldest one is believed to be the gang leader, identified as Worawat aka Suea Poon.\n\nPol Lt Gen Sayam advised people to buy cryptocurrency only through approved exchanges. He said the gang reached victims through Facebook.\n\nTwo US sailors removed from Thai resort town after drunken brawl\n\nParit queried on sources of leaked report\n\nMan arrested over theft of B25,000 on Bangkok to Hong Kong flight\n\n24 injured after stall warning on Air India A320’s Phuket–Delhi flight\n\nSign in or create an account to save this story to your Saved Stories.", + "chars": 2281, + "sha256": "2b7b10966c02d2d740515f1bbc6ba6afe26951f68b6ff9abd06158febd179de9", "staged_file": "01_bangkokpost-com.txt", - "paragraphs_kept": "ALL 20 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 3-17 of 20", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:46:54+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-17 plus headline [0]; dropped 2 leading and 2 trailing paragraphs. Case-term hits on page: 7.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "240": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://yespunjab.com/bengaluru-gang-of-6-attacks-businessman-robs-rs-2-crore-cash/", "source": "yespunjab.com", "language": "unknown", - "text": "Bengaluru: Gang of 6 attacks businessman, robs Rs 2 crore cash - Yes Punjab News\n\nBengaluru: Gang of 6 attacks businessman, robs Rs 2 crore cash\n\nAn incident of robbery has been reported from the Vidyaranyapura police station limits in Bengaluru, where a gang of six assailants attacked a businessman with a knife and robbed him of Rs 2 crore in cash.\n\nThe incident occurred on June 25 but has come to light recently. Police have detained two suspects in connection with the case and are currently questioning them.\n\nSriharsha V., a 33-year-old businessman from Kengeri New Town, has filed a police complaint regarding the matter.\n\nAccording to the FIR, Sriharsha ran a private company and was planning to start a cold-pressed oil industry. He had raised Rs 2 crore for the investment through his savings and loans from friends.\n\nAs the machinery required for the industry was available in Germany, he intended to convert the cash into USDT (a cryptocurrency). To facilitate this, he approached his friends for help. One of them introduced him to an individual, Benjamin Harsha.\n\nBenjamin assured Sriharsha that he could help and asked him to bring the Rs 2 crore in cash to MS Palya Circle in Vidyaranyapura on June 25.\n\nSriharsha arrived at the location with the cash and was accompanied by two of his friends at around 3 p.m. Benjamin and his associates led them to a shop and began counting the money using machines.\n\nAt around 4.30 p.m., a gang of six to seven men barged into the shop and threatened Sriharsha and the others, demanding the money. When they resisted, two of the assailants pulled out knives and threatened to kill them if the money was not handed over.\n\nThe gang snatched their mobile phones and stuffed the Rs 2 crore cash into a gunny bag.\n\nThey warned the victims not to report the incident to the police, threatening dire consequences. The gang then locked Sriharsha, Benjamin, and others inside the shop before fleeing the scene.\n\nThe complainant and others managed to get out by opening the shop’s shutters. Shortly after that, Benjamin and two of his associates fled the scene, according to the FIR.\n\nPolice have since registered a case, detained Benjamin and another individual, and questioning them. Sriharsha has told police that he saw the faces of the attackers and would be able to identify them.\n\nFurther investigation into the matter is underway.(Agency)\n\nFollow it for the latest updates and headlines.\n\nDelhi Court Sends Swatantra Bharadwaj to One-Day Police Custody Over Alleged Assault on Minor Activist’s Father\n\nCBI Books Subhash Chandra, Seven Others in Alleged Rs 1,322 Crore LIC Housing Finance Loan Fraud\n\nFormer Tata Technologies CEO Patrick McGoldrick Sells Shares Worth Rs 165 Crore\n\nAfter Hormuz Crisis, India Must Turn Emergency Adaptation Into Permanent Resilience: Mir Junaid\n\nEight Tamil Nadu Engineering Students Killed in Kerala Crash; College Says Trip Was Unauthorised\n\nPakistani LeT Terrorist Killed in Operation Ashdar in J&K’s Budgam Identified as Yasir\n\nThose Disrespecting Other Religions Cannot Be True Sanatanis: Akhilesh Yadav on Saharanpur Mosque Demolition\n\nIshwar Chandra Vidyasagar Bust Found Abandoned in Forested Area on Teachers’ Day, Sparks Anger in Bengal\n\nIqra Hasan Condemns Saharanpur Mosque Demolition, Questions Legal Process\n\nKarnataka Police to Forward Zero FIR to Uttarakhand Over ‘Purification’ Ritual After Kharge’s Visit\n\nOperation Sindoor Effect: Pakistan Shifts to Covert, Deniable Terror Strategy Against India\n\nDelhi Rains Disrupt Flight Operations at IGI Airport; IndiGo, Air India Issue Advisories\n\nOwaisi Questions Constitutional Religious Freedom After Saharanpur Mosque Demolition\n\n‘Shuddhikaran’ Row: Zero FIR Filed in Karnataka; Priyank Kharge Says Uttarakhand Govt Should Have Acted Sooner\n\nNepal Flash Floods: Death Toll Rises to 1,344; Search Intensifies for 4,886 Missing\n\nPM Modi Interacts With National Teachers’ Award Winners, Discusses Innovative Teaching and Student Confidence\n\nUP Administration Demolishes Mosque Declared Illegal in Saharanpur Collectorate Complex; Imran Masood to Approach SC\n\nMouni Roy Shares Janmashtami Moments With Gaur Gopal Das, Says Conversation Left Her Fulfilled\n\nUkraine Calls Russian Strike on Security Service Headquarters a ‘Major Escalation’\n\nUN Experts Raise Alarm Over Alleged Extrajudicial Killing of Baloch Civilian by Pakistani Forces\n\n‘Delete Church’ Members Tell Mizoram CEO They Do Not Wish to Enrol in Electoral Roll\n\nThree More Indian Nationals Rescued From Nepal After Devastating Floods\n\nLJP-Ram Vilas Reiterates Resolve to Make Chirag Paswan Bihar Chief Minister\n\n26 Killed in Two Separate Attacks in Sudan’s South Kordofan\n\nMoscow Rejects Ukraine’s Warning on Russian Airspace Safety as Misleading\n\nTrump Calls US-Iran Military Confrontation ‘Small Potatoes’, Says Washington Controls Strait of Hormuz\n\nEight Tamil Nadu Engineering Students Killed as Car Crashes Into Parked Lorry on NH-66 in Kerala\n\nUS-Wanted Fraud Fugitive Manjit Singh Bedi Arrested by Jalandhar Police; FBI Had Offered $150,000 Reward\n\nBhagwant Govt to Raise DA From 42% to 60% for 85,000 Post-2020 Employees: Aman Arora\n\nAir India Terminates Phuket-Delhi Pilot After Positive Psychoactive Substance Test\n\nExercise Veer Guardian 2026 to Boost India-Japan Air Forces’ Interoperability and Operational Synergy: IAF\n\nJudicial Panel Searches Former TMC Councillor Alakananda Das’ Residence in Disproportionate Assets Probe\n\nPunjab CM Mann Says State Aims to Become Global Education Hub, Highlights Govt School Reforms\n\nAAP Women’s Wing Stages Protest in Samrala Over Alleged Assault of Elderly Dalit Woman at Akali Dal Office\n\nIranian Oil Tanker Targeted in US Missile Attack Near Kharg Island, No Casualties Reported\n\nPunjab Education Convention: Manish Sisodia Calls for World-Class Learning Infrastructure and Modern Teaching\n\nTheresa Villiers Questions Western Media Coverage of PoK Unrest, Highlights Alleged Double Standard\n\nManish Tewari Urges Governments to Be More Tolerant, Journalists to Act Responsibly\n\nFour Punjab Cadets Commissioned as Lieutenants in Indian Army at OTA Chennai\n\nMorgan Stanley Turns Bullish on India, Sets Sensex Target at 89,000 by June 2027\n\nReport Highlights Alleged Persecution of Minority Women and Girls in Pakistan\n\nMirwaiz Umar Farooq Urges J&K Govt to Engage Striking Medical Interns, Resolve Stipend Dispute\n\nAdani Defence, Indo-Russian Rifles Sign 5-Year Ammunition Supply Pact for AK-203\n\nNepali Woman, Chinese National Rescued Alive 11 Days After Deadly Nepal Floods\n\nPenguin Was Under Pressure, New Publisher to Release Sonia Gandhi’s Book on Nov 10: Ashok Gehlot\n\n51,979 Citizen Tip-Offs Lead to 25,339 Drug-Related Arrests in Punjab Since March 2025: DGP Gaurav Yadav\n\nPresident Murmu Honours 48 Teachers With National Teachers Awards, Recalls Lessons From Students\n\nSaharanpur Mosque Demolition Should Not Be Viewed Through Political or Religious Lens: BJP\n\nNagpur Woman Dies After Alleged Assault by Husband During Argument Over Cooking, Dance Class\n\nRBI Fixes Premature Redemption Price of SGB 2021-22 Series VI at Rs 15,334 Per Unit\n\nNishu Azad Case: Delhi Court Sends Swatantra Bharadwaj to One-Day Police Custody\n\nSmriti Irani Reunites With ‘Kyunki’ Co-Stars, Recalls Nearly Two Decades of Friendship\n\nOpposition Calls Haldwani ‘Shuddhikaran’ Ritual an Insult to Nation, BJP Alleges ‘Appeasement Politics’\n\nBihar Flood Threat Intensifies as Ganga Surpasses 2016 Peak, Relief Operations Expanded\n\nGold Falls Nearly 3% Weekly as US Fed Rate-Hike Expectations Rise\n\nBallari Chalo Aims to Wake Karnataka Government From Deep Slumber, Claims BJP’s B.Y. Vijayendra\n\nWill Not Compromise on Youths’ Future, Says Karnataka Minister Priyank Kharge on KPSC Case\n\nFive Including Victim’s Sister Get Life Imprisonment in 2022 West Champaran Murder Case\n\nOnline Abuse Affects One in 16 Children Across Pakistan: UNICEF\n\nHeavy Rain Batters Delhi-NCR, Waterlogging Disrupts Traffic in Several Areas\n\nICICI Bank, Foreign Lenders Emerge Winners as FCNR(B) Deposits Surge\n\nMayawati Opposes Mosque Demolitions in UP, Urges Government to Follow Due Process\n\nPM Modi to Return to SRCC After 13 Years, Revive ‘Third Perspective’ Message Amid Youth Outreach Push\n\nGanesha Idol Sculptor Shot Dead in Jabalpur; Police Suspect Old Enmity\n\nUnion Ministers Extend Teachers’ Day Greetings, Praise Educators for Shaping India’s Future\n\nMumbai Police Seeks Civic Action Over MNS Dahi Handi Stage in Ghatkopar\n\nDHS Expands Green Card Path for US-Born Children of Foreign Government Employees\n\nIndian, Nepalese Tunnel Rescue Teams Push Deeper Into Flash Flood-Hit Chilime Hydropower Project\n\nPresident Murmu to Confer National Teachers Awards on 48 Teachers in New Delhi\n\nFive International Tournaments in Six Months Highlight Ahmedabad’s Growing Sporting Calendar\n\nED Searches 11 Premises, Arrests Two in Rs 40 Crore Hashpe Cryptocurrency Fraud Case\n\nAmit Shah Says India’s Sporting Goal Is to Strengthen Every Sport, Not Just Win Medals\n\nVijay’s Janmashtami Greetings Spark Debate Over Tamil Nadu’s Political Identity\n\nIndia’s Bichu Devi Shortlisted for Magic Skills Award for Heroics Against England\n\nED Attaches Properties Worth Rs 1.5 Crore in BSNL Bulk SMS Money-Laundering Case\n\nSalman Khan Appears Irritated With Paparazzi During ‘Bigg Boss 20’ Promo Shoot\n\nUnbeaten India Storm Into Pickleball World Cup Quarterfinals\n\n25 Years After 9/11, Sikh Americans Still Face Hate for Who They Are: Satnam Singh Chahal\n\nAAP National Convener Arvind Kejriwal Participates in Janmashtami Celebrations at Punjabi Bagh\n\nED Arrests Ex-CEO of Sironj Janpad Panchayat in Rs 30.18-Crore Marriage Assistance Scam\n\nAjj Da Hukamnama – Sri Darbar Sahib Amritsar – September 5, 2026\n\nFarah Khan Reveals AR Rahman Originally Composed ‘Masakali’ for ‘Om Shanti Om’\n\n‘Ram Ji Ki Sena’: Second Track From Anjali Arora, Dev Sharma’s ‘Mahakavya Shri Ramayan Katha’ Released\n\nChunky Pandey Recalls Wearing Burqa to Watch Zeenat Aman’s ‘Satyam Shivam Sundaram’ in Theatre\n\nPrashant Ingole Calls Collaboration With Descemer Bueno on ‘Hone Do Bailando’ “Smooth as Silk”\n\nSharman Joshi Wraps ‘Golmaal 5’ Shoot, Calls Reuniting With Ajay Devgn a ‘Beautiful Opportunity’\n\nBharti Singh on Teachers’ Day: ‘Best Lessons Are Often the Ones That Come With a Lot of Laughter’\n\nAnushka Kaushik to Pay Musical Tribute to Bappi Lahiri at Janmashtami Dahi Handi Celebration\n\nVemal, Shriya Saran-Starrer ‘Sandakkari’ May Release in September\n\nSharad Kelkar Expresses Gratitude to Teachers Who Encouraged Him to Learn and Explore\n\nSuresh Raina Backs Rishabh Pant for India’s White-Ball Return, Urges Him to Play With Freedom\n\nShreeniti Chowdhury Completes Golden Double at KSLTA World Tennis Junior J30 Bengaluru\n\n‘Intensity, Energy is Different’: Ishan Kishan Sees Hunger in Shami for India Comeback\n\n‘Slightly Challenging’: Tilak Varma, Ishan Kishan Admit Tight Turnaround Between Duleep Trophy and Afghanistan T20Is\n\nNurjahan Noorali Jamani Wins Silver and Bronze at ITTF World Para Future Lahti 2026\n\nWomen’s Jr Asia Cup: India Begin Title Defence With 4-1 Win Over South Korea\n\nPunjab Government Orders Postings of 6 PCS Officers – THE LIST\n\nIPS Vaibhav Choudhary Appointed SSP Mansa, Replaces Bhagirath Singh Meena\n\nBathinda SSP Jyoti Yadav Transferred, Posted as Commandant 82nd PAP Battalion\n\nIPS Harmandeep Singh Hans Appointed SSP Patiala, Replaces Varun Sharma\n\nThe Arithmetic Favours a BJP-Akali Alliance. Punjab Needs a Balanced Vidhan Sabha – by GPS Mann\n\nThe Storm Set the Paper, India Topped the World – by Aman Sinha\n\nNijjar, Goldy Brar, Arsh Dalla and the Unanswered Questions – by GPS Mann\n\nBJP’s New Punjab Push: Building on the 19 Per Cent Base – by GPS Mann\n\nNew Delhi, September 5, 2026 (Yes Punjab News)\nThe Indian Air Force (IAF) on Saturday said the second edition of Exercise Veer Guardian with the...\n\nTehran, September 5, 2026 (Yes Punjab News)\nAn Iranian oil tanker was targeted in a US missile attack about 10 km off Iran’s southern Kharg...", - "chars": 11974, - "sha256": "e013a333205ab3ac91e5466eeaf5c24e7c619708b101018498a5ad06392bc147", + "text": "Bengaluru: Gang of 6 attacks businessman, robs Rs 2 crore cash - Yes Punjab News\n\nAn incident of robbery has been reported from the Vidyaranyapura police station limits in Bengaluru, where a gang of six assailants attacked a businessman with a knife and robbed him of Rs 2 crore in cash.\n\nThe incident occurred on June 25 but has come to light recently. Police have detained two suspects in connection with the case and are currently questioning them.\n\nSriharsha V., a 33-year-old businessman from Kengeri New Town, has filed a police complaint regarding the matter.\n\nAccording to the FIR, Sriharsha ran a private company and was planning to start a cold-pressed oil industry. He had raised Rs 2 crore for the investment through his savings and loans from friends.\n\nAs the machinery required for the industry was available in Germany, he intended to convert the cash into USDT (a cryptocurrency). To facilitate this, he approached his friends for help. One of them introduced him to an individual, Benjamin Harsha.\n\nBenjamin assured Sriharsha that he could help and asked him to bring the Rs 2 crore in cash to MS Palya Circle in Vidyaranyapura on June 25.\n\nSriharsha arrived at the location with the cash and was accompanied by two of his friends at around 3 p.m. Benjamin and his associates led them to a shop and began counting the money using machines.\n\nAt around 4.30 p.m., a gang of six to seven men barged into the shop and threatened Sriharsha and the others, demanding the money. When they resisted, two of the assailants pulled out knives and threatened to kill them if the money was not handed over.\n\nThe gang snatched their mobile phones and stuffed the Rs 2 crore cash into a gunny bag.\n\nThey warned the victims not to report the incident to the police, threatening dire consequences. The gang then locked Sriharsha, Benjamin, and others inside the shop before fleeing the scene.\n\nThe complainant and others managed to get out by opening the shop’s shutters. Shortly after that, Benjamin and two of his associates fled the scene, according to the FIR.\n\nPolice have since registered a case, detained Benjamin and another individual, and questioning them. Sriharsha has told police that he saw the faces of the attackers and would be able to identify them.\n\nFurther investigation into the matter is underway.(Agency)\n\nFollow it for the latest updates and headlines.", + "chars": 2376, + "sha256": "52317c126bda5bd733a070539f778f45a3022dbb64df020813501ad621f8b453", "staged_file": "01_yespunjab-com.txt", - "paragraphs_kept": "ALL 122 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-15 of 122", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:46:59+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-15 plus headline [0]; dropped 1 leading and 106 trailing paragraphs. Case-term hits on page: 34.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "238": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://entrevue.fr/societe/cryptomonnaie-contre-rancon-un-homme-enleve-a-maisons-alfort-pour-sa-cle-ledger/", "source": "entrevue.fr", "language": "unknown", - "text": "Cryptomonnaie contre rançon : un homme enlevé à Maisons-Alfort pour sa clé Ledger – Entrevue\n\nUn jeune homme de 23 ans a été séquestré mardi à Maisons-Alfort. Ses ravisseurs, très informés, ont exigé une rançon en liquide et la remise d’une clé contenant de la cryptomonnaie. L’affaire est désormais entre les mains de la police judiciaire.\n\nUn enlèvement planifié dans les moindres détails\n\nLe scénario commence banalement : un couple part faire des courses en voiture. L’homme reste au volant pour chercher une place, pendant que sa compagne entre dans un magasin. Mais rapidement, celle-ci reçoit un message évoquant un imprévu professionnel. Une diversion. Elle rentre seule au domicile, sans se douter que son compagnon a été enlevé. Le piège se referme lorsqu’un appel en visio bouleverse la routine. À l’écran, un inconnu donne des instructions précises : déposer une clé Ledger – dispositif utilisé pour stocker des cryptomonnaies – accompagnée de 5 000 euros en espèces, dans un sac à remettre devant l’immeuble. L’homme, selon les enquêteurs, aurait subi des violences pour livrer ces informations.\n\nUne rançon exécutée, une victime relâchée\n\nSans prévenir les autorités, la jeune femme suit les consignes. Un complice passe récupérer le sac. Ce n’est que plusieurs heures plus tard, vers 17 heures, que le jeune homme, relâché à Créteil, parvient à rentrer en contact avec elle. Il est sain et sauf. Pour l’heure, impossible de savoir si la clé contenait effectivement des fonds. La police judiciaire du Val-de-Marne a été saisie pour enlèvement et séquestration en bande organisée. Une source proche de l’affaire évoque un « dossier sensible », sur fond de recrudescence d’affaires similaires impliquant des portefeuilles de cryptomonnaies. La brigade de répression du banditisme reste mobilisée, alors que des interpellations ont déjà eu lieu dans d’autres dossiers du même type. Le jeune homme enlevé, lui, reste pour l’instant discret, et les enquêteurs poursuivent leurs investigations dans le plus grand secret.\n\nPartager sur WhatsApp\n \n \n Partager sur Facebook\n \n \n Partager sur X\n \n \n \n\n \n Lien copié\n\nUn homme abattu en pleine rue près de Lyon : les enquêteurs cherchent encore le mobile\n\nUn homme a été tué par balle vendredi soir à Vaulx-en-Velin, dans l’est de l’agglomération lyonnaise. La victime se trouvait au volant de sa…\n\n5 septembre 202612:31PAR Service Actualités\n\nNantes : un collégien de 12 ans soupçonné d’avoir agressé sexuellement son enseignante\n\n4 septembre 202615:36PAR Service Actualités\n\nHaute-Saône : quatre membres d’une même famille retrouvés morts à Gy\n\n3 septembre 202608:51PAR Service Actualités\n\nMartinique : trois fusillades en trois jours, l’urgence d’une réponse sécuritaire ferme\n\n2 septembre 202611:47PAR Service Actualités\n\nFerrari, veste Chanel et fausses factures : un projet viticole vire au désastre pour 200 investisseurs\n\n1 septembre 202614:15PAR Service Actualités\n\nGuadeloupe : deux gendarmes mis en examen dans l’affaire Claude Jean-Pierre\n\nRecevez chaque matin l’essentiel de l’actualité.\n\nVos données sont confidentielles. Aucun spam, désabonnement en 1 clic.\n\nRetrouvez l’actualité, les alertes et vos rubriques préférées dans une expérience pensée pour le mobile.", - "chars": 3231, - "sha256": "42299e8568390a0a5bc3f9ea4a6d3950ade73640bd33fc608d95ecb239e5d279", + "text": "Cryptomonnaie contre rançon : un homme enlevé à Maisons-Alfort pour sa clé Ledger – Entrevue\n\nUn jeune homme de 23 ans a été séquestré mardi à Maisons-Alfort. Ses ravisseurs, très informés, ont exigé une rançon en liquide et la remise d’une clé contenant de la cryptomonnaie. L’affaire est désormais entre les mains de la police judiciaire.\n\nUn enlèvement planifié dans les moindres détails\n\nLe scénario commence banalement : un couple part faire des courses en voiture. L’homme reste au volant pour chercher une place, pendant que sa compagne entre dans un magasin. Mais rapidement, celle-ci reçoit un message évoquant un imprévu professionnel. Une diversion. Elle rentre seule au domicile, sans se douter que son compagnon a été enlevé. Le piège se referme lorsqu’un appel en visio bouleverse la routine. À l’écran, un inconnu donne des instructions précises : déposer une clé Ledger – dispositif utilisé pour stocker des cryptomonnaies – accompagnée de 5 000 euros en espèces, dans un sac à remettre devant l’immeuble. L’homme, selon les enquêteurs, aurait subi des violences pour livrer ces informations.\n\nUne rançon exécutée, une victime relâchée\n\nSans prévenir les autorités, la jeune femme suit les consignes. Un complice passe récupérer le sac. Ce n’est que plusieurs heures plus tard, vers 17 heures, que le jeune homme, relâché à Créteil, parvient à rentrer en contact avec elle. Il est sain et sauf. Pour l’heure, impossible de savoir si la clé contenait effectivement des fonds. La police judiciaire du Val-de-Marne a été saisie pour enlèvement et séquestration en bande organisée. Une source proche de l’affaire évoque un « dossier sensible », sur fond de recrudescence d’affaires similaires impliquant des portefeuilles de cryptomonnaies. La brigade de répression du banditisme reste mobilisée, alors que des interpellations ont déjà eu lieu dans d’autres dossiers du même type. Le jeune homme enlevé, lui, reste pour l’instant discret, et les enquêteurs poursuivent leurs investigations dans le plus grand secret.\n\n \n Lien copié\n\nUn homme abattu en pleine rue près de Lyon : les enquêteurs cherchent encore le mobile\n\nUn homme a été tué par balle vendredi soir à Vaulx-en-Velin, dans l’est de l’agglomération lyonnaise. La victime se trouvait au volant de sa…", + "chars": 2274, + "sha256": "371165e454a5625357e51d2e7dba0b66e781682e1b4ee122cae83e56ffe763a2", "staged_file": "01_entrevue-fr.txt", - "paragraphs_kept": "ALL 23 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-9 excl [6] of 23", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:47:03+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-9 plus headline [0]; dropped 0 leading and 13 trailing paragraphs and 1 interior furniture line(s). Case-term hits on page: 7.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "237": [ @@ -5286,25 +6389,28 @@ "verdict": "THIN", "url": "https://www.msn.com/en-us/news/world/tiktok-crypto-trader-freed-after-kidnappers-realized-he-s-broke/ar-AA1GM5TS", "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule", + "archive_tried": "2026-09-05T13:27:33+00:00", + "archive_note": "no Wayback Machine snapshot exists for this URL" } ], "236": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://tn.com.ar/policiales/2025/05/28/misterioso-secuestro-de-una-pareja-de-rusos-en-palermo-buscan-a-dos-sospechosos-que-se-fueron-del-pais/", "source": "tn.com.ar", "language": "unknown", - "text": "Misterioso secuestro de una pareja de rusos en Palermo: buscan a dos sospechosos que se fueron del país | TN\n\nMisterioso secuestro de una pareja de rusos en Palermo: buscan a dos sospechosos que se fueron del país\n\nLas víctimas lideraban un negocio de criptomonedas y habrían pagado un rescate. Interpol busca a dos hombres.\n\nLos rusos fueron secuestrados en un departamento ubicado en Ravignani al 1500, casi Gorriti. (Foto: Google Street View)\n\nSeguirSeguinos enAgregá TN como sitio preferido\n\nUna pareja de jóvenes rusos que maneja un negocio de criptomonedas fue secuestrada y luego liberada en el barrio porteño de Palermo tras el pago de un rescate de 43 mil dólares en moneda digital.\n\nEl hecho ocurrió el viernes por la noche en un edificio de la calle Ravignani 1596, en la intersección con Gorriti. Según indicaron fuentes de la investigación a TN, la pareja había sido invitada a cenar por dos chechenos que ocupaban un departamento del primer piso.\n\nLeé también: Así es el primer capítulo del documental que estaba grabando la jueza de la causa por la muerte de Maradona\n\nCerca de las 23, la víctima mujer, de 30 años, comenzó a pedir auxilio en inglés por el balcón. Así llamó la atención de los empleados del restaurante lindero, que inmediatamente se comunicaron con el 911.\n\nCuando un móvil de la Policía de la Ciudad llegó al lugar, se encontró con la mujer y su pareja, un joven de 27 años, que habían sido maniatados.\n\nAllí las víctimas relataron lo sucedido y acusaron a los dos chechenos que habían alquilado ese departamento durante las dos noches anteriores.\n\nTras identificar a los principales sospechosos, la Policía Federal Argentina (PFA) constató que ambos escaparon del país en avión durante las horas posteriores al hecho: habrían tomado un vuelo que partió desde Ezeiza rumbo a los Emiratos Árabes. Ambos ya tienen una alerta roja de Interpol.\n\nLeé también: Condenaron a perpetua a una mujer por matar a su hijastro ciego y tirarlo en la ruta\n\nLas fuentes mencionaron también que la pareja rusa se dedicaba al negocio de las criptomonedas, y que el pago del rescate fue efectuado por un compatriota amigo que vive en el Partido de la Costa. La operación, según aclararon, se hizo a través de una transferencia en moneda digital luego de una conversación con los captores.\n\nLa causa está en manos del Departamento Antisecuestros Sur de la Policía Federal Argentina (PFA), bajo la supervisión de la jueza María Romilda Servini.", - "chars": 2456, - "sha256": "920cdac6530e1e5c3c6138937d9f25d3fd210b2f9e1427358cbbe1271c9defcc", + "text": "Misterioso secuestro de una pareja de rusos en Palermo: buscan a dos sospechosos que se fueron del país | TN\n\nLas víctimas lideraban un negocio de criptomonedas y habrían pagado un rescate. Interpol busca a dos hombres.\n\nLos rusos fueron secuestrados en un departamento ubicado en Ravignani al 1500, casi Gorriti. (Foto: Google Street View)\n\nSeguirSeguinos enAgregá TN como sitio preferido\n\nUna pareja de jóvenes rusos que maneja un negocio de criptomonedas fue secuestrada y luego liberada en el barrio porteño de Palermo tras el pago de un rescate de 43 mil dólares en moneda digital.\n\nEl hecho ocurrió el viernes por la noche en un edificio de la calle Ravignani 1596, en la intersección con Gorriti. Según indicaron fuentes de la investigación a TN, la pareja había sido invitada a cenar por dos chechenos que ocupaban un departamento del primer piso.\n\nLeé también: Así es el primer capítulo del documental que estaba grabando la jueza de la causa por la muerte de Maradona\n\nCerca de las 23, la víctima mujer, de 30 años, comenzó a pedir auxilio en inglés por el balcón. Así llamó la atención de los empleados del restaurante lindero, que inmediatamente se comunicaron con el 911.\n\nCuando un móvil de la Policía de la Ciudad llegó al lugar, se encontró con la mujer y su pareja, un joven de 27 años, que habían sido maniatados.\n\nAllí las víctimas relataron lo sucedido y acusaron a los dos chechenos que habían alquilado ese departamento durante las dos noches anteriores.\n\nTras identificar a los principales sospechosos, la Policía Federal Argentina (PFA) constató que ambos escaparon del país en avión durante las horas posteriores al hecho: habrían tomado un vuelo que partió desde Ezeiza rumbo a los Emiratos Árabes. Ambos ya tienen una alerta roja de Interpol.\n\nLeé también: Condenaron a perpetua a una mujer por matar a su hijastro ciego y tirarlo en la ruta\n\nLas fuentes mencionaron también que la pareja rusa se dedicaba al negocio de las criptomonedas, y que el pago del rescate fue efectuado por un compatriota amigo que vive en el Partido de la Costa. La operación, según aclararon, se hizo a través de una transferencia en moneda digital luego de una conversación con los captores.\n\nLa causa está en manos del Departamento Antisecuestros Sur de la Policía Federal Argentina (PFA), bajo la supervisión de la jueza María Romilda Servini.", + "chars": 2351, + "sha256": "eb3bb1e4dff9816b4e914acb228bf404e58af81cf48e339e74f5831517d7de96", "staged_file": "01_tn-com-ar.txt", - "paragraphs_kept": "ALL 15 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-14 of 15", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:47:09+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-14 plus headline [0]; dropped 1 leading and 0 trailing paragraphs. Case-term hits on page: 3.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "235": [ @@ -5319,43 +6425,45 @@ "234": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://cointelegraph.com/news/russian-arrested-south-korea-attempted-crypto-robbery", "source": "cointelegraph.com", "language": "unknown", - "text": "Russian Arrested in South Korea for Attempted $730K Crypto Robbery\n\nWritten by Amin Haqshanasstaff writerReviewed by Bryan O'Sheastaff editor\n\nRussian national arrested in South Korea for attempted crypto robbery\n\nSouth Korean police arrested a Russian national in Busan after a failed $730,000 crypto robbery in Seoul.\n\nSouth Korean authorities have arrested one of three Russian nationals accused of an attempted robbery during a fake crypto deal in Seoul. The suspects allegedly lured Korean investors to a hotel, where they tried to steal 1 billion won (approximately $730,000) in cash.\n\nThe Gangseo Police Precinct in Seoul detained a man in his 20s in Busan on May 27, according to a report by local news outlet JoongAng Daily. The suspect faces charges of assault and attempted robbery. The other two suspects reportedly fled South Korea shortly after the incident.\n\nAccording to investigators, the robbery attempt occurred on May 21 at a hotel in Seoul’s Gangseo District. The suspects posed as participants in a peer-to-peer crypto transaction and invited 10 Korean men to the hotel.\n\nTwo were called to the room while the others waited in the lobby. Inside the room, the suspects — wearing protective vests — ambushed the victims with a replica handgun and a telescopic baton, tying their hands with cable ties.\n\nPolice seize weapons, launch global manhunt\n\nPer the report, one of the victims managed to escape and raise the alarm, prompting the suspects to flee without the cash. Police responded to an emergency call and found one man bleeding in the lobby.\n\nOfficers discovered a cache of equipment in the suspects’ hotel room, including a replica firearm, batons, vests and a money counter. Police suspect the robbery had been carefully planned.\n\nA request to prevent the suspects from leaving the country was filed the next morning, but two had already departed. “We have requested assistance from Interpol to track down the suspects who fled overseas,” a police official reportedly said.\n\nAuthorities are now questioning the detained suspect and preparing to seek a pretrial detention warrant.\n\nThe incident comes amid a recent uptick in crypto-related violent crimes, including kidnapping and ransom cases.\n\nA Manhattan crypto investor faces serious charges after allegedly kidnapping and torturing an Italian man in a bid to extract access to digital assets.\n\nOn May 13, the family of Pierre Noizat, the co-founder and CEO of French crypto exchange Paymium, was targeted in an attempted kidnapping.\n\nIn response, executives and investors in the crypto industry are increasingly seeking personal security services. On May 18, private firm Infinite Risks International reported a rise in requests for bodyguards and protection contracts from high-profile figures in the crypto space.\n\nMagazine: TradFi is building Ethereum L2s to tokenize trillions in RWAs: Inside story\n\nCointelegraph is committed to independent, transparent journalism. This news article is produced in accordance with Cointelegraph’s Editorial Policy and aims to provide accurate and timely information. Readers are encouraged to verify information independently.\n\nBitcoin ETF inflows hit $3.8B in strongest three-week stretch of 2026\n\nBitcoin ETF inflows hit $731M, highest since January as BTC reclaims $80K\n\nBitcoin reclaims $80K as DXY falls amid continuing suspected yen intervention", - "chars": 3374, - "sha256": "8a830ae7b363e2807517646f11ebf295b4bf56429d7158d46b33b4df05397716", + "text": "Russian Arrested in South Korea for Attempted $730K Crypto Robbery\n\nSouth Korean police arrested a Russian national in Busan after a failed $730,000 crypto robbery in Seoul.\n\nSouth Korean authorities have arrested one of three Russian nationals accused of an attempted robbery during a fake crypto deal in Seoul. The suspects allegedly lured Korean investors to a hotel, where they tried to steal 1 billion won (approximately $730,000) in cash.\n\nThe Gangseo Police Precinct in Seoul detained a man in his 20s in Busan on May 27, according to a report by local news outlet JoongAng Daily. The suspect faces charges of assault and attempted robbery. The other two suspects reportedly fled South Korea shortly after the incident.\n\nAccording to investigators, the robbery attempt occurred on May 21 at a hotel in Seoul’s Gangseo District. The suspects posed as participants in a peer-to-peer crypto transaction and invited 10 Korean men to the hotel.\n\nTwo were called to the room while the others waited in the lobby. Inside the room, the suspects — wearing protective vests — ambushed the victims with a replica handgun and a telescopic baton, tying their hands with cable ties.\n\nPolice seize weapons, launch global manhunt\n\nPer the report, one of the victims managed to escape and raise the alarm, prompting the suspects to flee without the cash. Police responded to an emergency call and found one man bleeding in the lobby.\n\nOfficers discovered a cache of equipment in the suspects’ hotel room, including a replica firearm, batons, vests and a money counter. Police suspect the robbery had been carefully planned.\n\nA request to prevent the suspects from leaving the country was filed the next morning, but two had already departed. “We have requested assistance from Interpol to track down the suspects who fled overseas,” a police official reportedly said.\n\nAuthorities are now questioning the detained suspect and preparing to seek a pretrial detention warrant.\n\nThe incident comes amid a recent uptick in crypto-related violent crimes, including kidnapping and ransom cases.\n\nA Manhattan crypto investor faces serious charges after allegedly kidnapping and torturing an Italian man in a bid to extract access to digital assets.\n\nOn May 13, the family of Pierre Noizat, the co-founder and CEO of French crypto exchange Paymium, was targeted in an attempted kidnapping.\n\nIn response, executives and investors in the crypto industry are increasingly seeking personal security services. On May 18, private firm Infinite Risks International reported a rise in requests for bodyguards and protection contracts from high-profile figures in the crypto space.\n\nMagazine: TradFi is building Ethereum L2s to tokenize trillions in RWAs: Inside story\n\nCointelegraph is committed to independent, transparent journalism. This news article is produced in accordance with Cointelegraph’s Editorial Policy and aims to provide accurate and timely information. Readers are encouraged to verify information independently.", + "chars": 3003, + "sha256": "63e0a95426a4e977d4e10039c548d90d7659976e49dab4c71c061cd3304cea38", "staged_file": "01_cointelegraph-com.txt", - "paragraphs_kept": "ALL 22 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 3-18 of 22", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:47:14+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-18 plus headline [0]; dropped 2 leading and 3 trailing paragraphs. Case-term hits on page: 31.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "233": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.europe1.fr/Police-Justice/info-europe-1-cryptomonnaies-les-enqueteurs-dejouent-un-nouveau-kidnapping-en-normandie-759929", "source": "europe1.fr", "language": "unknown", - "text": "INFO EUROPE 1 - Cryptomonnaies : les enquêteurs déjouent un nouveau kidnapping en Normandie\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n \n \n \n \n\n \n \n\n \n \n \n \n\n \n \n \n \n \n \n \n \n\n \n\n \n \n\n \n \n \n \n \n \n \n\n \n \n\n \n\n\n \n\n\n \n Aller au contenu principal\n\nINFO EUROPE 1 - Cryptomonnaies : les enquêteurs déjouent un nouveau kidnapping en Normandie\n\nPublié le\n 18/06/2025 à 11:01\n \n \n -\n Mis à jour le\n 18/06/2025 à 11:11\n\nSelon les informations d’Europe 1, les policiers ont interpellé la semaine dernière cinq individus qui s’apprêtaient à enlever un jeune trader en cryptomonnaies. Tous ont été mis en examen et écroués.\n\nLes entrepreneurs multimillionnaires grâce à leur portefeuille de cryptomonnaies ne sont pas les uniques cibles des ravisseurs. Les plus modestes, aussi, attisent les convoitisent. C’est la leçon tirée d’un nouveau projet de kidnapping déjoué par les policiers normands.\n\nL’affaire remonte au 18 mai. Une mère de famille âgée de 46 ans et son fils de 22 ans présentent aux policiers un message indiquant que leur domicile est en train d’être surveillé par une équipe de malfaiteurs qui a pour projet de les enlever. Leur objectif ? Couper une phalange du doigt de la mère pour forcer son fils, jeune trader en cryptomonnaies, par ailleurs autiste, à vider son portefeuille numérique.\n\nLes enquêteurs se rendent compte qu’une balise GPS a été posée sous la voiture familiale. Et que le domicile de la famille a été visité récemment. La juridiction inter-régionale spécialisée (JIRS) de Lille confie les investigations aux enquêteurs du Havre et aux policiers de l’office central de lutte contre le crime organisé.\n\nÀ lire aussi :\n \n Paris : des proches d’une personnalité des cryptomonnaies victimes d’une tentative d’enlèvement\n\nQuelques semaines plus tard, un véhicule suspect semble se diriger vers la Normandie pour se rendre à proximité du lieu du domicile des victimes le 11 juin dernier. Les enquêteurs montent alors en urgence un dispositif. Deux autres véhicules de location sont repérés en train d'effectuer des repérages autour de la maison. Finalement, en fin d’après-midi, l’interception est réalisée par la BRI de Rouen et l’antenne de l’office antistupéfiants (OFAST) du Havre. Dans les voitures, un couteau et un rouleau de ruban adhésif ont été retrouvés. Cinq suspects, âgés de 18 à 24 ans, sont interpellés. Ils ont été mis en examen et incarcérés le week-end dernier.\n\nCet article vous a plu ? Vous aimerez aussi...\n\nJapon : Washington intervient pour soutenir le yen, un «geste d'amitié» selon Trump\n\nPas moins de 10 propositions : la BCE dévoile ses nouveaux billets en euros, voici comment choisir ceux que vous préférez\n\nAffaire Lyhanna : une cagnotte ouverte par la tante de la petite fille afin d'aider ses parents «à traverser cette épreuve»\n\nRetrouvez la radio en direct, toutes vos émissions en replay, et tous les podcasts europe 1 Studio sur l’application d’Europe1.", - "chars": 2914, - "sha256": "df01d5de5250c0f6498afc24b8f334b1d0f35dc6e687d596339cf95e0b04cd6b", + "text": "INFO EUROPE 1 - Cryptomonnaies : les enquêteurs déjouent un nouveau kidnapping en Normandie\n \n\nQuelques semaines plus tard, un véhicule suspect semble se diriger vers la Normandie pour se rendre à proximité du lieu du domicile des victimes le 11 juin dernier. Les enquêteurs montent alors en urgence un dispositif. Deux autres véhicules de location sont repérés en train d'effectuer des repérages autour de la maison. Finalement, en fin d’après-midi, l’interception est réalisée par la BRI de Rouen et l’antenne de l’office antistupéfiants (OFAST) du Havre. Dans les voitures, un couteau et un rouleau de ruban adhésif ont été retrouvés. Cinq suspects, âgés de 18 à 24 ans, sont interpellés. Ils ont été mis en examen et incarcérés le week-end dernier.\n\nCet article vous a plu ? Vous aimerez aussi...\n\nJapon : Washington intervient pour soutenir le yen, un «geste d'amitié» selon Trump\n\nPas moins de 10 propositions : la BCE dévoile ses nouveaux billets en euros, voici comment choisir ceux que vous préférez\n\nAffaire Lyhanna : une cagnotte ouverte par la tante de la petite fille afin d'aider ses parents «à traverser cette épreuve»\n\nRetrouvez la radio en direct, toutes vos émissions en replay, et tous les podcasts europe 1 Studio sur l’application d’Europe1.", + "chars": 1262, + "sha256": "410bd1b4c979ce42959bf6d0a2e945acffe2abafacd84fa9353085c6a0a85747", "staged_file": "01_europe1-fr.txt", - "paragraphs_kept": "ALL 48 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 42-47 of 48", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:47:16+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 42-47 plus headline [0]; dropped 41 leading and 0 trailing paragraphs. Case-term hits on page: 9.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "232": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://decrypt.co/321273/crypto-founder-abducted-500k-gunpoint", "source": "decrypt.co", "language": "unknown", @@ -5363,47 +6471,50 @@ "chars": 4117, "sha256": "ba577dc8708da186ed507b9ced155c6df54406940b22ddb707c58aeff5159a7d", "staged_file": "01_decrypt-co.txt", - "paragraphs_kept": "ALL 27 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-26 of 27", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:47:18+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-26 plus headline [0]; dropped 0 leading and 0 trailing paragraphs. Case-term hits on page: 28.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "231": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.monumental.com.py/secciones/va-con-onda/expulsan-a-ciudadanos-chinos-tras-intento-de-asalto-a-criptomineria-en-coronel-bogado", "source": "monumental.com.py", "language": "unknown", - "text": "Expulsan a ciudadanos chinos tras intento de asalto a criptominería en Coronel Bogado - Radio Monumental 1080 AM | Donde se genera la información\n\nExpulsan a ciudadanos chinos tras intento de asalto a criptominería en Coronel Bogado\n\nAl corroborar la información con Interpol, los agentes constataron que tres de ellos no tenían ingreso legal al país.\n\nMayo 15, 2025 11:18 a. m.\n\nTres ciudadanos chinos fueron expulsados ayer de Paraguay tras el intento de asalto a una empresa de criptominería en Coronel Bogado, un hecho que derivó en una persecución y tiroteo con la Policía Nacional. La fiscal interviniente, Irene Rolón, explicó que la expulsión ocurrió luego de que se constatara que los extranjeros no tenían ingreso legal al país.\n\nRolón detalló que, durante el allanamiento de una granja en San Pedro del Paraná, los investigadores encontraron una habitación cerrada dentro de la instalación, lo que despertó sospechas sobre posibles elementos ocultos. Ante esto, solicitaron al encargado que abriera la puerta, lo que llevó al descubrimiento de cuatro personas de nacionalidad china.\n\nLos agentes utilizaron herramientas tecnológicas para verificar su identidad, debido a que los extranjeros no entendían español. “Son chinos de China continental”, aclaró Rolón. Posteriormente, se les solicitó presentar sus documentos, lo que permitió el acceso a sus pasaportes dentro de sus habitaciones.\n\nAl corroborar la información con Interpol, los agentes constataron que tres de ellos no tenían ingreso legal al país. “Con información de la Interpol, se convocó a su personal, quienes hicieron las averiguaciones y se percataron de que estas personas no tenían ingreso legal al país”, afirmó la fiscal. Rolón se puso en contacto con el Ministerio Público y la Fiscalía de Turno de Trata de Personas, para esclarecer si los detenidos eran víctimas de tráfico de personas.\n\n“La investigación concluyó que estas personas no eran objeto de trata, por lo que iniciamos el trámite administrativo y comunicamos al Ejecutivo sobre la situación”, explicó. Sobre la presencia de estos extranjeros en Paraguay, se confirmó que ya llevaban meses en la empresa. “Ellos vinieron como programadores a trabajar en la empresa”, indicó la fiscal.\n\nSin embargo, la investigación determinó que ingresaron por Bolivia y Brasil, sin contar con el registro legal de entrada a Paraguay.\n\nEn cuanto al propietario de la empresa minera donde trabajaban los extranjeros, Rolón afirmó que se le solicitó presentar toda la documentación sobre la contratación de estos programadores. “Le pedimos que nos acerque toda la documentación, quedó en entregarnos todo para el día viernes”, explicó.\n\nAdemás, la fiscal instó al empresario a contar con asesoría legal para garantizar que el proceso se lleve adelante bajo el marco normativo vigente.\n\nLicitación de 5G dejó fuera a operadores, según experto\n\nClaro y NubiCom recibieron 200 megahertz cada uno. Especialista sostuvo que adjudicación parcial redujo eficiencia.\n\nMayo 29, 2026 11:43 a. m.\n\nSeñalan fracaso del modelo de formación policial por reducción del tiempo de instrucción\n\nCriminólogo señaló que agentes no asimilan cultura institucional. Costo de ingreso a la Policía ronda diez millones por persona.\n\nMayo 29, 2026 10:41 a. m.\n\nRolón Luna rechaza versión de Cibils: “los juzgados eran oficinas de cobranza”\n\nAbogado de víctimas comparó defensa de Cibils con Pastor Coronel y afirmó que practicantes eran empleados de casas de crédito.\n\nMayo 28, 2026 11:41 a. m.", - "chars": 3496, - "sha256": "86181a978a9f43bdf9de3493d4eca1484fb0244bd82a4c323dd3f4252d2c30b1", + "text": "Expulsan a ciudadanos chinos tras intento de asalto a criptominería en Coronel Bogado - Radio Monumental 1080 AM | Donde se genera la información\n\nExpulsan a ciudadanos chinos tras intento de asalto a criptominería en Coronel Bogado\n\nAl corroborar la información con Interpol, los agentes constataron que tres de ellos no tenían ingreso legal al país.\n\nMayo 15, 2025 11:18 a. m.\n\nTres ciudadanos chinos fueron expulsados ayer de Paraguay tras el intento de asalto a una empresa de criptominería en Coronel Bogado, un hecho que derivó en una persecución y tiroteo con la Policía Nacional. La fiscal interviniente, Irene Rolón, explicó que la expulsión ocurrió luego de que se constatara que los extranjeros no tenían ingreso legal al país.\n\nRolón detalló que, durante el allanamiento de una granja en San Pedro del Paraná, los investigadores encontraron una habitación cerrada dentro de la instalación, lo que despertó sospechas sobre posibles elementos ocultos. Ante esto, solicitaron al encargado que abriera la puerta, lo que llevó al descubrimiento de cuatro personas de nacionalidad china.\n\nLos agentes utilizaron herramientas tecnológicas para verificar su identidad, debido a que los extranjeros no entendían español. “Son chinos de China continental”, aclaró Rolón. Posteriormente, se les solicitó presentar sus documentos, lo que permitió el acceso a sus pasaportes dentro de sus habitaciones.\n\nAl corroborar la información con Interpol, los agentes constataron que tres de ellos no tenían ingreso legal al país. “Con información de la Interpol, se convocó a su personal, quienes hicieron las averiguaciones y se percataron de que estas personas no tenían ingreso legal al país”, afirmó la fiscal. Rolón se puso en contacto con el Ministerio Público y la Fiscalía de Turno de Trata de Personas, para esclarecer si los detenidos eran víctimas de tráfico de personas.\n\n“La investigación concluyó que estas personas no eran objeto de trata, por lo que iniciamos el trámite administrativo y comunicamos al Ejecutivo sobre la situación”, explicó. Sobre la presencia de estos extranjeros en Paraguay, se confirmó que ya llevaban meses en la empresa. “Ellos vinieron como programadores a trabajar en la empresa”, indicó la fiscal.\n\nSin embargo, la investigación determinó que ingresaron por Bolivia y Brasil, sin contar con el registro legal de entrada a Paraguay.\n\nEn cuanto al propietario de la empresa minera donde trabajaban los extranjeros, Rolón afirmó que se le solicitó presentar toda la documentación sobre la contratación de estos programadores. “Le pedimos que nos acerque toda la documentación, quedó en entregarnos todo para el día viernes”, explicó.\n\nAdemás, la fiscal instó al empresario a contar con asesoría legal para garantizar que el proceso se lleve adelante bajo el marco normativo vigente.\n\nLicitación de 5G dejó fuera a operadores, según experto\n\nClaro y NubiCom recibieron 200 megahertz cada uno. Especialista sostuvo que adjudicación parcial redujo eficiencia.\n\nMayo 29, 2026 11:43 a. m.\n\nSeñalan fracaso del modelo de formación policial por reducción del tiempo de instrucción\n\nCriminólogo señaló que agentes no asimilan cultura institucional. Costo de ingreso a la Policía ronda diez millones por persona.\n\nMayo 29, 2026 10:41 a. m.\n\nRolón Luna rechaza versión de Cibils: “los juzgados eran oficinas de cobranza”\n\nAbogado de víctimas comparó defensa de Cibils con Pastor Coronel y afirmó que practicantes eran empleados de casas de crédito.", + "chars": 3469, + "sha256": "52a1cda0a33018b9b488bcc464022fdac082412399e70829d9fc307602244011", "staged_file": "01_monumental-com-py.txt", - "paragraphs_kept": "ALL 21 paragraphs, untrimmed", + "paragraphs_kept": "0-19 of 21", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:47:20+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 0-19; dropped 0 leading and 1 trailing paragraphs. Case-term hits on page: 19.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "230": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://blockchainmagazine.net/daughter-of-crypto-ceo-escapes-kidnapping-attempt-in-paris/", "source": "blockchainmagazine.net", "language": "unknown", - "text": "Daughter Of Crypto CEO Escapes Kidnapping Attempt In Paris\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n \n \n\n \n\n\n\n \n\n Skip to content\n\nBSC liquidity locks climb 17% while trading momentum fades 15%, signaling capital influx outpacing activity\n\nCoinRabbit Wins “Best Crypto Lending Platform 2026” Award from International Business Magazine\n\nEightco Holdings (NASDAQ: ORBS) Reports Total Holdings of Approximately $380 Million, Includes OpenAI, Beast Industries, More Than 16,000 ETH and Nearly 302 Million WLD Tokens\n\nDWF Labs Expands Global Regulatory Footprint with BVI Virtual Asset Service Provider Approval\n\nAster and World Liberty Financial Launch USD1 RWA Boost: Phase 1, Offering 125M $WLFI + 6.25M USD1 in Rewards\n\nAlkemya Metacore Secures $50M via Tokenised Equity to Scale Nickel Energy and Security Tech\n\nBitmine Announces 5.90 Million ETH Holdings and $15.6 Billion in Total Assets\n\nDaughter of Crypto CEO Escapes Kidnapping Attempt in Paris\n\nLast Updated: May 16, 2025By Editor's Desk\n\nPARIS – On Tuesday, May 13, 2025, the daughter and grandson of Pierre Noizat, CEO and co-founder of Paymium, a leading French cryptocurrency exchange, narrowly escaped a violent kidnapping attempt in Paris’s 11th district. The brazen attack, captured on video and widely shared on social media, has shocked the city and highlighted the growing dangers faced by cryptocurrency industry figures.\n\nThe incident unfolded around 8:20 AM local time on Rue Pache in central Paris. Three masked men, armed with what appeared to be a handgun, leapt from a white van bearing a fake logo and attempted to force the woman and her two-year-old son into the vehicle. The woman, who is five months pregnant, and her husband resisted fiercely. In a remarkable act of bravery, she seized the attacker’s handgun—later identified as an Airsoft gun—and threw it away. Her husband, attempting to protect his family, was beaten with blunt objects but continued to fight back.\n\nThe victims’ screams alerted nearby residents and passers-by. A local shop owner, identified by Reuters as Nabil, intervened by throwing a fire extinguisher at the assailants, an action that has earned him praise as a hero. The growing crowd and public response forced the attackers to abandon their plan. They fled in the van, which was later found abandoned a few streets away. The family sustained light injuries, with the woman treated for shock and her husband for facial injuries. All three were taken to a hospital for care.\n\nPierre Noizat, a graduate of École Polytechnique, is a prominent figure in the cryptocurrency industry. He co-founded Paymium in 2011, a platform recognized as a pioneer in Bitcoin trading in Europe and described as the world’s oldest crypto-to-fiat exchange. While Noizat’s personal fortune is not publicly known, his early investment in Bitcoin and leadership in the crypto sector make him a high-profile target. Paymium issued a statement expressing sadness over the attack and extended support to the victims’ family, while calling for stronger protections for those in the cryptocurrency ecosystem.\n\nThis kidnapping attempt is the third reported crypto-related incident in France this year, according to CryptoBriefing. Earlier in May 2025, a 60-year-old Frenchman, the father of a crypto-millionaire, had a finger severed by kidnappers demanding ransom. In another case, Ledger co-founder David Balland was kidnapped, with his business partner receiving a video of the severed finger alongside a €10 million cryptocurrency ransom demand. In December 2024, the father of a Dubai-based French crypto influencer was targeted in eastern France, tied up, and held for ransom.\n\nThese incidents suggest a pattern of organized criminal groups targeting cryptocurrency entrepreneurs and their families, likely due to their perceived wealth in digital assets. Globally, similar cases have emerged, such as a Las Vegas incident where three Florida teenagers kidnapped a crypto investor, forcing him to transfer $4 million in cryptocurrency and NFTs.\n\nThe Paris prosecutor’s office has assigned the Brigade de Répression du Banditisme (BRB), an anti-banditry brigade, to investigate the case. Authorities are exploring whether the motive was financially driven, given the family’s ties to the crypto industry. No arrests have been made as of May 15, 2025, and the investigation remains active. The Paris judicial police’s anti-crime unit is also involved, analyzing video footage and other evidence.\n\nFrench Interior Minister Bruno Retailleau responded to the attack by announcing a meeting with cryptocurrency entrepreneurs to discuss enhanced security measures, as reported by CNN. Paymium thanked Retailleau for his commitment and urged authorities to “immediately adopt measures to reinforce the protection of collaborators of companies in the cryptocurrency ecosystem.”\n\nThe attack underscores the increasing vulnerability of cryptocurrency industry leaders to violent crime. The decentralized and often anonymous nature of digital assets can make crypto holders attractive targets for extortion and kidnapping. Law enforcement agencies worldwide have warned of rising crypto-related crimes, with organized groups exploiting the wealth concentrated in the sector.\n\nThe incident has prompted calls for greater collaboration between the cryptocurrency industry and law enforcement to develop strategies for protecting high-profile figures. It also raises questions about the public visibility of crypto entrepreneurs, as their success may inadvertently expose them and their families to risk.\n\nThe video of the attack, filmed by an onlooker from an apartment window, has gone viral, amplifying public awareness of the incident. Local media, including BFMTV, reported on the family’s injuries and the community’s response. The bravery of Nabil, the shop owner, has been widely celebrated, with Reuters noting his quick thinking. Social media discussions have focused on both the audacity of the attack and the rising threats to the crypto community.\n\nAs the investigation continues, the incident serves as a stark reminder of the personal risks faced by those in the cryptocurrency industry. The outcome of Retailleau’s meeting with crypto entrepreneurs may lead to new policies or security protocols to safeguard the sector. For now, the focus remains on supporting the affected family and preventing future attacks.\n\nThis event, while deeply unsettling, has also highlighted the resilience of the victims and the power of community intervention. The courage of the woman, her husband, and the passers-by who stepped in has prevented a potentially tragic outcome, offering a glimmer of hope amid a troubling trend.\n\nStay informed with daily updates from Blockchain Magazine on Google News. Click here to follow us and mark as favorite: [Blockchain Magazine on Google News].\n\nDisclaimer: Any post shared by a third-party agency are sponsored and Blockchain Magazine has no views on any such posts. The views and opinions expressed in this post are those of the clients and do not necessarily reflect the official policy or position of Blockchain Magazine. The information provided in this post is for informational purposes only and should not be considered as financial, investment, or professional advice. Blockchain Magazine does not endorse or promote any specific products, services, or companies mentioned in this posts. Readers are encouraged to conduct their own research and consult with a qualified professional before making any financial decisions.\n\nThis Virtual Cat Is Costlier Than Your Car\n\nStudents In India To Get Tamper-Proof Certificates Thanks To Blockchain\n\nAustralian based InQ Innovation partners with Indian Blockchain Council\n\nBlockchain Magazine is a leading global platform covering Web3, DeFi, NFTs, and blockchain trends—empowering innovation through news, insights, interviews, and expert-driven content.\n\n© 2015 - 2026 Blockchain Magazine Now in USA | Singapore | India • All Rights Reserved.\n\nLooking to expand your reach in the blockchain industry? Advertise with Blockchain Magazine and connect with a highly engaged global audience.\n\nFor more information on our audience demographics, statistics, and advertising opportunities, visit our detailed Advertise page.\n\nStay ahead of the curve with expert analysis, market updates, and exclusive content curated by our team of blockchain enthusiasts.", - "chars": 8471, - "sha256": "4252b581f8661f0386067863c232d2643612e18688fad9029b774718ecf8ae66", + "text": "Daughter Of Crypto CEO Escapes Kidnapping Attempt In Paris\n\nPARIS – On Tuesday, May 13, 2025, the daughter and grandson of Pierre Noizat, CEO and co-founder of Paymium, a leading French cryptocurrency exchange, narrowly escaped a violent kidnapping attempt in Paris’s 11th district. The brazen attack, captured on video and widely shared on social media, has shocked the city and highlighted the growing dangers faced by cryptocurrency industry figures.\n\nThe incident unfolded around 8:20 AM local time on Rue Pache in central Paris. Three masked men, armed with what appeared to be a handgun, leapt from a white van bearing a fake logo and attempted to force the woman and her two-year-old son into the vehicle. The woman, who is five months pregnant, and her husband resisted fiercely. In a remarkable act of bravery, she seized the attacker’s handgun—later identified as an Airsoft gun—and threw it away. Her husband, attempting to protect his family, was beaten with blunt objects but continued to fight back.\n\nThe victims’ screams alerted nearby residents and passers-by. A local shop owner, identified by Reuters as Nabil, intervened by throwing a fire extinguisher at the assailants, an action that has earned him praise as a hero. The growing crowd and public response forced the attackers to abandon their plan. They fled in the van, which was later found abandoned a few streets away. The family sustained light injuries, with the woman treated for shock and her husband for facial injuries. All three were taken to a hospital for care.\n\nPierre Noizat, a graduate of École Polytechnique, is a prominent figure in the cryptocurrency industry. He co-founded Paymium in 2011, a platform recognized as a pioneer in Bitcoin trading in Europe and described as the world’s oldest crypto-to-fiat exchange. While Noizat’s personal fortune is not publicly known, his early investment in Bitcoin and leadership in the crypto sector make him a high-profile target. Paymium issued a statement expressing sadness over the attack and extended support to the victims’ family, while calling for stronger protections for those in the cryptocurrency ecosystem.\n\nThis kidnapping attempt is the third reported crypto-related incident in France this year, according to CryptoBriefing. Earlier in May 2025, a 60-year-old Frenchman, the father of a crypto-millionaire, had a finger severed by kidnappers demanding ransom. In another case, Ledger co-founder David Balland was kidnapped, with his business partner receiving a video of the severed finger alongside a €10 million cryptocurrency ransom demand. In December 2024, the father of a Dubai-based French crypto influencer was targeted in eastern France, tied up, and held for ransom.\n\nThese incidents suggest a pattern of organized criminal groups targeting cryptocurrency entrepreneurs and their families, likely due to their perceived wealth in digital assets. Globally, similar cases have emerged, such as a Las Vegas incident where three Florida teenagers kidnapped a crypto investor, forcing him to transfer $4 million in cryptocurrency and NFTs.\n\nThe Paris prosecutor’s office has assigned the Brigade de Répression du Banditisme (BRB), an anti-banditry brigade, to investigate the case. Authorities are exploring whether the motive was financially driven, given the family’s ties to the crypto industry. No arrests have been made as of May 15, 2025, and the investigation remains active. The Paris judicial police’s anti-crime unit is also involved, analyzing video footage and other evidence.\n\nFrench Interior Minister Bruno Retailleau responded to the attack by announcing a meeting with cryptocurrency entrepreneurs to discuss enhanced security measures, as reported by CNN. Paymium thanked Retailleau for his commitment and urged authorities to “immediately adopt measures to reinforce the protection of collaborators of companies in the cryptocurrency ecosystem.”\n\nThe attack underscores the increasing vulnerability of cryptocurrency industry leaders to violent crime. The decentralized and often anonymous nature of digital assets can make crypto holders attractive targets for extortion and kidnapping. Law enforcement agencies worldwide have warned of rising crypto-related crimes, with organized groups exploiting the wealth concentrated in the sector.\n\nThe incident has prompted calls for greater collaboration between the cryptocurrency industry and law enforcement to develop strategies for protecting high-profile figures. It also raises questions about the public visibility of crypto entrepreneurs, as their success may inadvertently expose them and their families to risk.\n\nThe video of the attack, filmed by an onlooker from an apartment window, has gone viral, amplifying public awareness of the incident. Local media, including BFMTV, reported on the family’s injuries and the community’s response. The bravery of Nabil, the shop owner, has been widely celebrated, with Reuters noting his quick thinking. Social media discussions have focused on both the audacity of the attack and the rising threats to the crypto community.\n\nAs the investigation continues, the incident serves as a stark reminder of the personal risks faced by those in the cryptocurrency industry. The outcome of Retailleau’s meeting with crypto entrepreneurs may lead to new policies or security protocols to safeguard the sector. For now, the focus remains on supporting the affected family and preventing future attacks.\n\nThis event, while deeply unsettling, has also highlighted the resilience of the victims and the power of community intervention. The courage of the woman, her husband, and the passers-by who stepped in has prevented a potentially tragic outcome, offering a glimmer of hope amid a troubling trend.", + "chars": 5759, + "sha256": "18ad0f37f78d7e1afa4cc15ba0c8bf43083c55638a1cb73aa83dc57da7eb3362", "staged_file": "01_blockchainmagazine-net.txt", - "paragraphs_kept": "ALL 62 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 39-51 of 62", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:47:23+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 39-51 plus headline [0]; dropped 38 leading and 10 trailing paragraphs. Case-term hits on page: 25.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_2", @@ -5416,193 +6527,279 @@ "229": [ { "field": "url", - "verdict": "THIN", + "verdict": "KEEP", "url": "https://www.mylondon.news/news/zone-1-news/american-tourist-london-loses-123k-31673388", - "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "source": "mylondon.news", + "language": "unknown", + "text": "American tourist in London loses $123k in crypto after 'drug-enabled abduction by fake Uber driver' - My London\n\nAmerican tourist in London loses $123k in crypto after 'drug-enabled abduction by fake Uber driver'\n\nJacob Irwin-Cline lost his life savings overnight after he was allegedly spiked\n\nCallum Cuddeford Court and Crime Reporter\n\nAn American tourist claims he was drugged and abducted by a fake Uber driver, who then drained $123,000 from his crypto accounts after a night out in London. Jacob Irwin-Cline, 30, says he built his wealth after investing in Bitcoin as a teenager, but now thinks there is a 'less than one per cent chance' he will be able to get any of the money back, even with the help of the FBI's cybercrime team.\n\nThe former software developer from Portland, Oregon, was in the UK on a two-day layover to see his parents in Spain, when he went out to The Roxy on Rathbone Place in Soho, drinking what, he recalls, were around three whiskey sours before deciding to head back to his hostel at around 1.30am on Friday, May 9. After calling an Uber using the app on his phone, he said goodbye to friends and left.\n\nOutside the basement cocktail bar, Jacob recalls a private hire driver flagging him down, calling out the alias Jacob has saved as his name in the app. Jacob also told MyLondon the driver, called Mohammed, looked like the man in the photo that showed up on his app, but he had no time to cross-reference the number plate, or make and model, of the car with the details appearing on his phone.\n\nHaving asked The Roxy for CCTV footage of this moment, by citing GDPR laws, Jacob now says it was a 'dark sedan' that pulled up, and not the Toyota Prius that was advertised on the Uber app. Unaware of this at the time, Jacob accepted the driver's 'abnormal' offer to get in the front passenger seat, remembering: \"The guy seemed super chill, super nice.\"\n\nBut things took a turn when the driver offered Jacob a cigarette, which he now believes was spiked with a rare drug, usually confined to South America, that was once termed the 'world's scariest drug' in a 2012 Vice documentary filmed in Colombia. “I said I stopped smoking, but he said ‘Oh c’mon’. I said ‘Sure, if you want to bond over a cigarette’,\" Jacob told MyLondon.\n\nAfter apparently passing out, falling in an out of consciousness, Jacob said: “I remember being really docile.\" Jacob then claims the driver asked for his phone for directions, and his passcode.\n\n“I vaguely remember going through applications a bit. He got a couple of passkeys from me to enter applications,\" Jacob said, adding: “There was definitely some sort of drug in the cigarette. I passed out for what I assumed to be 20 to 30 minutes.”\n\nWhen Jacob eventually 'came to' in ‘a weird part of London that looked more neighbourhood-y [sic]’, Jacob said he looked over and saw maps on his phone but no navigation. When the driver noticed him regaining consciousness, Jacob claims he immediately 'slammed' the brakes ‘going from 35mph to zero in the middle of the road’.\n\n“He calmly asked me to get out the car and open the trunk,\" Jacob alleged, \"Under the influence of the drug, I did not think that was weird. I just asked why, and he said ‘Don’t ask'. As I was getting out, he drove off and hit half my body, scraping my leg up and I’m left there on the side of the road. I watched him drive away for 10 seconds, then realised my phone was gone and started to come back a bit.\"\n\nJacob, who had a labral repair on his right hip around six months ago, said the 'hit-and-run' left him 'crippled' and 'unable to walk' for multiple days after the incident. Having reviewed the last location ping on his phone, it appears the incident happened near Childs Way in Golders Green, just off Finchley Road.\n\nAfter a kind stranger ordered a taxi to take him back to Urbany Hostel on Prince's Square in Bayswater, Jacob pulled out his laptop and found it had been 'bricked', meaning remotely wiped. He immediately set about trying to get back into his accounts, with help from a flatmate in America who assisted him through a digital backdoor using Jacob's old Android phone.\n\nJacob told MyLondon he did not sleep for three days, only to find out everything was gone. “I lost $123,000 dollars in crypto and assets,\" Jacob said, “They took the majority of my wealth.”\n\nCould 'Devil's Breath' be to blame?\n\nMeanwhile, Jacob said he tried to get toxicology reports from the hospital and police, but no tests were ordered. Jacob believes the robbers might have used scopolamine - a powerful sedative known as 'devil's breath' that makes victims blackout, and, according to some experts, also makes them unusually open to suggestion — including agreeing to hand over a wallet or reveal passwords.\n\nThe US Embassy in Colombia, where there have been security alerts about the drug, describes scopolamine as an 'odorless, tasteless, memory-blocking substance used to incapacitate and rob unwary victims', reports The New York Times. It is far more common in South America, where the drug is derived from the seeds of the native Borrachero tree and is sold recreationally as burundanga.\n\nJacob, who has a YouTube channel where he shares his travels, told MyLondon he is no stranger to official US Government warnings about the drug, having visited South America himself, but had never expected to encounter it, or anything like it, in Europe.\n\nThough it is virtually unheard of in the UK, there was one high-profile case in London when dancer Adrian Murphy's body was discovered at his Battersea flat in 2019. Mr Murphy died from an overdose of scopolamine, administered by murderers Diana Cristea, 19, with her partner Joel Osei, 25, who then used his details to attempt to buy £62,000 worth of diamonds from a jeweller in New York.\n\nDuring the trial, it also emerged that the couple used the drug to rob victims after connecting with them on Grindr, a gay dating app. They were accused of poisoning a second man, who cannot be named. The prosecution said the drug is 'popular with both robbers and rapists', and derived its nickname 'Devil's Breath' because it can be extremely difficult to trace with normal toxicology tests.\n\nIn 2015, there were also reports of a Chinese gang using the drug to carry out robberies in Paris - this time by blowing it in the target's face or claiming it was a herbal medicine. At the time La Parisien newspaper said the scammers were targeting elderly victims who could be turned into 'zombies' by the substance, taken home, and then relieved of their cash and jewellery.\n\nJacob never got a toxicology test (though he did ask), and scopolamine, according to scientists, leaves the body in urine within 12 hours. Therefore, it would be impossible to prove that he had ingested the drug, or, by now, any other date-rape style of drug like GBL or Rohypnol, which have both featured as the drug of choice in high-profile robbery and murder convictions.\n\nThough Jacob has very little memory of his time in The Roxy, he said the club helpfully reviewed footage of him getting into the 'dark sedan' that took him away, which, he says, shows the correct car pulling up behind and waiting until Jacob is taken away. Jacob now believes he was lured into the wrong car - with the driver in control of an Uber account connected to the Prius, which was driven by another conspirator.\n\n\"It was really organised. They locked me out of all of it,\" Jacob said, including the Uber app, which was one of the first things to be locked down. Jacob said his journey back to the hostel was cancelled before the alleged robbery took place, but Uber have kindly refunded him around £6 for the trip. “It was pretty wild to see,\" he added, laughing at the amount.\n\nAsked if criminals could have targeted him using his social media profiles, Jacob said it was unlikely because of the alias he uses on his Uber account: “I think they just got really lucky I had a bit of wealth put away.\"\n\nJacob also shared screenshots with MyLondon that show the balance on his XRP coin wallet dropped from around $73,000 to less than $1,000 the night he was robbed, while his Bitcoin wallet dropped from $50,000 to less than $10 at the same time. He also lost investments on an array of smaller coins, Jacob said.\n\nJacob, a tech whizz, believes he has traced his investments to two wallets - one two different exchanges called MEXC and BTSE. Using details of the accounts provide by Jacob, MyLondon saw around 19,000 XRP left Jacob's account at around 1:50am on May 9, then moved through various wallets. This made it extremely difficult to track, but we successfully followed some of the coins to one of the wallets, while Jacob says he has traced some of his money to another $10,000,000 wallet.\n\nThough he has an idea of where the crypto has gone, without insurance, there is no way of getting it back without the help of the FBI. The Bureau's Virtual Assets Unit (VAU) was set up in 2022, tasked with providing crypto expertise, blockchain analysis, and virtual asset seizure training, but Jacob isn't particularly optimistic about the chances of a seizure.\n\n\"It's virtually impossible to get that money back unless some weird miracle happened - taking down that ring and getting these wallets back,\" explained Jacob, who was made redundant from his developing job around a month ago. \"I was investing in crypto before anyone. I was really into it in high school before Bitcoin was $1,000.\"\n\nReflecting on everything that has happened, he said: \"It sucks man. I'm alive, and that's honestly - I was not so stoked at first - but that's definitely the more important thing. Money will come and go. It's just really strange. I'm just worried guys will keep getting away with it. He probably made enough money that he will not have to do this again for a while.\"\n\nAfter reporting the alleged robbery to the Metropolitan Police, Action Fraud, the FBI's special IC3 cybercrime unit, and Uber, Jacob is staying at an Airbnb in Clapham with his family to make himself available for a police interview. After MyLondon approached the Met with details of the allegations, Jacob was told the assigned officer would be on leave until May 21, two weeks after he called 999.\n\nA Met Police spokesperson said: \"Police were called at 4:48am on Friday, May 9 with reports of a theft in Westminster that morning. A 30-year-old man reported his phone had been stolen at Prince’s Square, following a ride in a taxi. He also alleges that around $150,000 worth of Cryptocurrency was stolen from his bank accounts afterwards. No arrests have as yet been made. Enquiries are ongoing.\"\n\nJacob's original estimate was $150,000 when he reported it to police, though he later revised the estimate down to $123,000.\n\nClaire Webb, Acting Director of Action Fraud, said: “Action Fraud can confirm that it received NFRC250507346333 on 13 May and it is currently being assessed by the National Fraud Intelligence Bureau (NFIB) at the City of London Police.”\n\nAn Uber spokesperson said: “Everybody should feel safe when riding with Uber as the safety of everyone using the app is always the number one priority. The experience the passenger describes is totally unacceptable and we are fully investigating the reported incident.\"\n\nThe Roxy was also approached for comment.\n\nGot a tip, a court date, or some gossip? Please email callum.cuddeford@reachplc.com or WhatsApp 07580255582.", + "chars": 11391, + "sha256": "e9da41bda42ed009c61b09d2a99e51b8d39f3b004d20725b642a3f7af7f2d8a6", + "staged_file": "01_mylondon-news-wayback.txt", + "paragraphs_kept": "headline [0] + 1-38 of 42", + "method": "Wayback Machine snapshot 20251114165824, deterministic extraction", + "fetched_at": "2026-09-05T13:27:35+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20251114165824/https://www.mylondon.news/news/zone-1-news/american-tourist-london-loses-123k-31673388", + "snapshot": "20251114165824", + "note": "live URL was THIN on the first pass; text comes from an archived copy dated 2025-11-14", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-38 plus headline [0]; dropped 0 leading and 3 trailing paragraphs. Case-term hits on page: 64.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "228": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://abcnews.go.com/US/nyc-crypto-kidnapping-torture-case/story?id=122280419", "source": "abcnews.go.com", "language": "unknown", - "text": "What we know about the NYC crypto kidnapping and torture case - ABC News\n\nWhat we know about the NYC crypto kidnapping and torture case\n\nTwo men are accused of torturing a 28-year-old man over his Bitcoin password.\n\nA cryptocurrency dispute led to the alleged kidnapping and torture of an Italian man in a luxury New York City townhouse for over two weeks, according to police.\n\nTwo men -- John Woeltz, 37, and William Duplessie, 33 -- have now been indicted on kidnapping, assault and coercion charges in the case.\n\nMORE: Crypto entrepreneur arrested for allegedly torturing a man for weeks: Police\n\n\"From what we know now, this was a dispute over crypto money,\" NYPD Chief John Chell told reporters. \"They all know each other, but this was a kidnapping for roughly 17 days, where they tortured this person. When I say torture, forced them to take narcotics, put his feet in water and shocked his feet and other types of torture for 17 days.\"\n\nHere's what we know about the case.\n\nThe alleged 28-year-old victim, whose name has not been publicly released by authorities, told police he arrived in New York from Italy on May 6 and went to Woeltz's eight-bedroom SoHo townhouse.\n\nAssistant District Attorney Michael Mattson said Woeltz and Duplessie allegedly lured the man to New York from Italy by threatening to have his family killed.\n\nOnce the alleged victim arrived, he was stripped of his electronics and passport, bound by the wrists and subjected to beatings and electric shock, according to a criminal complaint.\n\nWoeltz allegedly carried the alleged victim to the top flight of stairs and hung him over the ledge and threatened to kill him if he did not provide his Bitcoin password, according to the complaint.\n\nThe alleged victim told authorities the suspects forced him to smoke crack cocaine by holding him down or forcing a pipe into his mouth, prosecutors said.\n\nMORE: 2 NYPD detectives employed by suspect in crypto torture case under investigation: Sources\n\nA prosecutor, Sarah Kahn, shared graphic details of the alleged abuse during the defendant's arraignment hearing on Wednesday. She showed the judge a photo that she said depicted the alleged victim on fire and said the defendants would pour tequila on him, light him on fire and then put the fire out -- sometimes by urinating on him.\n\nWoeltz and Duplessie pistol-whipped the victim with a gun, cut him with a small chainsaw and used various other instruments as part of the torture, Kahn said.\n\nShe said prosecutors have had conversations with other, unnamed law enforcement agencies that indicated Woeltz and Duplessie have tortured people before. She did not elaborate.\n\nThe defense pushed back during the hearing, saying there is video of the alleged victim \"having the time of his life\" and engaging in activity at odds with having been tortured.\n\nThe defense attorneys said they obtained a different video from an eyeglass store taken 36 hours before the alleged victim left the townhouse that purportedly shows him smoking a cigarette by himself on the street.\n\n\"The story that he is selling just doesn't make sense,\" defense attorney Sam Talkin, who represents Duplessie, told the judge.\n\nIn response, Kahn said, \"Victims of abuse are not always going to act in a way that we expect people to do.\"\n\nOn the morning of May 23, the man escaped from the home, running to a traffic enforcement officer for help, police said. The alleged victim was taken to a local hospital in stable condition, police said.\n\nWoman who fatally shot man during confrontation over parking space won't be charged\n\nSuspect in Minneapolis apartment shooting opened fire after custody exchange\n\n‘Dancing With the Stars’ reveals new celeb cast and their pro partners\n\nThe alleged victim was finally able to escape after believing he was going to be shot by telling his captors he would provide the defendants with his Bitcoin password contained on his laptop, according to prosecutors.\n\nWhen Woeltz left the alleged victim to retrieve the laptop, the man was able to escape down the stairs, according to prosecutors.\n\nInside the townhouse, prosecutors said detectives recovered a saw, crack cocaine, chicken wire, T-shirts with pictures of the alleged victim with the crack cocaine pipe in his mouth, body armor, night vision goggles, ballistic helmets, Polaroid pictures of the alleged victim with a firearm pointed to his head and firearm ammunition.\n\nA gun was also recovered in the home, police said.\n\nLaw enforcement said they observed blood in various areas in the apartment where the man indicated he was allegedly tortured.\n\nWoeltz, reportedly dubbed the \"crypto king of Kentucky,\" was taken into custody on May 23. The crypto entrepreneur did not make any comments to reporters as he was escorted out of his apartment by police in handcuffs.\n\nDuplessie turned himself in at the NYPD's 13th Precinct on May 27. He did not respond to reporters' shouted questions while being escorted out of the precinct.\n\nBoth men were initially charged with kidnapping, assault, unlawful imprisonment and criminal possession of a firearm and were denied bail at their initial court appearances.\n\nMORE: 2nd suspect arrested in SoHo torture case, officials say beatings, drugs and gun used\n\nProsecutors convinced the judge to hold Woeltz without bail by pointing out that he is from Kentucky and has the means to flee, including a private jet and helicopter.\n\nA judge denied Duplessie's attorney's request for him to be held under home detention with his father in Florida on $1 million bail, ABC New York station WABC reported. His attorney called the facts of the case and Duplessie's involvement \"hotly disputed,\" according to WABC.\n\nBoth men have since been indicted by a grand jury on a dozen counts, including kidnapping, assault and coercion. They pleaded not guilty during their arraignment on Wednesday.\n\nJudge Gregory Carro ordered them to remain held without bail through their next court appearance on July 15.\n\nAttorneys for both suspects had no comment when previously contacted by ABC News.\n\nA 24-year-old woman was also arrested on May 23 for kidnapping and unlawful imprisonment in connection with the case, police said. Though the Manhattan District Attorney's Office is not prosecuting her at this time and she is not in police custody.\n\nNYPD Commissioner Jessica Tisch told a local station on May 27 that the two men are currently the only suspects in the case.\n\n\"So far, it's those two we're looking at,\" she said. \"There may be others.\"\n\n24/7 coverage of breaking news and live events", - "chars": 6551, - "sha256": "6ee35894192cad7c13027c021acf2705e35d9db270c5e2c51817e5e08a274055", + "text": "What we know about the NYC crypto kidnapping and torture case - ABC News\n\nTwo men are accused of torturing a 28-year-old man over his Bitcoin password.\n\nA cryptocurrency dispute led to the alleged kidnapping and torture of an Italian man in a luxury New York City townhouse for over two weeks, according to police.\n\nTwo men -- John Woeltz, 37, and William Duplessie, 33 -- have now been indicted on kidnapping, assault and coercion charges in the case.\n\nMORE: Crypto entrepreneur arrested for allegedly torturing a man for weeks: Police\n\n\"From what we know now, this was a dispute over crypto money,\" NYPD Chief John Chell told reporters. \"They all know each other, but this was a kidnapping for roughly 17 days, where they tortured this person. When I say torture, forced them to take narcotics, put his feet in water and shocked his feet and other types of torture for 17 days.\"\n\nHere's what we know about the case.\n\nThe alleged 28-year-old victim, whose name has not been publicly released by authorities, told police he arrived in New York from Italy on May 6 and went to Woeltz's eight-bedroom SoHo townhouse.\n\nAssistant District Attorney Michael Mattson said Woeltz and Duplessie allegedly lured the man to New York from Italy by threatening to have his family killed.\n\nOnce the alleged victim arrived, he was stripped of his electronics and passport, bound by the wrists and subjected to beatings and electric shock, according to a criminal complaint.\n\nWoeltz allegedly carried the alleged victim to the top flight of stairs and hung him over the ledge and threatened to kill him if he did not provide his Bitcoin password, according to the complaint.\n\nThe alleged victim told authorities the suspects forced him to smoke crack cocaine by holding him down or forcing a pipe into his mouth, prosecutors said.\n\nMORE: 2 NYPD detectives employed by suspect in crypto torture case under investigation: Sources\n\nA prosecutor, Sarah Kahn, shared graphic details of the alleged abuse during the defendant's arraignment hearing on Wednesday. She showed the judge a photo that she said depicted the alleged victim on fire and said the defendants would pour tequila on him, light him on fire and then put the fire out -- sometimes by urinating on him.\n\nWoeltz and Duplessie pistol-whipped the victim with a gun, cut him with a small chainsaw and used various other instruments as part of the torture, Kahn said.\n\nShe said prosecutors have had conversations with other, unnamed law enforcement agencies that indicated Woeltz and Duplessie have tortured people before. She did not elaborate.\n\nThe defense pushed back during the hearing, saying there is video of the alleged victim \"having the time of his life\" and engaging in activity at odds with having been tortured.\n\nThe defense attorneys said they obtained a different video from an eyeglass store taken 36 hours before the alleged victim left the townhouse that purportedly shows him smoking a cigarette by himself on the street.\n\n\"The story that he is selling just doesn't make sense,\" defense attorney Sam Talkin, who represents Duplessie, told the judge.\n\nIn response, Kahn said, \"Victims of abuse are not always going to act in a way that we expect people to do.\"\n\nOn the morning of May 23, the man escaped from the home, running to a traffic enforcement officer for help, police said. The alleged victim was taken to a local hospital in stable condition, police said.\n\nWoman who fatally shot man during confrontation over parking space won't be charged\n\nSuspect in Minneapolis apartment shooting opened fire after custody exchange\n\n‘Dancing With the Stars’ reveals new celeb cast and their pro partners\n\nThe alleged victim was finally able to escape after believing he was going to be shot by telling his captors he would provide the defendants with his Bitcoin password contained on his laptop, according to prosecutors.\n\nWhen Woeltz left the alleged victim to retrieve the laptop, the man was able to escape down the stairs, according to prosecutors.\n\nInside the townhouse, prosecutors said detectives recovered a saw, crack cocaine, chicken wire, T-shirts with pictures of the alleged victim with the crack cocaine pipe in his mouth, body armor, night vision goggles, ballistic helmets, Polaroid pictures of the alleged victim with a firearm pointed to his head and firearm ammunition.\n\nA gun was also recovered in the home, police said.\n\nLaw enforcement said they observed blood in various areas in the apartment where the man indicated he was allegedly tortured.\n\nWoeltz, reportedly dubbed the \"crypto king of Kentucky,\" was taken into custody on May 23. The crypto entrepreneur did not make any comments to reporters as he was escorted out of his apartment by police in handcuffs.\n\nDuplessie turned himself in at the NYPD's 13th Precinct on May 27. He did not respond to reporters' shouted questions while being escorted out of the precinct.\n\nBoth men were initially charged with kidnapping, assault, unlawful imprisonment and criminal possession of a firearm and were denied bail at their initial court appearances.\n\nMORE: 2nd suspect arrested in SoHo torture case, officials say beatings, drugs and gun used\n\nProsecutors convinced the judge to hold Woeltz without bail by pointing out that he is from Kentucky and has the means to flee, including a private jet and helicopter.\n\nA judge denied Duplessie's attorney's request for him to be held under home detention with his father in Florida on $1 million bail, ABC New York station WABC reported. His attorney called the facts of the case and Duplessie's involvement \"hotly disputed,\" according to WABC.\n\nBoth men have since been indicted by a grand jury on a dozen counts, including kidnapping, assault and coercion. They pleaded not guilty during their arraignment on Wednesday.\n\nJudge Gregory Carro ordered them to remain held without bail through their next court appearance on July 15.\n\nAttorneys for both suspects had no comment when previously contacted by ABC News.\n\nA 24-year-old woman was also arrested on May 23 for kidnapping and unlawful imprisonment in connection with the case, police said. Though the Manhattan District Attorney's Office is not prosecuting her at this time and she is not in police custody.\n\nNYPD Commissioner Jessica Tisch told a local station on May 27 that the two men are currently the only suspects in the case.\n\n\"So far, it's those two we're looking at,\" she said. \"There may be others.\"", + "chars": 6440, + "sha256": "5ee2b5906b09e5758195b6b3836f9e1224f017fb96383a36c96c282912559aa2", "staged_file": "01_abcnews-go-com.txt", - "paragraphs_kept": "ALL 43 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-41 of 43", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:47:27+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-41 plus headline [0]; dropped 1 leading and 1 trailing paragraphs. Case-term hits on page: 16.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_2", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.reuters.com/world/us/two-men-plead-not-guilty-violent-new-york-crypto-kidnapping-case-2025-06-11/", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "reuters.com", + "language": "unknown", + "text": "Men plead not guilty in NY to kidnapping, setting friend on fire with tequila for crypto | Reuters\n\nItem 1 of 7 William Duplessie appears in Manhattan Criminal Court on cryptocurrency-related kidnapping charges, in New York City, U.S., June 11, 2025. REUTERS/Kylie Cooper\n\n[1/7]William Duplessie appears in Manhattan Criminal Court on cryptocurrency-related kidnapping charges, in New York City, U.S., June 11, 2025. REUTERS/Kylie Cooper Purchase Licensing Rights, opens new tab\n\nDefense disputes prosecution's allegations of torture\n\nDefendants face possible life in prison if convicted\n\nCryptocurrency kidnappings rise as bitcoin price surges\n\nNEW YORK, June 11 (Reuters) - Two men pleaded not guilty on Wednesday to charges they kidnapped a friend for three weeks at a townhouse in Manhattan's upscale SoHo neighborhood, cut him with a chainsaw and set him on fire after dousing him with tequila to try to get him to reveal his bitcoin password.\n\nDefendants John Woeltz, 37, and William Duplessie, 33, appeared in a Manhattan court before Justice Gregory Carro, who denied their request to be released on bail pending trial on charges that carry up to a life sentence if convicted.\n\nTheir lawyers during the hearing disputed the prosecution account that the men had tortured the alleged victim, who was not identified by name in court. Duplessie's lawyer Sam Talkin said the alleged victim was \"having the time of his life\" and took part in a \"sex orgy\" while at the townhouse.\n\nThe surge in the price of bitcoin and other cryptocurrencies in recent years has created a new group of wealthy investors who present tempting targets for criminals, according to security experts.\n\nProsecutor Sarah Khan told the hearing that the defendants and the alleged victim were involved in cryptocurrency investing and had communicated with each other electronically for years.\n\nDuring an in-person meeting that began on May 6 in Manhattan, Duplessie and Woeltz took the alleged victim's devices and began a series of brutal beatings, Khan said.\n\n\"They pistol whipped him with a gun, they cut him with a small chainsaw and they used various other instruments,\" Khan said.\n\nThe defendants also urinated on the alleged victim to put out fires on his body that they set after dousing him with tequila, Khan said.\n\nAfter three weeks, the alleged victim and Woeltz left the SoHo townhouse to retrieve the man's phone so he could transfer his cryptocurrency, Khan said. The alleged victim managed to run away and found a uniformed police officer, Khan added. He was barefoot and bleeding when he escaped, Khan said.\n\n\"He was in severe distress,\" Khan added.\n\nKhan said authorities found a chainsaw, a loaded pistol and a photograph of Duplessie pointing a gun at the alleged victim when they searched the townhouse.\n\nThe alleged incident follows three cryptocurrency-linked kidnappings or kidnapping attempts in France this year.\n\nWoeltz and Duplessie have been detained since being arrested last month on kidnapping and other charges. Carro ordered them to be detained without bail at least until their next hearing on July 15.\n\nIn urging Carro to release Duplessie on bail, Talkin said the alleged victim was free to leave the townhouse as he pleased. The man went out to church, clubs and dinners during the three weeks, according Wayne Gosnell, a lawyer for Woeltz.\n\n\"He could have talked to any passerby and told them, 'I'm in trouble, I need help,'\" Gosnell told the judge.\n\nReporting by Luc Cohen in New York; Editing by Will Dunham and Noeleen Walder\n\nOur Standards: The Thomson Reuters Trust Principles., opens new tab\n\nReports on the New York federal courts. Previously worked as a correspondent in Venezuela and Argentina.\n\nUnited StatescategoryTroops in LA can detain individuals, official says, as protests spread across US\n\nWorldcategoryBrian Wilson, founder of surf band The Beach Boys, dies aged 82\n\nUnited StatescategoryTrump tariffs may remain in effect while appeals proceed, US appeals court rules\n\nUnited StatescategoryMusk says some of his posts about Trump 'went too far'\n\nMen plead not guilty in NY to kidnapping, setting friend on fire with tequila for crypto\n\nUnited Statescategory · June 11, 2025 · 5:45 PM UTC · ago\n\nTwo men pleaded not guilty on Wednesday to charges they kidnapped a friend for three weeks at a townhouse in Manhattan's upscale SoHo neighborhood, cut him with a chainsaw and set him on fire after dousing him with tequila to try to get him to reveal his bitcoin password.", + "chars": 4500, + "sha256": "f5ad1beb36300e5f3d44b291a9d942c4fc391989684e194f7cdc8195df79ace1", + "staged_file": "02_reuters-com-wayback.txt", + "paragraphs_kept": "headline [0] + 2-32 excl [9] of 35", + "method": "Wayback Machine snapshot 20250611175722, deterministic extraction", + "fetched_at": "2026-09-05T13:27:41+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20250611175722/https://www.reuters.com/world/us/two-men-plead-not-guilty-violent-new-york-crypto-kidnapping-case-2025-06-11/", + "snapshot": "20250611175722", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2025-06-11", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-32 plus headline [0]; dropped 1 leading and 2 trailing paragraphs and 1 interior furniture line(s). Case-term hits on page: 9.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "224": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.dawn.com/news/1907634", "source": "dawn.com", "language": "unknown", - "text": "Gang of kidnappers posing as law enforcers busted - Newspaper - DAWN.COM\n\nGet the latest news and updates from Dawn\n\nGang of kidnappers posing as law enforcers busted\n\nThe Newspaper's Staff Reporter \n Published\n May 1, 2025\n\nKARACHI: The counter-terrorism department on Wednesday claimed to have busted a gang involved in the recent cases of ‘short-term’ kidnapping for ransom in Karachi.\n\nCTD DSP Raja Umer Khattab said the gang used a Vigo, a four-wheel drive vehicle, and introduced themselves as “officials of law enforcement agencies” to their prey.\n\nThe CTD received an intelligence report on April 22 that six to seven suspects were involved in the short-term kidnappings in the city, according to a CTD press release. They used a black Vigo double cabin and carried arms, walkie-talkies, handcuffs and hid their faces by using masks, the statement added.\n\n“The kidnappers took citizens to Steel Town by posing as officials of the Federal Investigation Agency, the CTD and intelligence agencies and used to release them after taking ransom.”\n\nActing on a tip-off, a CTD team carried out an intelligence-based operation near Parking Plaza in Saddar and arrested four suspects — Imtiaz alias Salman, Ubaid Rehman alias Abi, Shahid alias Moosa and Saleem — and recovered snatched cell phones, three pistols, walkie-talkies, handcuffs and black colour Vigo with fake government number plate from their possession.\n\nDuring interrogation, the held suspects revealed that they kidnapped a citizen, Mohammed Ismail, in PIB Colony on April 13, and took him to a warehouse in Steel Town.\n\nThey asked him about Bitcoin business and threatened him that he was involved in illegal work of Hundi/Hawala.\n\nThereafter, they took his iPhone and asked him that they would contact him about money later on. They dropped him on Sharea Faisal near a stop.\n\nWoman involved in 2024 Karsaz accident acquitted in drug case\n\nBarbs fly in Sindh Assembly as Muttahida’s bid to table resolution against ‘Sindhudesh’ scuttled\n\nSix JI workers sent to prison for ‘rioting’ in Karachi\n\nEx-Pakistan coach Jason Gillespie tells Aaqib Javed to 'look in the mirror' over cricket team sackings\n\nKarachi court acquits driver in drug case filed over 2024 accident that killed 2 in Karsaz\n\nPM Shehbaz discusses need for ML-1 railway project's early groundbreaking in meeting with ADB official\n\nGovt reduces petrol price by Rs3.13, increases HSD by Rs3.74\n\nPakistan, Kyrgyzstan eye $200m trade in two years\n\nNCCIA issues fresh notices to Momina Iqbal, PML-N MPA Chadhar after new evidence emerges in harassment case\n\nGovt transfers ISI’s internal wing chief Maj Gen Faisal Naseer to Nacta\n\nEight Pakistan Bar Council members reject proposed changes to council rules\n\nTrump envoys land in Moscow for Russia-Ukraine peace push\n\nUS ambassador says Israel 'has responsibility' to ensure safety of West Bank Palestinians\n\nNaqvi says new administrative units to be formed only with people's consent\n\nChinese national rescued from tunnel in Nepal 10 days after catastrophic flooding\n\nPolice charge sheet says building management at fault for Gul Plaza inferno\n\nA negotiated solution must be found for all contentious issues.\n\nPAKISTAN has raised a record $3bn in its single largest international capital market transaction through a...\n\nAT least the government is not trying to cover it up. That, perhaps, is the only silver lining in the alarming...\n\nTHE Israeli defence minister has recently confirmed what many across the world already know: the Zionist state seeks...\n\nWHILE diplomatic efforts are underway to restore dialogue with Taliban-ruled Afghanistan, as the Foreign Office has...\n\nTHE Committee on Genetically Modified Corn has approved GM maize cultivation alongside hybrid and organic varieties....\n\nPakistan’s strongest case for adding new treasures to the World Heritage List is to show that those already recognised by the world are being cared for as if they matter.\n\nNepal’s Himalayan Disaster: Climate Change, Floods & The Warning We Missed\n\nWhy Is Pakistan Cricket Failing? Plus Premier League Deadline Day Drama\n\nMakkah Defence Alliance: Can It Become a “Muslim NATO”?\n\nThe Problem With AI Watermarks: Ihsan Ayyub Qazi Explains Claude’s Text Watermark\n\nPakistan’s EV Revolution: Are Electric Bikes the Future?\n\nHow Pakistan Can Finance Climate Disasters Before They Strike\n\nOnline Hate Is Following Pakistani Women Home\n\n‘Only 5pc Pakistanis use ride-hailing services’", - "chars": 4448, - "sha256": "3df29a46e87befe02a21069e741756f10e90e2c7b9a0854e96c98dab60689252", + "text": "Gang of kidnappers posing as law enforcers busted - Newspaper - DAWN.COM\n\nKARACHI: The counter-terrorism department on Wednesday claimed to have busted a gang involved in the recent cases of ‘short-term’ kidnapping for ransom in Karachi.\n\nCTD DSP Raja Umer Khattab said the gang used a Vigo, a four-wheel drive vehicle, and introduced themselves as “officials of law enforcement agencies” to their prey.\n\nThe CTD received an intelligence report on April 22 that six to seven suspects were involved in the short-term kidnappings in the city, according to a CTD press release. They used a black Vigo double cabin and carried arms, walkie-talkies, handcuffs and hid their faces by using masks, the statement added.\n\n“The kidnappers took citizens to Steel Town by posing as officials of the Federal Investigation Agency, the CTD and intelligence agencies and used to release them after taking ransom.”\n\nActing on a tip-off, a CTD team carried out an intelligence-based operation near Parking Plaza in Saddar and arrested four suspects — Imtiaz alias Salman, Ubaid Rehman alias Abi, Shahid alias Moosa and Saleem — and recovered snatched cell phones, three pistols, walkie-talkies, handcuffs and black colour Vigo with fake government number plate from their possession.\n\nDuring interrogation, the held suspects revealed that they kidnapped a citizen, Mohammed Ismail, in PIB Colony on April 13, and took him to a warehouse in Steel Town.\n\nThey asked him about Bitcoin business and threatened him that he was involved in illegal work of Hundi/Hawala.\n\nThereafter, they took his iPhone and asked him that they would contact him about money later on. They dropped him on Sharea Faisal near a stop.", + "chars": 1690, + "sha256": "19dc37938d2adaac05c6aeb4ffa1babe3beaf277a485e060e52363f45be14ef0", "staged_file": "01_dawn-com.txt", - "paragraphs_kept": "ALL 43 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 4-11 of 43", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:47:32+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 4-11 plus headline [0]; dropped 3 leading and 31 trailing paragraphs. Case-term hits on page: 16.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "223": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.abs-cbn.com/news/nation/2025/4/19/3-suspects-in-anson-que-kidnap-slay-now-under-custody-pnp-2012", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "abs-cbn.com", + "language": "unknown", + "text": "Three suspects in Anson Que kidnap-slay now under custody: PNP | ABS-CBN News\n\nABS-CBN is the leading media and entertainment company in the Philippines, offering quality content across TV, radio, digital, and film. Committed to public service and promoting Filipino values, ABS-CBN continues to inspire and connect audiences worldwide.", + "chars": 336, + "sha256": "46afbc2364996b11daea777fc0158ebd4446c1a29d67144834ee40ffa39c8dc0", + "staged_file": "01_abs-cbn-com-wayback.txt", + "paragraphs_kept": "headline [0] + 2-2 of 4", + "method": "Wayback Machine snapshot 20250724184611, deterministic extraction", + "fetched_at": "2026-09-05T13:27:46+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20250724184611/https://www.abs-cbn.com/news/nation/2025/4/19/3-suspects-in-anson-que-kidnap-slay-now-under-custody-pnp-2012", + "snapshot": "20250724184611", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2025-07-24", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-2 plus headline [0]; dropped 1 leading and 1 trailing paragraphs. Case-term hits on page: 3.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_2", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.rappler.com/philippines/timeline-anson-que-killing-kidnapping-case/", "source": "rappler.com", "language": "unknown", - "text": "TIMELINE: The killing and kidnapping of Anson Que\n\nAlready have Rappler+?\n\nto listen to groundbreaking journalism.\n\nSUSPECTS. The three suspects in the killing of businessman Anson Que and driver Armanie Pabillo.\n\nHere are the events that unraveled from abduction of Que and his driver to the arrest of the suspects in their killing\n\nFilipino-Chinese businessman Anson Que and his driver Armanie Pabillo were kidnapped on March 29, 2025, and their remains were discovered on April 9, 2025, in a gruesome condition.\n\nThree suspects were arrested in connection with the kidnapping and killing, with one suspect surrendering and confessing to the crime, while the police confirmed that the suspects were charged with kidnapping with homicide.\n\nAlvin Que, the businessman's son, was initially implicated but later cleared by the PNP, although he remains a respondent in the ongoing investigation regarding his father's case.\n\nThis is AI-generated. Read the article for full context. Report any errors.\n\nThe case of Filipino-Chinese businessman Anson Que has alarmed the public because of the gruesome manner that he was killed.\n\nHere are the events that unraveled — from his and his driver’s abduction, to the arrest of the suspects in their killing.\n\nQue, who’s into the steel business, arrives in Barangay Langka, Meycauayan, Bulacan with his driver Armanie Pabillo at around 2 pm. The two are spotted by a closed circuit television (CCTV) in the area. This is the last time they are seen alive.\n\nQue and Pabillo are kidnapped by assailants in a house located in the said barangay, according to the police.\n\nQue and Pabillo’s remains are discovered along Sitio Udiongan, Barangay Macabud, Rodriguez, Rizal. Their bodies are initially unidentified. Calabarzon regional police say a citizen discovered the cadavers in Rizal and reported the incident to the local police station.\n\n“Initial investigation revealed that the two bodies were placed in a nylon bag, tied with nylon rope, and their faces were wrapped with duct tape, lying on the grassy roadside verge to the left of the road leading towards Brgy. Macabud proper,” says a police report.\n\nPhilippine National Police (PNP) spokesperson Police Brigadier General Jean Fajardo confirms that Que and Pabillo’s remains were discovered in Rizal. Calabarzon regional police also confirm the cadavers’ discovery.\n\nPolice arrest two of the suspects — Richardo Austria David and Raymart Catequista — in Roxas, Palawan. The two are nabbed at around 3 am.\n\nChinese David Tan Liao, the third suspect in the case, surrenders to the PNP Anti-Kidnapping Group (AKG), confessing his alleged participation in the kidnapping and killing of the two victims.\n\nFajardo says the three suspects had undergone inquest proceedings, which is an expedited type of preliminary investigation where prosecutors decide whether to charge arrested individuals or not. The PNP spokesperson adds that the three suspects were already charged with two counts of kidnapping with homicide, and are under the PNP AKG’s custody.\n\nPNP arrests 3 suspects in kidnap-slay of Anson Que, driver\n\nThe PNP clears Alvin Que, the businessman’s son, in the kidnapping and killing of his father.\n\nAlvin is a respondent to the complaint with the Department of Justice (DOJ) after one of the suspects claims he ordered the killing of his own father.\n\nProsecutor General Richard Fadullon says the prosecutors have yet to resolve the motion filed by the PNP to drop Alvin Que as one of the respondents in the complaint. This means Que’s son remains as one of the respondents in the complaint.\n\nThe PNP arrest 27-year-old Gong Wenli (also known as Kelly Tan Lim), who’s also an undesirable alien because of his insufficient documentation and his alleged threat to public safety and security.\n\nPolice say Gong’s alleged involvement was determined through a CCTV footage and the other suspect’s extrajudicial confessions. They also say that kidnappers allegedly demanded a $20-million ransom. The Que family paid around P200 million through cryptocurrency in several tranches.\n\nFajardo says in an interview with GMA’s DZBB that the police are looking for the remaining suspect in the Que case. Out of five, Jonin Lin is the only suspect who remains at large, says the PNP spokesperson. According to Fajardo, Lin is among the individuals who held Que and Pabillo in captivity for almost 11 days.\n\nAlvin Que attends the preliminary investigation into the complaints filed in relation to his father’s killing. His lawyer, Pearlito Campanilla, says his client has submitted his sworn affidavit to the prosecutors to respond to the allegations. – Rappler.com\n\nHow does this make you feel?\n\nJairo Bolledo is a multimedia reporter at Rappler covering justice, human rights, and crime.\n\nInternational parental kidnapping: What can left-behind parent do under Philippine laws?\n\nHow dirty money flows through PH crypto and underground banking casinos\n\nForeign student of int’l school kidnapped, rescued in crime involving ex-POGOs\n\nChecking your Rappler+ subscription...\n\nUpgrade to Rappler+ for exclusive content and unlimited access.\n\nWhy is it important to subscribe? Learn more\n\nJoin Rappler+ \n \n \n \n Support \n \n \n \n Support", - "chars": 5211, - "sha256": "8ce29e0620251e20ed4d455e7fee92729495382ac40acbff468dd2e0cd87416f", + "text": "TIMELINE: The killing and kidnapping of Anson Que\n\nSUSPECTS. The three suspects in the killing of businessman Anson Que and driver Armanie Pabillo.\n\nHere are the events that unraveled from abduction of Que and his driver to the arrest of the suspects in their killing\n\nFilipino-Chinese businessman Anson Que and his driver Armanie Pabillo were kidnapped on March 29, 2025, and their remains were discovered on April 9, 2025, in a gruesome condition.\n\nThree suspects were arrested in connection with the kidnapping and killing, with one suspect surrendering and confessing to the crime, while the police confirmed that the suspects were charged with kidnapping with homicide.\n\nAlvin Que, the businessman's son, was initially implicated but later cleared by the PNP, although he remains a respondent in the ongoing investigation regarding his father's case.\n\nThis is AI-generated. Read the article for full context. Report any errors.\n\nThe case of Filipino-Chinese businessman Anson Que has alarmed the public because of the gruesome manner that he was killed.\n\nHere are the events that unraveled — from his and his driver’s abduction, to the arrest of the suspects in their killing.\n\nQue, who’s into the steel business, arrives in Barangay Langka, Meycauayan, Bulacan with his driver Armanie Pabillo at around 2 pm. The two are spotted by a closed circuit television (CCTV) in the area. This is the last time they are seen alive.\n\nQue and Pabillo are kidnapped by assailants in a house located in the said barangay, according to the police.\n\nQue and Pabillo’s remains are discovered along Sitio Udiongan, Barangay Macabud, Rodriguez, Rizal. Their bodies are initially unidentified. Calabarzon regional police say a citizen discovered the cadavers in Rizal and reported the incident to the local police station.\n\n“Initial investigation revealed that the two bodies were placed in a nylon bag, tied with nylon rope, and their faces were wrapped with duct tape, lying on the grassy roadside verge to the left of the road leading towards Brgy. Macabud proper,” says a police report.\n\nPhilippine National Police (PNP) spokesperson Police Brigadier General Jean Fajardo confirms that Que and Pabillo’s remains were discovered in Rizal. Calabarzon regional police also confirm the cadavers’ discovery.\n\nPolice arrest two of the suspects — Richardo Austria David and Raymart Catequista — in Roxas, Palawan. The two are nabbed at around 3 am.\n\nChinese David Tan Liao, the third suspect in the case, surrenders to the PNP Anti-Kidnapping Group (AKG), confessing his alleged participation in the kidnapping and killing of the two victims.\n\nFajardo says the three suspects had undergone inquest proceedings, which is an expedited type of preliminary investigation where prosecutors decide whether to charge arrested individuals or not. The PNP spokesperson adds that the three suspects were already charged with two counts of kidnapping with homicide, and are under the PNP AKG’s custody.\n\nPNP arrests 3 suspects in kidnap-slay of Anson Que, driver\n\nThe PNP clears Alvin Que, the businessman’s son, in the kidnapping and killing of his father.\n\nAlvin is a respondent to the complaint with the Department of Justice (DOJ) after one of the suspects claims he ordered the killing of his own father.\n\nProsecutor General Richard Fadullon says the prosecutors have yet to resolve the motion filed by the PNP to drop Alvin Que as one of the respondents in the complaint. This means Que’s son remains as one of the respondents in the complaint.\n\nThe PNP arrest 27-year-old Gong Wenli (also known as Kelly Tan Lim), who’s also an undesirable alien because of his insufficient documentation and his alleged threat to public safety and security.\n\nPolice say Gong’s alleged involvement was determined through a CCTV footage and the other suspect’s extrajudicial confessions. They also say that kidnappers allegedly demanded a $20-million ransom. The Que family paid around P200 million through cryptocurrency in several tranches.\n\nFajardo says in an interview with GMA’s DZBB that the police are looking for the remaining suspect in the Que case. Out of five, Jonin Lin is the only suspect who remains at large, says the PNP spokesperson. According to Fajardo, Lin is among the individuals who held Que and Pabillo in captivity for almost 11 days.\n\nAlvin Que attends the preliminary investigation into the complaints filed in relation to his father’s killing. His lawyer, Pearlito Campanilla, says his client has submitted his sworn affidavit to the prosecutors to respond to the allegations. – Rappler.com\n\nHow does this make you feel?\n\nJairo Bolledo is a multimedia reporter at Rappler covering justice, human rights, and crime.\n\nInternational parental kidnapping: What can left-behind parent do under Philippine laws?\n\nHow dirty money flows through PH crypto and underground banking casinos\n\nForeign student of int’l school kidnapped, rescued in crime involving ex-POGOs\n\nChecking your Rappler+ subscription...\n\nUpgrade to Rappler+ for exclusive content and unlimited access.", + "chars": 5053, + "sha256": "30839247dd4e4f47931b22ee0982b1bc3bbc6d2bb13a5d3874fc65f75564d11b", "staged_file": "02_rappler-com.txt", - "paragraphs_kept": "ALL 36 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 3-33 of 36", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:47:35+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-33 plus headline [0]; dropped 2 leading and 2 trailing paragraphs. Case-term hits on page: 33.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_3", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.scmp.com/week-asia/politics/article/3306048/chinese-filipino-tycoons-killing-sparks-fears-organised-crime-surge-philippines", "source": "scmp.com", "language": "unknown", - "text": "Chinese-Filipino tycoon’s killing sparks fears of organised crime surge in the Philippines | South China Morning Post\n\nChinese-Filipino tycoon’s killing sparks fears of organised crime surge in the Philippines\n\nThe ‘brutal’ murders of businessman Anson Que and his driver have reignited urgent calls for authorities to crack down on crime syndicates\n\nPublished: 10:15pm, 10 Apr 2025Updated: 9:06am, 11 Apr 2025\n\nThe killing of a prominent ethnic Chinese businessman and his driver – whose bodies were found bound and stuffed in rice sacks by the roadside east of Manila – has reignited fears over a surge in violent kidnappings in the Philippines and the growing threat of organised crime networks.\n\nAnson Que, 51, CEO of Elison Steel and a well-known figure in the Chinese-Filipino community, was abducted on March 29 along with his driver, Armanie Pabillo, in Bulacan province. Their bodies were found on Wednesday in neighbouring Rizal province, bound with nylon rope and wrapped in duct tape, showing clear signs of assault.\n\n“There were signs of bruises and some body injuries and signs of strangulation,” said Brigadier General Jean Fajardo, spokesperson for the Philippine National Police (PNP), who confirmed Que’s identity on Thursday.\n\nFajardo said the PNP had removed the acting director of its Anti-Kidnapping Group, Colonel Elmer Ragay, amid mounting criticism over a lack of progress in curbing such crimes.\n\nAuthorities are investigating a possible link to Philippine offshore gaming operators (Pogos), which were officially banned at the start of this year due to their association with criminal activities but are believed to continue operating underground through illicit networks.", - "chars": 1699, - "sha256": "72213f2a7ec49eb30618621fcf119c433d304c03ed6e12f34719a105425be0b8", + "text": "Chinese-Filipino tycoon’s killing sparks fears of organised crime surge in the Philippines | South China Morning Post\n\nThe killing of a prominent ethnic Chinese businessman and his driver – whose bodies were found bound and stuffed in rice sacks by the roadside east of Manila – has reignited fears over a surge in violent kidnappings in the Philippines and the growing threat of organised crime networks.\n\nAnson Que, 51, CEO of Elison Steel and a well-known figure in the Chinese-Filipino community, was abducted on March 29 along with his driver, Armanie Pabillo, in Bulacan province. Their bodies were found on Wednesday in neighbouring Rizal province, bound with nylon rope and wrapped in duct tape, showing clear signs of assault.\n\n“There were signs of bruises and some body injuries and signs of strangulation,” said Brigadier General Jean Fajardo, spokesperson for the Philippine National Police (PNP), who confirmed Que’s identity on Thursday.\n\nFajardo said the PNP had removed the acting director of its Anti-Kidnapping Group, Colonel Elmer Ragay, amid mounting criticism over a lack of progress in curbing such crimes.\n\nAuthorities are investigating a possible link to Philippine offshore gaming operators (Pogos), which were officially banned at the start of this year due to their association with criminal activities but are believed to continue operating underground through illicit networks.", + "chars": 1406, + "sha256": "63bbf232254d03a88165870a46c0b8cb45a05fd89b463105e337d00f0bb226eb", "staged_file": "03_scmp-com.txt", - "paragraphs_kept": "ALL 9 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 4-8 of 9", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:47:38+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 4-8 plus headline [0]; dropped 3 leading and 0 trailing paragraphs. Case-term hits on page: 19.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "222": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.dimsumdaily.hk/four-arrested-after-attempted-robbery-of-5-million-euro-cash-from-27-year-old-turkish-man-in-tsim-sha-tsui/", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "dimsumdaily.hk", + "language": "unknown", + "text": "Four arrested after attempted robbery of 5 million euro from 27-year-old Turkish man in Tsim Sha Tsui\n\nHome News Breaking news Four arrested after attempted robbery of 5 million euro from 27-year-old Turkish...\n\n28th March 2025 – (Hong Kong) An attempted robbery occurred on 27th March 4.45pm outside 68 Nathan Road in Tsim Sha Tsui, targeting a 27-year-old Turkish man who had just arrived in Hong Kong for cryptocurrency trading. The victim was carrying a bag containing €5 million in cash when he was attacked from behind by two assailants, one of whom brandished a knife.\n\nThe victim fought back vigorously and managed to retain his belongings, while the attackers fled towards Jordan Road. Although injured and falling to the ground, the victim managed to report the incident himself. Paramedics treated his injuries, which included a 10-centimetre knife wound on his forehead, but fortunately, there was no damage to his eyes or vital organs. He remains in hospital under observation but is expected to be discharged soon.\n\nGiven the violent nature of the attack, which took place in a busy area during the afternoon, law enforcement agencies deemed the incident serious. They promptly launched an investigation, reviewing extensive CCTV footage to identify the suspects.\n\nSubsequently, police conducted a series of operations in Jordan and Mong Kok, leading to the arrest of four South Asian men aged between 17 and 31 on suspicion of attempted robbery. Officers recovered some clothing and four mobile phones during the arrests. Among the detainees, two were in Hong Kong on recognizance papers, one claimed to be a delivery worker, while the other three were unemployed.\n\nInitial investigations suggest that the arrested individuals included the two attackers and two accomplices who assisted in disposing of the weapon and other evidence post-incident.\n\nAuthorities are continuing their search for the discarded knife and other evidence related to the case. The four arrested individuals are currently in custody and will be charged accordingly. Police have urged the public and business owners to consider hiring reputable security firms when transporting large sums of cash and to avoid disclosing their movements to strangers to prevent becoming targets for criminals.", + "chars": 2281, + "sha256": "d7cd2d6e6a8c08b4fbd930e59e1c29bb307f6cc4813c3e826571317e93194124", + "staged_file": "01_dimsumdaily-hk-wayback.txt", + "paragraphs_kept": "headline [0] + 34-40 of 44", + "method": "Wayback Machine snapshot 20250328073717, deterministic extraction", + "fetched_at": "2026-09-05T13:27:55+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20250328073717/https://www.dimsumdaily.hk/four-arrested-after-attempted-robbery-of-5-million-euro-cash-from-27-year-old-turkish-man-in-tsim-sha-tsui/", + "snapshot": "20250328073717", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2025-03-28", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 34-40 plus headline [0]; dropped 33 leading and 3 trailing paragraphs. Case-term hits on page: 27.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "221": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://news.bitcoin.com/a-thriller-gone-real-alleged-scammer-kidnapped-by-fake-police-loses-50-million/", "source": "news.bitcoin.com", "language": "unknown", - "text": "A Thriller Gone Real: Alleged Scammer Kidnapped by Fake Police, Loses $50 Million\n\nThis article was published more than a year ago. Some information may no longer be current.\n\nAn individual wanted by Interpol, lost $50 million in a kidnapping that involved drugs, fake police officers, and a daring escape in Brazil. Rodrigo Perez was kidnapped on March 24 by fake police officers who kept him drugged and handcuffed to a bed for five days.\n\nFake Police Officers Kidnap Alleged Scammer in Brazil, Stealing $50 Million\n\nIn a case described by local media as worthy of a Hollywood movie, an individual was kidnapped by fake policemen in Brazil in order to steal his cryptocurrency stash. Rodrigo Perez, a Spanish businessman linked to several financial crimes in Paraguay and Ecuador, was detained by individuals using fake police uniforms on March 24 in São Paulo.\n\nThe fake policemen used an official-looking truck to transport the prisoner to a location used as a makeshift prison, where he was kept for five days, tied to a bed, drugged with sleeping pills, and subjected to harassment.\n\nPerez managed to escape by gaining the trust of his captors. According to local media, he drugged the man assigned to watch him with the same sleeping drugs used on him.\n\nHowever, when notifying authorities about his kidnapping, they discovered that Perez was indeed wanted by Interpol for his alleged participation in a series of crypto-linked schemes in Latin America. Perez told authorities that the kidnappers had taken close to $50 million in cryptocurrency from him.\n\nRonaldo Batista, a retired military policeman, was arrested when authorities raided the location where Perez was held. Batista confessed to his participation in Perez’s kidnapping, while the second kidnapper remains at large.\n\nAuthorities are not ruling out the possibility of gang involvement, given Perez’s alleged history of financial fraud. The fate of Perez after this kidnapping is uncertain, as authorities are still treating him as a victim but are also aware of his alleged participation in schemes in other countries.\n\nPerez’s kidnapping marks an increase in the prevalence of $5 wrench attack cases in the crypto industry. This modus operandi has become more popular lately, as cryptocurrency has gone mainstream, and bad actors are increasingly aware of its existence.\n\nBitfinex Flags Bullish Bitcoin Price Signal on Weekly Super Trend Chart\n\nThe New RWA Meme Coin Meta Has TradFi CEOs Furious\n\nRobinhood Tops Binance bStocks With 862,800 Holders in 2 Months\n\nAMC CEO Demands Robinhood Halt Token Trading as Feud Erupts\n\nKalshi's SCOTUS Pregame: Wait for the CFTC to Rewrite the Rules\n\nAre Memecoins Killing Crypto’s Next Bull Run?\n\nBitcoin Miners Are Pivoting to AI. What Happens to Bitcoin Mining?\n\nDigital Sovereignty and the Global Race for Stablecoin Regulation\n\nIs the Crypto Bull Run in Trouble? Fed Risk, Bitcoin & Saylor’s 840K BTC\n\nWhy Korea Blockchain Week 2026 Is Betting Big on Institutions\n\nBitcoin Price Rally Collapse Wipes Out $295M in Long Positions\n\nBitcoin Price Plunges From $82K as $78,000 Becomes the Line\n\nXRP Branding Hits Florida Field in Reported $5M Annual Ripple Deal\n\nStrategy: Bitcoin Would Have to Fall 83% for STRC to Hit 1x BTC Rating\n\nTrezor Data Leak Spirals as 67,000 More US Buyers Get Exposed\n\nDon’t Trust, Verify: Poisoned AI Links Expose a Nightmare for Crypto Workers\n\nBrazil Deploys Crypto Alerts System to Neutralize Cyber Threats\n\nMicrosoft Warns of New USB-Based Malware Targeting Crypto Users\n\nTrapdoor Malware: The Massive Supply Chain Attack Targeting Crypto Developers\n\nDefillama Confirms April 2026 as Crypto's Most-Hacked Month With 30 Incidents\n\nHuman Error, Not Hacking, Cited as Top Cause for Crypto Access Loss", - "chars": 3742, - "sha256": "f102ce1eb38aab47f7ec0667664263bc993d29e26c466eb884f1c0a16ecea34c", + "text": "A Thriller Gone Real: Alleged Scammer Kidnapped by Fake Police, Loses $50 Million\n\nAn individual wanted by Interpol, lost $50 million in a kidnapping that involved drugs, fake police officers, and a daring escape in Brazil. Rodrigo Perez was kidnapped on March 24 by fake police officers who kept him drugged and handcuffed to a bed for five days.\n\nFake Police Officers Kidnap Alleged Scammer in Brazil, Stealing $50 Million\n\nIn a case described by local media as worthy of a Hollywood movie, an individual was kidnapped by fake policemen in Brazil in order to steal his cryptocurrency stash. Rodrigo Perez, a Spanish businessman linked to several financial crimes in Paraguay and Ecuador, was detained by individuals using fake police uniforms on March 24 in São Paulo.\n\nThe fake policemen used an official-looking truck to transport the prisoner to a location used as a makeshift prison, where he was kept for five days, tied to a bed, drugged with sleeping pills, and subjected to harassment.\n\nPerez managed to escape by gaining the trust of his captors. According to local media, he drugged the man assigned to watch him with the same sleeping drugs used on him.\n\nHowever, when notifying authorities about his kidnapping, they discovered that Perez was indeed wanted by Interpol for his alleged participation in a series of crypto-linked schemes in Latin America. Perez told authorities that the kidnappers had taken close to $50 million in cryptocurrency from him.\n\nRonaldo Batista, a retired military policeman, was arrested when authorities raided the location where Perez was held. Batista confessed to his participation in Perez’s kidnapping, while the second kidnapper remains at large.\n\nAuthorities are not ruling out the possibility of gang involvement, given Perez’s alleged history of financial fraud. The fate of Perez after this kidnapping is uncertain, as authorities are still treating him as a victim but are also aware of his alleged participation in schemes in other countries.\n\nPerez’s kidnapping marks an increase in the prevalence of $5 wrench attack cases in the crypto industry. This modus operandi has become more popular lately, as cryptocurrency has gone mainstream, and bad actors are increasingly aware of its existence.", + "chars": 2251, + "sha256": "22086bf13e7ffb50ae287d6e3ae45f8a07adf9973e9a315fd7e5298be058d93a", "staged_file": "01_news-bitcoin-com.txt", - "paragraphs_kept": "ALL 32 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-10 of 32", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:48:00+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-10 plus headline [0]; dropped 1 leading and 21 trailing paragraphs. Case-term hits on page: 8.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "219": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.dimsumdaily.hk/man-robbed-of-hk318000-in-cheung-sha-wan-after-cryptocurrency-transaction/", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "dimsumdaily.hk", + "language": "unknown", + "text": "Man robbed of HK$318,000 in Cheung Sha Wan after cryptocurrency transaction\n\n14th March 2025 – (Hong Kong) A 41-year-old man, surnamed Wong, was robbed of approximately HK$318,000 in cash late Thursday night in Cheung Sha Wan, following a cryptocurrency transaction.\n\nThe incident occurred at 11.39pm on Lai Wan Road, near the Lai Chi Kok Government Offices. Wong was reportedly carrying a plastic bag containing the cash when an unidentified man approached him from behind and snatched the bag. The suspect fled in the direction of King Lai Path and remains at large.\n\nPolice officers conducted a search in the vicinity but were unable to locate the perpetrator. The case has been classified as a robbery, and authorities are pursuing a suspect described as approximately 1.75 metres tall and dressed in a black long-sleeve top at the time of the incident.\n\nEarlier in the evening, Wong had arranged to meet a buyer on Sung Wong Toi Road in Kowloon City to complete a cryptocurrency transaction. After concluding the deal, he was en route to his residence at Wah Lai Estate when the robbery occurred.\n\nThe incident underscores the risks associated with carrying large amounts of cash for private financial transactions. Police are continuing their investigation to apprehend the suspect.", + "chars": 1288, + "sha256": "8c2b7a01114b58d5bfbfda2f39d2ea5c7e2047d4c41e35f2e29830652082f78a", + "staged_file": "01_dimsumdaily-hk-wayback.txt", + "paragraphs_kept": "headline [0] + 33-37 of 40", + "method": "Wayback Machine snapshot 20250314011044, deterministic extraction", + "fetched_at": "2026-09-05T13:28:01+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20250314011044/https://www.dimsumdaily.hk/man-robbed-of-hk318000-in-cheung-sha-wan-after-cryptocurrency-transaction/", + "snapshot": "20250314011044", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2025-03-14", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 33-37 plus headline [0]; dropped 32 leading and 2 trailing paragraphs. Case-term hits on page: 26.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "218": [ { "field": "url", - "verdict": "THIN", + "verdict": "KEEP", "url": "https://www.dailystar.co.uk/news/us-news/streamer-amouranth-hospitalised-after-home-34788345", - "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "source": "dailystar.co.uk", + "language": "unknown", + "text": "Streamer Amouranth 'hospitalised' after home invasion burglary left her 'covered in blood' - Daily Star\n\nStreamer Amouranth 'hospitalised' after home invasion burglary left her 'covered in blood'\n\nAmouranth has been hospitalised after her home was raided by attackers forcing her to comply to demands, and she claims to have been 'pistol whipped and terrorised.\n\n18:50, 03 Mar 2025Updated 20:11, 03 Mar 2025\n\nTwitch streamer and adult content creator Amouranth has been hospitalised after her home was raided by attackers forcing her to comply to demands. Kaitlyn Siragusa took to X to detail being brutally pistol whipped and terrorised by attackers who at one point held a gun to her head.\n\nThe attack comes after the creator revealed the value of her Bitcoin wallet in a social media post asking followers if she should sell the assets that earned her a whopping $20 million in November last year.\n\nThe Houston-based content creator said an armed gang pulled her out of bed and demanded crypto and other valuable assets in the late hours of the 2nd March, before she apparently shot one of them.\n\nIn a series of chaotic posts on X, Amouranth said: “They beat me before this video and pistol whipped me the pummeling felt like it would never end and I protected my head by putting my arms up like I Learned how to do in boxing, blood was streaming down my head and my hands where beat brown.”\n\nAmouranth, 31, posted a picture of her bullet-riddled bedroom door, which she says was eventually kicked in by the gang in the terrifying incident.\n\nShe also posted CCTV footage of the criminals running from her home, with one seemingly shouting “I got shot” as he ran away before law enforcement arrived.\n\nShe posted at 22:55: “I’m covered in blood but only some of it is mine I’ll update yall later but I’m safe now.”Emergency medical professionals treated the streamer on the scene before taking her to hospital for further evaluation and treatment.\n\nHer assistant later provided public updates to the public, confirming that Amouranth - who has 1.66 million likes on an adult site - was not alone but surrounded by her family in hospital.\n\nThe assistant said: “ “I’m leaving the house now. Kait is at the hospital with family, and I handled the police with statements, etc. […] The animals are all safe, and Kait will be discharged tonight. She does have injuries. I will be with her in the morning as well, and we [won’t] be alone at any point. There will be security.”\n\nSocial media users suggested the attack was staged, prompting this response from Kaitlyn’s assistant: ““Whoever is saying this is fake, I can guarantee you this isn’t, and I never want to be this scared again.”\n\nAmouranth has nearly 1000 adult photos on an adult side, and she has reportedly sold ‘fart jars’ for $1000. The Kick streamer’s YouTube ASMR channel was banned last year after she reportedly breached the platform’s Nudity & Sexual Content policy. All of her YouTube channels were temporarily removed but are now back online.\n\nThe incident has prompted discussions about personal security for high-profile figures, and many popular streamers have shared their own experiences of harassment, stalking, and break-in attempts.\n\nLast night streamers Valkyrae, Cinna, and Emiru were allegedly being stalked and had their lives threatened by a “crazy fan” in a viral livestream video.\n\nThe unknown man was shown on camera but had apparently changed his outfit to follow the women after he had taken a photo with them.", + "chars": 3494, + "sha256": "7e3773f7f802a502a174211d57f1f3d3e2b585c3d27cc3e4b55ed0c0242436a5", + "staged_file": "01_dailystar-co-uk-wayback.txt", + "paragraphs_kept": "headline [0] + 1-17 of 20", + "method": "Wayback Machine snapshot 20260226135603, deterministic extraction", + "fetched_at": "2026-09-05T13:28:08+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260226135603/https://www.dailystar.co.uk/news/us-news/streamer-amouranth-hospitalised-after-home-34788345", + "snapshot": "20260226135603", + "note": "live URL was THIN on the first pass; text comes from an archived copy dated 2026-02-26", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-17 plus headline [0]; dropped 0 leading and 2 trailing paragraphs. Case-term hits on page: 25.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "217": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.expressen.se/nyheter/krim/werewolf-legions-tidigare-ledare-atalad-for-kryptoran/", "source": "expressen.se", "language": "unknown", - "text": "Ökänd gängledare från 2010-talet i våldsam härva Gå direkt till sidans innehåll\n\nEn snart 50-årig tidigare ledare i det kriminella gänget Werewolf legion är en av de åtalade i ett brutalt kryptorån.\n\nIhop med tre män i 20-årsåldern misstänks han ha kidnappat, bundit, slagit och slutligen hotat att bränna upp brottsoffret.\n\nMotivet: Att komma över kryptovaluta.\n\nWerewolf legions tidigare ledare åtalad för kryptorån\n\nLjuduppspelningen är AI-genererad. Felaktigheter kan förekomma.\n\nDet var i mars i år som de fyra männen misstänks ha hotat med sig brottsoffret, en 30-årig man, i en bil och sedan på brutalt vis ha försökt tvinga av honom information om tillgångar i kryptovaluta.\n\nBland annat ska de ha hållit en tång vid hans hand och hotat att klippa av hans fingrar. I åtalet står att gärningsmännen tvingade ut mannen i skogen, sparkade och slog med knytnävsslag samt hällde bensin över honom och hotade att tända på.\n\nDet är långt ifrån första gången som den tidigare gängledaren misstänks för våldsamma brott. Enligt en dom från 2021 var han vid tidpunkten medlem i det kriminella mc-gänget Satudarah.\n\nMannen i fråga är tidigare dömd för bland annat grovt narkotikabrott, rån och misshandel. I rånärendet från 2021 fick en man sitt öra avklippt, framför sin son. Rånoffret tvingades sedan äta upp den avklippta biten av örat, därefter ansöka om lån vid datorn så att gärningsmännen skulle få pengar.\n\nGängmannen berättade att ”det inte var planerat att göra som han gjorde med toppen av örat och att han ångrar det”.\n\nTingsrätten fann det utrett att han först försökte skära av mannens öra och sen klippte, med orden:\n\n– Så här gör vi i Satudarah.\n\nFör drygt tio år sen dömdes den aktuella gängmannen för hot och utpressning mot stjärnkrögaren Melker Andersson.\n\nAnderssons krogar utsattes under flera år för brandattentat. Bakgrunden var att Andersson brutit ett avtal med gängledarens disk- och städföretag.\n\nGängmannen har varit välkänd i den undre världen som en av grundarna till gänget Werewolf legion, ett multikriminellt gäng med en hierarki liknande den i mc-gängsmiljön.\n\nHan har även figurerat som ledargestalt för ett annat gäng, Pocos Pero Loca, med kopplingar till Bandidos.\n\nWerewolf legion, också kallad ”Varulvsligan”, har av polisen betecknats som en kriminell organisation med säte i Stockholm. Deras huvudsakliga syssla var rån och utpressning.\n\nDen nu åtalade gängmannen har tidigare drivit ett stort antal företag, bland annat bemanningsföretag. Företagen är i dag avregistrerade, de flesta försatta i konkurs.\n\nSamtliga åtalade i kryptohärvan förnekar brott.\n\nDu missar innehåll...", - "chars": 2614, - "sha256": "6206e8708f236ff594eb6fc67a3b7249ce44b59acd9d970fb545cb605944d8d8", + "text": "Ökänd gängledare från 2010-talet i våldsam härva Gå direkt till sidans innehåll\n\nEn snart 50-årig tidigare ledare i det kriminella gänget Werewolf legion är en av de åtalade i ett brutalt kryptorån.\n\nIhop med tre män i 20-årsåldern misstänks han ha kidnappat, bundit, slagit och slutligen hotat att bränna upp brottsoffret.\n\nMotivet: Att komma över kryptovaluta.\n\nWerewolf legions tidigare ledare åtalad för kryptorån\n\nLjuduppspelningen är AI-genererad. Felaktigheter kan förekomma.\n\nDet var i mars i år som de fyra männen misstänks ha hotat med sig brottsoffret, en 30-årig man, i en bil och sedan på brutalt vis ha försökt tvinga av honom information om tillgångar i kryptovaluta.\n\nBland annat ska de ha hållit en tång vid hans hand och hotat att klippa av hans fingrar. I åtalet står att gärningsmännen tvingade ut mannen i skogen, sparkade och slog med knytnävsslag samt hällde bensin över honom och hotade att tända på.\n\nDet är långt ifrån första gången som den tidigare gängledaren misstänks för våldsamma brott. Enligt en dom från 2021 var han vid tidpunkten medlem i det kriminella mc-gänget Satudarah.\n\nMannen i fråga är tidigare dömd för bland annat grovt narkotikabrott, rån och misshandel. I rånärendet från 2021 fick en man sitt öra avklippt, framför sin son. Rånoffret tvingades sedan äta upp den avklippta biten av örat, därefter ansöka om lån vid datorn så att gärningsmännen skulle få pengar.\n\nGängmannen berättade att ”det inte var planerat att göra som han gjorde med toppen av örat och att han ångrar det”.\n\nTingsrätten fann det utrett att han först försökte skära av mannens öra och sen klippte, med orden:\n\n– Så här gör vi i Satudarah.\n\nFör drygt tio år sen dömdes den aktuella gängmannen för hot och utpressning mot stjärnkrögaren Melker Andersson.\n\nAnderssons krogar utsattes under flera år för brandattentat. Bakgrunden var att Andersson brutit ett avtal med gängledarens disk- och städföretag.\n\nGängmannen har varit välkänd i den undre världen som en av grundarna till gänget Werewolf legion, ett multikriminellt gäng med en hierarki liknande den i mc-gängsmiljön.\n\nHan har även figurerat som ledargestalt för ett annat gäng, Pocos Pero Loca, med kopplingar till Bandidos.\n\nWerewolf legion, också kallad ”Varulvsligan”, har av polisen betecknats som en kriminell organisation med säte i Stockholm. Deras huvudsakliga syssla var rån och utpressning.\n\nDen nu åtalade gängmannen har tidigare drivit ett stort antal företag, bland annat bemanningsföretag. Företagen är i dag avregistrerade, de flesta försatta i konkurs.\n\nSamtliga åtalade i kryptohärvan förnekar brott.", + "chars": 2591, + "sha256": "61941d842e26b52624c11619dbcf2bcb18918da7b5c132c654bc3a00f25ad00e", "staged_file": "01_expressen-se.txt", - "paragraphs_kept": "ALL 21 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-19 of 21", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:48:23+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-19 plus headline [0]; dropped 0 leading and 1 trailing paragraphs. Case-term hits on page: 1 (WEAK anchor, confirm the page is about this case).", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "216": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://vietnamnet.vn/en/ho-chi-minh-city-police-bust-chinese-led-kidnapping-gang-rescue-victim-safely-2378098.html", "source": "vietnamnet.vn", "language": "unknown", - "text": "Ho Chi Minh City police bust Chinese-led kidnapping gang, rescue victim safely\n\n© Copyright of Vietnamnet Global.\n\nVietnamese police have arrested a group of Chinese and Vietnamese criminals for kidnapping a Chinese national and demanding a $400,000 ransom in cryptocurrency. The victim was safely rescued in a tactical police raid.\n\nOn March 6, the Ho Chi Minh City Police Department confirmed that they had arrested five suspects on charges of illegal detention.\n\nMa Cai (49), Fan GuoHui (39), and Li Chuang (47) – all Chinese nationals.\n\nLe Thi Bich Xuyen (35, from Can Tho) and Huynh Van Toan (30, from Binh Dinh) – Vietnamese nationals.\n\nAnother Vietnamese suspect, Nguyen Thanh Vu (31, from Binh Dinh), was also arrested for illegal detention.\n\nAt 6 AM on February 28, Ho Chi Minh City’s Criminal Police Department received a report about a kidnapping and ransom case involving Chinese suspects with assistance from Vietnamese accomplices.\n\nThe city’s police force, under the direction of the Ministry of Public Security, launched an immediate investigation.\n\nUsing advanced tracking techniques and intelligence from local informants, authorities identified six suspects and located their hideout in Pham Van Hai commune, Binh Chanh district. The location was remote, heavily wooded, and far from residential areas, making it a strategic hideout for the gang.\n\nDue to concerns that the kidnappers were armed and dangerous, police devised a tactical raid plan.\n\nAfter careful preparation, officers launched a surprise raid, successfully arresting all suspects and rescuing the hostage unharmed.\n\nAt the police station, the suspects confessed to the crime.\n\nAccording to their statements, the three Chinese masterminds - Ma Cai, Fan GuoHui, and Li Chuang - devised the kidnapping scheme to extort money from the victim.\n\nThey demanded a ransom of 600,000 USDT (a cryptocurrency equivalent to 10 billion VND).\n\nSince they were unfamiliar with Vietnam’s geography, they hired local Vietnamese accomplices to monitor the victim’s movements. The Vietnamese gang members were paid tens of millions of dong for their assistance.\n\nIn the early hours of February 28, as soon as the victim stepped out of a car, Fan GuoHui and the Vietnamese accomplices ambushed him, forcing him into another vehicle. Ma Cai and Li Chuang followed on motorcycles to keep watch.\n\nThe victim was taken to an isolated location, where the gang threatened him and demanded the ransom. However, their plan was foiled by the swift action of the police.\n\nThe case is still under further investigation, with authorities working to determine if more individuals were involved in the criminal operation.\n\nFormer police officer detained, stripped of title after kidnapping child\n\nVietnamese man arrested for kidnapping boy in Hanoi\n\nVietnamese Embassy in Mexico assists 11 citizens after kidnapping", - "chars": 2865, - "sha256": "1a7d8b179359406e43fa71d87630362484fed1d2ff4444cedabb9001f2b10150", + "text": "Ho Chi Minh City police bust Chinese-led kidnapping gang, rescue victim safely\n\nVietnamese police have arrested a group of Chinese and Vietnamese criminals for kidnapping a Chinese national and demanding a $400,000 ransom in cryptocurrency. The victim was safely rescued in a tactical police raid.\n\nOn March 6, the Ho Chi Minh City Police Department confirmed that they had arrested five suspects on charges of illegal detention.\n\nMa Cai (49), Fan GuoHui (39), and Li Chuang (47) – all Chinese nationals.\n\nLe Thi Bich Xuyen (35, from Can Tho) and Huynh Van Toan (30, from Binh Dinh) – Vietnamese nationals.\n\nAnother Vietnamese suspect, Nguyen Thanh Vu (31, from Binh Dinh), was also arrested for illegal detention.\n\nAt 6 AM on February 28, Ho Chi Minh City’s Criminal Police Department received a report about a kidnapping and ransom case involving Chinese suspects with assistance from Vietnamese accomplices.\n\nThe city’s police force, under the direction of the Ministry of Public Security, launched an immediate investigation.\n\nUsing advanced tracking techniques and intelligence from local informants, authorities identified six suspects and located their hideout in Pham Van Hai commune, Binh Chanh district. The location was remote, heavily wooded, and far from residential areas, making it a strategic hideout for the gang.\n\nDue to concerns that the kidnappers were armed and dangerous, police devised a tactical raid plan.\n\nAfter careful preparation, officers launched a surprise raid, successfully arresting all suspects and rescuing the hostage unharmed.\n\nAt the police station, the suspects confessed to the crime.\n\nAccording to their statements, the three Chinese masterminds - Ma Cai, Fan GuoHui, and Li Chuang - devised the kidnapping scheme to extort money from the victim.\n\nThey demanded a ransom of 600,000 USDT (a cryptocurrency equivalent to 10 billion VND).\n\nSince they were unfamiliar with Vietnam’s geography, they hired local Vietnamese accomplices to monitor the victim’s movements. The Vietnamese gang members were paid tens of millions of dong for their assistance.\n\nIn the early hours of February 28, as soon as the victim stepped out of a car, Fan GuoHui and the Vietnamese accomplices ambushed him, forcing him into another vehicle. Ma Cai and Li Chuang followed on motorcycles to keep watch.\n\nThe victim was taken to an isolated location, where the gang threatened him and demanded the ransom. However, their plan was foiled by the swift action of the police.\n\nThe case is still under further investigation, with authorities working to determine if more individuals were involved in the criminal operation.", + "chars": 2636, + "sha256": "9343e3df2911adf48bf3783ca8be060e1da2b427d754651c36400e720ec0b079", "staged_file": "01_vietnamnet-vn.txt", - "paragraphs_kept": "ALL 22 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-18 of 22", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:48:25+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-18 plus headline [0]; dropped 1 leading and 3 trailing paragraphs. Case-term hits on page: 26.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "215": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.yna.co.kr/view/AKR20250225097600056", "source": "yna.co.kr", "language": "unknown", - "text": "(제주=연합뉴스) 변지철 기자 = 제주시내 호텔에서 발생한 중국인 피살사건은 가상화폐 환전 거래과정에서 발생했을 가능성이 있는 것으로 보고 경찰이 수사중이다.\n\n제주서부경찰서는 살인 혐의로 30대 여성 2명과 30대 남성 1명, 60대 남성 1명 등 중국인 4명을 조사하고 있다고 25일 밝혔다.\n\n이들은 지난 24일 오후 제주시의 한 특급호텔 객실에서 30대 중국인 남성 A씨를 살해한 혐의를 받는다. A씨는 24일 오후 5시 10분께 지인의 신고를 받고 출동한 경찰에 의해 발견됐다.\n\n지인은 '가상화폐를 사러 갔던 지인이 연락되지 않아 이상하다. 잘못된 것 같다'고 112에 신고했다.\n\n경찰 발견 당시 A씨는 흉기에 여러 차례 찔려 피를 흘린 채 사망한 상태였다.\n\n신고 시각 5분 뒤인 오후 5시 15분께 피의자 중 한 명인 30대 여성 1명이 제주 서귀포시 성산파출소에서 자수했다.\n\n이어 공범인 30대 중국인 남녀 2명이 출국하려다 제주국제공항에서 경찰에 붙잡혔고, 호텔 카지노에서 60대 중국인 남성 1명이 긴급체포됐다.\n\n경찰은 이들 4명이 피해자 A씨의 돈 8천500만원을 가지고 달아난 사실을 확인하고 정확한 범행 동기와 경위를 조사하고 있다.\n\n경찰은 자수한 30대 중국인 여성이 주범일 가능성이 있다고 보고 있으며, 피의자 진술을 토대로 가상화폐 환전 거래 과정에서 범행을 저질렀는지 등 모든 가능성을 열어두고 수사하고 있다.\n\n이들은 모두 관광비자로 제주를 찾았으며 불법 체류 신분은 아닌 것으로 알려졌다.\n\n한편 지난달에도 제주시내 호텔에서 8억4천만원 상당의 가상화폐를 빼앗아 달아난 중국인 일당이 구속되는 등 가상화폐 거래 관련 범죄가 이어지고 있다.\n\n제보는 카카오톡 okjebo\n\n<저작권자(c) 연합뉴스,\n무단 전재-재배포, AI 학습 및 활용 금지>\n\n2025/02/25 13:29 송고\n2025년02월25일 13시29분 송고\n\nURL이 복사되었습니다.\n\n[영상] \"터널 안에서 목소리 들려\"…네팔 대홍수 9일만에 '기적의 생존'\n\n유튜브 채널\n연합뉴스\nK-Culture NOW\n통통테크\n더건강\nKOREA NOW\nNK NOW\nK-VIBE\n\n다양한 채널에서 연합뉴스를 만나보세요!", - "chars": 1072, - "sha256": "5be388e52d60f2ae54bfce1dd9f4b33258878ce04ab03de9b61ac89d61982ad6", + "text": "(제주=연합뉴스) 변지철 기자 = 제주시내 호텔에서 발생한 중국인 피살사건은 가상화폐 환전 거래과정에서 발생했을 가능성이 있는 것으로 보고 경찰이 수사중이다.\n\n제주서부경찰서는 살인 혐의로 30대 여성 2명과 30대 남성 1명, 60대 남성 1명 등 중국인 4명을 조사하고 있다고 25일 밝혔다.\n\n이들은 지난 24일 오후 제주시의 한 특급호텔 객실에서 30대 중국인 남성 A씨를 살해한 혐의를 받는다. A씨는 24일 오후 5시 10분께 지인의 신고를 받고 출동한 경찰에 의해 발견됐다.\n\n지인은 '가상화폐를 사러 갔던 지인이 연락되지 않아 이상하다. 잘못된 것 같다'고 112에 신고했다.\n\n경찰 발견 당시 A씨는 흉기에 여러 차례 찔려 피를 흘린 채 사망한 상태였다.\n\n신고 시각 5분 뒤인 오후 5시 15분께 피의자 중 한 명인 30대 여성 1명이 제주 서귀포시 성산파출소에서 자수했다.\n\n이어 공범인 30대 중국인 남녀 2명이 출국하려다 제주국제공항에서 경찰에 붙잡혔고, 호텔 카지노에서 60대 중국인 남성 1명이 긴급체포됐다.\n\n경찰은 이들 4명이 피해자 A씨의 돈 8천500만원을 가지고 달아난 사실을 확인하고 정확한 범행 동기와 경위를 조사하고 있다.\n\n경찰은 자수한 30대 중국인 여성이 주범일 가능성이 있다고 보고 있으며, 피의자 진술을 토대로 가상화폐 환전 거래 과정에서 범행을 저질렀는지 등 모든 가능성을 열어두고 수사하고 있다.\n\n이들은 모두 관광비자로 제주를 찾았으며 불법 체류 신분은 아닌 것으로 알려졌다.\n\n한편 지난달에도 제주시내 호텔에서 8억4천만원 상당의 가상화폐를 빼앗아 달아난 중국인 일당이 구속되는 등 가상화폐 거래 관련 범죄가 이어지고 있다.\n\n제보는 카카오톡 okjebo\n\n<저작권자(c) 연합뉴스,\n무단 전재-재배포, AI 학습 및 활용 금지>\n\n2025/02/25 13:29 송고\n2025년02월25일 13시29분 송고\n\nURL이 복사되었습니다.\n\n[영상] \"터널 안에서 목소리 들려\"…네팔 대홍수 9일만에 '기적의 생존'", + "chars": 989, + "sha256": "0c961ef268ebfe338c7d6850b7e76e67c445d9e31ea4f7e4c379f831e8644097", "staged_file": "01_yna-co-kr.txt", - "paragraphs_kept": "ALL 18 paragraphs, untrimmed", + "paragraphs_kept": "0-15 of 18", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:48:29+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 0-15; dropped 0 leading and 2 trailing paragraphs. Case-term hits on page: 2 (WEAK anchor, confirm the page is about this case).", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "214": [ @@ -5611,143 +6808,203 @@ "verdict": "BLOCKED", "url": "https://www.leparisien.fr/faits-divers/paris-un-investisseur-en-cryptomonnaie-enleve-et-sequestre-cinq-suspects-arretes-20-03-2025-K7SU6Q4C75ECXCIJWTNJIMCTGI.php?invitationToken=e3e4c977-af95-5dbd-a1a1-50a9f35d795b&at_medium=Advertisement&at_campaign=offrir", "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such", + "archive_tried": "2026-09-05T13:28:13+00:00", + "archive_note": "no Wayback Machine snapshot exists for this URL" } ], "213": [ { "field": "url", - "verdict": "THIN", + "verdict": "KEEP", "url": "https://www.mirror.co.uk/news/world-news/breaking-dramatic-moment-spanish-cops-34643004", - "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "source": "mirror.co.uk", + "language": "unknown", + "text": "Dramatic moment Spanish cops swoop on Brit kidnappers in cryptocurrency sting - World News - Mirror Online\n\nSpanish police released footage showing the moment they surrounded a vehicle as the trio tried to flee - but moments later they were cuffed on the ground at gunpoint\n\nSpain: Police arrest Brits for Costa del Sol crypto kidnap\n\nThree British men have been arrested following the Costa del Sol kidnap of a UK cryptocurrency broker.\n\nSpanish police released footage today showing the moment they surrounded an Audi the trio tried to flee in after their British victim managed to escape before cuffing them on the ground at gunpoint. The men took the trader hostage and demanded 30,000 Euros (£25,000) for his release after a chance meeting in Marbella led to him accepting an invite to an apartment in the nearby resort of Estepona the kidnappers is thought to have been living at temporarily.\n\nThe 34-year-old Hindi speaker got away by pretending to phone a customer he said had to give him half the code he needed to access his crypto wallet - but instead called a friend in London and told him he was being held against his will in the language his captors didn’t understand. His pal alerted the victim’s mum who told police what was happening - sparking an operation to locate the property where he was being held which they only knew initially was in the Estepona area.\n\nThe three British men were arrested following the kidnap of a cryptocurrency broker\n (\n\nHeavily-armed officers had already managed to track down the apartment and were preparing to call in specialist reinforcements when the kidnapped man took advantage of a momentary lapse in concentration by his abductors to escape. One was looking at his mobile when he ran and jumped more than 30 feet from a balcony, breaking his ankles in the process.\n\nThe footage police released showed them moving in as the kidnappers tried to speed off in their Audi when they released their attempts to earn quick money had been frustrated. Officers found more than POUNDS 8,000 in euros during a search of the apartment as well as two guns, three knives and 25 grams of pink cocaine.\n\nThe three Brits, who have not been named, have all been remanded to prison following a court appearance.\n\nGoing public with the operation to resolve the Costa kidnap, in an operation codenamed Operation Espino which lasted just seven hours from the moment the victim’s mum alerted them around midday last\n\nOn Saturday, a spokesman for the National Police in Malaga said: “Three men have arrested on suspicion of kidnap, wounding, membership of a criminal organisation, unlawful weapons possession and drugs trafficking. They are now in prison following a court appearance.\n\nFootage of the arrest shows the moment the trio was arrested\n (\n\n“The investigation began when officers were informed about the kidnap on February 1. Detectives managed to locate the residential estate where they believed the victim was being held.\n\n“During the police operation established to locate the apartment, officers saw several nervous-looking men going to and fro between the inside of the property and an outside terrace. Moments later they witnessed another man who turned out to be the kidnap victim jumping from the terrace to the ground.\n\n“He was taken to hospital so he could be treated for the injuries he suffered in the fall. The three suspects were arrested as they tried to get away in a high-powered vehicle.\n\n“Two firearms hidden in kitchen cupboards, almost EUROS 10,000, a money counting machine, three knives including one butterfly knife, two designer watches and 25 grams of pink cocaine as well as a weighing scale were found during a search of the apartment.” Police sources confirmed all four men were British.\n\nThe kidnap trio had tied their victim up and threatened to kill him during his ordeal unless he accessed his clients’ crypto wallets so he could pay them to regain his freedom.\n\nThe kidnappers tied their victim up so he could pay them to regain his freedom\n (\n\nThey had got talking during a chance meeting at a Marbella hotel a fortnight earlier - and ended up having a meal together the day of the kidnap before the victim accepted an invite to drinks afterwards at the property in Estepona where he ended up being held hostage. Police suspect they planned their crime after the Brit trader told them what he did for a living and they realised he was earning well and had access to large amounts of cryptocurrency.\n\nOnly one of the detainees was known to police in Spain but all three are believed to have criminal records in the UK for weapons possession and drugs offences. Their victim was assaulted during his ordeal but didn’t suffer the torture they pledged they would inflict on him if he didn’t pay them the amount they were demanding.\n\nYou can find this story in My Bookmarks.Or by navigating to the user icon in the top right.\n\nOVER TO YOU VLAD: Ukraine AGREES to ceasefire in dramatic move as 'ball now in Putin's court' - but Russia launches fatal missile attack on Barbados cargo shipDonald Trump", + "chars": 5072, + "sha256": "45f4622e4efe12b6fa35c4a1b28d5bf524d0c17dba0a1f15785fa18291b2dba4", + "staged_file": "01_mirror-co-uk-wayback.txt", + "paragraphs_kept": "headline [0] + 12-33 of 45", + "method": "Wayback Machine snapshot 20250311232609, deterministic extraction", + "fetched_at": "2026-09-05T13:28:20+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20250311232609/https://www.mirror.co.uk/news/world-news/breaking-dramatic-moment-spanish-cops-34643004", + "snapshot": "20250311232609", + "note": "live URL was THIN on the first pass; text comes from an archived copy dated 2025-03-11", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 12-33 plus headline [0]; dropped 11 leading and 11 trailing paragraphs. Case-term hits on page: 11.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "212": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://thewhistler.ng/lagos-police-arrest-lady-brother-for-robbing-boyfriend-of-n15m-bitcoins-iphones/", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "thewhistler.ng", + "language": "unknown", + "text": "Lagos Police Arrest Lady, Brother For Robbing Boyfriend Of N15m Bitcoins, iPhones – The Whistler Newspaper\n\nThe Lagos State Police Command has arrested a 25-year-old woman, Emmanuella Ogochukwu, for allegedly conspiring with her younger brother and his accomplices to rob her boyfriend of three iPhones and bitcoins worth N15m\n\nAccording to a police report seen by THE WHISTLER on Saturday, the case, initially handled by the Okota Police Division, was transferred to a specialised unit for further investigation on February 17.\n\nThe complainant, whose name was not disclosed, accused his girlfriend, Ogochukwu, of orchestrating the robbery in collaboration with her brother, Ogbuka Tochukwu, and other yet-to-be-identified suspects.\n\nFollowing Ogochukwu’s arrest and subsequent confession, operatives of the Lagos State Police Command tracked and apprehended her 22-year-old brother, Tochukwu. Both suspects admitted to committing the crime.\n\nPolice operatives have since recovered the stolen iPhones and a sum of N6.5m from the suspects.\n\nLagos Task Force Impounds 79 Commercial Motorcycles For Violating Highway Ban\n\nCorpse Of Missing LASU Graduate Found By Campus Fence\n\n“The complainant alleged that his girlfriend, one Emmanuella Ogochukwu “f” 25 years old, conspired with her brother and his friends to rob him of three iPhones and bitcoins worth about 15 million Naira.\n\n“Upon the receipt of the casefile and following the confessional statement of Emmanuella Ogochukwu “f,” one Ogbuka Tochukwu “m,” 22 years old, a younger brother to Emmanuella Ogochukwu “f,” was trailed and arrested by the operatives of the Command. Both of them confessed to the crime,” the report shared by the spokesperson of the Command, Benjamin Hundeyin, read.\n\nThe recovered items have been registered as evidence, while efforts are ongoing to apprehend the remaining members of the gang.\n\n“All the complainant’s robbed phones and the sum of N6.5m were recovered and have been registered with the exhibit keeper.\n\n“Investigation is still ongoing to arrest the other wanted members of the gang. Further development will be communicated to you,” the report added.", + "chars": 2146, + "sha256": "209e8e4d24c5c5be29859efaa22d7b6b8ebd1803bd6d816c72aa77448eb47f33", + "staged_file": "01_thewhistler-ng-wayback.txt", + "paragraphs_kept": "headline [0] + 2-13 of 19", + "method": "Wayback Machine snapshot 20250315172135, deterministic extraction", + "fetched_at": "2026-09-05T13:28:26+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20250315172135/https://thewhistler.ng/lagos-police-arrest-lady-brother-for-robbing-boyfriend-of-n15m-bitcoins-iphones/", + "snapshot": "20250315172135", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2025-03-15", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-13 plus headline [0]; dropped 1 leading and 5 trailing paragraphs. Case-term hits on page: 8.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "211": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://g1.globo.com/sp/sorocaba-jundiai/noticia/2025/01/31/familia-e-rendida-dentro-de-casa-e-forcada-a-transferir-us-16-mil-em-criptomoedas-para-criminosos.ghtml", "source": "g1.globo.com", "language": "unknown", - "text": "Família é rendida dentro de casa e forçada a transferir US$ 16 mil em criptomoedas para criminosos | G1\n\nFamília é rendida dentro de casa e forçada a transferir US$ 16 mil em criptomoedas para criminosos\n\nSegundo o boletim de ocorrência, mulher chegou a ser agredida pelos criminosos em Campo Limpo Paulista (SP). Suspeitos não foram encontrados.\n\nUma família teve a casa invadida, foi feita refém e forçada por dois criminosos a transferir US$ 16 mil, o equivalente a R$ 93 mil, na quinta-feira (30), no Jardim Corcovado, em Campo Limpo Paulista (SP).\n\n📲 Participe do canal do g1 Sorocaba e Jundiaí no WhatsApp\n\nDe acordo com o boletim de ocorrência, a vítima relatou que, ao chegar na residência, se deparou com dois homens mascarados e percebeu que a esposa havia sido amarrada pelos criminosos.\n\nAinda segundo o documento, a mulher chegou a ser agredida com coronhadas na cabeça. Os suspeitos estavam em contato com outra pessoa que, por telefone, orientou como fazer transferências de criptomoedas.\n\nA dupla pegou os celulares das vítimas e fez transferências que, ao todo, totalizaram US$ 16 mil em criptomoedas. À família, eles alegaram pertencer à uma organização criminosa.\n\nOs suspeitos fugiram com o carro da família, que foi encontrado pela Guarda Municipal e devolvido na sexta-feira (31). O caso é investigado pela Polícia Civil.\n\nVeja mais notícias da região no g1 Sorocaba e Jundiaí\n\nVÍDEOS: assista às reportagens da TV TEM\n\nDe segunda a sábado, as notícias que você não pode perder diretamente no seu e-mail.\n\nPara se inscrever, entre ou crie uma conta Globo gratuita.\n\nOps!\n\nAnvisa manda Univeler suspender fabricação de produtos de limpeza em SP\n\nAgente de André critica postura do Timão em negociações: 'Faltou experiência'\n\nFrancisco Gil fala do talento e semelhança da filha com Preta: 'Cada vez mais parecida'\n\nInquérito das fake news: relembre decisões que marcaram a relatoria de Moraes\n\nFachin promete fim do inquérito aberto no STF há 7 anos\n\nPGR diz que vai apurar possível interferência em relatório da PF sobre Moraes\n\nVeja o que os candidatos à Presidência propõem para o STF\n\nVÍDEO: entenda como o TSE testa as urnas antes das eleições\n\nDe olho nos jovens e no Nordeste, Cury gastou R$ 116 mil nas redes\n\nSurpresa da eleição flertou com candidatura há 17 anos\n\nTurista é resgatada com aeronave após acidente com quadriciclo no Ceará\n\nBrasil testa 'laboratório espacial' que chega a 100 km e volta de paraquedas\n\nMAPA: 'Guerra de drones' entre Rússia e Ucrânia já afetou mais de 20 países\n\nRússia ataca aeroportos de Kiev antes de visita de enviados dos EUA, diz Zelensky\n\n1º dia de Rock in Rio tem Foo Fighters e nostalgia com Detonautas e Biquini\n\nDefante rouba público de palco principal e canta sobre pelos pubianos e maconha\n\nDeseja receber as notícias mais importantes em tempo real? Ative as notificações do G1!", - "chars": 2850, - "sha256": "aa0c2296b44b0c6ecb4171ebdabacbc0887e7c8fc97491f3b4dba8907608e609", + "text": "Família é rendida dentro de casa e forçada a transferir US$ 16 mil em criptomoedas para criminosos | G1\n\nSegundo o boletim de ocorrência, mulher chegou a ser agredida pelos criminosos em Campo Limpo Paulista (SP). Suspeitos não foram encontrados.\n\nUma família teve a casa invadida, foi feita refém e forçada por dois criminosos a transferir US$ 16 mil, o equivalente a R$ 93 mil, na quinta-feira (30), no Jardim Corcovado, em Campo Limpo Paulista (SP).\n\n📲 Participe do canal do g1 Sorocaba e Jundiaí no WhatsApp\n\nDe acordo com o boletim de ocorrência, a vítima relatou que, ao chegar na residência, se deparou com dois homens mascarados e percebeu que a esposa havia sido amarrada pelos criminosos.\n\nAinda segundo o documento, a mulher chegou a ser agredida com coronhadas na cabeça. Os suspeitos estavam em contato com outra pessoa que, por telefone, orientou como fazer transferências de criptomoedas.\n\nA dupla pegou os celulares das vítimas e fez transferências que, ao todo, totalizaram US$ 16 mil em criptomoedas. À família, eles alegaram pertencer à uma organização criminosa.\n\nOs suspeitos fugiram com o carro da família, que foi encontrado pela Guarda Municipal e devolvido na sexta-feira (31). O caso é investigado pela Polícia Civil.\n\nVeja mais notícias da região no g1 Sorocaba e Jundiaí\n\nVÍDEOS: assista às reportagens da TV TEM\n\nDe segunda a sábado, as notícias que você não pode perder diretamente no seu e-mail.\n\nPara se inscrever, entre ou crie uma conta Globo gratuita.\n\nOps!\n\nAnvisa manda Univeler suspender fabricação de produtos de limpeza em SP\n\nAgente de André critica postura do Timão em negociações: 'Faltou experiência'\n\nFrancisco Gil fala do talento e semelhança da filha com Preta: 'Cada vez mais parecida'", + "chars": 1733, + "sha256": "f9c86bddb69f3fe9eda36bd70a87d6d64f571539869a06de7c38cd5537e6e3d8", "staged_file": "01_g1-globo-com.txt", - "paragraphs_kept": "ALL 31 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-16 of 31", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:48:45+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-16 plus headline [0]; dropped 1 leading and 14 trailing paragraphs. Case-term hits on page: 7.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "210": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.leparisien.fr/faits-divers/un-pro-des-cryptomonnaies-enleve-pres-de-troyes-quatre-personnes-interpellees-25-01-2025-DTP7ZSO3CJBARCCG2VWPQJBLAM.php", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "leparisien.fr", + "language": "unknown", + "text": "Un pro des cryptomonnaies enlevé près de Troyes, quatre personnes interpellées - Le Parisien\n\nLe trentenaire est alors séquestré dans un pavillon et ses ravisseurs lui réclament 20 000 euros pour le libérer. Sans que l’on sache dans quelles circonstances, la victime parvient à alerter un ami qui prévient la police.\n\nÀ leur arrivée vers 22 heures dans le pavillon, les policiers trouvent la victime en bonne santé. Les quatre auteurs du rapt sont interpellés. Le parquet de Troyes a confirmé ces interpellations, sans plus de précision à ce stade. Une enquête est ouverte pour tentative extorsion et le commissariat de police de Troyes est saisi, a indiqué le parquet.\n\n« Aucun parallèle ne saurait être fait en l’état avec les faits commis au préjudice de monsieur Balland », prévient le parquet.\n\nCrime story raconte chaque semaine les grandes affaires criminelles.\n\nMardi, David Balland, cofondateur et ex-employé de Ledger, société spécialisée dans la sécurisation de cryptoactifs ainsi que sa compagne, avaient été kidnappés à leur domicile à Méreau (Cher). Ils ont été depuis libérés, et sept personnes ont été placées en détention, soupçonnées d’être impliqués dans le kidnapping et la séquestration, avec actes de torture, du cofondateur de Ledger.", + "chars": 1257, + "sha256": "be6e6c555c395a4a31a9ceb9f48c03c2533047e84767e95c730e6ad7a3fdac1e", + "staged_file": "01_leparisien-fr-wayback.txt", + "paragraphs_kept": "headline [0] + 4-8 of 17", + "method": "Wayback Machine snapshot 20250509203536, deterministic extraction", + "fetched_at": "2026-09-05T13:28:32+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20250509203536/https://www.leparisien.fr/faits-divers/un-pro-des-cryptomonnaies-enleve-pres-de-troyes-quatre-personnes-interpellees-25-01-2025-DTP7ZSO3CJBARCCG2VWPQJBLAM.php", + "snapshot": "20250509203536", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2025-05-09", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 4-8 plus headline [0]; dropped 3 leading and 8 trailing paragraphs. Case-term hits on page: 5.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "209": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.lemonde.fr/en/pixels/article/2025/01/24/kidnappers-of-french-crypto-figure-and-his-wife-arrested-after-massive-manhunt_6737379_13.html", "source": "lemonde.fr", "language": "unknown", - "text": "Kidnappers of French crypto figure and his wife arrested after massive manhunt\n\nThe holder of your subscription has paused their plan for one month, until #suspension_date#. You no longer have access to their benefits. Your subscription has been paused for one month, until #suspension_date#. If you’d like to resume it earlier, please contact our customer service team.\n\nOn the afternoon of Thursday, January 23, a gendarmerie operation in the Paris region targeted two vehicles. Inside were three men and the wife of David Balland, a notable figure in the cryptocurrency sector and co-founder of the Ledger company. The operation marked the conclusion of a 48-hour manhunt for the entrepreneur and his wife who had been rescued by the gendarmerie's GIGN tactical unit just 24 hours prior.\n\nThe couple had been abducted in the early hours of Tuesday, January 21, from their home in the town of Méreau in central France, where Ledger's headquarters are located. Forced into two vehicles, the man and woman were separated. The identity of the kidnappers has not been revealed, but 10 people have been taken into custody, the Paris prosecutor's office announced at a press conference on Thursday evening. The hostage-takers were demanding a \"substantial cryptocurrency ransom,\" according to the prosecutors.\n\nThe pair wasn't chosen randomly: In 2014, Balland co-founded Ledger, one of the leading companies in France's cryptocurrency sector. Its secure physical wallets, reputed to be particularly robust, are highly prized by investors – the company is valued at around €1.3 billion.\n\nThe company's co-founder and former CEO Eric Larchevêque, whom an online rumor had initially identified as the victim of the kidnapping, expressed his \"immense relief\" on social media Thursday evening after the release of the two victims, and extended his thanks to \"the law enforcement agencies, with a special mention for the GIGN.\"\n\nOpened on Tuesday by the Bourges prosecutor's office, then transferred to Paris and its national jurisdiction for the fight against organized crime, the investigation promised to be particularly complex from the outset. To send their ransom demand, sent to another Ledger co-founder, the kidnappers used a WhatsApp account linked to a telephone number in Southeast Asia, as well as a VPN (virtual private network), making them very difficult to track. The investigators decided to send a bitcoin (equivalent to around €100,000) to buy time and try to trace the transaction.\n\nThe arrest of a vehicle suspected by the Vierzon anti-criminality brigade gave the investigation a boost. Aboard the vehicle, which had been stolen, a man admitted to being part of the group that kidnapped the Balland couple. His phone was used to trace another phone, geolocated in Châteauroux, central France. When the GIGN intervened at the address where the cell phone was located, they found Balland alive but wounded: furious at not receiving the ransom, his kidnappers had cut off his finger and sent the video of the mutilation to Ledger.\n\nHis wife, however, was not at the scene. The search intensified, and a large force of 230 gendarmes, including 91 GIGN agents and specialized technical teams, was deployed. Eventually, by midday on Thursday, her trail was found in the town of Etampes, thanks to a combination of cross-checks. She was in a vehicle, tied up but in good health. The gendarmes arrested six suspects.\n\nOffences punishable by life imprisonment\n\nA total of 10 people, nine men and one woman aged between 20 and 40, were arrested. Most were already known to the police, according to the Paris prosecutor's office. A judicial investigation is due to be opened on Friday, January 24, on charges of kidnapping in an organized gang, accompanied by acts of torture or barbarism and extortion with weapons. These offenses are punishable by life imprisonment.\n\nGet the most out of your experience: download the app to enjoy Le Monde in English anywhere, anytime\n\nOn December 31, 2024, the father, mother and sister of a French cryptocurrency influencer were kidnapped and held for several hours in eastern France – there too, a ransom was demanded. After the influencer raised the alarm, the gendarmes freed the mother and sister. Her father was found 24 hours after his abduction, 600 kilometers from home. Once again, it was a traffic stop on a suspicious vehicle that led to the discovery of the man, who had been tied up, doused with petrol and locked in the boot of a vehicle. No link has yet been established between the two cases.\n\nAurélien Defer , Damien Leloup and Florian Reynaud\n\nTranslation of an original article published in French on lemonde.fr; the publisher may only be liable for the French version.\n\nYou have opted to refuse the use of cookies while browsing our website, including personalized advertising cookies.\n\nThe content of this website is the work of over 530 journalists who deliver high-quality, reliable and comprehensive news and innovative online services every day. This work is supported by additional revenue from advertising and subscriptions.", - "chars": 5092, - "sha256": "52f23872d7ef90c795ece69dd809fe2c0f6bca9ad870524ca9349e4298fab50e", + "text": "Kidnappers of French crypto figure and his wife arrested after massive manhunt\n\nThe holder of your subscription has paused their plan for one month, until #suspension_date#. You no longer have access to their benefits. Your subscription has been paused for one month, until #suspension_date#. If you’d like to resume it earlier, please contact our customer service team.\n\nOn the afternoon of Thursday, January 23, a gendarmerie operation in the Paris region targeted two vehicles. Inside were three men and the wife of David Balland, a notable figure in the cryptocurrency sector and co-founder of the Ledger company. The operation marked the conclusion of a 48-hour manhunt for the entrepreneur and his wife who had been rescued by the gendarmerie's GIGN tactical unit just 24 hours prior.\n\nThe couple had been abducted in the early hours of Tuesday, January 21, from their home in the town of Méreau in central France, where Ledger's headquarters are located. Forced into two vehicles, the man and woman were separated. The identity of the kidnappers has not been revealed, but 10 people have been taken into custody, the Paris prosecutor's office announced at a press conference on Thursday evening. The hostage-takers were demanding a \"substantial cryptocurrency ransom,\" according to the prosecutors.\n\nThe pair wasn't chosen randomly: In 2014, Balland co-founded Ledger, one of the leading companies in France's cryptocurrency sector. Its secure physical wallets, reputed to be particularly robust, are highly prized by investors – the company is valued at around €1.3 billion.\n\nThe company's co-founder and former CEO Eric Larchevêque, whom an online rumor had initially identified as the victim of the kidnapping, expressed his \"immense relief\" on social media Thursday evening after the release of the two victims, and extended his thanks to \"the law enforcement agencies, with a special mention for the GIGN.\"\n\nOpened on Tuesday by the Bourges prosecutor's office, then transferred to Paris and its national jurisdiction for the fight against organized crime, the investigation promised to be particularly complex from the outset. To send their ransom demand, sent to another Ledger co-founder, the kidnappers used a WhatsApp account linked to a telephone number in Southeast Asia, as well as a VPN (virtual private network), making them very difficult to track. The investigators decided to send a bitcoin (equivalent to around €100,000) to buy time and try to trace the transaction.\n\nThe arrest of a vehicle suspected by the Vierzon anti-criminality brigade gave the investigation a boost. Aboard the vehicle, which had been stolen, a man admitted to being part of the group that kidnapped the Balland couple. His phone was used to trace another phone, geolocated in Châteauroux, central France. When the GIGN intervened at the address where the cell phone was located, they found Balland alive but wounded: furious at not receiving the ransom, his kidnappers had cut off his finger and sent the video of the mutilation to Ledger.\n\nHis wife, however, was not at the scene. The search intensified, and a large force of 230 gendarmes, including 91 GIGN agents and specialized technical teams, was deployed. Eventually, by midday on Thursday, her trail was found in the town of Etampes, thanks to a combination of cross-checks. She was in a vehicle, tied up but in good health. The gendarmes arrested six suspects.\n\nOffences punishable by life imprisonment\n\nA total of 10 people, nine men and one woman aged between 20 and 40, were arrested. Most were already known to the police, according to the Paris prosecutor's office. A judicial investigation is due to be opened on Friday, January 24, on charges of kidnapping in an organized gang, accompanied by acts of torture or barbarism and extortion with weapons. These offenses are punishable by life imprisonment.\n\nGet the most out of your experience: download the app to enjoy Le Monde in English anywhere, anytime\n\nOn December 31, 2024, the father, mother and sister of a French cryptocurrency influencer were kidnapped and held for several hours in eastern France – there too, a ransom was demanded. After the influencer raised the alarm, the gendarmes freed the mother and sister. Her father was found 24 hours after his abduction, 600 kilometers from home. Once again, it was a traffic stop on a suspicious vehicle that led to the discovery of the man, who had been tied up, doused with petrol and locked in the boot of a vehicle. No link has yet been established between the two cases.\n\nAurélien Defer , Damien Leloup and Florian Reynaud\n\nTranslation of an original article published in French on lemonde.fr; the publisher may only be liable for the French version.", + "chars": 4729, + "sha256": "22790ed59736d89d521d55622c07d18e3dba79cee50ddf7568961ce88c91dd1a", "staged_file": "01_lemonde-fr.txt", - "paragraphs_kept": "ALL 17 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-14 of 17", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:48:58+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-14 plus headline [0]; dropped 0 leading and 2 trailing paragraphs. Case-term hits on page: 26.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_2", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.zero-bullshit.fr/p/ledger-la-grande-famille-ebranlee", "source": "zero-bullshit.fr", "language": "unknown", - "text": "Retour sur le violent enlèvement d'un des (discrets) cofondateurs\n\nJ’avoue avoir longuement hésité à publier cette newsletter, et c’est d’ailleurs pourquoi elle est finalement sortie ce dimanche, au lieu de samedi. Déjà parce que les faits divers ne sont pas vraiment ma spécialité, mais surtout, quand je traite ici de sujets tech ou de finance, ce n’est jamais sous l’angle personnel des fondateurs ou des responsables.\n\nMais l’enlèvement violent de David Balland, cofondateur de Ledger, a été largement médiatisé, il s’est terminé (à peu près) bien, plusieurs protagonistes ont pris la parole sur le sujet, et il arrive dans un contexte un peu particulier. Parce que depuis le dénouement, plusieurs acteurs crypto ont révélé avoir subi des pressions, et d’autres faits divers semblent lui faire écho. De quoi se poser la question d’un problème possiblement plus large. Et donc confirmer qu’il y avait matière à enquête.\n\nNote : plusieurs passages sont volontairement flou afin de ne pas parasiter l’enquête en cours ou dévoiler des éléments trop précis, ni compromettre une ou plusieurs sources.\n\nTu peux t’abonner à mon autre newsletter gratuite A Free Lunch, qui résume l’actu finance-immo tous les matins du lundi au vendredi. Tu peux aussi la sponsoriser pour apparaître dedans, et avant regarder les stats et les formats.\n\nZero Bullshit propose désormais des formats de sponsorisations, pour des raisons expliquées ici.\n\nSi toi aussi tu veux lancer ta newsletter ou prendre la parole sur LinkedIn, je propose désormais des accompagnements individualisés, sans bullshit, sans template tout fait, sans bootcamp.\n\nTu peux également soutenir le contenu via un don ou un abonnement, sans contrepartie.\n\nEt évidemment tu peux me solliciter pour mes prestations de conseils en communication, branding, social média ou création de contenus.\n\nEnfin tu peux toujours me suivre sur LinkedIn, suivre Zero Bullshit ou Mèmes financiers pour rigoler.\n\nPour ma part, l’histoire commence le mardi 21 janvier. Une source au sein d’un milieu police-justice à Paris me demande si je connais Ledger, et m’informe qu’un des patrons aurait été enlevé dans la journée. Si je n’avais jamais été en contact avec cette personne, j’avoue que j’aurais conclu à un fake, d’autant que je ne trouve pas la moindre trace en ligne. Mais avant de continuer la discussion, il me demande de n’évoquer l’affaire sous aucune forme que ce soit avant son dénouement.\n\nÀ ce stade, et sans doute comme beaucoup, j’ai pensé au très médiatique Eric Larchevêque.\n\nParce qu’avant d’être jury sur M6 dans Qui Veut Être Mon Associé aux côtés d’Anthony Bourbon, qui a créé Blast pendant l’émission, avec Larchevêque comme égérie, et Tony Parker de la même émission, Larchevêque a surtout été entrepreneur.\n\nEn 2014, il crée avec Thomas France La Maison du Bitcoin, qui deviendra un CEX sous le nom de Coinhouse, parmi les tout premiers lieux physiques au monde où acheter du Bitcoin. En 2017, la plateforme, qui a donc changé de nom, rejoint « le groupe Arizen » selon les termes officiels abondement repris, sans que personne ne sache réellement ce qu’est vraiment ce « groupe ». Derrière Arizen, en réalité créé pour l’occasion, se trouve notamment Nicolas Louvet1, ancien partner chez Serena, qui a une longue expérience dans la tech et le VC, et qui est également l’un des tout premiers investisseurs de… Ledger. L’année suivante, Louvet obtient le statut de CIF2 auprès de la CNCIF3 et la fintech devient la première plateforme française régulée par l’AMF4. Deux mois plus tard, sous la pression de nombreux CIF qui se sont plaints auprès de l’AMF et de l’ACPR, la CNCIF fait marche arrière et retire l’agrément, expliquant que l’AMF interdit de ranger la crypto dans les « biens divers », et que donc, un vendeur de crypto-actifs ne pourrait pas être considéré comme CIF. Il faudrait attendre 2019 et la loi Pacte pour que le statut de PSAN5 apparaisse.\n\nQuant à Ledger, c’est en réalité bien plus tôt, en 2011, que la société est créée sous le nom d’Epic Dream, par Larchevêque (95%) et Bruno L., même si l’activité réelle arrive bien plus tard. En 2012, Thomas France entre, puis en 2014, la société fusionne successivement avec Radioceros/ChronoCoin (Joël P., David Balland, Vanessa R.) puis BTChip (Nicolas Bacca, Cédric M., Olivier T.). Ce qui amène à créer ce qui sera le premier produit : le Ledger Nano, qui permet d’avoir un wallet physique pour sécuriser ses cryptos.\n\nÀ ce moment, il y a donc 10 actionnaires principaux, dont les 8 cofondateurs, dont la plupart sont toujours partie prenante :\n\nEric Larchevêque : 32% - 12,% (au moment de la série C) - 170M€ (valo au moment de la série C)\n\nLedger commence alors de nombreux tours pour financer son produit et sa croissance, notamment en 20156 où l’ex-COO de Criteo Pascal Gauthier (qui a participé à l’IPO au Nasdaq de la startup) entre au capital et au board, puis 7M€ en 2017 lors d’un tour à 7M€ leadé par Maif Avenir7, puis 75M€ en 20188, ce qui permet de relocaliser la production dans une usine à 10M€, à Vierzon.\n\nLe choix de la ville n’est pas un hasard. Larchevêque habite là, Joel P. n’est pas loin, Balland aussi.\n\nEn 2019, Ledger fait face à la chute du Bitcoin, ses ventes affichent -50% et l’entreprise doit licencier 10% des effectifs9. De plus en plus contesté, Larchevêque subit la fronde de son board, et notamment celle du DG qu’il a lui-même nommé pour l’épauler, Pascal Gauthier.\n\nLe problème est en réalité plutôt classique : Ledger a levé beaucoup, a recruté cher, et le moindre hic dans la croissance fait que le burn devient complètement déconnecté du CA. Le produit est là, fonctionne, mais plus personne n’en veut, parce que le marché crypto s’effondre. La restructuration est actée et commence une guerre entre Gauthier et Larchevêque qui veulent se faire sortir l’un l’autre.\n\nLarchevêque pense tirer sa légitimité du fait qu’il est cofondateur, Gauthier pense tirer sa légitimité de ses expériences, et surtout du board. Qui de toute façon a le dernier mot. En réalité, à ce moment précis, tout est déjà acté. Les errements de Larchevêque avaient déjà convaincu le board depuis un moment qu’il fallait le sortir, et plus personne ne croyait à sa vision. Alors que Gauthier, lui, est un fin connaisseur du système et de la politique, avait pris une grosse avance.\n\nLes nombreuses levées font que Larchevêque n’est plus majoritaire et que le pacte d’associés ne lui donne plus de latitude, d’autant que ses cofondateurs ne le soutiennent pas vraiment non plus. Ce que résume un early-investor :\n\n« Legder a commencé a bien marché quand Larchevêque est parti »\n\nHow crual.\n\nEn 2021, la série C de Legder leadée par 10T10 affiche une valo à 1,5G$, suivie par une nouvelle levée à 100M€11 mais sur une valo de seulement 1,4G$ au Q1 2023. En tout cas, selon les chiffres annoncés dans la presse. Parce que selon des documents internes, les valos et les montants sont assez différents.\n\nSeed (2012) : 80K$ (montant levé) - 280K$ (valo)\n\nAu moment de la série C, 9’100 options sont accordées à Pascal Gauthier (8M€), et 4 cofondateurs cashoutent : Thomas France et David Balland (4,5M€), Joel P.12 (5,3M€), Cedric Mesnil (890K€). Les cofondateurs/employés détiennent alors 31% du capital.\n\nJuste après la série D, l’entreprise doit supprimer à nouveau 12% des effectifs alors que le marché des cryptos est au plus bas. Mais elle s’affiche toujours régulièrement dans la presse spécialisée et grand public, à la fois comme une référence mondiale en crypto, mais également au sein de la French Tech.\n\nCe n’est donc pas pour rien que l’histoire du jour se déroule à Vierzon. Une grosse partie des cofondateurs n’a plus de rôle opérationnel, mais reste très liée à l’entreprise. Et entre eux. Si Louvet est toujours à la tête de Coinhouse, Larchevêque, comme on l’a vu, n’est ni dans l’un ni dans l’autre, et se consacre plutôt à sa propre image, vendant notamment ses conseils. Son passage sur M6 lui permet une belle exposition médiatique, qui, d’ailleurs, agace beaucoup de proches de l’entreprise qui l’accusent en off de refaire un peu l’histoire à sa sauce, notamment sur son rôle dans le succès et Ledger, et son départ. Un early-investor le qualifie même de « wannabe Niel », notamment lorsque je lui parle d’ALGOSUP, l’école de développement qu’il a cofondée à Vierzon, ou le B³ Village by CA, un incubateur de startups dans la même ville, porté par le Crédit Agricole.\n\nThomas France est lui resté au board, mais a quitté ses fonctions opérationnelles en 2019 pour se consacrer à ses activités de VC. Nicolas Bacca a lui quitté l’entreprise fin 2023 pour co-diriger Le Centre à Marseille avec Joël P.. Ils ont été rejoints par la très discrète Vanessa R., passée par le marketing et la communication de Ledger, puis par Orcel, le studio de David Balland qu’elle a quitté en 2024.\n\nMais tous sont très proches de cette petite ville de province (et les uns des autres) qui s’est donc agitée il y a quelques jours.\n\nLe mardi 21 janvier, très tôt, plusieurs hommes armés entrent dans la propriété de David Balland et Amandine, sa compagne, située dans la banlieue sud de Vierzon. Méthodiques, les hommes séparent les époux et les embarquent. David Balland se dirige vers Châteauroux, à environ une heure de route, tandis que sa femme est retenue en banlieue sud de Paris, et est plusieurs fois déplacée.\n\nSelon une source policière, l’objectif n’était probablement pas de soutirer des fonds à Balland, mais plutôt à ses proches professionnels. Attiré par les cryptos des fondateurs ? Par la valeur supposée et la richesse de Ledger ? Aucune idée, à ce stade.\n\nÀ peine arrivé sur les lieux de séquestration, un des ravisseurs sectionne un des doigts de Balland, tandis qu’un autre filme la scène. Un premier message indiquant que Balland a été capturé est envoyé à Larchevêque. Puis il reçoit une atroce vidéo montrant la mutilation de Balland, avec un message exigeant un peu plus de 10M€ en Bitcoin.\n\nTrès rapidement, Larchevêque, sidéré, contacte les autorités. Le parquet de Bourges est saisi et ouvre une information judiciaire pour « enlèvement et séquestration en bande organisée pour obtenir l'exécution d'une condition ». L’affaire paraissant très sérieuse, il se dessaisit finalement au profit de la JIRS13 de Paris qui entame rapidement des négociations avec les ravisseurs. Dans le même temps, les sections de recherches de Bourges et de Paris sont saisies, ainsi que l’Unité nationale cyber de la Gendarmerie Nationale. Le GIGN de Tours, rejoint par celui de Versailles-Satory, se tient prêt à intervenir sur la zone.\n\nLe nombre d’intervenants fait que l’information fuite dès le mardi après-midi. Localement d’abord, parce qu’un important déploiement de forces de l’ordre a lieu autour de la maison des victimes et dans Vierzon. Mais rapidement, plusieurs sources parisiennes évoquent le nom de Ledger, en demandant un silence absolu en échange de l’information. Presqu’immédiatement le lien Ledger/Vierzon est fait et le nom d’Eric Larchevêque circule à cause d’une mauvaise interprétation. Pourtant, les mêmes sources reviennent au front, à plusieurs reprises, demandant explicitement à plusieurs médias (dont Zero Bullshit), de ne pas ébruiter l’information.\n\nMais mardi soir, dans la nuit, Antoine Bailleron et Geoffroy Jeay du Berry Républicain14 décident de publier la nouvelle, également relayée dans L’Écho Républicain, visiblement avec l’aval du parquet local. À ce moment-là, ma source parisienne fulmine.\n\n« C’est complètement dingue, et complètement inconscient. Depuis l’histoire de l’assaut de l’Hyper Cacher [Note de moi : où BFM TV avait révélé l’emplacement des personnes cachées] je pensais que plus personne n’oserait faire ça. Les journalistes ont carrément donné la ville de l’enlèvement, l’adresse d’une intervention, puis le nom de la victime. »\n\nÀ titre personnel, j’avoue ne m’être même pas posé la question d’en parler, et à ce stade, au moins quatre rédactions qui avaient également l’information ont décidé de ne pas publier.\n\nCe n’est que quand l’information de la libération de David Balland et de sa compagne sera confirmée le jeudi un peu avant midi, que la plupart des médias publieront les articles déjà prêts.\n\nEn réalité, si l’info s’ébruite localement, c’est parce que plus de 200 personnes sont en train de circuler, dans les rues et dans les airs, pour glaner des renseignements dans la maison du couple, auprès des voisins, etc. Quand le parquet de Bourges se dessaisit après quelques heures, les gendarmes locaux étaient déjà en train d’exploiter toutes les vidéosurveillances à disposition. L’arrivée de la JIRS permet des investigations numériques poussées.15\n\nLes heures sont longues. La situation n’évolue que sur un coup de chance. Alors que le Berry Républicain vient de lâcher l’info, la BAC16 de Bourges contrôle un homme suspect dans une voiture. Les plaques ne correspondent pas, la voiture est volée. En ouvrant le coffre, les policiers voient d’autres plaques. L’homme est interpellé et placé en garde à vue.\n\nLe lien n’est pas fait immédiatement. Mais très tôt le lendemain matin, la police découvre la fameuse vidéo envoyée à Larchevêque et contacte immédiatement la gendarmerie en charge de l’enquête après qu’un OPJ ait tilté.\n\nL’exploitation du GPS permet de trouver une adresse, proche de Châteauroux.\n\nSituée un peu à l’écart du centre de Montierchaume, Le Cabaret Paisible, c’est le nom de la villa, appartient à un entrepreneur du Pays Basque qui l’a acquise il y a quelques années et l’a mise en gestion dans la conciergerie Galilé, qui opère surtout à Châteauroux et Vierzon. L’agence gère une cinquantaine de propriétés, principalement des résidences secondaires. Présente sur Airbnb, la villa a été louée par Aurélie B., la seule femme de la bande (pour le moment), pour 5 nuits. Puis elle a été investie le lundi via un système automatique de boîte à clé.\n\nMercredi matin, le GIGN se prépare à intervenir. La situation est très tendue parce que si les dernières infos tendent à montrer que ceux qui retiennent Balland ne sont pas de grands criminels, l’organisation générale laisse à penser à des personnes violentes et organisées.\n\nL’intervention est musclée mais permet de délivrer Balland, alors gardé par deux hommes, immédiatement interpellés. Balland est lui transféré à l’hôpital pour être soigné.\n\nLe procès verbal de la première audition, rapide, des hommes, semblent indiquer qu’ils sont des exécutants, et non les cerveaux. Et qu’ils n’ont aucune idée d’où est Amandine, ce qui amène les enquêteurs à penser que la bande est particulièrement organisée, bien que les interpellés ne sont pas connus pour être proches du banditisme, ou pour ce type de faits. Le soir même, un homme est interpellé alors qu’il se rend dans la villa.\n\n« C’est précisément pour ça qu’on ne voulait pas la moindre fuite. Si l’homme avait vu un article, il ne serait jamais revenu, indique une source parisienne. »\n\nL’échec de l’opération (pour les ravisseurs), et sa désormais médiatisation, fait courir un risque élevé à Amandine, toujours introuvable. Le parquet ne communique évidemment pas sur l’information, mais une des deux adresses perquisitionnées à Vierzon (quai d’Yèvre, puis quai du Cher) est photographiée dans la presse locale. L’une est un bâtiment supposément abandonné, l’autre est la résidence principale officielle d’un des suspects.\n\nMais jeudi, une information liée à une exploitation d’un téléphone amène les enquêteurs à se pencher sur Étampes. Le GIGN est dépêché, et Amandine est finalement retrouvée ligotée dans une camionnette stationnée dans un parking du centre-ville. Vivante.\n\nSix nouvelles personnes sont interpellées, déjà connues pour être liées au trafic de stupéfiants en région parisienne. Mais qui ne semblent toujours pas être les commanditaires.\n\nJeudi soir, le parquet de Paris fait une conférence de presse, alors que la suite de l’enquête a été confiée à la Junalco17 et remercie notamment les journalistes qui « ont bien voulu maintenir le silence sur les faits » dans un « souci de la préservation de la vie humaine ». Du côté de Ledger, aussi, on s’autorise à communiquer.\n\nEric Larchevêque a exprimé sur X sa « profonde joie » avec la libération de son « ami et associé David, ainsi que sa femme », quand Pascal Gauthier partage « l'émotion des membres » de Ledger.\n\nLarchevêque est par ailleurs intervenu dans la matinale de RTL (Groupe M6) le 29 janvier. Avec M6, la radio avait été l’un des tout premiers médias à sortir l’information.\n\n« Il n'a pas été détruit par cette affaire qui a été évidemment très difficile. C'est quelqu'un qui est très gentil, très drôle, très discret, qui ne s'affiche absolument pas sur les réseaux. Ce n'est pas quelqu'un qui flambe malgré sa réussite. […] Il veut juste vivre normalement. »\n\nLarchevêque devait également s’exprimer dans La Grande Semaine sur M6 le 1er février18.\n\nQuant à David Balland, il n’a pas trahi sa réputation d’homme au sens de l’humour exacerbé, et a mis à jour son compte Instagram personnel avec comme bio :\n\nS’il est coutume de dire que personne ne paie de rançon, c’est en réalité toujours une posture, j’en avais déjà parlé ici. La vidéo amène immédiatement les enquêteurs, et les deux négociateurs en charge du dossier, à qualifier les ravisseurs de déterminés. L’autorisation est donc donnée de procéder à un paiement dès le premier jour.\n\nÀ ce stade, l’enquête n’a pas encore permis de déterminer la raison du choix de la cible, mais la demande de rançon en crypto permet de comprendre un peu les motivations. Peut-être ont-ils cru que tout ça resterait anonyme et qu’ils n’auraient même pas besoin de blanchir les fonds.\n\nSauf que… quoi qu’on pense de Ledger ou des cryptos, ses fondateurs sont des gens particulièrement brillants, intelligents et experts dans leur domaine. Et notamment Nicolas Bacca, qui a oublié d’être con.\n\nLarchevêque était d’accord pour contribuer, mais n’avait pas de liquidités rapidement disponibles. Un cadre dirigeant de Ledger accepte lui d’envoyer 400 ETH (1,2M€) pour calmer les ravisseurs. Plusieurs autres virements suivront, pour obtenir des preuves de vie, pour un montant total de près de 3M€, selon un proche du dossier, propos confirmés par d’autres19.\n\nMais Bacca se pose une autre question : comment faire en sorte que les fonds soient envoyés… mais puissent être gelés. Ce qu’il explique longuement à The Big Whale :20\n\n« Mon objectif était de créer un dispositif prêt à être activé pour envoyer simultanément des demandes de gel à toutes les plateformes possibles en quelques minutes, et non en quelques heures. »\n\nUne équipe se constitue autour de Bacca et de Sarah Compani d’Aleph Avocats21. Si le cabinet n’est pas vraiment une référence en matière de pénal, elles (les 3 associées sont des femmes) ont accompagné plusieurs acteurs de la crypto, notamment sur l’enregistrement PSAN, et conseillent notamment Consensys… ou Tether, dont le patron Paolo Ardoino va personnellement intervenir. La communauté SEAL 911 de Security Alliance est de la partie, et une bonne partie des exchanges sont mis dans la boucle. Plusieurs experts blockchain, dont un ex-développeur de SushiSwap, épaulent Bacca dans une boucle Telegram.\n\nDès le mardi soir, un des wallets des ravisseurs est blacklisté par USDT2223.\n\nUne fois les 400 ETH reçus, la quasi totalité a été swappée en USDT via TrustWallet, plateforme totalement décentralisée, ne demandant pas de KYC. 210K USDT partent alors sur KuCoin, 112K USDT sur Binance, et 640K sur un autre wallet.\n\nCompani, qui avait été alertée en amont par Bacca demande alors le gel aux plateformes. Selon un spécialiste de la conformité, vu les montants il y avait peu de chance que ça passe.\n\n« KuCoin et Binance sont des plateformes avec KYC. Soit ils sont vraiment débiles, soit ils ne connaissent vraiment rien aux cryptos. Ou alors ils sont très malins et ont réussi à hacker des comptes qui ne sont pas à leur nom. »\n\nAprès quelques heures, tous ces fonds sont gelés et les commanditaires, particulièrement actifs, ne peuvent plus faire de mouvement. Une partie des fonds sont alors convertis en Solana, via MEXC et FexFloat24. 250 SOL sont alors à nouveau gelés très rapidement, grâce au travail de Compani, en lien direct avec le procureur, qui envoie les réquisitions à la chaîne aux plateformes.\n\nSeuls 40 ETH (122K€) pourront être cashout vers un wallet dont l’activité semble indirectement localisée au Maroc. Quant aux fonds gelés, ils sont à ce stade saisis par la justice dans le cadre de l’enquête.\n\nL’année dernière, Tether avait déjà gelé des fonds volés lors d’un exploit dans Ledger25.\n\nL’enquête elle, ne fait que commence. La maison, qui était à vendre depuis six mois, et dont une promesse de vente devait être signée, a été placée sous scellés, le temps de l’enquête et notamment pour la police puis faire des relevés.\n\nValentin Simonnet, l’avocat du propriétaire, parle de « minimum 6 mois voire 2 ans avant d’accéder à [la] propriété »26, et va entamer une demande d’indemnité à l’État et à Booking, arguant que la carte bancaire utilisée n’était pas au nom de la locataire et qu’aucun contrôle n’avait été fait. Sous couvert d’anonymat, un cadre de Booking m’a indiqué que l’entreprise contesterait sa responsabilité, que son service juridique travaillait déjà sur le sujet, et que son assureur, Zurich Insurance Company Ltd, avait été prévenu.\n\n« En tout état de cause, l’assurance responsabilité civile ne couvrira pas les dommages ni au propriétaire, ni à la victime. Quant à la garantie sur les dommages, elle exclue sans ambiguïté les activités criminelles, et le litige sera entre le propriétaire et le locataire, pleinement identifiable. »\n\nQuant au propriétaire, impossible à ce stade de chiffrer son préjudice entre les dommages dus à l’intervention du GIGN (porte cassée, vitres brisées, mobilier endommagé), à l’absence d’entretien pendant des mois, et à la perte d’activité (environ 2 500€ / mois).\n\nAlors que je finissais cette newsletter, le JDD révélait un autre enlèvement d’un entrepreneur crypto à Troyes, dont le nom n’a pas été révélé27 qui a eu lieu le vendredi 24 janvier. L’homme de 30 ans, victime d’un guet-apens, a été séquestré dans un pavillon et une rançon de 20’000€ a été demandée. La victime a réussi à prévenir un proche et la police est intervenue rapidement.\n\nLe mois dernier en Belgique, c’est la compagne de Stéphane Winkel, vendeur de formation autoproclamé millionnaire crypto, qui avait été kidnappée et libérée après une course-poursuite sur l’autoroute.\n\nInterrogé par Le Parisien28 à l’occasion de l’affaire Balland, Owen Simonin (Hasheur) a raconté avoir été braqué chez lui avec une arme en 2022, l’obligeant depuis à prendre plus de précautions.\n\nAlexandre Stachtchenko, figure du web3 et directeur de la stratégie de Paymium, explique sur France Inter29 également avoir mis en place des mesures de sécurité, et ajoute même :\n\n« On sait qu’on est la cible. On espère qu’on aura une ambiance autour de ça qui va changer. Depuis quelques années, quand on parle des cryptos, c'est pour parler soit de criminalité soit d'un casino où on gagne plein d'argent. »\n\nMême histoire au Mans juste avant Noël, quand la famille d’un influenceur crypto, qui étale son argent en permanence pour vendre des formations, a été retrouvée ligotée, après avoir été enlevée à 600 km de là, dans l’Ain30. L’influenceur de 35 ans avait immédiatement alerté la police, permettant de retrouver sa mère et sa sœur, mais pas son père, qui est retrouvé au Mans le 2 janvier.\n\nDe quoi se poser la question d’une éventuelle lame de fond. Certains ont même fait un lien entre les propos de politiques et le débat médiatique sur les cryptos, et le fait que certains entrepreneurs auraient « une cible » sur eux.\n\nCertes, les chiffres des enlèvements violents ont augmenté de 8 % selon les chiffres du ministère de l’intérieur. Mais l’immense majorité sont commis par des jeunes, parfois mineurs, et visent des personnalités, ce qui rend les faits plus médiatisés. À tout ça, on peut ajouter le fantasme de l’argent facile ou des cryptos, surtout quand les victimes étalent une apparente richesse dans des interviews ou sur les réseaux sociaux.31\n\nPourtant, selon une source policière qui connaît bien le dernier dossier, ces affaires pourraient être très différentes. Parce que Djordje Novakovic, connu sous le pseudo SwitzyMyTeam ou BeneficeMax, fait partie de ces « entrepreneurs » de Dubaï qui ont fait fortune dans l’affiliation. Leur business ne consiste en rien à investir, mais à animer des comptes X ou Telegram en donnant des « signaux » pour faire des trades, et prendre de grosses commissions sur les dépôts et les transactions. Novakovic fait l’objet de nombreux témoignages sur les réseaux sociaux et achète régulièrement de faux articles pour qu’ils ne remontent pas dans Google32. L’enquête penche actuellement vers un règlement de compte.\n\nConcernant l’affaire troyenne, s’il était question d’une rançon de 20’000€, c’est parce que c’était le préjudice allégué d’un différend entre la victime, vendeur de machines de minage, et ses ravisseurs. Les quatre mis en cause ont été mis en examen, et deux ont été placés en détention provisoire.\n\nQuant au rapt de Balland et de sa compagne, l’enquête s’annonce longue. L’information judiciaire comporte à ce jour neuf chefs d’accusation.\n\nA l’issue des gardes à vue, trois personnes ont été totalement mises hors de cause, sept ont été mises en examen : cinq ont été placées en détention provisoire, et les deux autres y sont resté pour préparer leur défense devant le JLD33, mais ils ont également été mis sous écrou. Les charges retenues sont très diverses selon les personnes mais incluent enlèvement, séquestration ou détention arbitraire avec torture ou acte de barbarie. Ils encourent la réclusion criminelle à perpétuité et un million d’euros d’amende.\n\nLes avocats contactés n’ont pas souhaité commenter l’affaire.\n\nJusqu’ici tous ont répété n’être que des exécutants, rémunérés quelques milliers d’euros, et ne pas connaître le (ou les) commanditaires, ce qui est cohérent au vu des premiers éléments. La plupart déclarent avoir été rémunérés en 1’500 et 3’000€ et recrutés sur SnapChat, Signal ou Telegram.\n\nMais pour un enquêteur, il paraît « évident » qu’un réseau criminel « organisé et aguerri » est derrière, tant l'organisation est méthodique : chaque membre avait une tâche unique et précise. Par exemple, Le Parisien explique que la femme qui avait loué la maison n’était chargée que de la location et du ravitaillement.34\n\nPourtant, il faut raison garder.\n\nMalheureusement, l’enlèvement de David Balland n’est pas une pratique nouvelle. Au siècle dernier, les enlèvements des enfants Peugeot, Getty ou Lindbergh avaient déjà largement marqué l’opinion publique, souvent pour des affaires de rançons ou de règlements de compte. Mais on a aussi connu l’enlèvement de la patronne du Grand Hôtel de Cannes, Jacqueline Veyrac. Ou celui du patron de Phonogram, Louis Hazan, enlevé en pleine réunion pour une rançon de 15M frs. Ou encore les 300M frs réclamés pour Luchino Revelli-Beaumont, enlevé devant son appartement rue de la Pompe à Paris, alors qu’il était patron de Fiat, par un groupe d’extrême gauche argentin. Ou l’affaire du baron Empain, dont le doigt avait été envoyé à la police. Etc.\n\nS’il est vrai que la crypto souffre d’un traitement médiatique peu professionnel, c’est en réalité le cas de la plupart des métiers un peu techniques. Même Le Parisien, qui est plutôt sérieux sur ce type d’affaires, a raconté d’énormes âneries sur Ledger lors du podcast consacré à Balland, expliquant par exemple que l’entreprise faisait plus d’un milliard de chiffre d’affaires. Ce traitement amène effectivement pas mal de gens à voir ça comme un truc nébuleux, sombre, qui permet tout et n’importe quoi. Et cela arrange une bonne partie de l’écosystème qui gagne de l’argent sur des promesses de devenir riche, ou vend l’anonymat (pourtant tout relatif) des blockchains comme une solution. Dans une interview à Challenge35, le patron de Chainalysis, Jonathan Levin (qui aurait participé à la traque des fonds, selon mes informations) affirme d’ailleurs :\n\n« L’anonymat n’existe pas. Toutes les transactions sont inscrites de manière permanente sur la blockchain, qui fonctionne comme un grand registre de comptes à ciel ouvert. »\n\nMais tout comme l’avis de l’écosystème n’est pas unanime, celui des médias et du grand public ne l’est pas non plus.\n\nDe la même façon qu’une série d’accidents d’avion ne veut pas dire que l’avion est devenu plus dangereux, il ne faut pas se focaliser sur des faits divers, aussi violents, réels et dommageables soient-ils, pour tirer des conclusions, ou pire, faire sa propre récupération.\n\nCes affaires ne représentent rien d’autre qu’elles-mêmes. Au pire, sont-elles le reflet d’une société parfois avide, violente et dont certains s’éloignent pour céder à la facilité.\n\nPar respect pour leur intimité, ni David Balland, ni Eric Larcheveque, ni les acteurs directs de l’affaire n’ont été contactés pour confirmer, informer ou s’exprimer.\n\nIls bénéficient néanmoins d’un droit de réponse, et surtout de rectification, au besoin.\n\nJe m’appelle Benjamin Charles, et je fais du conseil en branding, positionnement et création de contenus pour des entreprises de la finance, de l’immobilier et du web3.\n\n👉 Me contacter, ou répondre à ce post : benj@mincharl.es\n\n👉 Me laisser un brief pour un projet pro\n\n👉 Prendre RDV en visio pour présenter un projet ou un service (300€ le call)\n\nEDIT 02/02/2025 12H20 : corrections orthographiques\n\nEDIT 05/02/2025 : anonymisation des noms des personnes qui ne se sont jamais publiquement exprimés\n\nManuel Valente, ex-directeur de La Maison du Bitcoin, actuel directeur scientifique de Coinhouse, 25%\n\nChambre Nationale des Conseillers en Investissements Financiers\n\nArizen, parent company of Coinhouse, to be the first French cryptoasset platform getting a financial investment advisor license, Fintech Finance News, 6 septembre 2018\n\nPrestataire de services sur actifs numériques\n\n1,5M€ avec XAnge, HiPay, Thibaut Faurès Fustel de Coulanges, Fred Potter, Alain Tingaud Innovations\n\n7M€, serie A, avec Libertus Capital, Digital Currency Group, The Whittemore Collection, Kima Ventures, XAnge, Wicklow Capital, GDTre, BHB NETWORK, Nicolas Pinto\n\n75M€, serie B, avec Draper Associates, Draper Venture Network, Draper Dragon, Cathay Innovation, Korelya Capital, Boost VC, Caphorn, Digital Currency Group, GDTre, Molten Ventures, FirstMark\n\nAvec une extension 18 mois plus tard de 2,9M€ avec Samsung, sur une valo de 290M€\n\nCryptomonnaies : la pépite française Ledger va couper dans ses effectifs, Raphael Bloch, Les Echos, 10 avril 2019\n\nAvec notamment les historiques Cathay Innovation, Draper Associates, Draper Dragon, Draper Esprit, DCG, Wicklow Capital et les entrants Tekne Capital, Uphold Ventures, Felix Capital, Inherent, Financière Agache (Groupe Arnault) et iAngels Technologies\n\nAvec TGV, DFG, VaynerFund, 10T, Cite Gestion, Caphorn, Morgan Creek Capital Management, Cathay Innovation, Korelya Capital, Molten Ventures, Draper Dragon\n\nCes chiffres sont ceux pris en compte pour une IPO qui n’a finalement pas eu lieu et pourrait avoir évolué.\n\nCryptomonnaies : un des fondateurs de Ledger kidnappé, les enquêteurs s'activent dans le Cher, Antoine Bailleron et Geoffroy Jeay, Le Berry Républiqin, 22 janvier 2025\n\nA ce stade, et pour éviter tout ce qui pourrait nuire à la procédure, je ne diffuserai pas plus d’informations.\n\nJuridiction nationale de lutte contre la criminalité organisée\n\nL’émission n’avait pas été diffusée au moment de l’écriture\n\nMontant confirmé par Le Parisien qui parle de “un peu moins de 3M€” et par Cryptoast qui parle de “au moins 3M€”\n\nNicolas Bacca: \"We have invented a unique organisational model for intervening in cryptocurrency ransom\", Grégory Raymond, The Big Whale, 24 janvier 2025\n\nPlusieurs wallets ont été utilisés. Cet exemple est pris, parce qu’il a été publiquement nommé et indiqué comme tel sur Etherscan. Pour éviter tout parasitisme, les autres wallets ne seront pas mentionnés ici.\n\nMerci à R. et T. pour leur aide sur les suivis complexes.\n\nCe n’est pas une conversion au sens strict, puisque ce sont des blockchains différentes.\n\nTether freezes wallet of Ledger library exploiter; Ledger provides more details, Anna Baydakowa, The Block, 14 décembre 2023\n\nA letter from Ledger Chairman & CEO Pascal Gauthier Regarding Ledger Connect Kit Exploit, Ledger, 14 décembre 2023\n\nLe propriétaire de la maison où a été séquestré le cofondateur de Ledger sera privé de loyer pour 6 à 24 mois, Marine Richard, Le Figaro, 28 janvier 2025\n\nINFO JDD. Troyes : un nouvel enlèvement dans le milieu des cryptomonnaies, quatre suspects interpellés, Jules Torres, Le Journal du Dimanche, 25 janvier 2025\n\n« Il m’a mis en joue » : avant l’affaire Ledger, l’influenceur crypto Owen Simonin a lui aussi été agressé, Maxime Gayraud, Le Parisien, 23 janvier 2025\n\nAin : Enlevé le 31 décembre, un homme retrouvé ligoté dans le coffre d’une voiture au Mans, 20 Minutes, 2 janvier 2025\n\nNote ajoutée après envoi : ce qui n’est absolument pas le cas de Fabrice Balland\n\nDjordje \"Switzyman\" Novakovic: Persistence, patience, and foresight are vital for entrepreneurial success\n\nI’m the James Bond of crypto & I’ve made £30m before my 25th birthday – I spend fortune on pet orangutan & supercars\n\nMeet Djordje \"Switzyman\" Novakovic - the man on a mission to empower retail investors\n\nExclusive: 'James Bond of crypto' shows off lavish lifestyle of flash cars - and orangutan pal\n\nL’entrepreneuriat avant 25 ans : portrait de Djordje Novakovic\n\nL'ombre d'un réseau criminel derrière le rapt de David Balland, Aujourd’hui en France, 25 janvier 2025\n\n« L’anonymat n’existe pas sur la blockchain » : Jonathan Levin, patron de Chainalysis, David Pargamin, Challenge, 31 janvier 2025\n\nTout à fait prêt. Qu'avez-vous pour moi ?\n\n© 2026 Meelton · Confidentialité ∙ Conditions ∙ Avis de collecte\n\nSubstack: la plateforme pour la culture et les idées", - "chars": 34056, - "sha256": "67f3c327719757961e1c4a4a93bff8e41a229dd79b4cdc66cdd432135ff3b34f", + "text": "Retour sur le violent enlèvement d'un des (discrets) cofondateurs\n\nTu peux également soutenir le contenu via un don ou un abonnement, sans contrepartie.\n\nEt évidemment tu peux me solliciter pour mes prestations de conseils en communication, branding, social média ou création de contenus.\n\nEnfin tu peux toujours me suivre sur LinkedIn, suivre Zero Bullshit ou Mèmes financiers pour rigoler.\n\nPour ma part, l’histoire commence le mardi 21 janvier. Une source au sein d’un milieu police-justice à Paris me demande si je connais Ledger, et m’informe qu’un des patrons aurait été enlevé dans la journée. Si je n’avais jamais été en contact avec cette personne, j’avoue que j’aurais conclu à un fake, d’autant que je ne trouve pas la moindre trace en ligne. Mais avant de continuer la discussion, il me demande de n’évoquer l’affaire sous aucune forme que ce soit avant son dénouement.\n\nÀ ce stade, et sans doute comme beaucoup, j’ai pensé au très médiatique Eric Larchevêque.\n\nParce qu’avant d’être jury sur M6 dans Qui Veut Être Mon Associé aux côtés d’Anthony Bourbon, qui a créé Blast pendant l’émission, avec Larchevêque comme égérie, et Tony Parker de la même émission, Larchevêque a surtout été entrepreneur.\n\nEn 2014, il crée avec Thomas France La Maison du Bitcoin, qui deviendra un CEX sous le nom de Coinhouse, parmi les tout premiers lieux physiques au monde où acheter du Bitcoin. En 2017, la plateforme, qui a donc changé de nom, rejoint « le groupe Arizen » selon les termes officiels abondement repris, sans que personne ne sache réellement ce qu’est vraiment ce « groupe ». Derrière Arizen, en réalité créé pour l’occasion, se trouve notamment Nicolas Louvet1, ancien partner chez Serena, qui a une longue expérience dans la tech et le VC, et qui est également l’un des tout premiers investisseurs de… Ledger. L’année suivante, Louvet obtient le statut de CIF2 auprès de la CNCIF3 et la fintech devient la première plateforme française régulée par l’AMF4. Deux mois plus tard, sous la pression de nombreux CIF qui se sont plaints auprès de l’AMF et de l’ACPR, la CNCIF fait marche arrière et retire l’agrément, expliquant que l’AMF interdit de ranger la crypto dans les « biens divers », et que donc, un vendeur de crypto-actifs ne pourrait pas être considéré comme CIF. Il faudrait attendre 2019 et la loi Pacte pour que le statut de PSAN5 apparaisse.\n\nQuant à Ledger, c’est en réalité bien plus tôt, en 2011, que la société est créée sous le nom d’Epic Dream, par Larchevêque (95%) et Bruno L., même si l’activité réelle arrive bien plus tard. En 2012, Thomas France entre, puis en 2014, la société fusionne successivement avec Radioceros/ChronoCoin (Joël P., David Balland, Vanessa R.) puis BTChip (Nicolas Bacca, Cédric M., Olivier T.). Ce qui amène à créer ce qui sera le premier produit : le Ledger Nano, qui permet d’avoir un wallet physique pour sécuriser ses cryptos.\n\nÀ ce moment, il y a donc 10 actionnaires principaux, dont les 8 cofondateurs, dont la plupart sont toujours partie prenante :\n\nEric Larchevêque : 32% - 12,% (au moment de la série C) - 170M€ (valo au moment de la série C)\n\nLedger commence alors de nombreux tours pour financer son produit et sa croissance, notamment en 20156 où l’ex-COO de Criteo Pascal Gauthier (qui a participé à l’IPO au Nasdaq de la startup) entre au capital et au board, puis 7M€ en 2017 lors d’un tour à 7M€ leadé par Maif Avenir7, puis 75M€ en 20188, ce qui permet de relocaliser la production dans une usine à 10M€, à Vierzon.\n\nLe choix de la ville n’est pas un hasard. Larchevêque habite là, Joel P. n’est pas loin, Balland aussi.\n\nEn 2019, Ledger fait face à la chute du Bitcoin, ses ventes affichent -50% et l’entreprise doit licencier 10% des effectifs9. De plus en plus contesté, Larchevêque subit la fronde de son board, et notamment celle du DG qu’il a lui-même nommé pour l’épauler, Pascal Gauthier.\n\nLe problème est en réalité plutôt classique : Ledger a levé beaucoup, a recruté cher, et le moindre hic dans la croissance fait que le burn devient complètement déconnecté du CA. Le produit est là, fonctionne, mais plus personne n’en veut, parce que le marché crypto s’effondre. La restructuration est actée et commence une guerre entre Gauthier et Larchevêque qui veulent se faire sortir l’un l’autre.\n\nLarchevêque pense tirer sa légitimité du fait qu’il est cofondateur, Gauthier pense tirer sa légitimité de ses expériences, et surtout du board. Qui de toute façon a le dernier mot. En réalité, à ce moment précis, tout est déjà acté. Les errements de Larchevêque avaient déjà convaincu le board depuis un moment qu’il fallait le sortir, et plus personne ne croyait à sa vision. Alors que Gauthier, lui, est un fin connaisseur du système et de la politique, avait pris une grosse avance.\n\nLes nombreuses levées font que Larchevêque n’est plus majoritaire et que le pacte d’associés ne lui donne plus de latitude, d’autant que ses cofondateurs ne le soutiennent pas vraiment non plus. Ce que résume un early-investor :\n\n« Legder a commencé a bien marché quand Larchevêque est parti »\n\nHow crual.\n\nEn 2021, la série C de Legder leadée par 10T10 affiche une valo à 1,5G$, suivie par une nouvelle levée à 100M€11 mais sur une valo de seulement 1,4G$ au Q1 2023. En tout cas, selon les chiffres annoncés dans la presse. Parce que selon des documents internes, les valos et les montants sont assez différents.\n\nSeed (2012) : 80K$ (montant levé) - 280K$ (valo)\n\nAu moment de la série C, 9’100 options sont accordées à Pascal Gauthier (8M€), et 4 cofondateurs cashoutent : Thomas France et David Balland (4,5M€), Joel P.12 (5,3M€), Cedric Mesnil (890K€). Les cofondateurs/employés détiennent alors 31% du capital.\n\nJuste après la série D, l’entreprise doit supprimer à nouveau 12% des effectifs alors que le marché des cryptos est au plus bas. Mais elle s’affiche toujours régulièrement dans la presse spécialisée et grand public, à la fois comme une référence mondiale en crypto, mais également au sein de la French Tech.\n\nCe n’est donc pas pour rien que l’histoire du jour se déroule à Vierzon. Une grosse partie des cofondateurs n’a plus de rôle opérationnel, mais reste très liée à l’entreprise. Et entre eux. Si Louvet est toujours à la tête de Coinhouse, Larchevêque, comme on l’a vu, n’est ni dans l’un ni dans l’autre, et se consacre plutôt à sa propre image, vendant notamment ses conseils. Son passage sur M6 lui permet une belle exposition médiatique, qui, d’ailleurs, agace beaucoup de proches de l’entreprise qui l’accusent en off de refaire un peu l’histoire à sa sauce, notamment sur son rôle dans le succès et Ledger, et son départ. Un early-investor le qualifie même de « wannabe Niel », notamment lorsque je lui parle d’ALGOSUP, l’école de développement qu’il a cofondée à Vierzon, ou le B³ Village by CA, un incubateur de startups dans la même ville, porté par le Crédit Agricole.\n\nThomas France est lui resté au board, mais a quitté ses fonctions opérationnelles en 2019 pour se consacrer à ses activités de VC. Nicolas Bacca a lui quitté l’entreprise fin 2023 pour co-diriger Le Centre à Marseille avec Joël P.. Ils ont été rejoints par la très discrète Vanessa R., passée par le marketing et la communication de Ledger, puis par Orcel, le studio de David Balland qu’elle a quitté en 2024.\n\nMais tous sont très proches de cette petite ville de province (et les uns des autres) qui s’est donc agitée il y a quelques jours.\n\nLe mardi 21 janvier, très tôt, plusieurs hommes armés entrent dans la propriété de David Balland et Amandine, sa compagne, située dans la banlieue sud de Vierzon. Méthodiques, les hommes séparent les époux et les embarquent. David Balland se dirige vers Châteauroux, à environ une heure de route, tandis que sa femme est retenue en banlieue sud de Paris, et est plusieurs fois déplacée.\n\nSelon une source policière, l’objectif n’était probablement pas de soutirer des fonds à Balland, mais plutôt à ses proches professionnels. Attiré par les cryptos des fondateurs ? Par la valeur supposée et la richesse de Ledger ? Aucune idée, à ce stade.\n\nÀ peine arrivé sur les lieux de séquestration, un des ravisseurs sectionne un des doigts de Balland, tandis qu’un autre filme la scène. Un premier message indiquant que Balland a été capturé est envoyé à Larchevêque. Puis il reçoit une atroce vidéo montrant la mutilation de Balland, avec un message exigeant un peu plus de 10M€ en Bitcoin.\n\nTrès rapidement, Larchevêque, sidéré, contacte les autorités. Le parquet de Bourges est saisi et ouvre une information judiciaire pour « enlèvement et séquestration en bande organisée pour obtenir l'exécution d'une condition ». L’affaire paraissant très sérieuse, il se dessaisit finalement au profit de la JIRS13 de Paris qui entame rapidement des négociations avec les ravisseurs. Dans le même temps, les sections de recherches de Bourges et de Paris sont saisies, ainsi que l’Unité nationale cyber de la Gendarmerie Nationale. Le GIGN de Tours, rejoint par celui de Versailles-Satory, se tient prêt à intervenir sur la zone.\n\nLe nombre d’intervenants fait que l’information fuite dès le mardi après-midi. Localement d’abord, parce qu’un important déploiement de forces de l’ordre a lieu autour de la maison des victimes et dans Vierzon. Mais rapidement, plusieurs sources parisiennes évoquent le nom de Ledger, en demandant un silence absolu en échange de l’information. Presqu’immédiatement le lien Ledger/Vierzon est fait et le nom d’Eric Larchevêque circule à cause d’une mauvaise interprétation. Pourtant, les mêmes sources reviennent au front, à plusieurs reprises, demandant explicitement à plusieurs médias (dont Zero Bullshit), de ne pas ébruiter l’information.\n\nMais mardi soir, dans la nuit, Antoine Bailleron et Geoffroy Jeay du Berry Républicain14 décident de publier la nouvelle, également relayée dans L’Écho Républicain, visiblement avec l’aval du parquet local. À ce moment-là, ma source parisienne fulmine.\n\n« C’est complètement dingue, et complètement inconscient. Depuis l’histoire de l’assaut de l’Hyper Cacher [Note de moi : où BFM TV avait révélé l’emplacement des personnes cachées] je pensais que plus personne n’oserait faire ça. Les journalistes ont carrément donné la ville de l’enlèvement, l’adresse d’une intervention, puis le nom de la victime. »\n\nÀ titre personnel, j’avoue ne m’être même pas posé la question d’en parler, et à ce stade, au moins quatre rédactions qui avaient également l’information ont décidé de ne pas publier.\n\nCe n’est que quand l’information de la libération de David Balland et de sa compagne sera confirmée le jeudi un peu avant midi, que la plupart des médias publieront les articles déjà prêts.\n\nEn réalité, si l’info s’ébruite localement, c’est parce que plus de 200 personnes sont en train de circuler, dans les rues et dans les airs, pour glaner des renseignements dans la maison du couple, auprès des voisins, etc. Quand le parquet de Bourges se dessaisit après quelques heures, les gendarmes locaux étaient déjà en train d’exploiter toutes les vidéosurveillances à disposition. L’arrivée de la JIRS permet des investigations numériques poussées.15\n\nLes heures sont longues. La situation n’évolue que sur un coup de chance. Alors que le Berry Républicain vient de lâcher l’info, la BAC16 de Bourges contrôle un homme suspect dans une voiture. Les plaques ne correspondent pas, la voiture est volée. En ouvrant le coffre, les policiers voient d’autres plaques. L’homme est interpellé et placé en garde à vue.\n\nLe lien n’est pas fait immédiatement. Mais très tôt le lendemain matin, la police découvre la fameuse vidéo envoyée à Larchevêque et contacte immédiatement la gendarmerie en charge de l’enquête après qu’un OPJ ait tilté.\n\nL’exploitation du GPS permet de trouver une adresse, proche de Châteauroux.\n\nSituée un peu à l’écart du centre de Montierchaume, Le Cabaret Paisible, c’est le nom de la villa, appartient à un entrepreneur du Pays Basque qui l’a acquise il y a quelques années et l’a mise en gestion dans la conciergerie Galilé, qui opère surtout à Châteauroux et Vierzon. L’agence gère une cinquantaine de propriétés, principalement des résidences secondaires. Présente sur Airbnb, la villa a été louée par Aurélie B., la seule femme de la bande (pour le moment), pour 5 nuits. Puis elle a été investie le lundi via un système automatique de boîte à clé.\n\nMercredi matin, le GIGN se prépare à intervenir. La situation est très tendue parce que si les dernières infos tendent à montrer que ceux qui retiennent Balland ne sont pas de grands criminels, l’organisation générale laisse à penser à des personnes violentes et organisées.\n\nL’intervention est musclée mais permet de délivrer Balland, alors gardé par deux hommes, immédiatement interpellés. Balland est lui transféré à l’hôpital pour être soigné.\n\nLe procès verbal de la première audition, rapide, des hommes, semblent indiquer qu’ils sont des exécutants, et non les cerveaux. Et qu’ils n’ont aucune idée d’où est Amandine, ce qui amène les enquêteurs à penser que la bande est particulièrement organisée, bien que les interpellés ne sont pas connus pour être proches du banditisme, ou pour ce type de faits. Le soir même, un homme est interpellé alors qu’il se rend dans la villa.\n\n« C’est précisément pour ça qu’on ne voulait pas la moindre fuite. Si l’homme avait vu un article, il ne serait jamais revenu, indique une source parisienne. »\n\nL’échec de l’opération (pour les ravisseurs), et sa désormais médiatisation, fait courir un risque élevé à Amandine, toujours introuvable. Le parquet ne communique évidemment pas sur l’information, mais une des deux adresses perquisitionnées à Vierzon (quai d’Yèvre, puis quai du Cher) est photographiée dans la presse locale. L’une est un bâtiment supposément abandonné, l’autre est la résidence principale officielle d’un des suspects.\n\nMais jeudi, une information liée à une exploitation d’un téléphone amène les enquêteurs à se pencher sur Étampes. Le GIGN est dépêché, et Amandine est finalement retrouvée ligotée dans une camionnette stationnée dans un parking du centre-ville. Vivante.\n\nSix nouvelles personnes sont interpellées, déjà connues pour être liées au trafic de stupéfiants en région parisienne. Mais qui ne semblent toujours pas être les commanditaires.\n\nJeudi soir, le parquet de Paris fait une conférence de presse, alors que la suite de l’enquête a été confiée à la Junalco17 et remercie notamment les journalistes qui « ont bien voulu maintenir le silence sur les faits » dans un « souci de la préservation de la vie humaine ». Du côté de Ledger, aussi, on s’autorise à communiquer.\n\nEric Larchevêque a exprimé sur X sa « profonde joie » avec la libération de son « ami et associé David, ainsi que sa femme », quand Pascal Gauthier partage « l'émotion des membres » de Ledger.\n\nLarchevêque est par ailleurs intervenu dans la matinale de RTL (Groupe M6) le 29 janvier. Avec M6, la radio avait été l’un des tout premiers médias à sortir l’information.\n\n« Il n'a pas été détruit par cette affaire qui a été évidemment très difficile. C'est quelqu'un qui est très gentil, très drôle, très discret, qui ne s'affiche absolument pas sur les réseaux. Ce n'est pas quelqu'un qui flambe malgré sa réussite. […] Il veut juste vivre normalement. »\n\nLarchevêque devait également s’exprimer dans La Grande Semaine sur M6 le 1er février18.\n\nQuant à David Balland, il n’a pas trahi sa réputation d’homme au sens de l’humour exacerbé, et a mis à jour son compte Instagram personnel avec comme bio :\n\nS’il est coutume de dire que personne ne paie de rançon, c’est en réalité toujours une posture, j’en avais déjà parlé ici. La vidéo amène immédiatement les enquêteurs, et les deux négociateurs en charge du dossier, à qualifier les ravisseurs de déterminés. L’autorisation est donc donnée de procéder à un paiement dès le premier jour.\n\nÀ ce stade, l’enquête n’a pas encore permis de déterminer la raison du choix de la cible, mais la demande de rançon en crypto permet de comprendre un peu les motivations. Peut-être ont-ils cru que tout ça resterait anonyme et qu’ils n’auraient même pas besoin de blanchir les fonds.\n\nSauf que… quoi qu’on pense de Ledger ou des cryptos, ses fondateurs sont des gens particulièrement brillants, intelligents et experts dans leur domaine. Et notamment Nicolas Bacca, qui a oublié d’être con.\n\nLarchevêque était d’accord pour contribuer, mais n’avait pas de liquidités rapidement disponibles. Un cadre dirigeant de Ledger accepte lui d’envoyer 400 ETH (1,2M€) pour calmer les ravisseurs. Plusieurs autres virements suivront, pour obtenir des preuves de vie, pour un montant total de près de 3M€, selon un proche du dossier, propos confirmés par d’autres19.\n\nMais Bacca se pose une autre question : comment faire en sorte que les fonds soient envoyés… mais puissent être gelés. Ce qu’il explique longuement à The Big Whale :20\n\n« Mon objectif était de créer un dispositif prêt à être activé pour envoyer simultanément des demandes de gel à toutes les plateformes possibles en quelques minutes, et non en quelques heures. »\n\nUne équipe se constitue autour de Bacca et de Sarah Compani d’Aleph Avocats21. Si le cabinet n’est pas vraiment une référence en matière de pénal, elles (les 3 associées sont des femmes) ont accompagné plusieurs acteurs de la crypto, notamment sur l’enregistrement PSAN, et conseillent notamment Consensys… ou Tether, dont le patron Paolo Ardoino va personnellement intervenir. La communauté SEAL 911 de Security Alliance est de la partie, et une bonne partie des exchanges sont mis dans la boucle. Plusieurs experts blockchain, dont un ex-développeur de SushiSwap, épaulent Bacca dans une boucle Telegram.\n\nDès le mardi soir, un des wallets des ravisseurs est blacklisté par USDT2223.\n\nUne fois les 400 ETH reçus, la quasi totalité a été swappée en USDT via TrustWallet, plateforme totalement décentralisée, ne demandant pas de KYC. 210K USDT partent alors sur KuCoin, 112K USDT sur Binance, et 640K sur un autre wallet.\n\nCompani, qui avait été alertée en amont par Bacca demande alors le gel aux plateformes. Selon un spécialiste de la conformité, vu les montants il y avait peu de chance que ça passe.\n\n« KuCoin et Binance sont des plateformes avec KYC. Soit ils sont vraiment débiles, soit ils ne connaissent vraiment rien aux cryptos. Ou alors ils sont très malins et ont réussi à hacker des comptes qui ne sont pas à leur nom. »\n\nAprès quelques heures, tous ces fonds sont gelés et les commanditaires, particulièrement actifs, ne peuvent plus faire de mouvement. Une partie des fonds sont alors convertis en Solana, via MEXC et FexFloat24. 250 SOL sont alors à nouveau gelés très rapidement, grâce au travail de Compani, en lien direct avec le procureur, qui envoie les réquisitions à la chaîne aux plateformes.\n\nSeuls 40 ETH (122K€) pourront être cashout vers un wallet dont l’activité semble indirectement localisée au Maroc. Quant aux fonds gelés, ils sont à ce stade saisis par la justice dans le cadre de l’enquête.\n\nL’année dernière, Tether avait déjà gelé des fonds volés lors d’un exploit dans Ledger25.\n\nL’enquête elle, ne fait que commence. La maison, qui était à vendre depuis six mois, et dont une promesse de vente devait être signée, a été placée sous scellés, le temps de l’enquête et notamment pour la police puis faire des relevés.\n\nValentin Simonnet, l’avocat du propriétaire, parle de « minimum 6 mois voire 2 ans avant d’accéder à [la] propriété »26, et va entamer une demande d’indemnité à l’État et à Booking, arguant que la carte bancaire utilisée n’était pas au nom de la locataire et qu’aucun contrôle n’avait été fait. Sous couvert d’anonymat, un cadre de Booking m’a indiqué que l’entreprise contesterait sa responsabilité, que son service juridique travaillait déjà sur le sujet, et que son assureur, Zurich Insurance Company Ltd, avait été prévenu.\n\n« En tout état de cause, l’assurance responsabilité civile ne couvrira pas les dommages ni au propriétaire, ni à la victime. Quant à la garantie sur les dommages, elle exclue sans ambiguïté les activités criminelles, et le litige sera entre le propriétaire et le locataire, pleinement identifiable. »\n\nQuant au propriétaire, impossible à ce stade de chiffrer son préjudice entre les dommages dus à l’intervention du GIGN (porte cassée, vitres brisées, mobilier endommagé), à l’absence d’entretien pendant des mois, et à la perte d’activité (environ 2 500€ / mois).", + "chars": 20390, + "sha256": "d0ef21dd9f9a8a54544f2dee3c74886a55f802aa059d3f1af3ae3f07066204de", "staged_file": "02_zero-bullshit-fr.txt", - "paragraphs_kept": "ALL 145 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 7-76 of 145", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:49:00+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 7-76 plus headline [0]; dropped 6 leading and 68 trailing paragraphs. Case-term hits on page: 94.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_3", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://cointelegraph.com/news/ledger-co-founder-david-balland-freed-after-kidnapping-in-france", "source": "cointelegraph.com", "language": "unknown", - "text": "Ledger co-founder released after days in captivity in France: Report\n\nWritten by Mehab Qureshiformer writerReviewed by Bryan O'Sheastaff editor\n\nLedger co-founder David Balland was kidnapped in France and safely released after police intervention. The incident involved a cryptocurrency ransom demand.\n\nDavid Balland, co-founder of the French cryptocurrency hardware wallet manufacturer Ledger, was released following a harrowing kidnapping incident, according to a statement from the Paris prosecutor’s office cited by Bloomberg.\n\nBalland was abducted from his home in central France during the early hours of Jan. 21. He was held captive until a police operation on the night of Jan. 22 secured his release.\n\nThe kidnappers had demanded a ransom in cryptocurrency.\n\nLedger was established in 2014 by Balland and others. The devices are designed to keep users’ private keys offline, thereby safeguarding digital assets from online vulnerabilities.\n\nThe company, which raised 100 million euros ( $109 million) in 2023, now boasts a valuation of 1.3 billion euros ($1.42 billion) and employs about 700 people.\n\nLedger operates a manufacturing facility in Vierzon, France, where Balland served as site director from 2019 to 2021. Post-release, Balland received medical attention, authorities confirmed.\n\nRansomware gangs extorted over $1.1 billion in cryptocurrency payments from victims in 2023, according to data from blockchain analytics firm Chainalysis.\n\nThis came amid widespread rumors circulating on social media on Jan. 22 about the potential kidnapping of a Ledger executive. The rumors lacked concrete evidence until this confirmation.\n\nOn Jan. 22, former Binance CEO Changpeng Zhao took to X to express concern over the situation without committing to any specific details and later deleted his tweet.\n\nZhao acknowledged rumors of a potential ransom scenario but admitted, “Not sure what is true for now.”\n\nJameson Lopp, chief technology officer and co-founder of Casa, a self-custody service, posted on X, referring to the situation as “unconfirmed rumors.”\n\n“We have no reliable info on what has transpired, though Ledger’s silence makes my spidey sense tingle. I suspect that there is an ongoing incident involving an undisclosed person,” said Lopp.\n\nCurrently, Ledger’s baseline offerings — the Nano series — are the company’s best-selling product line. However, the company has also been focusing on offering high-end touchscreen devices, such as Ledger Flex and Ledger Stax, to users eyeing self-sovereignty and financial freedom.\n\nAs of 2024, Ledger had sold over seven million hardware wallets, none of which have ever been hacked, the company claims.\n\nPascal Gauthier, chairman and CEO of Ledger, said he was relieved and grateful following the release of David and his wife:\n\n“We are deeply relieved that David and his wife have been released and are now safe. I have reached out to David, and our thoughts continue to be with him, his family, and the members of our team that worked with David while he was at Ledger.”\n\nHe expressed gratitude toward law enforcement for their swift action.\n\n“Our top priority was always to allow law enforcement to do their jobs and protect the integrity of the investigation. We respected law enforcement requests around safeguarding critical details of the ongoing investigation and appreciated members of the press who did the same,” he added.\n\nMagazine: Bitcoin vs. the quantum computer threat: Timeline and solutions (2025–2035)\n\nCointelegraph is committed to independent, transparent journalism. This news article is produced in accordance with Cointelegraph’s Editorial Policy and aims to provide accurate and timely information. Readers are encouraged to verify information independently.\n\nBitcoin ETF inflows hit $3.8B in strongest three-week stretch of 2026\n\nBitcoin ETF inflows hit $731M, highest since January as BTC reclaims $80K\n\nBitcoin reclaims $80K as DXY falls amid continuing suspected yen intervention", - "chars": 3975, - "sha256": "3522fb6734f073c3179102881a587d3ef21e31a13a5467384e11eb40382fe9ff", + "text": "Ledger co-founder released after days in captivity in France: Report\n\nLedger co-founder David Balland was kidnapped in France and safely released after police intervention. The incident involved a cryptocurrency ransom demand.\n\nDavid Balland, co-founder of the French cryptocurrency hardware wallet manufacturer Ledger, was released following a harrowing kidnapping incident, according to a statement from the Paris prosecutor’s office cited by Bloomberg.\n\nBalland was abducted from his home in central France during the early hours of Jan. 21. He was held captive until a police operation on the night of Jan. 22 secured his release.\n\nThe kidnappers had demanded a ransom in cryptocurrency.\n\nLedger was established in 2014 by Balland and others. The devices are designed to keep users’ private keys offline, thereby safeguarding digital assets from online vulnerabilities.\n\nThe company, which raised 100 million euros ( $109 million) in 2023, now boasts a valuation of 1.3 billion euros ($1.42 billion) and employs about 700 people.\n\nLedger operates a manufacturing facility in Vierzon, France, where Balland served as site director from 2019 to 2021. Post-release, Balland received medical attention, authorities confirmed.\n\nRansomware gangs extorted over $1.1 billion in cryptocurrency payments from victims in 2023, according to data from blockchain analytics firm Chainalysis.\n\nThis came amid widespread rumors circulating on social media on Jan. 22 about the potential kidnapping of a Ledger executive. The rumors lacked concrete evidence until this confirmation.\n\nOn Jan. 22, former Binance CEO Changpeng Zhao took to X to express concern over the situation without committing to any specific details and later deleted his tweet.\n\nZhao acknowledged rumors of a potential ransom scenario but admitted, “Not sure what is true for now.”\n\nJameson Lopp, chief technology officer and co-founder of Casa, a self-custody service, posted on X, referring to the situation as “unconfirmed rumors.”\n\n“We have no reliable info on what has transpired, though Ledger’s silence makes my spidey sense tingle. I suspect that there is an ongoing incident involving an undisclosed person,” said Lopp.\n\nCurrently, Ledger’s baseline offerings — the Nano series — are the company’s best-selling product line. However, the company has also been focusing on offering high-end touchscreen devices, such as Ledger Flex and Ledger Stax, to users eyeing self-sovereignty and financial freedom.\n\nAs of 2024, Ledger had sold over seven million hardware wallets, none of which have ever been hacked, the company claims.\n\nPascal Gauthier, chairman and CEO of Ledger, said he was relieved and grateful following the release of David and his wife:\n\n“We are deeply relieved that David and his wife have been released and are now safe. I have reached out to David, and our thoughts continue to be with him, his family, and the members of our team that worked with David while he was at Ledger.”\n\nHe expressed gratitude toward law enforcement for their swift action.\n\n“Our top priority was always to allow law enforcement to do their jobs and protect the integrity of the investigation. We respected law enforcement requests around safeguarding critical details of the ongoing investigation and appreciated members of the press who did the same,” he added.\n\nMagazine: Bitcoin vs. the quantum computer threat: Timeline and solutions (2025–2035)\n\nCointelegraph is committed to independent, transparent journalism. This news article is produced in accordance with Cointelegraph’s Editorial Policy and aims to provide accurate and timely information. Readers are encouraged to verify information independently.", + "chars": 3675, + "sha256": "8b528671d8521ff264d1e294d4175b01eeb16256c8f6dfe53fdba8390666a619", "staged_file": "03_cointelegraph-com.txt", - "paragraphs_kept": "ALL 26 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-22 of 26", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:49:01+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-22 plus headline [0]; dropped 1 leading and 3 trailing paragraphs. Case-term hits on page: 36.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_4", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.coindesk.com/policy/2025/01/24/ledger-co-founder-s-kidnapping-sheds-light-on-soaring-crypto-robberies", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "coindesk.com", + "language": "unknown", + "text": "Ledger Co-Founder's Kidnapping Highlights Threat of Crypto Robberies\n\nDavid Balland and his wife were rescued in a police operation involving elite units, Paris Prosecutor Laure Beccuau said.\n\nBy Krisztian Sandor|Edited by Nikhilesh De, Benjamin Schiller\n\nJan 24, 2025, 4:06 p.m.\n\nDavid Balland, co-founder of crypto wallet developer Ledger, and his wife were rescued after being kidnapped in central France.\n\nBalland's hand was injured during the attack, Reuters and Le Parisien reported.\n\nRobberies targeting crypto community members are on the rise.\n\nDavid Balland, co-founder of cryptocurrency wallet developer Ledger, was rescued in a police operation after being kidnapped in a ransom attack in France, according to reports, putting an end to days of swirling rumors.", + "chars": 773, + "sha256": "a12346d11af4ebe1f33143e24ac1e3b67aca44d01e6d49dfb8d6ac3b3d536630", + "staged_file": "04_coindesk-com-wayback.txt", + "paragraphs_kept": "headline [0] + 1-7 of 31", + "method": "Wayback Machine snapshot 20260220080454, deterministic extraction", + "fetched_at": "2026-09-05T13:28:37+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260220080454/https://www.coindesk.com/policy/2025/01/24/ledger-co-founder-s-kidnapping-sheds-light-on-soaring-crypto-robberies", + "snapshot": "20260220080454", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2026-02-20", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-7 plus headline [0]; dropped 0 leading and 23 trailing paragraphs. Case-term hits on page: 30.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_5", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://fortune.com/europe/2025/01/24/french-military-police-rescue-co-founder-13bn-crypto-startup-ledger-bungled-paris-kidnapping-goes-wrong/", "source": "fortune.com", "language": "unknown", - "text": "French police rescue co-founder of €1.3bn crypto startup Ledger after kidnapping | Fortune\n\nFrench military police rescue co-founder of €1.3bn crypto startup Ledger after bungled Paris kidnapping goes wrong\n\nFrench gendarmes stand alert on a street in Mereau, near Vierzon, central France on January 23, 2025, as they secure the area following the kidnapping of David Ballard.TOM MASSON/AFP via Getty Images\n\nAdd Fortune on Google for similar content.\n\nThe co-founder of French crypto unicorn Ledger and his wife have been rescued after an outlandish Parisian kidnapping attempt resulted in 10 arrests.\n\nDavid Balland and his wife were abducted in the early hours of Tuesday morning, they were separated and taken to different locations, according to Paris public prosecutor Laure Beccuau.\n\nThe kidnappers made contact with another co-founder of Ledger, demanding a ransom in cryptocurrency, part of which was paid to the assailants.\n\nThe GIGN, a special division of the French Gendarmerie military police, was enlisted to negotiate with the attackers, before tracking Balland’s location.\n\nPolice were able to recover Balland, while his wife was found hours later tied up in a van.\n\nAlmost all of the cryptocurrency used to pay part of the ransom has been traced, frozen, and seized.\n\nBalland was hospitalized owing to a wound on his hand, Beccuau said, while his wife didn’t sustain physical injuries but will be monitored by medical staff owing to trauma.\n\nThe Parisian prosecutor said 10 people—nine men and one woman aged between 20 and 40—had been taken into custody relating to the kidnapping. Most were already known to police, she said.\n\nBeccuau told media that the exchanging of a ransom, in addition to torture carried out during the kidnapping, dictates life imprisonment if those arrested are found guilty.\n\nA representative for Ledger didn’t immediately respond to Fortune’s request for comment. However, Ledger CEO Pascal Gauthier told the media: “We are deeply relieved that David and his wife have been released, and are now safe.”\n\n“We’re grateful to law enforcement for their swift action,” he added, saying it was “a traumatic situation that we hope will never be repeated”.\n\nLedger was founded in 2014 and now employs more than 600 people across the globe. The group designs hardware that safely stores customers’ cryptocurrencies in a USB-style wallet. The company was valued at €1.3 billion in March 2023. Ledger recruited Apple’s iPod inventor, Tony Fadell, to join its board in November.\n\nBalland and his wife’s kidnapping comes at a time when executive safety is firmly in the limelight, following the assassination of United Healthcare CEO Brian Murphy in December.\n\nThe kidnapping is also the latest in a spate of abductions linked to cryptocurrency.In November, Dean Skurka, the head of Canada’s largest crypto company, WonderFi, was kidnapped in Toronto by assailants demanding $1 million Canadian dollars in ransom. Skurka was dropped off on the side of a street after the ransom was paid.\n\nRyan Hogg was a Europe business reporter at Fortune.\n\n© 2026 Fortune Media IP Limited. All Rights Reserved. Use of this site constitutes acceptance of our Terms of Use and Privacy Policy | CA Notice at Collection and Privacy Notice | Do Not Sell/Share My Personal Information\n\nFORTUNE is a trademark of Fortune Media IP Limited, registered in the U.S. and other countries. FORTUNE may receive compensation for some links to products and services on this website. Offers may be subject to change without notice.", - "chars": 3531, - "sha256": "097cca416675728f861fdc805e09f46c70642ce3261f74dbce8b4e1d12d3a884", + "text": "French police rescue co-founder of €1.3bn crypto startup Ledger after kidnapping | Fortune\n\nFrench gendarmes stand alert on a street in Mereau, near Vierzon, central France on January 23, 2025, as they secure the area following the kidnapping of David Ballard.TOM MASSON/AFP via Getty Images\n\nAdd Fortune on Google for similar content.\n\nThe co-founder of French crypto unicorn Ledger and his wife have been rescued after an outlandish Parisian kidnapping attempt resulted in 10 arrests.\n\nDavid Balland and his wife were abducted in the early hours of Tuesday morning, they were separated and taken to different locations, according to Paris public prosecutor Laure Beccuau.\n\nThe kidnappers made contact with another co-founder of Ledger, demanding a ransom in cryptocurrency, part of which was paid to the assailants.\n\nThe GIGN, a special division of the French Gendarmerie military police, was enlisted to negotiate with the attackers, before tracking Balland’s location.\n\nPolice were able to recover Balland, while his wife was found hours later tied up in a van.\n\nAlmost all of the cryptocurrency used to pay part of the ransom has been traced, frozen, and seized.\n\nBalland was hospitalized owing to a wound on his hand, Beccuau said, while his wife didn’t sustain physical injuries but will be monitored by medical staff owing to trauma.\n\nThe Parisian prosecutor said 10 people—nine men and one woman aged between 20 and 40—had been taken into custody relating to the kidnapping. Most were already known to police, she said.\n\nBeccuau told media that the exchanging of a ransom, in addition to torture carried out during the kidnapping, dictates life imprisonment if those arrested are found guilty.\n\nA representative for Ledger didn’t immediately respond to Fortune’s request for comment. However, Ledger CEO Pascal Gauthier told the media: “We are deeply relieved that David and his wife have been released, and are now safe.”\n\n“We’re grateful to law enforcement for their swift action,” he added, saying it was “a traumatic situation that we hope will never be repeated”.\n\nLedger was founded in 2014 and now employs more than 600 people across the globe. The group designs hardware that safely stores customers’ cryptocurrencies in a USB-style wallet. The company was valued at €1.3 billion in March 2023. Ledger recruited Apple’s iPod inventor, Tony Fadell, to join its board in November.\n\nBalland and his wife’s kidnapping comes at a time when executive safety is firmly in the limelight, following the assassination of United Healthcare CEO Brian Murphy in December.\n\nThe kidnapping is also the latest in a spate of abductions linked to cryptocurrency.In November, Dean Skurka, the head of Canada’s largest crypto company, WonderFi, was kidnapped in Toronto by assailants demanding $1 million Canadian dollars in ransom. Skurka was dropped off on the side of a street after the ransom was paid.\n\nRyan Hogg was a Europe business reporter at Fortune.", + "chars": 2957, + "sha256": "4a1fe8ccff6e024f0b92a7e2bce68ecc19353d75e3de915abf6596830b50d686", "staged_file": "05_fortune-com.txt", - "paragraphs_kept": "ALL 21 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-18 of 21", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:49:03+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-18 plus headline [0]; dropped 1 leading and 2 trailing paragraphs. Case-term hits on page: 32.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "208": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://cryptonews.com/news/south-korean-police-arrest-gang-of-chinese-crypto-thieves-who-struck-high-end-hotel-guests/", "source": "cryptonews.com", "language": "unknown", - "text": "South Korean Police Arrest ‘Gang of Chinese Crypto Thieves’\n\nS Korean Police Arrest ‘Gang of Chinese Crypto Thieves’ Who ‘Robbed High-end Hotel Guest’\n\nGang assaulted ‘crypto exchanger’ in Jeju and ‘stole $580k worth of coins,’ officers believe\n\nTim Alper is a British journalist and features writer who has worked at Cryptonews.com since 2018. He has written for media outlets such as the BBC, the Guardian, and Chosun Ilbo. He has also worked...\n\nNaver-Dunamu Crypto ‘Mega-Company’ Could Be Worth $2.1B a Year – Experts\n\nRussia Losing ‘Millions of Dollars a Year to Illegal Crypto Miners’ – Report\n\nRussian Economist: BTC Will Hit $120k-$130k Again Before End of Year\n\nRussia’s Central Bank: Tokenization Will Let Foreigners Buy Domestic Shares\n\nS Korean Tax Agency: Pay Your Bills or We’ll Take Your Crypto Cold Wallets\n\nSouth Korean police have arrested a “gang” of suspected Chinese crypto thieves accused of stealing around $580,000 worth of crypto from a guest at a luxury hotel.\n\nThe South Korean news outlet Newsis reported that the Jeju West Police Station arrested six people on “special robbery” charges.\n\nChinese Crypto Thieves Arrested at Airport\n\nPolice think the gang struck a deal with another Chinese national who works as an unofficial “crypto and fiat currency exchanger.”\n\nThe “exchanger” agreed to sell the group an undisclosed amount of crypto for over $690,000 in cash as part of an over-the-counter trade.\n\nThe group reportedly gave the “exchanger” cash on seven occasions, with the “exchanger” then transferring coins to their crypto wallets.\n\nHowever, in the early hours of January 16, police said, the gang traded more money for crypto.\n\nBut during this deal, they claimed that they had not received coins from the “exchanger.”\n\nThey then “assaulted” the “exchanger,” stole the cash they had given him, and “ran away” with both the cash and the crypto.\n\nThe gang may also have stolen further crypto funds from the alleged victim’s mobile phone, police think.\n\nThe alleged victim reported the incident to the police, who tracked the group down. Some members were found in another hotel room, with others at Jeju International Airport, seemingly preparing to flee the country.\n\nBogus OTC Trade?\n\nThe police think the gang “conspired in advance” to steal the victim’s crypto by “deceiving him into thinking” they wanted to exchange it for cash.\n\nOfficers say they are also investigating the “whereabouts of the cryptoassets stolen” from the alleged victim’s “mobile phone virtual currency wallet.”\n\nJeju police released video footage of officers opening a suitcase apparently filled with bundles of South Korean 50,000 won bills.\n\nXRP Price Analysis: Wealth Managers Show Growing Interest in XRP\n\nXRP Price Prediction: Ripple Edges Bitcoin In South Korea\n\nXRP News: Ripple Rallies on Fed Dovish Tone, $10 Dream Returns\n\nWhere Could XRP Price Go This September as CLARITY Act Nears?\n\nSEC Chair Paul Atkins Sets September 15 Senate Vote for CLARITY Act\n\nEthereum Price Suppressed as Selling Pressure Mounts\n\nRipple News: BIS Turns to XRP Ledger for 3–5 Second Data Verification\n\nEthereum News: Double Three Pattern Hints at Another Rally\n\nBest Crypto to Buy Now in September 2026 – Top Crypto to Invest In\n\nNew Cryptocurrencies to Invest in Today – Top New Crypto Coins\n\n8 Best Crypto Presales in September 2026\n\nEarly Access to 6 New & Upcoming Coinbase Listings in September 2026\n\n10 New & Upcoming Binance Listings in 2026\n\nNext Crypto to Explode in 2026 – Our Top Picks\n\nBitcoin (BTC) Price Prediction 2026, 2027 – 2030\n\nXRP (XRP) Price Prediction 2026, 2027 – 2030\n\nEthereum Price Prediction 2026, 2027 – 2030\n\nAt Cryptonews, we aim to make cryptocurrency, blockchain, and Web3 understandable, and information available to everyone, no matter what level you are in your investment journey. Founded in 2017, Cryptonews has been dedicated to delivering reliable, multilingual coverage of the cryptocurrency industry.\n\nDiscover trending tokens still in presale — early-stage picks with potential.\n\nSmart tools made for everyday crypto users\n\nBitcoin FOMC Outlook Shifts: BTC Eyes $92K as Scalability Projects Gain Momentum\n\nBitcoin ETF News: BlackRock IBIT Captures 62% of Inflows\n\nTim Alper is a British journalist and features writer who has worked at Cryptonews.com since 2018. He has written for media outlets such as the BBC, the Guardian, and Chosun Ilbo. He has also worked on media projects with Samsung, Sony, LG, Hyundai, Korean Air, Microsoft, Accenture, and more. His crypto-related articles have also been published on The Motley Fool and FXEmpire.\n\nGet dialed in every Tuesday & Friday with quick updates on the world of crypto\n\nEnter your email for our free Newsletter\n\nThis site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.", - "chars": 4803, - "sha256": "8279654603e399b95efac73881429302f9edfbfafead3fdc25ff79e13fe3df34", + "text": "South Korean Police Arrest ‘Gang of Chinese Crypto Thieves’\n\nSouth Korean police have arrested a “gang” of suspected Chinese crypto thieves accused of stealing around $580,000 worth of crypto from a guest at a luxury hotel.\n\nThe South Korean news outlet Newsis reported that the Jeju West Police Station arrested six people on “special robbery” charges.\n\nChinese Crypto Thieves Arrested at Airport\n\nPolice think the gang struck a deal with another Chinese national who works as an unofficial “crypto and fiat currency exchanger.”\n\nThe “exchanger” agreed to sell the group an undisclosed amount of crypto for over $690,000 in cash as part of an over-the-counter trade.\n\nThe group reportedly gave the “exchanger” cash on seven occasions, with the “exchanger” then transferring coins to their crypto wallets.\n\nHowever, in the early hours of January 16, police said, the gang traded more money for crypto.\n\nBut during this deal, they claimed that they had not received coins from the “exchanger.”\n\nThey then “assaulted” the “exchanger,” stole the cash they had given him, and “ran away” with both the cash and the crypto.\n\nThe gang may also have stolen further crypto funds from the alleged victim’s mobile phone, police think.\n\nThe alleged victim reported the incident to the police, who tracked the group down. Some members were found in another hotel room, with others at Jeju International Airport, seemingly preparing to flee the country.\n\nBogus OTC Trade?\n\nThe police think the gang “conspired in advance” to steal the victim’s crypto by “deceiving him into thinking” they wanted to exchange it for cash.\n\nOfficers say they are also investigating the “whereabouts of the cryptoassets stolen” from the alleged victim’s “mobile phone virtual currency wallet.”\n\nJeju police released video footage of officers opening a suitcase apparently filled with bundles of South Korean 50,000 won bills.\n\nXRP Price Analysis: Wealth Managers Show Growing Interest in XRP\n\nXRP Price Prediction: Ripple Edges Bitcoin In South Korea\n\nXRP News: Ripple Rallies on Fed Dovish Tone, $10 Dream Returns\n\nWhere Could XRP Price Go This September as CLARITY Act Nears?", + "chars": 2143, + "sha256": "48cd1010d211710b15bbe4868cc2c2efb333a77b7d0da54051198a5122e103b3", "staged_file": "01_cryptonews-com.txt", - "paragraphs_kept": "ALL 50 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 9-27 of 50", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:49:06+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 9-27 plus headline [0]; dropped 8 leading and 22 trailing paragraphs. Case-term hits on page: 40.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "207": [ @@ -5756,135 +7013,144 @@ "verdict": "BLOCKED", "url": "https://mb.com.ph/19/1/2025/korean-kidnapped-in-makati-city-rescued-in-batangas", "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such", + "archive_tried": "2026-09-05T13:28:41+00:00", + "archive_note": "no Wayback Machine snapshot exists for this URL" } ], "206": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.bangkokpost.com/learning/easy/2939397/turkish-man-tied-up-and-robbed-in-pattaya", "source": "bangkokpost.com", "language": "unknown", - "text": "Turkish man tied up and robbed in Pattaya Bangkok Post Learning - Learn English from News\n\nTurkish man tied up and robbed in Pattaya\n\nORIGINAL SOURCE/WRITER: \n Chaiyot Pupattanapong\n\nA Turkish man was tied up and robbed in a condominium room in Pattaya early on Tuesday morning.\n\nA security guard said Masis Erkol, 36, hopped from his room on the fifth floor seeking help. His hands were fastened behind him with handcuffs and cable ties and his ankles bound with wire.\n\nThe robbery happened at a condominium building in Soi Wat Bun Kanchanaram and was reported to Pattaya police about 3.36am.\n\nThe man told police that three men held and tied him up. They forced him to transfer a large amount of cryptocurrency to a wallet and also stole his computer.\n\nPolice said it was likely Mr Erkol knew his attackers because the condominium had a good security system. The building's name was not given.\n\nankle: the part at the bottom of your leg where your foot joins your leg - ข้อเท้า\n\ncryptocurrency (noun): one of a number of currencies used as digital cash without involving the banking system -\n\nfasten (verb): to fix or place something in a particular position, so that it will not move - มัด, รัด, คาด\n\nhandcuffs: two metal rings joined by a short chain which lock around a prisoner's wrists on someone - กุญแจมือ\n\nwires (noun): metal in the form of thin threads - สายโลหะ\n\nDo you like the content of this article?\n\nTwo US sailors sent back to ship after drunken Pattaya brawl\n\nSeating collapse stops Thai rockers’ farewell show\n\nUS sailors on leave begin exploring Pattaya\n\nAir travellers offered free 10kg fruit check-in for a year\n\nThai Translation: มีความรับผิดชอบ-footer\n\nTo enjoy the full Bangkok Post experience,\n\nplease disable your ad blocker.", - "chars": 1753, - "sha256": "3dcff613f872586be9e8fa25a33b2405ccb6cb6fe7863a06f0d79d4a6ca4cce7", + "text": "Turkish man tied up and robbed in Pattaya Bangkok Post Learning - Learn English from News\n\nA Turkish man was tied up and robbed in a condominium room in Pattaya early on Tuesday morning.\n\nA security guard said Masis Erkol, 36, hopped from his room on the fifth floor seeking help. His hands were fastened behind him with handcuffs and cable ties and his ankles bound with wire.\n\nThe robbery happened at a condominium building in Soi Wat Bun Kanchanaram and was reported to Pattaya police about 3.36am.\n\nThe man told police that three men held and tied him up. They forced him to transfer a large amount of cryptocurrency to a wallet and also stole his computer.\n\nPolice said it was likely Mr Erkol knew his attackers because the condominium had a good security system. The building's name was not given.", + "chars": 803, + "sha256": "620550a7f6fee3c4b5355da3771c38101f702632256c96b6e70920c9437eb58b", "staged_file": "01_bangkokpost-com.txt", - "paragraphs_kept": "ALL 21 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 3-7 of 21", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:49:11+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-7 plus headline [0]; dropped 2 leading and 13 trailing paragraphs. Case-term hits on page: 9.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "205": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://nationaljeweler.com/articles/13585-4-men-arrested-after-allegedly-plotting-to-kidnap-jeweler", "source": "nationaljeweler.com", "language": "unknown", - "text": "4 Men Arrested After Allegedly Plotting to Kidnap Jeweler | National Jeweler\n\n4 Men Arrested After Allegedly Plotting to Kidnap Jeweler\n\nThe suspects are accused of planning to kidnap a Miami jeweler and rob him of his cryptocurrency.\n\nLenore Fedowlenore.fedow@nationaljeweler.com\n\nFrom left to right, Zacary Briggs, Aaron Hammond, Tre’von Anthony Neal, and Evan Puckett. The four men are accused of planning to kidnap and rob a jeweler of his cryptocurrency. (Image courtesy of the Jewelers’ Security Alliance)\n\nMiami—Four men were arrested in Broward County, Florida, earlier this month after allegedly planning to kidnap and rob a Miami jeweler.\n\nThe men were identified in court documents as: Zacary Briggs, 22; Aaron Hammond, 21; Tre’von Anthony Neal, 20; and Evan Puckett, 18, though they went by nicknames in their intercepted communications.\n\nAccording to an affidavit filed in federal court, on Jan. 6, a confidential source informed authorities that a man he referred to as “Jack” was gathering a group of people to kidnap a jeweler who worked in the Seybold Building in downtown Miami, a popular space for jewelers.\n\nThe source said Jack had been in contact with the jeweler online and wanted to exchange a large amount of cryptocurrency for cash, according to the affidavit.\n\nJack included the informant in a group chat on the Telegram app with the three other men known as “Dot,” Swipey,” and “Tim,” a collection of individuals Jack referred to as the “goons.”\n\nSwipey is believed to be Puckett, authorities said, though they did not specify which nicknames the other men went by.\n\nJack sent the group a screenshot of the jeweler’s digital wallet, which showed he held about $2 million in cryptocurrency.\n\nJack and his partner, Tim, agreed to provide the group with $3,500 to facilitate the kidnapping.\n\nThe plan was to hold the jeweler hostage until the crypto ransom was paid, according to the affidavit.\n\nThe men planned to bring firearms, including Mac-10s and .223 assault-style rifles, said the affidavit.\n\nThe group asked the informant to provide a vehicle for the kidnapping so the men could scope out the area prior to the kidnapping.\n\nTim arranged for the informant, known as “D,” to meet with Puckett to pick up the car.\n\nInstead of sending D, investigators sent an undercover agent posing as D to meet Puckett, providing him with a black 2023 Chevy Tahoe. The car was outfitted with audio and video recording devices.\n\nOn Jan. 13, authorities tracked Neal’s cellphone as he and another suspect went to meet with Puckett to commit the kidnapping.\n\nIn a recording, three members of the group were heard talking about the kidnapping plot, the affidavit states.\n\nOne man was heard saying that “one knock” should be enough to subdue the victim, but that he didn’t want to cause serious damage.\n\nAccording the affidavit, another man replied that he didn’t want the victim to stab or shoot him, presumably in self-defense, while a third man replied he would kill the victim.\n\nThe men were intercepted by authorities when they parked the car before the kidnapping could take place.\n\nBriggs, Hammond, and Puckett were arrested immediately, followed by Neal, who had fled toward a nearby business, a short time later.\n\nAuthorities interviewed the four men after taking them into custody.\n\nNeal said his role was to protect the “crew” if the jeweler tried to defend himself with a weapon, said the affidavit. He had a knife on him, it said, but he claimed he didn’t intend to use it.\n\nPuckett admitted the group intended to rob the victim for his cryptocurrency, authorities said, but only planned to use the guns he brought if he needed to defend himself.\n\nBriggs told authorities at first that he was hired as a driver for $500 per day, but later admitted he was aware of the plan, though insisted he would only act as the driver.\n\nIf he felt threatened, Briggs told authorities he planned to run the aggressor over with the truck.\n\nBriggs also said the plan was that Puckett would meet with the jeweler under the pretense that he wanted to exchange watches for cryptocurrency, though there wouldn’t really be any watches.\n\nHe said Puckett was known for scamming people out of cryptocurrency.\n\nHammond told authorities the plan was to lure the jeweler to the car, rob him, and then let him go.\n\nFollowing their arrests, the men were booked into Broward Sheriff’s Office jail.\n\nThey are facing federal charges of kidnapping conspiracy, attempted conspiracy, Hobbs Act robbery, and attempted Hobbs Act extortion.\n\n1Orloff Jewelers Will Soon Unveil a Bigger, Better Location\n\n2JCK Industry Fund Accepting 2027 Applications\n\n3Q&A: Simon G.’s CEO on Why He Won’t Use AI for Jewelry Design\n\n4CA Jeweler Gets 5 Years in ‘Phantom Rolex’ Ponzi Scheme\n\n5If You Love Cats, This Jewelry Auction Is for You\n\nRolex Sale That Went South Led to Murder of Florida Jeweler, Report Says\n\nAlleged Jewelry Thieves Attempt Rowboat Escape\n\n‘Black Bin Crew’ Robbers Get 14-16 Years in Prison\n\nLenore Fedowis the senior editor, news at National Jeweler, covering the retail beat and the business side of jewelry.\n\nCA Jeweler Gets 5 Years in ‘Phantom Rolex’ Ponzi Scheme\n\nMeet Gemology’s Next Generation Microscope: GIA® Gemolite® NXT Professional Edition\n\n$4M Van Cleef & Arpels Diamond Necklace Snatched From Vienna Museum\n\nOrloff Jewelers Will Soon Unveil a Bigger, Better Location\n\nThe California jeweler is renovating its store in Fresno, with plans to show off the new space in December.\n\nChelsea Gabrielle Transforms Pilates Reformer Springs Into Ring\n\nA lifelong practitioner of Pilates, Gabrielle looked to the springs’ tension and suspension when creating this ring, our Piece of the Week.\n\nJCK Industry Fund Accepting 2027 Applications\n\nThe deadline to apply is Nov. 13.\n\nYour Piece Could Be the One Editors Talk About\n\nSubmit your pieces for a chance to win in this year's competition.\n\nChristie's Names New Global Head of Watches\n\nThe auction house has promoted Remi Guillemin, formerly its head of watches for the Americas and EMEA, to the role.\n\nTest your jewelry news knowledge by answering these questions.\n\nQ&A: Simon G.’s CEO on Why He Won’t Use AI for Jewelry Design\n\nZaven Ghanimian discussed the value of human craftsmanship and where the implementation of artificial intelligence does work.\n\nHere Are the First Recipients of Nina Pugliese Memorial Scholarship\n\nJewelers of America also revealed the recipients of the Seymour & Evelyn Holtzman Bench Scholarship and its own scholarship programs.\n\nWhy More Jewelry Retailers Are Hosting Turnkey Estate Buying Events\n\nRetailers are seeking new ways to attract customers, increase traffic, and create revenue – Estate buying events are a popular solution.\n\nRobert Pattinson Joins Jaeger-LeCoultre as Brand Ambassador\n\nThe British actor, known for his roles in “Twilight” and “The Odyssey,” will star in a campaign for the Master Control Chronometre.\n\nSydney Evan Celebrates 25 Years With 4 New Collections\n\nThe “Confetti Disco,” “Champagne Cheers,” “Tuxedo,” and “Classic Punk” jewelry collections each capture a distinct spirit of celebration.\n\nIf You Love Cats, This Jewelry Auction Is for You\n\nCat ladies of the jewelry world, unite. Sandy Lerner’s “significant” collection of cat jewelry and other objects is going up for auction.\n\nMessika Names Former Omega Exec as New President, CEO of Americas\n\nArnaud Michon, the former Omega USA President, will now lead Messika’s Americas region during its international development.\n\nEmerald’s New Owner Introduces ‘Glitter in the Grove’\n\nThe branding references the back-to-back jewelry shows that new parent company Forge will host in Miami's Coconut Grove this November.\n\nUK Woman Uncovers Rare Patek Philippe Watch in Mom’s Jewelry Box\n\nThe stainless steel Patek Philippe “Calatrava” watch from the 1930s sold for nearly $80,000 at a recent Hansons Cornwall auction.\n\nYour Jewelry Marketing Has a Bridal Problem\n\nEngagement rings are important but don’t ignore the customers who are buying jewelry “just because,” Emmanuel Raheb writes.\n\nFormer Pomellato CEO Sabina Belli has been named president of Kering Italia amid a shakeup of Kering's new Jewelry division.\n\nThe veteran luxury packaging executive was appointed to help the company grow its North American business.\n\nGIA, Gübelin Gem Lab Confirm New Paraíba Tourmaline Deposit in Ethiopia\n\nThe labs’ separate investigations each determined that the East African country is producing copper-bearing tourmaline.\n\nWisconsin Museum to Host Jewelry Exhibition\n\n“Chicago Collects: Jewelry in Perspective” at the Oshkosh Public Museum will feature works by Fabergé, Lalique, and Louis Comfort Tiffany.\n\nCatbird Launches First Men’s Jewelry Collection\n\nThe “Worn Well” collection is Catbird's take on classic men's jewelry.\n\nDolly Parton Would Have Loved This Butterfly Necklace\n\nThis Buddha Mama butterfly is our Piece of the Week honoring the legend, who embraced the beautiful insect as her symbol.\n\nGareth Penny to Give Opening Speech at CIBJO Centenary Congress\n\nThe former De Beers CEO, and perhaps its next owner, will be a featured speaker at the event, slated for Sept. 4-7 in Italy.\n\nDay’s Jewelers Honored With 3 Workplace Awards\n\nThe employee-owned jeweler was named a “Best Place to Work” in Maine, New Hampshire, and for women.\n\nPandora Expands ‘Talisman’ Collection as Lawsuit Continues\n\nThe second iteration of the jewelry collection was inspired by the zodiac and the four elements: earth, water, air and fire.\n\nOFAC Renews License Allowing Import of ‘Grandfathered’ Russian Diamonds\n\nGeneral License 104B supersedes General License 104A, which was set to expire on Sept. 1.\n\nCustoms Seizes Nearly 900 Pieces of Counterfeit Jewelry\n\nThe package, intercepted in Indianapolis, contained fake Cartier, Tiffany & Co., and Van Cleef and Arpels jewelry.\n\nJessica McCormack to Open First West Coast Store\n\nThe new location in Costa Mesa, California, marks the brand’s second store in the United States and fourth standalone location worldwide.\n\nCopyright © 2026 National Jeweler. All rights reserved. Read our Terms of Use and Privacy Policy\n\nIf you’re looking to mine the internet for the latest jewelry news, you’ve come to the right place. Return to our homepage to keep reading.\n\nNational Jeweler’s content is a real gem, so it’s no wonder you’re already subscribed. Want to keep reading? Return to our homepage.\n\nThis site uses cookies to give you the best online experience. By continuing to use & browse this site, we assume you agree to our Privacy Policy", - "chars": 10528, - "sha256": "bf746ceed1b8ab066ed76e38d60ff5e0bb280afc146bde37f4813031e77342ea", + "text": "4 Men Arrested After Allegedly Plotting to Kidnap Jeweler | National Jeweler\n\nThe suspects are accused of planning to kidnap a Miami jeweler and rob him of his cryptocurrency.\n\nLenore Fedowlenore.fedow@nationaljeweler.com\n\nFrom left to right, Zacary Briggs, Aaron Hammond, Tre’von Anthony Neal, and Evan Puckett. The four men are accused of planning to kidnap and rob a jeweler of his cryptocurrency. (Image courtesy of the Jewelers’ Security Alliance)\n\nMiami—Four men were arrested in Broward County, Florida, earlier this month after allegedly planning to kidnap and rob a Miami jeweler.\n\nThe men were identified in court documents as: Zacary Briggs, 22; Aaron Hammond, 21; Tre’von Anthony Neal, 20; and Evan Puckett, 18, though they went by nicknames in their intercepted communications.\n\nAccording to an affidavit filed in federal court, on Jan. 6, a confidential source informed authorities that a man he referred to as “Jack” was gathering a group of people to kidnap a jeweler who worked in the Seybold Building in downtown Miami, a popular space for jewelers.\n\nThe source said Jack had been in contact with the jeweler online and wanted to exchange a large amount of cryptocurrency for cash, according to the affidavit.\n\nJack included the informant in a group chat on the Telegram app with the three other men known as “Dot,” Swipey,” and “Tim,” a collection of individuals Jack referred to as the “goons.”\n\nSwipey is believed to be Puckett, authorities said, though they did not specify which nicknames the other men went by.\n\nJack sent the group a screenshot of the jeweler’s digital wallet, which showed he held about $2 million in cryptocurrency.\n\nJack and his partner, Tim, agreed to provide the group with $3,500 to facilitate the kidnapping.\n\nThe plan was to hold the jeweler hostage until the crypto ransom was paid, according to the affidavit.\n\nThe men planned to bring firearms, including Mac-10s and .223 assault-style rifles, said the affidavit.\n\nThe group asked the informant to provide a vehicle for the kidnapping so the men could scope out the area prior to the kidnapping.\n\nTim arranged for the informant, known as “D,” to meet with Puckett to pick up the car.\n\nInstead of sending D, investigators sent an undercover agent posing as D to meet Puckett, providing him with a black 2023 Chevy Tahoe. The car was outfitted with audio and video recording devices.\n\nOn Jan. 13, authorities tracked Neal’s cellphone as he and another suspect went to meet with Puckett to commit the kidnapping.\n\nIn a recording, three members of the group were heard talking about the kidnapping plot, the affidavit states.\n\nOne man was heard saying that “one knock” should be enough to subdue the victim, but that he didn’t want to cause serious damage.\n\nAccording the affidavit, another man replied that he didn’t want the victim to stab or shoot him, presumably in self-defense, while a third man replied he would kill the victim.\n\nThe men were intercepted by authorities when they parked the car before the kidnapping could take place.\n\nBriggs, Hammond, and Puckett were arrested immediately, followed by Neal, who had fled toward a nearby business, a short time later.\n\nAuthorities interviewed the four men after taking them into custody.\n\nNeal said his role was to protect the “crew” if the jeweler tried to defend himself with a weapon, said the affidavit. He had a knife on him, it said, but he claimed he didn’t intend to use it.\n\nPuckett admitted the group intended to rob the victim for his cryptocurrency, authorities said, but only planned to use the guns he brought if he needed to defend himself.\n\nBriggs told authorities at first that he was hired as a driver for $500 per day, but later admitted he was aware of the plan, though insisted he would only act as the driver.\n\nIf he felt threatened, Briggs told authorities he planned to run the aggressor over with the truck.\n\nBriggs also said the plan was that Puckett would meet with the jeweler under the pretense that he wanted to exchange watches for cryptocurrency, though there wouldn’t really be any watches.\n\nHe said Puckett was known for scamming people out of cryptocurrency.\n\nHammond told authorities the plan was to lure the jeweler to the car, rob him, and then let him go.\n\nFollowing their arrests, the men were booked into Broward Sheriff’s Office jail.\n\nThey are facing federal charges of kidnapping conspiracy, attempted conspiracy, Hobbs Act robbery, and attempted Hobbs Act extortion.", + "chars": 4467, + "sha256": "eb7ffc0218d5e6fda01500cc45c2de32ce54e345db5ef7f451b73f35961098d6", "staged_file": "01_nationaljeweler-com.txt", - "paragraphs_kept": "ALL 103 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-33 of 103", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:49:15+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-33 plus headline [0]; dropped 1 leading and 69 trailing paragraphs. Case-term hits on page: 33.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "204": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.khaosodenglish.com/news/2025/01/07/phuket-police-hunt-russian-suspects-in-hotel-room-attack-over-crypto-dispute/", "source": "khaosodenglish.com", "language": "unknown", - "text": "Phuket Police Arrest Russian Suspect in Hotel Room Attack Over Crypto Dispute\n\nAllASEANBangkokBusinessCrime, Courts, CalamityCalamityCourtsCrimeEnvironmentInternationalSportsTransportation\n\nHusband seeks answers after pregnant wife and unborn baby die in…\n\nThree freight cars overturn after derailment in Chonburi\n\nTwo US sailors restricted to ship after Pattaya bar brawl\n\nPolice investigate alleged poisoning plot after Singaporean man’s Bangkok arrest\n\nKey witness, financial trail emerge in local government recruitment exam fraud…\n\nAnutin calls for clearer data center rules, green energy\n\nAnutin welcomed Thailand’s women’s volleyball team to Government House\n\nAnutin, Lawrence Wong agree to deepen Thailand-Singapore strategic partnership\n\nNatthaphong says 1.6bn-baht TH-AI Passport poor value, raises concerns over restrictions\n\nAllanimalArts & CultureEmbassy CornerEntertainmentEventsFoodNightlifeShoppingSocial Media\n\n50kg sea turtle found stranded on Phuket’s Patong Beach\n\nPattaya Film Festival eyes UNESCO creative city status in 2027\n\nWoman left shaken after finding creepy mask inside ride-hailing car\n\nUkraine seeks Thai support as war enters another winter\n\nKorean ‘Lucky Nine’ suspect held in Thailand over 250 million Baht…\n\nThailand warns 54 provinces of flash floods, landslides\n\nBlackmores launches sugar-free Fizzers vitamins in Thailand\n\nWhat did Mark Zuckerberg said in his 6,500-word AI manifesto?\n\nCP reaffirms to terminate 3-airport high-speed rail contract and operation of…\n\nPrincess Sirindhorn offers encouragement as Chang’e-7 launch is delayed\n\nThailand performs first remote robotic prostate cancer surgery over 250km\n\nWhen a Thai Journalist Meets his Cambodian Counterpart Amid a Cold…\n\nThe silence around abuse in Thailand’s activist circles\n\n​A Preliminary Case for Thailand Entering Its Second Lost Decade\n\nThe Weeklong Attention Span: Thai Society, Violence, and the Shooting Case…\n\nFacing the hard truths of the Patani conflict\n\nThailand hosts ASEAN labour ministers in Bangkok\n\nAt least 500 hospitalised as cholera outbreak hits Yangon\n\nLaos declares five-day mourning after National Assembly president Xaysomphone dies\n\nVietnam welcomes 13.9 million international visitors in first seven months of…\n\nThe Beloved Dog Always Sings Along With the National Anthem\n\nLocals Were Relieved When the Crocodile Was Captured\n\nThe Oriental Pied Hornbills Are Familiar With The Locals\n\nBaby Girl Rescued After Falling Down a 15-Meter Deep Well\n\nThis Thai-Hakka Street Food Snack Has All But Disappeared\n\nHome Crime Phuket Police Arrest Russian Suspect in Hotel Room Attack Over Crypto Dispute\n\nPHUKET — Thai police arrested one of two Russian suspects who allegedly broke into a fellow countryman’s hotel room, threatened to kill him, and demanded money over a cryptocurrency business dispute.\n\nThe victim, 31-year-old Russian national Mr. Zelimkhan, reported to Karon Police that on January 5 around 11:00 p.m., a foreign man forcefully entered his room at Wekata Luxury hotel in Karon, Phuket, physically assaulted him, and stole $20,000 in cash. After managing to break free from his restraints, he filed a police report at Karon Police Station at 3:20 a.m. on January 6.\n\nPolice Colonel Khundet Na Nongkhai, Superintendent of Karon Police Station, stated that investigators from Karon Police, Phuket Provincial Police, and Phuket Immigration have identified the suspects, believed to be Russians acquainted with Zelimkhan.The investigation revealed that the mastermind, identified as Andrei, had previous cryptocurrency business dealings with Zelimkhan in Russia. Andrei demanded Zelimkhan return $120,000 and threatened to have his associate kill him if he refused. The assailant attempted to force Zelimkhan to unlock his crypto wallet on his phone, but when Zelimkhan refused to provide the password, he was repeatedly punched and kicked.\n\nZelimkhan then directed the attacker to his suitcase, claiming there was money inside. The perpetrator searched the luggage and took approximately 60-70 $100 bills. The assailant then dragged Zelimkhan to the bathroom, tied him to the door rail, and kicked him in the chest. Zelimkhan lost consciousness after being struck in the back of the head.\n\nUpon regaining consciousness and finding the attacker gone, Zelimkhan managed to free himself from the wire restraints. Unable to use the room’s phone and lacking English language skills, he immediately went to Karon Police Station to report the incident.\n\nSubsequently, the Phuket Provincial Court approved arrest warrants for two Russian suspects. The first suspect, Mr. Andrei, age 37, entered Thailand on November 26, 2024, hasn’t left the country, and hasn’t registered his residence. CCTV footage shows he headed toward Chalong Five-Way Junction in Mueang Phuket District after the incident.\n\nOn January 7, police arrested Andrei at The Residence Resort and Spa Retreat in Cherng Talay, Thalang district, while he was staying with his family.\n\nAs for the second suspect, Mr. Dmitri, age 36, who entered Thailand on January 5 at 15:32 and fled to Dubai on January 6 at 02:5, Thai police have requested an Interpol Red Notice. Both suspects have been charged with conspiracy to commit extortion by death threats and conspiracy to detain or imprison others.\n\nRussian man found dead in Phuket condo, death unexplained\n\nThai police arrest US man wanted on eight child sex abuse warrants\n\nForeign tourist falls into drain in Phuket’s Kata area\n\nThai woman, French boyfriend injured in knife struggle in Phuket\n\nNene Royal heads home to Thailand before AGT finale in September\n\nFormer Japanese idol leaves group and launches career on adult platform\n\nDeadly school shooting claims seven lives in Nonthaburi\n\nPrincess Sirivannavari completes fitness test ahead of 2026 Asian Games\n\nBritish tourist found dead in Patong hotel room\n\nThai FM says Chinese envoy should explain Suvarnabhumi row, not inflame tensions\n\nWhen a Thai Journalist Meets his Cambodian Counterpart Amid a Cold War\n\nHusband seeks answers after pregnant wife and unborn baby die in Mae Hong Son\n\nPattaya lights up city sign in US colors to welcome sailors\n\nThailand welcomes 20.8 million foreign tourists, earns over THB1 trillion in 8 months\n\nThe USS Abraham Lincoln arrives in Thailand following its Middle East deployment\n\nBangkok’s Loha Prasat: The world’s third ‘Iron Castle’\n\nWhen a Thai Journalist Meets his Cambodian Counterpart Amid a Cold...\n\nHusband seeks answers after pregnant wife and unborn baby die in...", - "chars": 6511, - "sha256": "a613f95ad06451663d8b8deb434c8cdd87e4a08b16b2a5c1ab14acfe72ff80da", + "text": "Phuket Police Arrest Russian Suspect in Hotel Room Attack Over Crypto Dispute\n\nPHUKET — Thai police arrested one of two Russian suspects who allegedly broke into a fellow countryman’s hotel room, threatened to kill him, and demanded money over a cryptocurrency business dispute.\n\nThe victim, 31-year-old Russian national Mr. Zelimkhan, reported to Karon Police that on January 5 around 11:00 p.m., a foreign man forcefully entered his room at Wekata Luxury hotel in Karon, Phuket, physically assaulted him, and stole $20,000 in cash. After managing to break free from his restraints, he filed a police report at Karon Police Station at 3:20 a.m. on January 6.\n\nPolice Colonel Khundet Na Nongkhai, Superintendent of Karon Police Station, stated that investigators from Karon Police, Phuket Provincial Police, and Phuket Immigration have identified the suspects, believed to be Russians acquainted with Zelimkhan.The investigation revealed that the mastermind, identified as Andrei, had previous cryptocurrency business dealings with Zelimkhan in Russia. Andrei demanded Zelimkhan return $120,000 and threatened to have his associate kill him if he refused. The assailant attempted to force Zelimkhan to unlock his crypto wallet on his phone, but when Zelimkhan refused to provide the password, he was repeatedly punched and kicked.\n\nZelimkhan then directed the attacker to his suitcase, claiming there was money inside. The perpetrator searched the luggage and took approximately 60-70 $100 bills. The assailant then dragged Zelimkhan to the bathroom, tied him to the door rail, and kicked him in the chest. Zelimkhan lost consciousness after being struck in the back of the head.\n\nUpon regaining consciousness and finding the attacker gone, Zelimkhan managed to free himself from the wire restraints. Unable to use the room’s phone and lacking English language skills, he immediately went to Karon Police Station to report the incident.\n\nSubsequently, the Phuket Provincial Court approved arrest warrants for two Russian suspects. The first suspect, Mr. Andrei, age 37, entered Thailand on November 26, 2024, hasn’t left the country, and hasn’t registered his residence. CCTV footage shows he headed toward Chalong Five-Way Junction in Mueang Phuket District after the incident.\n\nOn January 7, police arrested Andrei at The Residence Resort and Spa Retreat in Cherng Talay, Thalang district, while he was staying with his family.\n\nAs for the second suspect, Mr. Dmitri, age 36, who entered Thailand on January 5 at 15:32 and fled to Dubai on January 6 at 02:5, Thai police have requested an Interpol Red Notice. Both suspects have been charged with conspiracy to commit extortion by death threats and conspiracy to detain or imprison others.", + "chars": 2741, + "sha256": "bd76adb881eee4cf8ef00a5a2fe10d147b5e47a39d084659e66d1c37a26a0491", "staged_file": "01_khaosodenglish-com.txt", - "paragraphs_kept": "ALL 64 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 38-45 of 64", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:49:18+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 38-45 plus headline [0]; dropped 37 leading and 18 trailing paragraphs. Case-term hits on page: 43.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "203": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://cryptoast.fr/pere-influenceur-crypto-sequestre-soir-nouvel-an/", "source": "cryptoast.fr", "language": "unknown", - "text": "Le père d'un influenceur crypto a été séquestré le soir du nouvel an\n\n\n \n \n \n \n\n \n \n \n\n\n \n \n \n\n\n\n\n \n \n \n \n \n \n \n\n\n\n\n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n \n \n Le père d'un influenceur crypto a été séquestré le soir du nouvel an\n\nAucun résultat trouvé.\n\nConnectez-vous pour gagner des TOASTS, accomplir des quêtes et débloquer des badges.\n\nAccueil » Actu de la crypto » Actualité du Bitcoin (BTC) » Le père d'un influenceur crypto a été séquestré le soir du nouvel an\n\nLe père d'un influenceur crypto a été séquestré le soir du nouvel an\n\nDans la nuit du nouvel an, une nouvelle histoire d'enlèvement avec demande de rançon en crypto a eu lieu. Pour viser un influenceur vivant à Dubaï, les criminels n'ont pas hésité à séquestrer son père, à le rouer de coup et à l'asperger d'essence. Les crimes visant les détenteurs de cryptomonnaies sont-ils en train d'exploser ?\n\nle 3 janvier 2025 à 16:30.\n\nhttps://cryptoast.fr/pere-influenceur-crypto-sequestre-soir-nouvel-an/\n\n3 commentairesRéagir3Ajoutez-nous à vos favorisAjoutez-nous\n\nUn homme de 50 ans retrouvé dans le coffre d'une voiture\n\nDans la nuit du 1er au 2 janvier, des hommes de la brigade anticriminalité (BAC) remarquent 2 individus cagoulés à bord d’une voiture dans une station service près du Mans, selon France Bleue Normandie.\n\nLorsqu’ils interceptent la voiture, les 2 suspects prennent la fuite. Les policiers de la BAC décident alors d’inspecter le véhicule et entendent des appels à l’aide depuis le coffre. Dedans, il découvrent un homme de 56 ans, ligoté, roué de coup et aspergé d’essence.\n\nL’histoire remonte 1 jour plus tôt et 500km plus loin, dans la nuit du réveillon à Saint-Genis-Pouilly (Ain). Le quinquagénaire était alors avec sa famille pour fêter la nouvelle année. C’est à ce moment que 2 malfaiteurs font irruption dans le domicile, ligotent la femme et la fille avant de prendre la fuite avec le père.\n\n🛡️ Formation - Top 7 des arnaques aux cryptomonnaies les plus courantes\n\nDerrière cette histoire sordide, il y a une énième tentative d’extorsion liée aux cryptomonnaies. Le fils de cette famille est un influenceur crypto résidant à Dubaï. Nous connaissons tous des influenceurs de ce genre qui pullulent sur les réseaux sociaux : style de vie fastueux, belles voitures et liasses de billets. De quoi attirer la jalousie.\n\nAprès avoir enlevé son père, les criminels ont contacté le fils à Dubaï pour lui extorquer l’argent. Ce dernier a immédiatement prévenu la police qui a pu libérer sa sœur et sa mère, avant de retrouver son père à 500km de son domicile dans le coffre d’une voiture, désorienté mais hors de danger. Les 2 suspects sont toujours en fuite à l’heure actuelle.\n\nLes demande de rançons en crypto, un phénomène en hausse\n\nLes hommes et les femmes qui travaillent dans ce secteur attirent d’autant plus les enlèvements avec demande de rançon que les cryptomonnaies sont l'objet de tous les fantasmes. De plus, les malfaiteurs savent que les crypto sont transférables d’un bout à l’autre du monde : s'ils ne peuvent pas braquer les voitures de luxe à Dubaï, ils peuvent bien recevoir les crypto sur un wallet depuis la France.\n\n💡 Comment sécuriser vos cryptomonnaies ? Retrouvez notre entretien avec Charles Guillemet de Legder\n\nUn entrepreneur avait vécu une histoire similaire il y a à peine une quinzaine de jours, lorsque sa femme avait été enlevée avec demande de rançon en crypto. Stéphanie Winkel avait immédiatement contacté la police qui a pu interpeller les suspects et libérer sa femme. L’Europe n’est pas le seul continent concerné puisqu’un PDG a également été enlevé avec une demande de rançon en cryptomonnaie au Canada, début novembre.\n\nPour réduire les risques, il faudrait éduquer les criminels, en leur rappelant que les cryptomonnaies sont des outils médiocres quand il s’agit de disparaître avec le butin. Les transactions sont publiques et de nombreuses entreprises spécialisés dans le traçage de crypto peuvent très facilement retrouver les fonds volés.\n\nCes affaires rappellent que la sécurité est un des points les plus sensibles dans le monde de la blockchain, que ce soit les hacks à plusieurs centaines de millions sur les protocoles DeFi, les arnaques et rug pull organisés par des criminels ou les attaques physiques comme ici.\n\nObtenez 10 $ en BTC en achetant un wallet Ledger pour protéger vos cryptos\n\nRecevez un récapitulatif de l'actualité crypto chaque jour par mail 👌\n\nCertains contenus ou liens dans cet article peuvent être de la publicité ou de l'affiliation. L'investissement dans les actifs numériques présente un risque de perte en capital totale ou partielle. Les performances passées ne préjugent pas des performances futures. N'investissez que ce que vous êtes prêts à perdre.\n\nExpert en crypto-monnaie, Marc-Antoine a commencé son voyage dans le Web 3 en 2018. Depuis, c’est en rédigeant des articles dans les médias crypto les plus connus de France qu’il répand la bonne parole.\n\nCet influenceur a ses fans. Il aurait bien pu être aussi un gourou en n'importe quoi d'autre, en santé, en musique, en mode de vie, etc... Je dirais c'est plutôt à ses fans de comprendre qu'en pratique que les seuls à devenir riche c'est l'influenceur et pas eux.\n\nEt éduquer les \"influenceurs\", aussi, peut-être non ?\n\nSi celui-là ne passait pas son temps à étaler sa vulgarité ostentatoire sur les réseaux sa famille aurait pu réveillonner tranquille\n\nParfaitement d'accord avec toi !\n\nXRP s’envole : peut-il atteindre les 2 dollars ?\n\nVar : une mère et son fils jugés pour le détournement de 1,5 million d’euros en cryptos\n\nIntervention de Donald Trump sur le sujet des cryptomonnaies - Que faut-il retenir ?\n\nLa SEC propose de nouvelles règles pour encadrer la crypto\n\nParis sportifs et marchés prédictifs : le nouveau plan retraite des jeunes\n\nDay trading : 64 % des jeunes hommes se sentent comme des « ratés »\n\nCLARITY Act : un vote du Sénat finalement reporté au mois de septembre\n\nUn second trimestre compliqué pour le secteur crypto, malgré le succès des marchés prédictifs\n\nLe site qui explique tout de A à Z sur le Bitcoin, la blockchain et les crypto-monnaies. Des\n actualités et des articles explicatifs pour découvrir et progresser dans ces secteurs !\n\nBitcoin de retour en bull run ? L’indicateur qui s’était déclenché après les 126 000 $ vient de s’inverser\n\nBitcoin dévisse de 1 600 $ en trois minutes à cause des chiffres US\n\nPrix du Bitcoin en septembre : le spectre de « Rektember »\n\nBitcoin : le hashrate traverse son premier « bear market » face l’IA, selon Twenty One Capital\n\nA la suite de votre inscription et selon le montant du dépôt\n\nPour un dépôt de 100 € à la suite de votre inscription\n\nS'inscrire avec le code CRYPTOAST et trader au moins 1 000 € avant le 30/09", - "chars": 6704, - "sha256": "352acd712029172a9f2bf684eb48a8c07ae55baed71fb224cd27039533e3ebaa", + "text": "Le père d'un influenceur crypto a été séquestré le soir du nouvel an\n\nConnectez-vous pour gagner des TOASTS, accomplir des quêtes et débloquer des badges.\n\nLe père d'un influenceur crypto a été séquestré le soir du nouvel an\n\nDans la nuit du nouvel an, une nouvelle histoire d'enlèvement avec demande de rançon en crypto a eu lieu. Pour viser un influenceur vivant à Dubaï, les criminels n'ont pas hésité à séquestrer son père, à le rouer de coup et à l'asperger d'essence. Les crimes visant les détenteurs de cryptomonnaies sont-ils en train d'exploser ?\n\nle 3 janvier 2025 à 16:30.\n\n3 commentairesRéagir3Ajoutez-nous à vos favorisAjoutez-nous\n\nUn homme de 50 ans retrouvé dans le coffre d'une voiture\n\nDans la nuit du 1er au 2 janvier, des hommes de la brigade anticriminalité (BAC) remarquent 2 individus cagoulés à bord d’une voiture dans une station service près du Mans, selon France Bleue Normandie.\n\nLorsqu’ils interceptent la voiture, les 2 suspects prennent la fuite. Les policiers de la BAC décident alors d’inspecter le véhicule et entendent des appels à l’aide depuis le coffre. Dedans, il découvrent un homme de 56 ans, ligoté, roué de coup et aspergé d’essence.\n\nL’histoire remonte 1 jour plus tôt et 500km plus loin, dans la nuit du réveillon à Saint-Genis-Pouilly (Ain). Le quinquagénaire était alors avec sa famille pour fêter la nouvelle année. C’est à ce moment que 2 malfaiteurs font irruption dans le domicile, ligotent la femme et la fille avant de prendre la fuite avec le père.\n\n🛡️ Formation - Top 7 des arnaques aux cryptomonnaies les plus courantes\n\nDerrière cette histoire sordide, il y a une énième tentative d’extorsion liée aux cryptomonnaies. Le fils de cette famille est un influenceur crypto résidant à Dubaï. Nous connaissons tous des influenceurs de ce genre qui pullulent sur les réseaux sociaux : style de vie fastueux, belles voitures et liasses de billets. De quoi attirer la jalousie.\n\nAprès avoir enlevé son père, les criminels ont contacté le fils à Dubaï pour lui extorquer l’argent. Ce dernier a immédiatement prévenu la police qui a pu libérer sa sœur et sa mère, avant de retrouver son père à 500km de son domicile dans le coffre d’une voiture, désorienté mais hors de danger. Les 2 suspects sont toujours en fuite à l’heure actuelle.\n\nLes demande de rançons en crypto, un phénomène en hausse\n\nLes hommes et les femmes qui travaillent dans ce secteur attirent d’autant plus les enlèvements avec demande de rançon que les cryptomonnaies sont l'objet de tous les fantasmes. De plus, les malfaiteurs savent que les crypto sont transférables d’un bout à l’autre du monde : s'ils ne peuvent pas braquer les voitures de luxe à Dubaï, ils peuvent bien recevoir les crypto sur un wallet depuis la France.\n\n💡 Comment sécuriser vos cryptomonnaies ? Retrouvez notre entretien avec Charles Guillemet de Legder\n\nUn entrepreneur avait vécu une histoire similaire il y a à peine une quinzaine de jours, lorsque sa femme avait été enlevée avec demande de rançon en crypto. Stéphanie Winkel avait immédiatement contacté la police qui a pu interpeller les suspects et libérer sa femme. L’Europe n’est pas le seul continent concerné puisqu’un PDG a également été enlevé avec une demande de rançon en cryptomonnaie au Canada, début novembre.\n\nPour réduire les risques, il faudrait éduquer les criminels, en leur rappelant que les cryptomonnaies sont des outils médiocres quand il s’agit de disparaître avec le butin. Les transactions sont publiques et de nombreuses entreprises spécialisés dans le traçage de crypto peuvent très facilement retrouver les fonds volés.\n\nCes affaires rappellent que la sécurité est un des points les plus sensibles dans le monde de la blockchain, que ce soit les hacks à plusieurs centaines de millions sur les protocoles DeFi, les arnaques et rug pull organisés par des criminels ou les attaques physiques comme ici.\n\nObtenez 10 $ en BTC en achetant un wallet Ledger pour protéger vos cryptos\n\nRecevez un récapitulatif de l'actualité crypto chaque jour par mail 👌\n\nCertains contenus ou liens dans cet article peuvent être de la publicité ou de l'affiliation. L'investissement dans les actifs numériques présente un risque de perte en capital totale ou partielle. Les performances passées ne préjugent pas des performances futures. N'investissez que ce que vous êtes prêts à perdre.\n\nExpert en crypto-monnaie, Marc-Antoine a commencé son voyage dans le Web 3 en 2018. Depuis, c’est en rédigeant des articles dans les médias crypto les plus connus de France qu’il répand la bonne parole.\n\nCet influenceur a ses fans. Il aurait bien pu être aussi un gourou en n'importe quoi d'autre, en santé, en musique, en mode de vie, etc... Je dirais c'est plutôt à ses fans de comprendre qu'en pratique que les seuls à devenir riche c'est l'influenceur et pas eux.\n\nEt éduquer les \"influenceurs\", aussi, peut-être non ?\n\nSi celui-là ne passait pas son temps à étaler sa vulgarité ostentatoire sur les réseaux sa famille aurait pu réveillonner tranquille\n\nParfaitement d'accord avec toi !\n\nXRP s’envole : peut-il atteindre les 2 dollars ?\n\nVar : une mère et son fils jugés pour le détournement de 1,5 million d’euros en cryptos\n\nIntervention de Donald Trump sur le sujet des cryptomonnaies - Que faut-il retenir ?\n\nLa SEC propose de nouvelles règles pour encadrer la crypto\n\nParis sportifs et marchés prédictifs : le nouveau plan retraite des jeunes\n\nDay trading : 64 % des jeunes hommes se sentent comme des « ratés »\n\nCLARITY Act : un vote du Sénat finalement reporté au mois de septembre\n\nUn second trimestre compliqué pour le secteur crypto, malgré le succès des marchés prédictifs\n\nLe site qui explique tout de A à Z sur le Bitcoin, la blockchain et les crypto-monnaies. Des\n actualités et des articles explicatifs pour découvrir et progresser dans ces secteurs !\n\nBitcoin de retour en bull run ? L’indicateur qui s’était déclenché après les 126 000 $ vient de s’inverser\n\nBitcoin dévisse de 1 600 $ en trois minutes à cause des chiffres US\n\nPrix du Bitcoin en septembre : le spectre de « Rektember »", + "chars": 6048, + "sha256": "8abab232344a4f9be68d7d987ba9d639ca7f249374866baff43bd4a5fc47d87e", "staged_file": "01_cryptoast-fr.txt", - "paragraphs_kept": "ALL 60 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 16-55 excl [17, 21] of 60", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:49:20+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 16-55 plus headline [0]; dropped 15 leading and 4 trailing paragraphs and 2 interior furniture line(s). Case-term hits on page: 22.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_2", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.dlnews.com/articles/people-culture/french-teen-helped-kidnap-crypto-influencers-father-police/", "source": "dlnews.com", "language": "unknown", - "text": "Teen kidnapped crypto influencer’s dad and doused him in petrol, police say - DL News\n\nThis article is more than three months old\n\nTeen kidnapped crypto influencer’s dad and doused him in petrol, police say\n\nFrench teen helped kidnap crypto influencer’s father - police. Illustration: Andrés Tapia; Source: Shutterstock.\n\nHomePeople & CultureTeen kidnapped crypto influencer’s dad and doused him in petrol, police say\n\nAttackers targeted the father of a Dubai-based crypto entrepreneur, police say.\n\nIncident took place on December 31, 2024.\n\nYoungest suspect was aged 16 at the time.\n\nFrance remains in the grip of a crypto “wrench attack” pandemic. But police are fighting back, with investigators making five arrests after a social media influencer’s father was doused in petrol by a group of thugs — including at least one teenager — demanding ransom payments in crypto.\n\nThe unnamed influencer’s father was allegedly attacked on December 31, 2024, in Saint-Genis-Pouilly, in the Ain region near the French-Swiss border, French media outlet France 3 reported.\n\n“The victim, a 56-year-old man, was violently assaulted, doused with petroleum, and forced into the trunk of a car, along with his partner,” a spokesperson for the French prosecution said.\n\nThe arrests come amidst a rise of so-called “wrench attacks.”\n\nIn the crypto community, the expression refers to physical assaults and kidnapping attempts whereby criminals try to force crypto holders to send them their coins.\n\nPolice have recorded at least seven such attacks so far in March, per data compiled by Jameson Lopp, the co-founder and chief security officer of the crypto wallet provider CasaHODL.\n\nIn recent days, police have closed the net on several suspects in multiple cases, with suspicions overseas masterminds have commissioned the attacks.\n\nMan tortured for 16 hours in botched crypto kidnap attempt, say French authorities\n\nFrench police have arrested three men in their twenties...French police have arrested three men in their twenties suspected of kidnapping and torturing a 74-year-old man in a bid to extort...\n\nPolice have arrested individuals in Angers and Île-de-France, as well as Épinal, in the Grand Est region.\n\nDetectives said there was evidence of “a structured network” operating behind the scenes.\n\nThe latest arrests comes days after police in the outskirts of Paris mobilised 100 armed officers and two helicopters to track down two teens suspected of stealing jewellry from a female crypto holder.\n\nThe teens, and an older man, are also accused of attempting to break into another crypto holder’s house “armed with explosive devices.”\n\nPolice say the Saint-Genis-Pouilly attack took place just hours before the couple was due to celebrate the New Year in 2024.\n\nOfficers say the attack was carefully planned and carried out by individuals “already known to police and the courts.”\n\nThe youngest of the group was aged just 16 at the time of the alleged attack. The oldest was aged 42.\n\nAfter kidnapping the man and his partner, the gang reportedly contacted their son, described as a Dubai-based influencer and crypto entrepreneur.\n\nPolice did not comment on whether or not the victim’s son paid the ransom the alleged kidnappers had demanded.\n\nDetectives found the man near the city of Le Mans, some 700 kilometres from his home. They also found his partner tied up at the scene.\n\nProsecutors are set to charge all five suspects with kidnapping, unlawful confinement, extortion, organised crime, and aggravated violence.\n\nElsewhere in the county, another gang of would-be crypto robbers was reportedly thwarted by a burglar alarm.\n\nOfficers in Nantes reported several individuals tried to break into the house of the CEO of a Bitcoin-related company in the early hours of March 16.\n\nAfter they triggered an alarm, the group allegedly fled the scene. Police say they are still searching for the suspected intruders.\n\nTim Alper is a News Correspondent at DL News. Got a tip? Email him at tdalper@dlnews.com.\n\nHow cowboy Bitcoin miners got caught stealing energy from Russian village\n\nThey said they were police, but pulled a knife and stole $1m in Bitcoin\n\nScammers prey on pro-Iran crypto donors, warn politicians\n\nCrypto crime on the rise in Spain’s Basque Country, say police\n\nCrypto thief teens trigger helicopter manhunt after bomb threat\n\nCrypto CEO shows ‘insufficient remorse’ after throwing girlfriend out 19th floor\n\nFrench police arrest 12 as probe into spate of violent crypto kidnappings widens", - "chars": 4502, - "sha256": "4784539dcf92552132f4509bc54a0b4cc10cfa1b839666abe56892c737db16cf", + "text": "Teen kidnapped crypto influencer’s dad and doused him in petrol, police say - DL News\n\nFrench teen helped kidnap crypto influencer’s father - police. Illustration: Andrés Tapia; Source: Shutterstock.\n\nHomePeople & CultureTeen kidnapped crypto influencer’s dad and doused him in petrol, police say\n\nAttackers targeted the father of a Dubai-based crypto entrepreneur, police say.\n\nIncident took place on December 31, 2024.\n\nYoungest suspect was aged 16 at the time.\n\nFrance remains in the grip of a crypto “wrench attack” pandemic. But police are fighting back, with investigators making five arrests after a social media influencer’s father was doused in petrol by a group of thugs — including at least one teenager — demanding ransom payments in crypto.\n\nThe unnamed influencer’s father was allegedly attacked on December 31, 2024, in Saint-Genis-Pouilly, in the Ain region near the French-Swiss border, French media outlet France 3 reported.\n\n“The victim, a 56-year-old man, was violently assaulted, doused with petroleum, and forced into the trunk of a car, along with his partner,” a spokesperson for the French prosecution said.\n\nThe arrests come amidst a rise of so-called “wrench attacks.”\n\nIn the crypto community, the expression refers to physical assaults and kidnapping attempts whereby criminals try to force crypto holders to send them their coins.\n\nPolice have recorded at least seven such attacks so far in March, per data compiled by Jameson Lopp, the co-founder and chief security officer of the crypto wallet provider CasaHODL.\n\nIn recent days, police have closed the net on several suspects in multiple cases, with suspicions overseas masterminds have commissioned the attacks.\n\nMan tortured for 16 hours in botched crypto kidnap attempt, say French authorities\n\nFrench police have arrested three men in their twenties...French police have arrested three men in their twenties suspected of kidnapping and torturing a 74-year-old man in a bid to extort...\n\nPolice have arrested individuals in Angers and Île-de-France, as well as Épinal, in the Grand Est region.\n\nDetectives said there was evidence of “a structured network” operating behind the scenes.\n\nThe latest arrests comes days after police in the outskirts of Paris mobilised 100 armed officers and two helicopters to track down two teens suspected of stealing jewellry from a female crypto holder.\n\nThe teens, and an older man, are also accused of attempting to break into another crypto holder’s house “armed with explosive devices.”\n\nPolice say the Saint-Genis-Pouilly attack took place just hours before the couple was due to celebrate the New Year in 2024.\n\nOfficers say the attack was carefully planned and carried out by individuals “already known to police and the courts.”\n\nThe youngest of the group was aged just 16 at the time of the alleged attack. The oldest was aged 42.\n\nAfter kidnapping the man and his partner, the gang reportedly contacted their son, described as a Dubai-based influencer and crypto entrepreneur.\n\nPolice did not comment on whether or not the victim’s son paid the ransom the alleged kidnappers had demanded.\n\nDetectives found the man near the city of Le Mans, some 700 kilometres from his home. They also found his partner tied up at the scene.\n\nProsecutors are set to charge all five suspects with kidnapping, unlawful confinement, extortion, organised crime, and aggravated violence.\n\nElsewhere in the county, another gang of would-be crypto robbers was reportedly thwarted by a burglar alarm.\n\nOfficers in Nantes reported several individuals tried to break into the house of the CEO of a Bitcoin-related company in the early hours of March 16.\n\nAfter they triggered an alarm, the group allegedly fled the scene. Police say they are still searching for the suspected intruders.\n\nTim Alper is a News Correspondent at DL News. Got a tip? Email him at tdalper@dlnews.com.", + "chars": 3881, + "sha256": "e88509b692c5f60393e8b5cf8ffc1280528553c0e1c6e1f589ed246cd70df5b1", "staged_file": "02_dlnews-com.txt", - "paragraphs_kept": "ALL 39 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 3-31 of 39", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:49:22+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-31 plus headline [0]; dropped 2 leading and 7 trailing paragraphs. Case-term hits on page: 35.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "202": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.dawn.com/news/1891762", "source": "dawn.com", "language": "unknown", - "text": "Crypto trader kidnapping suspect sent to prison - Newspaper - DAWN.COM\n\nGet the latest news and updates from Dawn\n\nCrypto trader kidnapping suspect sent to prison\n\nThe Newspaper's Staff Reporter \n Published\n February 14, 2025\n\nKARACHI: An anti-terrorism court (ATC) on Thursday remanded the prime suspect in judicial custody in a case pertaining to the kidnapping of a cryptocurrency trader who had paid $340,000 worth of digital coins as ransom for his release.\n\nThe investigating officer (IO) produced Ali Raza, said to be a head constable in the Counter-Terrorism Department (CTD), before the administrative judge of the ATC in Clifton, seeking an extension of his physical custody for further interrogation.\n\nHe informed the court that the suspect’s police custody was further required to recover the remaining USDT coins worth $120,000.\n\nHowever, the court rejected the request and sent the suspect to prison on judicial custody.\n\nAccording to the FIR, crypto trader Arsalan Malik was abducted on Dec 25, 2024, at 1:40am in a police mobile bearing no number plate by five men in plain clothes. They brought him near the FIA Saddar office, forcibly got opened his Binance account and transferred USDT coins worth $340,000 into different digital wallets/accounts. They then reset his cell phone, handed it back to him and dropped him near the Quaid-i-Azam mausoleum at 4am.\n\nLater, eight suspects were booked and arrested for their alleged involvement in the trader’s kidnapping and for releasing him after he transferred the ransom into their digital wallets.\n\nWoman involved in 2024 Karsaz accident acquitted in drug case\n\nBarbs fly in Sindh Assembly as Muttahida’s bid to table resolution against ‘Sindhudesh’ scuttled\n\nSix JI workers sent to prison for ‘rioting’ in Karachi\n\nEx-Pakistan coach Jason Gillespie tells Aaqib Javed to 'look in the mirror' over cricket team sackings\n\nKarachi court acquits driver in drug case filed over 2024 accident that killed 2 in Karsaz\n\nPM Shehbaz discusses need for ML-1 railway project's early groundbreaking in meeting with ADB official\n\nGovt reduces petrol price by Rs3.13, increases HSD by Rs3.74\n\nPakistan, Kyrgyzstan eye $200m trade in two years\n\nNCCIA issues fresh notices to Momina Iqbal, PML-N MPA Chadhar after new evidence emerges in harassment case\n\nGovt transfers ISI’s internal wing chief Maj Gen Faisal Naseer to Nacta\n\nEight Pakistan Bar Council members reject proposed changes to council rules\n\nTrump envoys land in Moscow for Russia-Ukraine peace push\n\nUS ambassador says Israel 'has responsibility' to ensure safety of West Bank Palestinians\n\nNaqvi says new administrative units to be formed only with people's consent\n\nChinese national rescued from tunnel in Nepal 10 days after catastrophic flooding\n\nPolice charge sheet says building management at fault for Gul Plaza inferno\n\nA negotiated solution must be found for all contentious issues.\n\nPAKISTAN has raised a record $3bn in its single largest international capital market transaction through a...\n\nAT least the government is not trying to cover it up. That, perhaps, is the only silver lining in the alarming...\n\nTHE Israeli defence minister has recently confirmed what many across the world already know: the Zionist state seeks...\n\nWHILE diplomatic efforts are underway to restore dialogue with Taliban-ruled Afghanistan, as the Foreign Office has...\n\nTHE Committee on Genetically Modified Corn has approved GM maize cultivation alongside hybrid and organic varieties....\n\nPakistan’s strongest case for adding new treasures to the World Heritage List is to show that those already recognised by the world are being cared for as if they matter.\n\nNepal’s Himalayan Disaster: Climate Change, Floods & The Warning We Missed\n\nWhy Is Pakistan Cricket Failing? Plus Premier League Deadline Day Drama\n\nMakkah Defence Alliance: Can It Become a “Muslim NATO”?\n\nThe Problem With AI Watermarks: Ihsan Ayyub Qazi Explains Claude’s Text Watermark\n\nPakistan’s EV Revolution: Are Electric Bikes the Future?\n\nHow Pakistan Can Finance Climate Disasters Before They Strike\n\nOnline Hate Is Following Pakistani Women Home\n\n‘Only 5pc Pakistanis use ride-hailing services’", - "chars": 4170, - "sha256": "cadf428f8ed1522b19b3ddd038a47f9a2039857edb6527fd0ba3f86ee189989e", + "text": "Crypto trader kidnapping suspect sent to prison - Newspaper - DAWN.COM\n\nKARACHI: An anti-terrorism court (ATC) on Thursday remanded the prime suspect in judicial custody in a case pertaining to the kidnapping of a cryptocurrency trader who had paid $340,000 worth of digital coins as ransom for his release.\n\nThe investigating officer (IO) produced Ali Raza, said to be a head constable in the Counter-Terrorism Department (CTD), before the administrative judge of the ATC in Clifton, seeking an extension of his physical custody for further interrogation.\n\nHe informed the court that the suspect’s police custody was further required to recover the remaining USDT coins worth $120,000.\n\nHowever, the court rejected the request and sent the suspect to prison on judicial custody.\n\nAccording to the FIR, crypto trader Arsalan Malik was abducted on Dec 25, 2024, at 1:40am in a police mobile bearing no number plate by five men in plain clothes. They brought him near the FIA Saddar office, forcibly got opened his Binance account and transferred USDT coins worth $340,000 into different digital wallets/accounts. They then reset his cell phone, handed it back to him and dropped him near the Quaid-i-Azam mausoleum at 4am.\n\nLater, eight suspects were booked and arrested for their alleged involvement in the trader’s kidnapping and for releasing him after he transferred the ransom into their digital wallets.", + "chars": 1408, + "sha256": "bbde57237e93ff92e7028b1d4fbb2ab6318e6a30c983affa28ff27458549a943", "staged_file": "01_dawn-com.txt", - "paragraphs_kept": "ALL 41 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 4-9 of 41", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:49:27+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 4-9 plus headline [0]; dropped 3 leading and 31 trailing paragraphs. Case-term hits on page: 19.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_2", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.theguardian.com/technology/2025/jun/28/cryptocurrency-hacks-kidnappings-crime", "source": "theguardian.com", "language": "unknown", - "text": "Online hacks to offline heists: crypto leaders on edge amid increasing attacks | Cryptocurrencies | The Guardian\n \n \n \n \n \n \n \n \n \n \n \n \n\n \n\n\n\n\n \n\n\n\n\n\n\n\n\n\n \n\n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n\n\n\n \n \n \n \n\n \n\n \n\n \n\n \n Skip to main contentSkip to navigation\n\nOnline hacks to offline heists: crypto leaders on edge amid increasing attacks\n\nIndustry figures are seeing beyond the ‘illusion of invisibility’ after series of investor kidnappings\n\nCryptocurrency traders such as Mohammed Arsalan are prepared to watch their online assets expand and explode if they miss the right moment, making or breaking their fortunes in just minutes. All in a day’s work on the internet. Offline, though, they have found themselves less equipped for the consequences of affluence. A string of kidnappings has plagued the industry over the past year and left traders across the globe paranoid, fearful and keen to invest in physical security measures.\n\nArsalan grew up working class in Karachi, Pakistan. He hustles in any setting. At 14, he started a business exporting T-shirts overseas. By 17, the pandemic swept it all away. Inside, online and penniless, the booming world of Bitcoin beckoned him.\n\nTo learn how to trade digital coins, he would record himself explaining how the markets worked. His phone didn’t have enough storage to keep the videos, so he’d upload them onto Facebook groups. To his surprise, people were watching.\n\nArsalan says he went from $24 to $340,000 in five years. Along the way, the 23-year-old amassed more than 160,000 followers across various social media channels.\n\n“Crypto is my bloodline,” he says. “It’s the only business that accepted me when I was poor.”\n\nBut a knock at the door on Christmas Day, 2024, would reveal the price of his audience. A group of men bundled him into the back of a flashing police car. They darted through checkpoints with ease, driving further away from Karachi and into the night. After an hour, they stopped. With a gun to his temple, Arsalan was ordered to take out his phone, reset its passwords, and hand it over. Holding the keys to his kingdom, the car sped away.\n\nOnce home, Arsalan ran to the computer and opened his Binance wallet. It was empty. As he stared at the zeroes on the screen, five years of sacrifice washed over him. 16-hour days alone in his office. Parties unattended. Purchases never made. Life as Pakistan’s cryptocurrency posterboy was over.\n\n“I made this money from very, very hard work,” he says. “After this case, I will not trust anyone.”\n\nArsalan’s abduction is not an isolated event; kidnappings of cryptocurrency industry figures have surged in the past 18 months. There have been at least 231 physical attacks against digital asset holders to date, according to news reports. Almost a third of these have taken place since the start of 2024.\n\nThis year, a single French gang cut off the finger of an entrepreneur, doused an influencer’s father in gasoline and tried to snatch a CEO’s daughter from the streets of Paris, according to French police. An Italian investor was tortured with a chainsaw and taser for weeks in a New York City townhouse, local police said. A British trader was allegedly held captive in a Spanish hotel room. A popular influencer in Houston, Texas, was held at gunpoint and pistol-whipped in her own home while her three assailants demanded millions in cryptocurrency, according to local news reports. The list goes on.\n\nAs the industry matures, so does the cybersecurity guarding exchanges and wallets. The value stored within these digital vaults is soaring. The result: hacks are becoming heists. Cryptocurrency has long suffered from sophisticated and devastating digital attacks. Now, however, thefts are manifesting in the offline world, too. For the industry’s high-rollers, the targets on their backs have never felt heavier.\n\n“Everybody’s a bit on edge,” says Louis d’Origny, the founder of FTXCreditor, a platform that buys bankruptcy claims. “In five minutes, you can find someone’s address. You can see our wallets online. You can see millions of dollars a day transacting out of these wallets. You’d be very tempted to show up at a house with a machete.”\n\nRecent attacks have even led his co-founder to move house, after realizing his home address was available online.\n\nNavigating an increasingly dangerous offline world, the industry is on edge, feeling as though securing their empires now falls to them as law enforcement struggles to keep up.\n\nBuilding one’s fortunes on blockchains entails novel risks.\n\nFirstly, blockchains, the technology on which cryptocurrency is based, create public ledgers, so balances and transactions are visible. Every online wallet corresponds with an address in the form of a randomly generated series of characters. To avoid hacking, bigger sums are typically stored offline, on a small piece of hardware called a “cold wallet”, which also corresponds to a public address. Assailants invade homes to steal devices or force hostages to unlock their online wallet at gunpoint.\n\nCriminals have started to find who owns which wallet, by using illicit software to analyze blockchain data. Other times, they will hack exchanges to access personal data, as was the case last month, when Coinbase support agents in India were bribed to leak the data of 70,000 users.\n\n“A lot of these [crypto] guys thought they were moving around in silence. But, people are now able to find out that they are actually some of the richest guys in their cities,” says says a US-based founder and trader, speaking on the condition of anonymity.\n\nSecondly, transactions are instant and permission-less – kidnappers don’t need a bank to approve their withdrawal. This can also make looted funds easier to hide. Assets are swiftly sent to various decentralized exchanges, which do not require know-your-customer information. Once there, funds can’t be frozen by centralized entities like Binance or Coinbase.\n\nIn Karachi, Arsalan’s kidnappers were found within 48 hours. The two policemen among them had been bribed to help orchestrate the plan. Following the attack, Arsalan was offered protection from three other officers and a police car. But, fearing this could actually endanger him further, he declined.\n\nFor many of crypto’s kings and queens, unfettered access to one’s money via blockchains can feel buffered from institutional corruption. “There is no justice in Pakistan if you’re poor,” says Arsalan. “But decentralization means there are no institutions, no people, no banks … I own this money.”\n\nBut self-custody comes with a downside: there are fewer middlemen deterring a thief. This means taking matters into their own hands – or a pair they’ve hired.\n\n“I used to like my space away from my [bodyguards], but now I want them closer,” says the anonymous US-based founder and trader, who doesn’t reveal his security arrangements to anyone, even his close circle. “In crypto, no one trusts anybody. Half of these guys are scammers,” he says. Over the past month or so, his two guards have not left his sight – even for walks around the block. “Everyone’s being a lot more cautious.”\n\nOver the past six months, Jethro Pijlman’s global security services firm, Infinite Risks International, has seen a rise in cryptocurrency investors from western cities wanting protection. Requests range from safeguarding team meetings to guarding entire families around the clock.\n\nParis leads when it comes to new requests, says Pijlman, as France emerges as a hotspot for attacks, particularly after the high-profile kidnapping in January of David Balland, the entrepreneur whose finger was severed. In mid-June, an investor was abducted from a Paris suburb, while his partner was ordered to deposit the key to his cryptocurrency account.\n\nThe Ethereum Community Conference takes place at the end of June in Cannes, but the mood will be different from last year. It will feature the “most comprehensive security effort in the event’s history”, conference organizers said in a statement. For the first time, local police, special forces and the coast guard are being deployed to the site. Prepping security began almost a year ago, taking three times longer than usual, according to Bettina Boon Falleur, head of EthCC.\n\nCompanies are also taking measures to protect their staff.\n\nKraken, the second-largest exchange in the US, has deployed armed guards to accompany its top executives at all times, including outside their homes, according to a source familiar with the matter.\n\nMatthew Liu, co-founder of the cryptocurrency Origin Protocol, was among the attendees of Donald Trump’s private gala for the top owners of his token last month, a guest list which was leaked to the New York Times. Liu says his company is evaluating hiring a team of bodyguards for trips.\n\n“It’s a cost, but the cost of getting kidnapped or dealing with violence? It’s very, very scary,” says Liu. He’s also begun learning how to shoot a firearm and using a multi-signature wallet, whereby multiple people across the world need to sign-off on a payment.\n\nHis company has also introduced a new rule when the team goes to conferences: no posting until after the event.\n\n“Many crypto investors are increasingly conscious of their exposure, especially after publicly sharing – or oversharing – details of their success and affluent lifestyles online,” says Pijlman in regards to his clients. Indeed, for an industry that’s chronically online, its titans have often built large social media followings, while their wealth stays encrypted in anonymous blockchains. “This illusion of invisibility may have led to a false sense of security.”\n\nFor Arsalan, he watched his savings be chopped up and sprinkled across the cryptographic abyss. Over the next four months, he fell into a deep depression. He went offline and relied on whatever handouts his father could afford to give him. He considered ending his life, he says.\n\nAs Arsalan’s case demonstrates, kidnappers haven’t exclusively targeted only multimillionaires or only westerners.\n\nBetween 2020 and 2023, a Florida-based gang accessed the personal data of everyday cryptocurrency investors, and were able to steal from their wallets remotely.\n\nThe gang then carried out four home invasions against the same victims, spanning North Carolina, Texas and Florida, according to the US Department of Justice. Account holders were forced to unlock their wallets at gunpoint, while their families were tied up. One man’s mother was tortured. Another man was abducted and found 120 miles from his home.\n\nTwo of the attacks targeted seniors, court documents show.\n\n“I always dreamed of having a good retirement. I worked for it. I feel like I deserved it,” one victim, 70, told the court during the sentencing. Her husband has Parkinson’s. They’d hoped to take one last trip together – “to have at least some good years, good times”, she said. The couple lost $3m in cryptocurrency at 2022 prices via wire fraud. Wanting more, the gang invaded their home and held them at gunpoint to claim whatever was left. Their portfolio would be worth nearly $10.7m today.\n\n“One whole life of savings and you just took it all,” she said.\n\nIn the case of the retirees, the judge ordered the defendants to pay restitution to the victims. Receiving it looks unlikely.\n\nDespite the burgeoning risks, only 10% of cryptocurrency holders across the world have coverage on their digital assets, according to a report by insurance firm GlobalData. Only a few companies offer kidnapping and ransom (K&R) coverage for crypto companies, including insurer Canopius and broker Aon. Glenn Morgan, SVP, head of digital assets at Aon, says he’s seen an increase in clients asking about coverage in recent months. Amid the surge, insurers may be on the eve of a windfall: last month NBC News reported that three crypto-specific insurance companies are working on K&R policies.\n\nFrom the moment Arsalan checked his balance, he knew any chance of recovery would fall to him. Without the help of law enforcement, he’s been able to trace and recover about $160,000 of cryptocurrency, while the police have seized $60,000 in cash and a luxury car. It’s all now held by local police as case property. He thinks it’ll be at least six years before it’s returned to him, given the pace of Pakistan’s courts.\n\nHe says seven people have reached out to him with similar ordeals they didn’t report. Trading digital assets in Pakistan is a legal gray area, as banks are forbidden from facilitating transactions. When asked why they targeted crypto traders, the kidnappers said they thought victims wouldn’t have legal recourse, according to Arsalan.\n\nIn the meantime, Arsalan trades on. He wants to rebuild within a year: “They grabbed my money but they did not grab my brain.”\n\nHe’s also returned to social media, posting his first video in May. No amount of threats will make him give up crypto, he says. Despite all of its risks, public ledgers still feel safer to him than institutions.", - "chars": 13044, - "sha256": "aa5da3a57ce7089e11cebb84f07691d981922878708116ba7680544c2023deb8", + "text": "Online hacks to offline heists: crypto leaders on edge amid increasing attacks | Cryptocurrencies | The Guardian\n \n \n \n \n \n \n \n \n \n \n \n \n\nCryptocurrency traders such as Mohammed Arsalan are prepared to watch their online assets expand and explode if they miss the right moment, making or breaking their fortunes in just minutes. All in a day’s work on the internet. Offline, though, they have found themselves less equipped for the consequences of affluence. A string of kidnappings has plagued the industry over the past year and left traders across the globe paranoid, fearful and keen to invest in physical security measures.\n\nArsalan grew up working class in Karachi, Pakistan. He hustles in any setting. At 14, he started a business exporting T-shirts overseas. By 17, the pandemic swept it all away. Inside, online and penniless, the booming world of Bitcoin beckoned him.\n\nTo learn how to trade digital coins, he would record himself explaining how the markets worked. His phone didn’t have enough storage to keep the videos, so he’d upload them onto Facebook groups. To his surprise, people were watching.\n\nArsalan says he went from $24 to $340,000 in five years. Along the way, the 23-year-old amassed more than 160,000 followers across various social media channels.\n\n“Crypto is my bloodline,” he says. “It’s the only business that accepted me when I was poor.”\n\nBut a knock at the door on Christmas Day, 2024, would reveal the price of his audience. A group of men bundled him into the back of a flashing police car. They darted through checkpoints with ease, driving further away from Karachi and into the night. After an hour, they stopped. With a gun to his temple, Arsalan was ordered to take out his phone, reset its passwords, and hand it over. Holding the keys to his kingdom, the car sped away.\n\nOnce home, Arsalan ran to the computer and opened his Binance wallet. It was empty. As he stared at the zeroes on the screen, five years of sacrifice washed over him. 16-hour days alone in his office. Parties unattended. Purchases never made. Life as Pakistan’s cryptocurrency posterboy was over.\n\n“I made this money from very, very hard work,” he says. “After this case, I will not trust anyone.”\n\nArsalan’s abduction is not an isolated event; kidnappings of cryptocurrency industry figures have surged in the past 18 months. There have been at least 231 physical attacks against digital asset holders to date, according to news reports. Almost a third of these have taken place since the start of 2024.\n\nThis year, a single French gang cut off the finger of an entrepreneur, doused an influencer’s father in gasoline and tried to snatch a CEO’s daughter from the streets of Paris, according to French police. An Italian investor was tortured with a chainsaw and taser for weeks in a New York City townhouse, local police said. A British trader was allegedly held captive in a Spanish hotel room. A popular influencer in Houston, Texas, was held at gunpoint and pistol-whipped in her own home while her three assailants demanded millions in cryptocurrency, according to local news reports. The list goes on.\n\nAs the industry matures, so does the cybersecurity guarding exchanges and wallets. The value stored within these digital vaults is soaring. The result: hacks are becoming heists. Cryptocurrency has long suffered from sophisticated and devastating digital attacks. Now, however, thefts are manifesting in the offline world, too. For the industry’s high-rollers, the targets on their backs have never felt heavier.\n\n“Everybody’s a bit on edge,” says Louis d’Origny, the founder of FTXCreditor, a platform that buys bankruptcy claims. “In five minutes, you can find someone’s address. You can see our wallets online. You can see millions of dollars a day transacting out of these wallets. You’d be very tempted to show up at a house with a machete.”\n\nRecent attacks have even led his co-founder to move house, after realizing his home address was available online.\n\nNavigating an increasingly dangerous offline world, the industry is on edge, feeling as though securing their empires now falls to them as law enforcement struggles to keep up.\n\nBuilding one’s fortunes on blockchains entails novel risks.\n\nFirstly, blockchains, the technology on which cryptocurrency is based, create public ledgers, so balances and transactions are visible. Every online wallet corresponds with an address in the form of a randomly generated series of characters. To avoid hacking, bigger sums are typically stored offline, on a small piece of hardware called a “cold wallet”, which also corresponds to a public address. Assailants invade homes to steal devices or force hostages to unlock their online wallet at gunpoint.\n\nCriminals have started to find who owns which wallet, by using illicit software to analyze blockchain data. Other times, they will hack exchanges to access personal data, as was the case last month, when Coinbase support agents in India were bribed to leak the data of 70,000 users.\n\n“A lot of these [crypto] guys thought they were moving around in silence. But, people are now able to find out that they are actually some of the richest guys in their cities,” says says a US-based founder and trader, speaking on the condition of anonymity.\n\nSecondly, transactions are instant and permission-less – kidnappers don’t need a bank to approve their withdrawal. This can also make looted funds easier to hide. Assets are swiftly sent to various decentralized exchanges, which do not require know-your-customer information. Once there, funds can’t be frozen by centralized entities like Binance or Coinbase.\n\nIn Karachi, Arsalan’s kidnappers were found within 48 hours. The two policemen among them had been bribed to help orchestrate the plan. Following the attack, Arsalan was offered protection from three other officers and a police car. But, fearing this could actually endanger him further, he declined.\n\nFor many of crypto’s kings and queens, unfettered access to one’s money via blockchains can feel buffered from institutional corruption. “There is no justice in Pakistan if you’re poor,” says Arsalan. “But decentralization means there are no institutions, no people, no banks … I own this money.”\n\nBut self-custody comes with a downside: there are fewer middlemen deterring a thief. This means taking matters into their own hands – or a pair they’ve hired.\n\n“I used to like my space away from my [bodyguards], but now I want them closer,” says the anonymous US-based founder and trader, who doesn’t reveal his security arrangements to anyone, even his close circle. “In crypto, no one trusts anybody. Half of these guys are scammers,” he says. Over the past month or so, his two guards have not left his sight – even for walks around the block. “Everyone’s being a lot more cautious.”\n\nOver the past six months, Jethro Pijlman’s global security services firm, Infinite Risks International, has seen a rise in cryptocurrency investors from western cities wanting protection. Requests range from safeguarding team meetings to guarding entire families around the clock.\n\nParis leads when it comes to new requests, says Pijlman, as France emerges as a hotspot for attacks, particularly after the high-profile kidnapping in January of David Balland, the entrepreneur whose finger was severed. In mid-June, an investor was abducted from a Paris suburb, while his partner was ordered to deposit the key to his cryptocurrency account.\n\nThe Ethereum Community Conference takes place at the end of June in Cannes, but the mood will be different from last year. It will feature the “most comprehensive security effort in the event’s history”, conference organizers said in a statement. For the first time, local police, special forces and the coast guard are being deployed to the site. Prepping security began almost a year ago, taking three times longer than usual, according to Bettina Boon Falleur, head of EthCC.\n\nCompanies are also taking measures to protect their staff.\n\nKraken, the second-largest exchange in the US, has deployed armed guards to accompany its top executives at all times, including outside their homes, according to a source familiar with the matter.\n\nMatthew Liu, co-founder of the cryptocurrency Origin Protocol, was among the attendees of Donald Trump’s private gala for the top owners of his token last month, a guest list which was leaked to the New York Times. Liu says his company is evaluating hiring a team of bodyguards for trips.\n\n“It’s a cost, but the cost of getting kidnapped or dealing with violence? It’s very, very scary,” says Liu. He’s also begun learning how to shoot a firearm and using a multi-signature wallet, whereby multiple people across the world need to sign-off on a payment.\n\nHis company has also introduced a new rule when the team goes to conferences: no posting until after the event.\n\n“Many crypto investors are increasingly conscious of their exposure, especially after publicly sharing – or oversharing – details of their success and affluent lifestyles online,” says Pijlman in regards to his clients. Indeed, for an industry that’s chronically online, its titans have often built large social media followings, while their wealth stays encrypted in anonymous blockchains. “This illusion of invisibility may have led to a false sense of security.”\n\nFor Arsalan, he watched his savings be chopped up and sprinkled across the cryptographic abyss. Over the next four months, he fell into a deep depression. He went offline and relied on whatever handouts his father could afford to give him. He considered ending his life, he says.\n\nAs Arsalan’s case demonstrates, kidnappers haven’t exclusively targeted only multimillionaires or only westerners.\n\nBetween 2020 and 2023, a Florida-based gang accessed the personal data of everyday cryptocurrency investors, and were able to steal from their wallets remotely.\n\nThe gang then carried out four home invasions against the same victims, spanning North Carolina, Texas and Florida, according to the US Department of Justice. Account holders were forced to unlock their wallets at gunpoint, while their families were tied up. One man’s mother was tortured. Another man was abducted and found 120 miles from his home.\n\nTwo of the attacks targeted seniors, court documents show.\n\n“I always dreamed of having a good retirement. I worked for it. I feel like I deserved it,” one victim, 70, told the court during the sentencing. Her husband has Parkinson’s. They’d hoped to take one last trip together – “to have at least some good years, good times”, she said. The couple lost $3m in cryptocurrency at 2022 prices via wire fraud. Wanting more, the gang invaded their home and held them at gunpoint to claim whatever was left. Their portfolio would be worth nearly $10.7m today.\n\n“One whole life of savings and you just took it all,” she said.\n\nIn the case of the retirees, the judge ordered the defendants to pay restitution to the victims. Receiving it looks unlikely.\n\nDespite the burgeoning risks, only 10% of cryptocurrency holders across the world have coverage on their digital assets, according to a report by insurance firm GlobalData. Only a few companies offer kidnapping and ransom (K&R) coverage for crypto companies, including insurer Canopius and broker Aon. Glenn Morgan, SVP, head of digital assets at Aon, says he’s seen an increase in clients asking about coverage in recent months. Amid the surge, insurers may be on the eve of a windfall: last month NBC News reported that three crypto-specific insurance companies are working on K&R policies.\n\nFrom the moment Arsalan checked his balance, he knew any chance of recovery would fall to him. Without the help of law enforcement, he’s been able to trace and recover about $160,000 of cryptocurrency, while the police have seized $60,000 in cash and a luxury car. It’s all now held by local police as case property. He thinks it’ll be at least six years before it’s returned to him, given the pace of Pakistan’s courts.\n\nHe says seven people have reached out to him with similar ordeals they didn’t report. Trading digital assets in Pakistan is a legal gray area, as banks are forbidden from facilitating transactions. When asked why they targeted crypto traders, the kidnappers said they thought victims wouldn’t have legal recourse, according to Arsalan.\n\nIn the meantime, Arsalan trades on. He wants to rebuild within a year: “They grabbed my money but they did not grab my brain.”\n\nHe’s also returned to social media, posting his first video in May. No amount of threats will make him give up crypto, he says. Despite all of its risks, public ledgers still feel safer to him than institutions.", + "chars": 12688, + "sha256": "ea8d5d6633362da4a032d72171969924ab86ef75b0a7e7447ec5671581e04202", "staged_file": "02_theguardian-com.txt", - "paragraphs_kept": "ALL 92 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 47-91 of 92", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:49:28+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 47-91 plus headline [0]; dropped 46 leading and 0 trailing paragraphs. Case-term hits on page: 23.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "201": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.vrt.be/vrtnws/en/2024/12/24/failed-kidnap-attempt-victim-was-bitcoin-millionaires-wife/", "source": "vrt.be", "language": "unknown", @@ -5892,56 +7158,71 @@ "chars": 1899, "sha256": "f6b70e6e2cad506ec7a735ffd5c7357c497c582651221ff8eedcb19d901f3ab4", "staged_file": "01_vrt-be.txt", - "paragraphs_kept": "ALL 9 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-8 of 9", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:49:31+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-8 plus headline [0]; dropped 0 leading and 0 trailing paragraphs. Case-term hits on page: 6.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "200": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.graphic.com.gh/news/general-news/ghana-news-cryptocurrency-fiasco-businessman-appeals-to-a-g-over-assault-kidnapping.html", "source": "graphic.com.gh", "language": "unknown", - "text": "Cryptocurrency fiasco: Businessman appeals to A-G over assault, kidnapping - Graphic Online\n\nCryptocurrency fiasco: Businessman appeals to A-G over assault, kidnapping\n\nJustice Agbenorsi & Joselyn Kafui Nyadzi \n \n \n \n \n \n \n Jan - 31 - 2025 , 08:41 \n\n \n \n \n \n \n \n 3 minutes read\n\nThe businessman who was allegedly kidnapped and assaulted has appealed to the Attorney-General and Minister of Justice to take over the prosecution of the case from the police.\n\nAddressing a news conference in Accra last Wednesday, counsel for Dr Kwadwo Agyapong Berry, James Kofi Afedo, accused the police of leaving out essential facts needed to make a case against the accused persons who are currently before the Accra Circuit Court.\n\nThe essential facts, counsel said, included the complainant being tortured, death threats against his client among other claims against the accused persons.\n\nHe added that the police investigators did not furnish them with the comprehensive charge sheet before arraigning the accused persons, leaving doubts over the police’s ability to effectively handle the case.\n\nAs an interim measure, counsel said his team had filed a petition at the Judicial Police Unit of the Ghana Police Service, adding that they intended to follow it up with an official petition to the A-G.\n\nThree individuals – Albert Tetteh Botchway, David Burke and Promise Lamptey – have been charged with the kidnapping and assault of Dr Berry over a cryptocurrency transaction gone wrong.\n\nTwo other suspects, Awudu Balm and Katanga are currently on the run.\n\nThey face charges including conspiracy to kidnap, a substantive charge of kidnapping, conspiracy to commit assault, and assault.\n\nPresiding Judge Susana Eduful, granted Burke and Lamptey bail in the sum of GH¢50,000 each, with two sureties each.\n\nOne surety must earn at least GH¢5,000, while the other must be an immediate family member.\n\nThe case has been adjourned to February 3, 2025.\n\nThe prosecution, led by Chief Inspector Jonas Lawer, informed the court that the complainant, Berry, resided in Amrahia, near Adenta in Accra, while the accused, Botchway, Burke and Lamptey, lived in Labadi.\n\nThe court was told that Lamptey, Balm and Katanga were employees of Botchway.\n\nOn December 14, 2024, Berry, along with Botchway and Burke, took Benjamin Appiah Boateng to Laboma Beach to interrogate him about the alleged misappropriation of over $1.6 million from their investment.\n\nAccording to the prosecution, Boateng was detained at Laboma Beach, with Botchway present, while the complainant visited daily to monitor Boateng’s efforts to recover the money.\n\nOn December 18, 2024, Burke called the complainant, asking him to come to Laboma Beach on December 19, 2024, around 0700 hours, for a meeting with both Burke and Botchway.\n\nThe prosecution said on December 19, 2024, the complainant drove to Laboma Beach for the meeting, and he was ushered to the office of Botchway by Burke.\n\nThe prosecution stated that while at Botchway’s office, Botchway deliberately stepped out.\n\nDuring this time, Lamptey, Balm and Katanga entered the office and instructed Burke to leave.\n\n“At this stage, Lamptey, Balm and Katanga then locked the door of the office, handcuffed the complainant and subjected him to severe beating including the use of an electric wire to shock him,” the prosecution said.\n\nThe prosecution explained that the complainant reported that Lamptey, Balm and Katanga told him that Boateng had confessed that the $600,000 investment belonging to Botchway and Burke was with him (complainant).\n\nThe complainant was reportedly held in Botchway’s office from 0730 hours to 2030 hours on December 19, 2024, until the Police Intelligence Department received a tip about the incident and rescued him.\n\nOn January 2, 2025, Botchway and Lamptey were arrested for further investigations.\n\nDuring questioning, Lamptey admitted to the offence but claimed that Boateng had implicated the complainant as his accomplice during their interrogation, which led to their actions.\n\nOn January 10, 2025, Burke was also arrested for investigations and later granted police enquiry bail.\n\nThe prosecution stated that Botchway, Burke and Lamptey have been charged, while efforts continue to arrest Balm and Katanga.\n\n© 2005 - 2026 Graphic Online | Graphic Communications Group Ltd.\n\nConnect With Us : 0242202447 | 0551484843 | 0266361755 | 059 199 7513 |", - "chars": 4388, - "sha256": "fc8350015e33e1c767c3fb887cf429ce1604f566762e459f97312526e558cfee", + "text": "Cryptocurrency fiasco: Businessman appeals to A-G over assault, kidnapping - Graphic Online\n\nThe businessman who was allegedly kidnapped and assaulted has appealed to the Attorney-General and Minister of Justice to take over the prosecution of the case from the police.\n\nAddressing a news conference in Accra last Wednesday, counsel for Dr Kwadwo Agyapong Berry, James Kofi Afedo, accused the police of leaving out essential facts needed to make a case against the accused persons who are currently before the Accra Circuit Court.\n\nThe essential facts, counsel said, included the complainant being tortured, death threats against his client among other claims against the accused persons.\n\nHe added that the police investigators did not furnish them with the comprehensive charge sheet before arraigning the accused persons, leaving doubts over the police’s ability to effectively handle the case.\n\nAs an interim measure, counsel said his team had filed a petition at the Judicial Police Unit of the Ghana Police Service, adding that they intended to follow it up with an official petition to the A-G.\n\nThree individuals – Albert Tetteh Botchway, David Burke and Promise Lamptey – have been charged with the kidnapping and assault of Dr Berry over a cryptocurrency transaction gone wrong.\n\nTwo other suspects, Awudu Balm and Katanga are currently on the run.\n\nThey face charges including conspiracy to kidnap, a substantive charge of kidnapping, conspiracy to commit assault, and assault.\n\nPresiding Judge Susana Eduful, granted Burke and Lamptey bail in the sum of GH¢50,000 each, with two sureties each.\n\nOne surety must earn at least GH¢5,000, while the other must be an immediate family member.\n\nThe case has been adjourned to February 3, 2025.\n\nThe prosecution, led by Chief Inspector Jonas Lawer, informed the court that the complainant, Berry, resided in Amrahia, near Adenta in Accra, while the accused, Botchway, Burke and Lamptey, lived in Labadi.\n\nThe court was told that Lamptey, Balm and Katanga were employees of Botchway.\n\nOn December 14, 2024, Berry, along with Botchway and Burke, took Benjamin Appiah Boateng to Laboma Beach to interrogate him about the alleged misappropriation of over $1.6 million from their investment.\n\nAccording to the prosecution, Boateng was detained at Laboma Beach, with Botchway present, while the complainant visited daily to monitor Boateng’s efforts to recover the money.\n\nOn December 18, 2024, Burke called the complainant, asking him to come to Laboma Beach on December 19, 2024, around 0700 hours, for a meeting with both Burke and Botchway.\n\nThe prosecution said on December 19, 2024, the complainant drove to Laboma Beach for the meeting, and he was ushered to the office of Botchway by Burke.\n\nThe prosecution stated that while at Botchway’s office, Botchway deliberately stepped out.\n\nDuring this time, Lamptey, Balm and Katanga entered the office and instructed Burke to leave.\n\n“At this stage, Lamptey, Balm and Katanga then locked the door of the office, handcuffed the complainant and subjected him to severe beating including the use of an electric wire to shock him,” the prosecution said.\n\nThe prosecution explained that the complainant reported that Lamptey, Balm and Katanga told him that Boateng had confessed that the $600,000 investment belonging to Botchway and Burke was with him (complainant).\n\nThe complainant was reportedly held in Botchway’s office from 0730 hours to 2030 hours on December 19, 2024, until the Police Intelligence Department received a tip about the incident and rescued him.\n\nOn January 2, 2025, Botchway and Lamptey were arrested for further investigations.\n\nDuring questioning, Lamptey admitted to the offence but claimed that Boateng had implicated the complainant as his accomplice during their interrogation, which led to their actions.\n\nOn January 10, 2025, Burke was also arrested for investigations and later granted police enquiry bail.\n\nThe prosecution stated that Botchway, Burke and Lamptey have been charged, while efforts continue to arrest Balm and Katanga.", + "chars": 4063, + "sha256": "bd966731c3597ede0cafeda474252f1dcfe6591519bb50277d553162eedae66b", "staged_file": "01_graphic-com-gh.txt", - "paragraphs_kept": "ALL 32 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 4-29 of 32", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:49:33+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 4-29 plus headline [0]; dropped 3 leading and 2 trailing paragraphs. Case-term hits on page: 26.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "199": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "UNTRIMMED", "url": "https://www.balidiscovery.com/criminal-gang-kidnap-rob-ukrainian-in-bali/", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "balidiscovery.com", + "language": "unknown", + "text": "Criminal Gang Kidnap & Rob Ukrainian in Bali | Bali Discovery\n\nBali Police have launched a full-fledged investigation in connection with the kidnapping, robbery, and temporary confinement of Igor Lermakov, a Ukrainian businessman, targeted by a 9-member mafia-like group of men on Sunday, 15 December 2024, at 1:30 pm.\n\nThis kidnapping and extortion case has gone viral on social media in the past few days. A group of 9 people, suspected members of a Russian gang, went on a rampage and kidnapped and robbed Igor Lermakov.\n\nIt started when Lermakov, born on January 28, 1977, intended to return to his residence in the South Kuta area on Sunday, December 15, 2025, at around 1:30 pm. On the way, they suspected that someone was following them, causing the victim’s driver from Russia with the initials GN to accelerate, trying to evade the roadblock.\n\nThe Ukrainian’s vehicle, driven by another Ukrainian, was blockaded fore and aft by two other cars, a luxury black Alphard (Police registration B 2144 SIJ) and black Toyota Innova carrying the nine armed assailants wearing military gear, bullet-proof vests emblazoned with the label “POLICE” and black balaclavas used to conceal their identity.\n\nThe “Gang” is accused of using police uniforms, knives, hammers, and firearms during the commission of the crime.\n\nLermakov was handcuffed and beaten as the assailants dragged from his vehicle. A black sack was placed over the Lermakov’s head while he was driven to two villas over several days, first in Jimbaran and later in Ubud.\n\nBeaten and tortured, Lermakov was first brought to a villa on Jalan Blong Keker, Permata Gatsu Regency Blok A, Kuta Selatan, where the beatings continued, and code access to his crypto accounts were obtained under duress, allowing the withdrawal of Rp. 3.3 billion,\n\nLater, he was driven to another villa on Jalan Sawag Indah Gang 88, Peliatan, Ubud. In Ubud, the victim, bloodied with his hands still handcuffed, managed to escape from his captors to seek help from neighbors before reporting his kidnapping to the Police on 30 January – 15 days after his initial abduction.\n\nBased on information provided to the Police, the nine kidnappers are believed to be from Russia, Uzbekistan, and Ukraine.\n\nBali Police Spokesman, Commissioner Ariasandy, said the case is under special and intensive investigation by the Criminal Division of the Provincial Police. Ariassandy insists the Police are fully committed to solving the violent kidnapping.\n\nPolice have already conducted a preliminary reconstruction of the kidnapping and its aftermath, providing daily updates on their work to the victim. Police have reportedly already managed to identify that the nine attackers are citizens of Russia, Uzbekistan, and Ukraine. Police reportedly also have the names of the nine in hand and have issued formal summons via their respective consulates, commanding them to report to police headquarters for interrogation.\n\nAccording to Beritabali.com, Police report that despite issuing two summons, none of the men presented themselves at police headquarters.\n\nOn 30 January 2025, the Police spokesman said: “There are nine foreign nationals sought from Russia, Uzbekistan, and Ukraine. We hope they will cooperate and present themselves for questioning so that this case can be concluded soon.”\n\nBali police also have noted and discounted the fact that the assailants wore police uniforms. Because these uniforms are easily acquired, the use of police accruements does not automatically prove any official police involvement in the kidnapping incident crime.\n\nPolice admit that investigators are not yet able to clarify the relationship between the victim and the perpetrators but suspect the incident was a violent criminal act involving extortion. This all points to a violation of Article 170 and Article 368 of the Indonesian Criminal Code (KUHP) regulating criminal acts of violence and extortion. The Ukrainian victim was said to have been compelled to surrender over Crypto assets worth US$ 214,424 (around Rp 3.3 billion).\n\n“Investigators are still looking into the roles of each party and the motives behind the crime,” explained the three-star officer who serves as Police spokesperson.\n\nPolice investigators in Bali are coordinating with the International Division of the National Police, the victim, and the respective consulates of the nine accused of involvement in the crime.\n\nLate Breaking Development – One Suspect Arrested and Released\n\nA Russian national, Igor Lermakov, said by Bali Police to be the ringleader of the Bali abduction, was taken into custody at around 7:00 pm on Thursday, 30 January 2025, while trying to board an Emirates Flight EK 369 bound for Dubai, U.A.E.\n\nAskhabov (30) was suspected to be the leader of a Russian gang that kidnapped, detained, assaulted, extorted, and seized the crypto assets of the Ukrainian businessman Igor Lermakov, 48 years old, valued at Rp 3.2 billion.\n\nPolice report that Askhabov, an MMA professional fighter, was very cooperative with police, responding fully and readily to all their questions.\n\nIn support of his claim to have had no involvement in the kidnapping of Igor Lermakov, Askhabov shared with police chatting histories, telephone call records, and chronology detailing his whereabouts during the time in which the abduction took place.\n\nAfter police reviewed the records provided by Askhabov and verified his alibis, they found nothing to substantiate the accusations made by Lermakov. When confronted further by police. Lermakov reportedly became confused. Police say that there is no proof that Lermakov or Askhabov has ever met. Moreover, the names of the 9 assailants provided by Lermakov in his police complaint were names given to the complainant by a friend living abroad.\n\nPolice are reportedly now doubting the report and testimony provided by Lermakov as the victim of the kidnapping and coercion incident.\n\nLacking evidence against Askhabov, police have released the Russian, who left Bali by boarding a flight to Dubai.\n\nAskhabov thanked the Bali Police for their courteous treatment during his apprehension, questioning, and eventual release to the airport so that he could continue his trip.\n\nAskhabov’s attorney in Bali underlined that his client supports the Bali Police and hopes they will soon be able to solve the subject kidnapping case.\n\nBali Deports 3 Russians for Prostitution\n\nRussian Envoy Defends Tourists’ Reputation\n\nTwo Ukrainians Sent to Bali Prison for 20 Years\n\n226 Foreigners Arrested for Crime in Bali 2024\n\nMoscow to Open a Consulate General in Bali\n\nRussian Posing as a Cop Arrested in Bali\n\nRussian Facing 7 Years for Motorcycle Theft\n\nStay Informed on Bali Tourism-Related News: Subscribe to Bali Update\n\nBali, Crime by Foreigners in Bali, Crypto Currency in Bali, Igor Lermakov, Khasan Askhabov, Kidnaping in Bali, Russian Crime in Bali, Ukrainian, Uzbekistan", + "chars": 6900, + "sha256": "b6a97f48337ab58708736555c0bf7cef633ba488098c47e81ebe6b995d0fec64", + "staged_file": "01_balidiscovery-com-wayback.txt", + "paragraphs_kept": "ALL 37 paragraphs, untrimmed", + "method": "Wayback Machine snapshot 20260521143635, deterministic extraction", + "fetched_at": "2026-09-05T13:28:44+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260521143635/https://www.balidiscovery.com/criminal-gang-kidnap-rob-ukrainian-in-bali/", + "snapshot": "20260521143635", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2026-05-21", + "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." } ], "198": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.9news.com.au/national/police-hunt-crypto-atm-thieves-in-melbourne-shopping-centre-ram-raid-mickleham/8e7b6106-ab8c-4374-82b5-76f147c42da8", "source": "9news.com.au", "language": "unknown", - "text": "Mickleham news: Shopping centre CCTV captures thieves in Bitcoin ATM ram raid | Nine.com.au\n\nPolice are on the hunt for a pair of thieves who escaped with a cryptocurrency ATM after a ram raid at a shopping centre in Melbourne's northern suburbs this morning.\n\nPolice allege a stolen Toyota Ute rammed the front doors of Merrifield City shopping centre in Mickleham just after 4am, before reversing into two ATM machines inside.\n\nCCTV vision exclusively obtained by 9News shows one of the men, dressed in bright orange, using a sledge hammer to knock a Coinflip Bitcoin ATM to the ground.\n\nThe pair then ditched the Toyota when the machine proved too heavy to lift onto the back tray and instead dragged it out by hand, fleeing the scene in a dark-coloured sedan with the Coinflip ATM.\n\nPolice will allege the thieves then dumped the ATM in a Coolaroo car park, before setting it alight.\n\nThe Coinflip ATM, which allow users to buy and sell crypto using cash, had been pried open.\n\nCrypto expert Steve Sammartino said crypto machines do not have the same security measures as conventional ATMS, which could have aided the thieves.\n\n\"The crypto machines aren't as robust as typical ATMs which are issued via banks,\" Sammartino said.\n\n\"Not all of them have dye bombs so that the money is unusable after they're broken into.\"\n\nThe offenders remain on the run and the sedan has not been located at this stage.\n\nAnyone who witnessed the ram-raid or the fire, has dashcam/CCTV footage or information is urged to contact Crime Stoppers on 1800 333 000.\n\nThe Aussie family who moved overseas to buy a house back home\n\nFive children hospitalised after jumping castles go airborne in two separate incidents\n\nQantas plane diverted after suspected engine issue\n\nMore than 46,000 homes without power as destructive winds lash NSW", - "chars": 1816, - "sha256": "d4aafb096d74a5d9d4fa6d017daf2c995e7abdce2006f8ee1956b2b7b2098415", + "text": "Mickleham news: Shopping centre CCTV captures thieves in Bitcoin ATM ram raid | Nine.com.au\n\nPolice are on the hunt for a pair of thieves who escaped with a cryptocurrency ATM after a ram raid at a shopping centre in Melbourne's northern suburbs this morning.\n\nPolice allege a stolen Toyota Ute rammed the front doors of Merrifield City shopping centre in Mickleham just after 4am, before reversing into two ATM machines inside.\n\nCCTV vision exclusively obtained by 9News shows one of the men, dressed in bright orange, using a sledge hammer to knock a Coinflip Bitcoin ATM to the ground.\n\nThe pair then ditched the Toyota when the machine proved too heavy to lift onto the back tray and instead dragged it out by hand, fleeing the scene in a dark-coloured sedan with the Coinflip ATM.\n\nPolice will allege the thieves then dumped the ATM in a Coolaroo car park, before setting it alight.\n\nThe Coinflip ATM, which allow users to buy and sell crypto using cash, had been pried open.\n\nCrypto expert Steve Sammartino said crypto machines do not have the same security measures as conventional ATMS, which could have aided the thieves.\n\n\"The crypto machines aren't as robust as typical ATMs which are issued via banks,\" Sammartino said.\n\n\"Not all of them have dye bombs so that the money is unusable after they're broken into.\"\n\nThe offenders remain on the run and the sedan has not been located at this stage.\n\nAnyone who witnessed the ram-raid or the fire, has dashcam/CCTV footage or information is urged to contact Crime Stoppers on 1800 333 000.", + "chars": 1545, + "sha256": "99b8ff04f2d72b6cdca97b60c0c815eb43e8e94a52371c5c144d78e2b5bf8897", "staged_file": "01_9news-com-au.txt", - "paragraphs_kept": "ALL 16 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-11 of 16", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:49:39+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-11 plus headline [0]; dropped 0 leading and 4 trailing paragraphs. Case-term hits on page: 5.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "197": [ @@ -5950,129 +7231,188 @@ "verdict": "THIN", "url": "https://www.binance.com/en/square/post/22010115265362", "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule", + "archive_tried": "2026-09-05T13:28:49+00:00", + "archive_note": "no Wayback Machine snapshot exists for this URL" } ], "196": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://blocknews.com/las-vegas-woman-arrested-for-alleged-300k-crypto-kidnapping/", "source": "blocknews.com", "language": "unknown", - "text": "Las Vegas Woman Arrested for Alleged $300K Crypto Kidnapping – BlockNews\n\nLas Vegas Woman Arrested for Alleged $300K Crypto Kidnapping\n\nA Las Vegas sex worker was charged with kidnapping and robbing nearly $300,000 in cryptocurrency from a nightclub patron.\n\nThe victim claimed he was possibly drugged before being forced out of an SUV at gunpoint, losing his phone, wallet, and watch.\n\nPolice arrested Zapri Outlaw, who denied wrongdoing, while other suspects remain under investigation for similar crimes.\n\nA Las Vegas sex worker is facing serious charges after allegedly kidnapping a man and stealing nearly $300,000 in cryptocurrency—an incident that unfolded after a chance meeting at a nightclub on the Strip.\n\nAccording to court documents, Zapri Outlaw has been charged with kidnapping, conspiracy to commit robbery, and robbery for her alleged role in the crime, which took place in November. While multiple individuals are named as suspects, Outlaw is currently the only person formally charged.\n\nThe victim told police he met Outlaw at a nightclub on November 22 and was later speaking with her and another woman. At some point, he said he “was possibly drugged” and began having trouble focusing. However, video evidence reviewed by investigators didn’t confirm whether any substances were involved.\n\nAs the night went on, the man mentioned that he was visiting Las Vegas and staying in Summerlin. Eventually, they agreed to leave together. Around 2 a.m., the group got into an SUV, which the victim said he believed was an Uber.\n\nBut instead of heading toward Summerlin, the SUV pulled into a parking lot just a block from the nightclub. That’s when things took a dark turn. Another passenger—armed with a gun—ordered the victim out of the vehicle. Dazed and confused, he stepped out, only to realize his watch, phone, and wallet were missing.\n\nAfter the ordeal, the man later discovered multiple unauthorized transactions on his credit card, along with missing funds from his cryptocurrency account. The stolen amount? Nearly $300,000.\n\nInvestigators noted that other suspects in the case are tied to separate grand larceny cases and have active warrants for similar crimes.\n\nPolice arrested Outlaw on February 6. When questioned, she reportedly told officers, “I sell my vagina… and I didn’t do anything.”\n\nLas Vegas Justice Court Judge Daniel Westmeyer set her bail at $10,000. Outlaw posted bond and is scheduled to appear in court again in April.\n\nFor now, authorities are still searching for the other suspects, and it remains unclear if additional arrests will be made.\n\nDisclaimer: BlockNews provides independent reporting on crypto, blockchain, and digital finance. All content is for informational purposes only and does not constitute financial advice. Readers should do their own research before making investment decisions. Some articles may use AI tools to assist in drafting, but every piece is reviewed and edited by our editorial team of experienced crypto writers and analysts before publication.\n\nMichael is a BSBA Management graduate from Mindanao State University and has been a professional content writer since 2019. He began exploring cryptocurrency in 2021 and has since made blockchain and digital assets his primary focus. For nearly four years, Michael has contributed research and editorial content at Aiur Labs and BlockNews, producing clear and accessible coverage of market trends, trading strategies, and project developments. He is transparent about his personal holdings in Bitcoin, TRON, and select meme tokens, combining writing expertise with hands-on market experience to deliver trustworthy insights to readers.\n\nRipple Prepares XRP Ledger for Quantum Threats – Here Is Its Four-Stage Plan\n\nSolana Scores Major Schwab and Network Wins – Here Is What Comes Next\n\nFed Chair Warsh Signals Rates Could Rise – Here Is What Comes Next\n\nBitwise Solana ETF Hits $1 Billion – Here Is What Is Driving Demand\n\nSBI Invests $270 Million in Ajaib – Here Is What It Means for Crypto\n\nCharles Schwab Expands Crypto Offering – Here Is What It Is Adding\n\nBlockNews is your premier source for real-time cryptocurrency, blockchain, political and financial market news.\n\nBlockNews provides independent reporting on crypto, blockchain, and digital finance. Content is for informational purposes only and does not constitute financial advice. Sponsored material is always disclosed. By using this site, you agree to our Terms and Conditions and Privacy Policy.\n\nTo provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.\n\nFunctional\n \n \n \n Functional\n \n Always active\n\nThe technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.\n\nThe technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.\n\nThe technical storage or access that is used exclusively for statistical purposes.\n The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.\n\nThe technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.", - "chars": 5878, - "sha256": "555c6b79367d3cb97075ffbdf72e78080ff7cf8064dc7c644426a7c69d80797d", + "text": "Las Vegas Woman Arrested for Alleged $300K Crypto Kidnapping – BlockNews\n\nA Las Vegas sex worker was charged with kidnapping and robbing nearly $300,000 in cryptocurrency from a nightclub patron.\n\nThe victim claimed he was possibly drugged before being forced out of an SUV at gunpoint, losing his phone, wallet, and watch.\n\nPolice arrested Zapri Outlaw, who denied wrongdoing, while other suspects remain under investigation for similar crimes.\n\nA Las Vegas sex worker is facing serious charges after allegedly kidnapping a man and stealing nearly $300,000 in cryptocurrency—an incident that unfolded after a chance meeting at a nightclub on the Strip.\n\nAccording to court documents, Zapri Outlaw has been charged with kidnapping, conspiracy to commit robbery, and robbery for her alleged role in the crime, which took place in November. While multiple individuals are named as suspects, Outlaw is currently the only person formally charged.\n\nThe victim told police he met Outlaw at a nightclub on November 22 and was later speaking with her and another woman. At some point, he said he “was possibly drugged” and began having trouble focusing. However, video evidence reviewed by investigators didn’t confirm whether any substances were involved.\n\nAs the night went on, the man mentioned that he was visiting Las Vegas and staying in Summerlin. Eventually, they agreed to leave together. Around 2 a.m., the group got into an SUV, which the victim said he believed was an Uber.\n\nBut instead of heading toward Summerlin, the SUV pulled into a parking lot just a block from the nightclub. That’s when things took a dark turn. Another passenger—armed with a gun—ordered the victim out of the vehicle. Dazed and confused, he stepped out, only to realize his watch, phone, and wallet were missing.\n\nAfter the ordeal, the man later discovered multiple unauthorized transactions on his credit card, along with missing funds from his cryptocurrency account. The stolen amount? Nearly $300,000.\n\nInvestigators noted that other suspects in the case are tied to separate grand larceny cases and have active warrants for similar crimes.\n\nPolice arrested Outlaw on February 6. When questioned, she reportedly told officers, “I sell my vagina… and I didn’t do anything.”\n\nLas Vegas Justice Court Judge Daniel Westmeyer set her bail at $10,000. Outlaw posted bond and is scheduled to appear in court again in April.\n\nFor now, authorities are still searching for the other suspects, and it remains unclear if additional arrests will be made.\n\nDisclaimer: BlockNews provides independent reporting on crypto, blockchain, and digital finance. All content is for informational purposes only and does not constitute financial advice. Readers should do their own research before making investment decisions. Some articles may use AI tools to assist in drafting, but every piece is reviewed and edited by our editorial team of experienced crypto writers and analysts before publication.\n\nMichael is a BSBA Management graduate from Mindanao State University and has been a professional content writer since 2019. He began exploring cryptocurrency in 2021 and has since made blockchain and digital assets his primary focus. For nearly four years, Michael has contributed research and editorial content at Aiur Labs and BlockNews, producing clear and accessible coverage of market trends, trading strategies, and project developments. He is transparent about his personal holdings in Bitcoin, TRON, and select meme tokens, combining writing expertise with hands-on market experience to deliver trustworthy insights to readers.", + "chars": 3601, + "sha256": "f4c7153f5fc55750c4503710d24b17dddd7a24a3ba44a3222ad381409359811f", "staged_file": "01_blocknews-com.txt", - "paragraphs_kept": "ALL 31 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-16 of 31", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:49:47+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-16 plus headline [0]; dropped 1 leading and 14 trailing paragraphs. Case-term hits on page: 14.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "195": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://tribune.com.pk/story/2511031/genz-quant-kids-dog-kidnapped-following-doxing", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "tribune.com.pk", + "language": "unknown", + "text": "Gen Z Quant kid’s dog kidnapped following doxing\n\nVictims retaliate against 13-year-old’s rug pull by pumping token, doxing family, and allegedly kidnapping their dog.\n\nPop Culture & Art \n \n November 21, 2024\n \n \n 2 min read\n\nA 13-year-old cryptocurrency enthusiast, known as the Gen Z Quant kid, is at the center of a bizarre series of events that have captivated the crypto community.\n\nThe teenager attempted a rug pull by creating a token named QUANT, but what followed was an unprecedented response from the community, leading to both financial and personal turmoil for the young trader.\n\nOn November 20, the boy launched QUANT on Pump.fun, a popular memecoin platform. Initially, he sold his entire holding of 51 million QUANT tokens for 128 SOL, earning $30,000 within hours. However, enraged by the apparent scam, the crypto community collectively decided to pump the token’s value as an act of revenge. Over six hours, QUANT’s price skyrocketed by 71,386%, peaking at $0.07876 per token. Trading volumes surged to $213.7 million, turning the token into one of the most remarkable crypto trading phenomena.\n\nMeet the kid who launched $QUANT, rugged it for $30K, and thought he got away with it...\n\nBUT, CThad other plans!\n\nCT tracked him down, doxed him, and then... PUMPED $QUANT to a whopping $56M market cap!\n\nHis original $30K bag? Now worth over $4M+! pic.twitter.com/0uz0bwKar8\n\n— Elon Musk {Parody} (@i_m_elon) November 20, 2024\n\nThe financial setback for the boy was just the beginning. Frustrated investors doxed the teenager and his family, revealing personal details online, including their social media profiles and even the boy’s school. The retaliation escalated further as Pump.fun users created new tokens named after family members, such as QUANT DAD, QUANT SIS, and QUANT MOM, accompanied by profile pictures of the individuals. The situation took a darker turn when tokens like CABAL featured images of the family’s dog.\n\nThey doxxed the entire $quant dev family\n\n— Mezoteric (@mezoteric) November 20, 2024\n\nThe drama reached a new height when screenshots surfaced on X (formerly Twitter), shared by user @YonatanBadash1, alleging that the family’s dog, Bari, had been kidnapped. The screenshots reportedly show a conversation between an alleged kidnapper and the boy’s brother, Ben Berger, pleading for the dog’s safe return. The family’s distress reportedly deepened, with the boy’s mother, Sara Berger, in tears and worried about potential legal charges her son might face due to the rug pull.\n\nmaybe because my last post about the $QUANT kid went viral, he hopes I can bring light to this but\n\nI don't fully… https://t.co/VSAy0TTL9j pic.twitter.com/uaMKRXCg9f\n\nThis incident illustrates the volatile and unpredictable nature of the $3.11 trillion global crypto market. While the community’s actions highlight the risks of anonymity and scams, they also raise ethical questions about the extent of accountability and retaliation in decentralized trading spaces. This extraordinary series of events underscores the thin line between justice and vigilantism in the rapidly evolving world of cryptocurrency.\n\nSaved ! Your comment will be displayed after the approval.\n\nError !\n\nDenied! You can post your comment in 10 minutes.\n\nError! Invalid Email.\n\nComments are moderated and generally will be posted if they are on-topic and not abusive.", + "chars": 3366, + "sha256": "3366c4fb1200c031a7c9cf46d22ae5796cca141c0fbebfd56d03388022474690", + "staged_file": "01_tribune-com-pk-wayback.txt", + "paragraphs_kept": "headline [0] + 1-22 of 39", + "method": "Wayback Machine snapshot 20251109222045, deterministic extraction", + "fetched_at": "2026-09-05T13:28:51+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20251109222045/https://tribune.com.pk/story/2511031/genz-quant-kids-dog-kidnapped-following-doxing", + "snapshot": "20251109222045", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2025-11-09", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-22 plus headline [0]; dropped 0 leading and 16 trailing paragraphs. Case-term hits on page: 20.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "194": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://beincrypto.com/ukrainian-man-victim-of-crypto-theft-in-thailand/", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "beincrypto.com", + "language": "unknown", + "text": "Armed Crypto Robbery in Thailand Ends in $250,000 Theft\n\nArmed robbers in Thailand forced a Ukrainian man to transfer $250K in USDT under threat of violence.\n\nThe attackers tied the victim to a bed after the transfer and fled the scene, warning him not to report the crime.\n\nThailand Police arrested four suspects, one of whom regularly purchased USDT from the victim.\n\nA Ukrainian national, Viacheslav Leibov, fell victim to a rare case of crypto theft through physical coercion in Phuket, Thailand.\n\nArmed assailants forced him to transfer 250,000 USDT, equivalent to 8.56 million baht, under the threat of violence. On November 11, four people were arrested in association with the robbery.\n\nAccording to local reports, Leibov told local police that his ordeal began on Friday night when he visited his friend in his hotel room. Upon arrival, an Armenian man, Arman Grigoryan, 21, escorted Leibov to the room.\n\nInitially, the group engaged in conversation on the balcony. However, the situation escalated when Leibov went to use the bathroom. Two masked individuals ambushed him, binding his limbs with ropes and cable ties.\n\nThe robbers, armed with a hammer and knife, demanded Leibov transfer 500,000 USDT. Leibov negotiated to reduce the amount, transferring the 250,000 USDT as demanded.\n\nAfter completing the transfer, the attackers tied him to a bed and warned him against reporting the crime.\n\nOnce the assailants left, Leibov managed to free himself. He immediately rode his motorcycle and reported the incident to Kamala police.\n\nPolice arrested four suspects associated with the robbery on Monday. One of the suspects regularly purchased crypto, more specifically, USDT, from Leibov. He has prior knowledge about Leibov holding large sum of stablecoins, which led to this plot.\n\nThe case highlights a growing concern about the physical targeting of individuals for their digital assets as crypto becomes more mainstream.\n\nCrypto Crimes Are Becoming More Diversified\n\nWith crypto adoption growing across most regions, the variety and sophistication of crimes are also increasing. There have been several occasions this year where criminals have used unconventional methods to steal cryptocurrency.\n\nThe Federal Trade Commission reported that scammers stole $65 million through Bitcoin ATM schemes in the first half of 2024. These scams involve fraudsters posing as bank or government officials, convincing victims to withdraw cash and deposit it into a Bitcoin ATM.\n\nRecently, Binance also issued a global warning about a new threat called “Clipper malware.” As BeInCrypto previously reported, this malware alters wallet addresses during transactions. So, users might be sending their funds to a scammer’s wallet without realizing it.\n\nEarlier in August, reports emerged about scammers promoting a new malware on the macOS that targets crypto wallets like MetaMask. Scammers often promote this malware via Telegram and fake job offers.\n\nConventional cyber-criminal gangs are also turning their attention to the crypto industry. Recent reports suggest that North Korea’s infamous Lazarus group and its affiliates are now targeting crypto firms through phishing campaigns.\n\nBest Crypto Platforms for DePIN Tokens in 2025\n\nIn adherence to the Trust Project guidelines, BeInCrypto is committed to unbiased, transparent reporting. This news article aims to provide accurate, timely information. However, readers are advised to verify facts independently and consult with a professional before making any decisions based on this content. Please note that our Terms and Conditions, Privacy Policy, and Disclaimers have been updated.", + "chars": 3637, + "sha256": "bd8998d0560a285cd8d1ae4e17808faf4eb79e3a87eebd297b91f162ce4f43c9", + "staged_file": "01_beincrypto-com-wayback.txt", + "paragraphs_kept": "headline [0] + 3-23 excl [21] of 28", + "method": "Wayback Machine snapshot 20251123212942, deterministic extraction", + "fetched_at": "2026-09-05T13:28:56+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20251123212942/https://beincrypto.com/ukrainian-man-victim-of-crypto-theft-in-thailand/", + "snapshot": "20251123212942", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2025-11-23", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-23 plus headline [0]; dropped 2 leading and 4 trailing paragraphs and 1 interior furniture line(s). Case-term hits on page: 22.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "193": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.cbc.ca/news/canada/toronto/kidnapping-toronto-businessman-cryptocurrency-1.7376679", "source": "cbc.ca", "language": "unknown", - "text": "Toronto crypto company CEO kidnapped, held for $1M ransom before being released | CBC News\n\nToronto crypto company CEO kidnapped, held for $1M ransom before being released | CBC News Loaded\n\nToronto crypto company CEO kidnapped, held for $1M ransom before being released\n\nThe head of a company specializing in cryptocurrency was kidnapped and held for ransom in downtown Toronto during rush hour Wednesday.\n\nIncident happened in downtown Toronto just before 6 p.m. Wednesday\n\nSarah Petz · CBC News · Posted: Nov 07, 2024 12:31 PM EST | Last Updated: November 8, 2024\n\nThe audio version of this article is generated by AI-based technology. Mispronunciations can occur. We are working with our partners to continually review and improve the results.\n\nToronto crypto company CEO kidnapped, held for $1M ransom before release\n\nThe CEO of a Toronto company specializing in cryptocurrency was kidnapped and held for a $1 million ransom Wednesday, police say. CBC’s Chris Glover has the latest.\n\nPolice were called about a kidnapping in the area of University Avenue and Richmond Street W. just before 6 p.m., says a spokesperson with the Toronto Police Service.\n\nThe suspects forced the victim into a vehicle and made a demand for money, the spokesperson said.\n\nThe man was later located in Centennial Park in Etobicoke uninjured.\n\nCBC Toronto has learned the victim is Dean Skurka, the president and CEO of Toronto-based financial firm WonderFi. He was released after a ransom of $1 million was paid electronically, a source close to the investigation said.\n\nSkurka told CBC Toronto via email on Thursday that he had been involved in an \"incident\" Wednesday but is safe.\n\n\"The safety and security of all of WonderFi's employees are paramount,\" Skurka said in the email. \"Client funds and data remain safe, and were not impacted by this incident.\"\n\nPolice say the investigation is ongoing and have not released any further details.\n\nCryptocurrency ripe target for theft: expert\n\nJameson Lopp, the co-founder and chief security officer of Casa, a security firm focused on protecting cryptocurrency users, has been keeping track of physical thefts designed to steal cryptocurrency for around a decade.\n\nHe says Skurka's abduction is the 171st instance of suspects using physical violence to steal bitcoins, that he's aware of.\n\nThe rates of these kind of incidents tends to correlate with the exchange rate of bitcoin, he said.\n\n\"As the price goes up, more awareness of the space permeates throughout society and as a result, more criminally minded people decide they want to try to figure out what the ROI of executing a physical attack against a known crypto holder is.\"\n\nThe price of bitcoin hit a new high Wednesday, climbing above $75,000 US and smashing its previous record set in March.\n\nThe nature of cryptocurrency can make physical thefts and/or extortion of users more appealing to criminals versus other types of theft like robbing a bank, Lopp said.\n\nOntario's self-proclaimed Crypto King kidnapped, beaten for ransom, bankruptcy documents claim\n\nInvestor who lost $740K to Ontario's Crypto King among 5 men charged with kidnapping him\n\n\"They [cryptocurrencies] are incredibly easy to transport, incredibly easy to take possession of from someone in comparison to a bank or an armoured truck,\" he said.\n\n\"The average crypto person, even early adopters who may be multi-millionaires, tend not to have really great physical security, and often they don't have great operational security or privacy.\"\n\nThe victims in the majority of these crimes are average citizens, he said.\n\n\"This particular incident is not something that many people have to worry about unless they're a high profile figure,\" Lopp said.\n\n\"But you know, what I see in the space, is even a lot of high profile figures, I would say, do not have the level of security and privacy that they should to be commensurate with their risk profile.\"\n\nThe alleged kidnapping happened the same day WonderFi released its third quarter earnings results, showing a 153 per cent increase compared to its third quarter in 2023.\n\nSarah Petz is a Toronto-based senior writer with the CBC News live pages team. Born and raised in Manitoba, her career has taken her across three provinces, multiple cities and to northern Uganda.\n\nWith files from Chris Glover, John Lancaster and Associate Press\n\nCBC's Journalistic Standards and Practices·About CBC News\n\nCorrections and clarifications·Submit a news tip·\n\nFailed crypto exchange FTX will repay billions to customers\n\nTrustee for Ontario Crypto King's bankruptcy wants discharge denied till he pays $4.5M\n\nBitcoin jumps to record high in crypto frenzy after Trump win\n\nWas bitcoin's mysterious creator a Canadian? A new HBO documentary says yes (maybe)\n\nBitcoin hits mainstream American markets with U.S. regulators approving new fund\n\n$14.2M bank theft sparks court battle with B.C. crypto firm", - "chars": 4895, - "sha256": "b02866a164e1d2595745771fa89b3b1c8498f9cc7605ea1f241f528bddc08bd2", + "text": "Toronto crypto company CEO kidnapped, held for $1M ransom before being released | CBC News\n\nThe head of a company specializing in cryptocurrency was kidnapped and held for ransom in downtown Toronto during rush hour Wednesday.\n\nIncident happened in downtown Toronto just before 6 p.m. Wednesday\n\nSarah Petz · CBC News · Posted: Nov 07, 2024 12:31 PM EST | Last Updated: November 8, 2024\n\nThe audio version of this article is generated by AI-based technology. Mispronunciations can occur. We are working with our partners to continually review and improve the results.\n\nToronto crypto company CEO kidnapped, held for $1M ransom before release\n\nThe CEO of a Toronto company specializing in cryptocurrency was kidnapped and held for a $1 million ransom Wednesday, police say. CBC’s Chris Glover has the latest.\n\nPolice were called about a kidnapping in the area of University Avenue and Richmond Street W. just before 6 p.m., says a spokesperson with the Toronto Police Service.\n\nThe suspects forced the victim into a vehicle and made a demand for money, the spokesperson said.\n\nThe man was later located in Centennial Park in Etobicoke uninjured.\n\nCBC Toronto has learned the victim is Dean Skurka, the president and CEO of Toronto-based financial firm WonderFi. He was released after a ransom of $1 million was paid electronically, a source close to the investigation said.\n\nSkurka told CBC Toronto via email on Thursday that he had been involved in an \"incident\" Wednesday but is safe.\n\n\"The safety and security of all of WonderFi's employees are paramount,\" Skurka said in the email. \"Client funds and data remain safe, and were not impacted by this incident.\"\n\nPolice say the investigation is ongoing and have not released any further details.\n\nCryptocurrency ripe target for theft: expert\n\nJameson Lopp, the co-founder and chief security officer of Casa, a security firm focused on protecting cryptocurrency users, has been keeping track of physical thefts designed to steal cryptocurrency for around a decade.\n\nHe says Skurka's abduction is the 171st instance of suspects using physical violence to steal bitcoins, that he's aware of.\n\nThe rates of these kind of incidents tends to correlate with the exchange rate of bitcoin, he said.\n\n\"As the price goes up, more awareness of the space permeates throughout society and as a result, more criminally minded people decide they want to try to figure out what the ROI of executing a physical attack against a known crypto holder is.\"\n\nThe price of bitcoin hit a new high Wednesday, climbing above $75,000 US and smashing its previous record set in March.\n\nThe nature of cryptocurrency can make physical thefts and/or extortion of users more appealing to criminals versus other types of theft like robbing a bank, Lopp said.\n\nOntario's self-proclaimed Crypto King kidnapped, beaten for ransom, bankruptcy documents claim\n\nInvestor who lost $740K to Ontario's Crypto King among 5 men charged with kidnapping him\n\n\"They [cryptocurrencies] are incredibly easy to transport, incredibly easy to take possession of from someone in comparison to a bank or an armoured truck,\" he said.\n\n\"The average crypto person, even early adopters who may be multi-millionaires, tend not to have really great physical security, and often they don't have great operational security or privacy.\"\n\nThe victims in the majority of these crimes are average citizens, he said.\n\n\"This particular incident is not something that many people have to worry about unless they're a high profile figure,\" Lopp said.\n\n\"But you know, what I see in the space, is even a lot of high profile figures, I would say, do not have the level of security and privacy that they should to be commensurate with their risk profile.\"\n\nThe alleged kidnapping happened the same day WonderFi released its third quarter earnings results, showing a 153 per cent increase compared to its third quarter in 2023.\n\nSarah Petz is a Toronto-based senior writer with the CBC News live pages team. Born and raised in Manitoba, her career has taken her across three provinces, multiple cities and to northern Uganda.", + "chars": 4099, + "sha256": "8eb2521c28aa0f8c14c6bbf48e2ff90f37bcf1366acad2bfada8286053bd37e6", "staged_file": "01_cbc-ca.txt", - "paragraphs_kept": "ALL 41 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 3-31 of 41", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:49:54+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-31 plus headline [0]; dropped 2 leading and 9 trailing paragraphs. Case-term hits on page: 25.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "190": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.chicagotribune.com/2025/02/11/chicago-kidnapping-cryptocurrency/", "source": "chicagotribune.com", "language": "unknown", - "text": "6 men accused of kidnapping family from Chicago townhouse\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n \n\n \n\n\n Skip to content\n\nBy Rebecca Johnson | rjohnson@chicagotribune.com | Chicago Tribune\n\nPUBLISHED: February 11, 2025 at 5:39 PM CST | UPDATED: February 12, 2025 at 11:59 AM CST\n\nGetting your Trinity Audio player ready...\n\nSix men are accused of kidnapping three family members and a nanny from a Chicago townhouse in October and forcing a transfer of about $15 million in cryptocurrency assets before releasing them five days later near a dry cleaners, according to recently unsealed court records.\n\nThe five-day kidnapping is detailed in a 44-page FBI affidavit unsealed last week. Agents collected evidence — including receipts, unused zip ties and surveillance footage — from rental cars, cryptocurrency wallets, a suburban Airbnb and various fast-food restaurants and retail stores, court records show.\n\nOne of the alleged kidnappers, 34-year-old Zehuan Wei, was arrested Jan. 17 while trying to enter the United States from Mexico at a California border crossing. He made an initial court appearance in California.\n\nFive other men are charged with kidnapping in the case: Fan Zhang, Huajing Yan, Shengnan Jiang, Shiqiang Lian and Ye Cao. Some of them are believed to have taken flights from Mexico to China last month after Wei’s arrest, according to an FBI search warrant affidavit.\n\nThe court records do not say where the suspects are from but indicated that some held U.S. drivers licenses. At least Zhang and Wei also had Chinese passports, documents show.\n\nAuthorities were first notified of the kidnapping after a father, referred to as “Individual A” in the affidavit, got a call from his son on WeChat, a Chinese messaging app, around 1 p.m. Oct. 27 alerting him that the group had been kidnapped. The victims also aren’t named in the court records and are referred to as “Victims A-D.”\n\nThe man’s son, who had moved into a Chicago townhouse a couple weeks prior, told him he was kidnapped with two of his family members and a nanny and that the kidnappers demanded a ransom payment or they’d be killed, the affidavit says. The kidnappers demanded the father send Bitcoin or Ethereum, popular cryptocurrencies, according to the affidavit.\n\nA man wearing a hat and glasses had knocked on the family’s door in Chicago, claiming to have accidentally damaged their garage door, the victims later told the FBI after they were released. When the door opened, multiple unknown men with guns grabbed the family members and nanny, the affidavit says. The son told authorities he was grabbed after getting out of the shower.\n\nThe kidnappers immediately asked the son to conduct cryptocurrency transactions, and he said they drove him around multiple times to make additional transactions, the affidavit says. They later made independent transactions after gaining access to his accounts, totaling about $15 million in cryptocurrency assets, according to the affidavit.\n\nThe kidnappers put the victims into a white Ford van and drove them for about an hour to an Airbnb in what the FBI later learned was in Forest Park, the affidavit says. After one night, the victims were taken to a different house and were eventually released on the afternoon of Nov. 1. They walked to a nearby dry cleaners, called an Uber and went to Northwestern Memorial Hospital, the affidavit says.\n\nThe son said he was hit on the head with a gun — which he later said may have been fake — but that otherwise they were treated fine, the affidavit said. The victims remembered eating McDonald’s, Culver’s, Subway and PF Chang’s. One of the victims also recalled that the suspects spoke both Mandarin and Spanish.\n\nThe FBI reviewed surveillance footage from the Forest Park Airbnb, which showed the alleged kidnappers arriving in a white van and talking on a cell phone. The FBI believed, based on that footage, that there were at least six offenders, the affidavit says.\n\nThey compared the footage to Cao’s picture taken by U.S. Customs and Border Protection, Jiang’s Illinois driver’s license picture and California driver’s license pictures for Zhang, Yan, Lian and Wei.\n\nAgents found a water bottle, baby wipes and unused white zip ties inside of the white Ford van, which they tracked down to a Chicago auto leasing company. They also found DNA swabs, receipts, clothing, medical masks, cigarettes, an AirPod case and latent prints inside a white Chrysler Pacifica that Wei rented Oct. 29 in Hoffman Estates.\n\nThey also spotted some of the kidnappers in surveillance footage at a McDonald’s in far northwest suburban Hampshire, a Culver’s in Berwyn, a BP gas station in Oak Park and Target stores in Streamwood and Schaumburg during the kidnapping time frame, the affidavit says. The son and a family member were able to identify some of the kidnappers in a photo array, according to the affidavit.\n\nBy analyzing travel records, authorities learned that Wei and Zhang flew from O’Hare International Airport to Las Vegas on Nov. 1. Lian, Cao, Yan and Jiang were believed to have left Chicago for Los Angeles the same day, the affidavit says.\n\nThe six men were charged Dec. 13 with kidnapping.\n\nCustoms and Border Protection arrested Wei on Jan. 17 while he tried to enter the United States from Mexico at the Otay Mesa, California, border crossing, according to an FBI search warrant affidavit. The affidavit was filed Jan. 24 in support of a search warrant for two cellphones Wei carried with him. He also had a California driver’s license, a Chinese passport and $661 in cash.\n\nThe FBI later learned that Jiang and Yan had boarded the same flight departing Tijuana, Mexico, for Beijing, at about 8:30 a.m. Jan. 19. Lian boarded a flight from Tijuana to Beijing the next morning, the affidavit says.\n\nAbout $9 million of the cryptocurrency remains unaccounted for, according to the affidavit.\n\nAn earlier version of this story misstated the name of the U.S. Customs and Border Protection.\n\nEmail a link to a friend (Opens in new window)\n Email", - "chars": 6089, - "sha256": "05a33eecacdbd4dd3f5034f9c91304c9576b4384854459603d20d96fcc0af27f", + "text": "6 men accused of kidnapping family from Chicago townhouse\n\nGetting your Trinity Audio player ready...\n\nSix men are accused of kidnapping three family members and a nanny from a Chicago townhouse in October and forcing a transfer of about $15 million in cryptocurrency assets before releasing them five days later near a dry cleaners, according to recently unsealed court records.\n\nThe five-day kidnapping is detailed in a 44-page FBI affidavit unsealed last week. Agents collected evidence — including receipts, unused zip ties and surveillance footage — from rental cars, cryptocurrency wallets, a suburban Airbnb and various fast-food restaurants and retail stores, court records show.\n\nOne of the alleged kidnappers, 34-year-old Zehuan Wei, was arrested Jan. 17 while trying to enter the United States from Mexico at a California border crossing. He made an initial court appearance in California.\n\nFive other men are charged with kidnapping in the case: Fan Zhang, Huajing Yan, Shengnan Jiang, Shiqiang Lian and Ye Cao. Some of them are believed to have taken flights from Mexico to China last month after Wei’s arrest, according to an FBI search warrant affidavit.\n\nThe court records do not say where the suspects are from but indicated that some held U.S. drivers licenses. At least Zhang and Wei also had Chinese passports, documents show.\n\nAuthorities were first notified of the kidnapping after a father, referred to as “Individual A” in the affidavit, got a call from his son on WeChat, a Chinese messaging app, around 1 p.m. Oct. 27 alerting him that the group had been kidnapped. The victims also aren’t named in the court records and are referred to as “Victims A-D.”\n\nThe man’s son, who had moved into a Chicago townhouse a couple weeks prior, told him he was kidnapped with two of his family members and a nanny and that the kidnappers demanded a ransom payment or they’d be killed, the affidavit says. The kidnappers demanded the father send Bitcoin or Ethereum, popular cryptocurrencies, according to the affidavit.\n\nA man wearing a hat and glasses had knocked on the family’s door in Chicago, claiming to have accidentally damaged their garage door, the victims later told the FBI after they were released. When the door opened, multiple unknown men with guns grabbed the family members and nanny, the affidavit says. The son told authorities he was grabbed after getting out of the shower.\n\nThe kidnappers immediately asked the son to conduct cryptocurrency transactions, and he said they drove him around multiple times to make additional transactions, the affidavit says. They later made independent transactions after gaining access to his accounts, totaling about $15 million in cryptocurrency assets, according to the affidavit.\n\nThe kidnappers put the victims into a white Ford van and drove them for about an hour to an Airbnb in what the FBI later learned was in Forest Park, the affidavit says. After one night, the victims were taken to a different house and were eventually released on the afternoon of Nov. 1. They walked to a nearby dry cleaners, called an Uber and went to Northwestern Memorial Hospital, the affidavit says.\n\nThe son said he was hit on the head with a gun — which he later said may have been fake — but that otherwise they were treated fine, the affidavit said. The victims remembered eating McDonald’s, Culver’s, Subway and PF Chang’s. One of the victims also recalled that the suspects spoke both Mandarin and Spanish.\n\nThe FBI reviewed surveillance footage from the Forest Park Airbnb, which showed the alleged kidnappers arriving in a white van and talking on a cell phone. The FBI believed, based on that footage, that there were at least six offenders, the affidavit says.\n\nThey compared the footage to Cao’s picture taken by U.S. Customs and Border Protection, Jiang’s Illinois driver’s license picture and California driver’s license pictures for Zhang, Yan, Lian and Wei.\n\nAgents found a water bottle, baby wipes and unused white zip ties inside of the white Ford van, which they tracked down to a Chicago auto leasing company. They also found DNA swabs, receipts, clothing, medical masks, cigarettes, an AirPod case and latent prints inside a white Chrysler Pacifica that Wei rented Oct. 29 in Hoffman Estates.\n\nThey also spotted some of the kidnappers in surveillance footage at a McDonald’s in far northwest suburban Hampshire, a Culver’s in Berwyn, a BP gas station in Oak Park and Target stores in Streamwood and Schaumburg during the kidnapping time frame, the affidavit says. The son and a family member were able to identify some of the kidnappers in a photo array, according to the affidavit.\n\nBy analyzing travel records, authorities learned that Wei and Zhang flew from O’Hare International Airport to Las Vegas on Nov. 1. Lian, Cao, Yan and Jiang were believed to have left Chicago for Los Angeles the same day, the affidavit says.\n\nThe six men were charged Dec. 13 with kidnapping.\n\nCustoms and Border Protection arrested Wei on Jan. 17 while he tried to enter the United States from Mexico at the Otay Mesa, California, border crossing, according to an FBI search warrant affidavit. The affidavit was filed Jan. 24 in support of a search warrant for two cellphones Wei carried with him. He also had a California driver’s license, a Chinese passport and $661 in cash.\n\nThe FBI later learned that Jiang and Yan had boarded the same flight departing Tijuana, Mexico, for Beijing, at about 8:30 a.m. Jan. 19. Lian boarded a flight from Tijuana to Beijing the next morning, the affidavit says.\n\nAbout $9 million of the cryptocurrency remains unaccounted for, according to the affidavit.\n\nAn earlier version of this story misstated the name of the U.S. Customs and Border Protection.", + "chars": 5750, + "sha256": "3ace96a0859cd987f0bea3532c9c935a3103a5b071fb512ea661b4355c1b8702", "staged_file": "01_chicagotribune-com.txt", - "paragraphs_kept": "ALL 75 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 52-73 of 75", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:49:57+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 52-73 plus headline [0]; dropped 51 leading and 1 trailing paragraphs. Case-term hits on page: 16.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "189": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://mothership.sg/2024/09/police-arrest-cryptocurrency-hougang/", "source": "mothership.sg", "language": "unknown", - "text": "S$32,000 'cryptocurrency deal': S'pore police arrest 3 men, aged 20-29, for attempted robbery with hurt in Hougang - Mothership.SG - News from Singapore, Asia and around the world\n\nS$32,000 'cryptocurrency deal': S'pore police arrest 3 men, aged 20-29, for attempted robbery with hurt in Hougang\n\nTwo of the men, aged 20 and 21, were previously arrested.\n\nThe Singapore police have arrested three men, aged between 20 and 29, for their suspected involvement in a case of attempted robbery with hurt.\n\nThe police said in a Sep. 5 release that they were alerted to a case of robbery with hurt along Hougang Street 51 on Aug. 29 at about 7:55pm.\n\nA 19-year-old male teenager was allegedly assaulted by an unknown man.\n\nThe teenager had apparently wanted to buy Tether, a cryptocurrency stablecoin also referred to as USDT. from a seller in an offline trade carried out face-to-face, it was previously reported.\n\nThrough follow-up investigations, and with the aid of surveillance and police cameras, officers from Ang Mo Kio Police Division established the identities of the three men involved and arrested them between Aug. 30 and Sep. 3, 2024.\n\nPreliminary investigations revealed that on Aug. 29, the teenager had received an offer from a 29-year-old man, Benedict Yee Hong Fai, on Telegram to meet up, reported The Straits Times.\n\nThis is so the pair could trade cryptocurrencies for cash, amounting to about S$32,000.\n\nInvestigations also revealed that the transaction was purportedly a sham.\n\nYee had allegedly arranged for two other men to assault the teenager with the intention of taking his money when he turned up.\n\nWhile the teenager was waiting, he was confronted by the two men and was assaulted by one of them.\n\nThe teenager managed to leave the location with his money still in his possession before the man could take the money.\n\nYee was charged in court with the offence of robbery with hurt on Sep. 5, according to ST.\n\nIf convicted, he could be jailed for up to 20 years and receive at least 12 strokes of the cane.\n\nThe other two men are assisting with investigations, said the police.\n\nIt was previously reported that two men, aged 20 and 21, were arrested in relation to this incident.\n\nThe victim explained to Mothership that he chose to trade cryptocurrency offline as it was cheaper saying: \"It's not reasonable to lose out on the fees and everything with my trading frequency.\"\n\nHe explained that fees came up to 1 to 2 per cent of the total price for each buying or selling trade.\n\nThe deal was for the seller to send USDT to the victim's crypto wallet in the exchange that he is using once he handed over the cash in person.\n\nThe victim apparently managed to shake off the three men by running towards Hougang Green Shopping Mall and then back home.\n\nPresident Tharman pays tribute to Lee Wei Ling\n\nTipo at Jalan Besar giving out 100 free bowls of pasta on Oct. 10, 2024\n\nPunggol Coast MRT station on North East Line to open on Dec. 10, 2024\n\nTurkish Airlines captain, 59, dies during US-Turkey flight, plane makes emergency landing in New York\n\nS'pore man, 30, diagnosed with 1-in-a-million liver disease after abdomen swelled substantially in 2 weeks\n\nMassive poster in Tai Seng offering S$1,000 reward for finding missing cat\n\nPeople's Park Food Centre dissuades diners from eating there if food not bought from hawkers as business down 10%\n\nActor Ryan Lian says he's taking meds & recovering after 'lock-breaking' incident in Telok Blangah\n\n3 men in S'pore get jail for scamming woman of S$4,000 with fake gold ingots\n\nWater pipe leak at Haig Road disrupts water supply to some households for 4 hours\n\nLee Hsien Yang says he’s not returning to S’pore for Lee Wei Ling's wake & funeral\n\nS'pore Sports Hub challenges Jay Chou to tennis, says they'll have him as VVVVVIP guest if they lose\n\nUncategorized\n\n October 09, 2024, 09:02 PM\n\nValencia fan protests against club owner Peter Lim outside S'pore condo assisting with investigations\n\nWoman in S'pore allegedly steals S$8 of drinks from juice shop in Great World while paying S$69 for 14 other items", - "chars": 4078, - "sha256": "60b783ed69d89dc67bd69fc01045b1c5754c2fe8c4f6711429bae26f38557008", + "text": "S$32,000 'cryptocurrency deal': S'pore police arrest 3 men, aged 20-29, for attempted robbery with hurt in Hougang - Mothership.SG - News from Singapore, Asia and around the world\n\nS$32,000 'cryptocurrency deal': S'pore police arrest 3 men, aged 20-29, for attempted robbery with hurt in Hougang\n\nTwo of the men, aged 20 and 21, were previously arrested.\n\nThe Singapore police have arrested three men, aged between 20 and 29, for their suspected involvement in a case of attempted robbery with hurt.\n\nThe police said in a Sep. 5 release that they were alerted to a case of robbery with hurt along Hougang Street 51 on Aug. 29 at about 7:55pm.\n\nA 19-year-old male teenager was allegedly assaulted by an unknown man.\n\nThe teenager had apparently wanted to buy Tether, a cryptocurrency stablecoin also referred to as USDT. from a seller in an offline trade carried out face-to-face, it was previously reported.\n\nThrough follow-up investigations, and with the aid of surveillance and police cameras, officers from Ang Mo Kio Police Division established the identities of the three men involved and arrested them between Aug. 30 and Sep. 3, 2024.\n\nPreliminary investigations revealed that on Aug. 29, the teenager had received an offer from a 29-year-old man, Benedict Yee Hong Fai, on Telegram to meet up, reported The Straits Times.\n\nThis is so the pair could trade cryptocurrencies for cash, amounting to about S$32,000.\n\nInvestigations also revealed that the transaction was purportedly a sham.\n\nYee had allegedly arranged for two other men to assault the teenager with the intention of taking his money when he turned up.\n\nWhile the teenager was waiting, he was confronted by the two men and was assaulted by one of them.\n\nThe teenager managed to leave the location with his money still in his possession before the man could take the money.\n\nYee was charged in court with the offence of robbery with hurt on Sep. 5, according to ST.\n\nIf convicted, he could be jailed for up to 20 years and receive at least 12 strokes of the cane.\n\nThe other two men are assisting with investigations, said the police.\n\nIt was previously reported that two men, aged 20 and 21, were arrested in relation to this incident.\n\nThe victim explained to Mothership that he chose to trade cryptocurrency offline as it was cheaper saying: \"It's not reasonable to lose out on the fees and everything with my trading frequency.\"\n\nHe explained that fees came up to 1 to 2 per cent of the total price for each buying or selling trade.\n\nThe deal was for the seller to send USDT to the victim's crypto wallet in the exchange that he is using once he handed over the cash in person.\n\nThe victim apparently managed to shake off the three men by running towards Hougang Green Shopping Mall and then back home.", + "chars": 2774, + "sha256": "d559c797c4c09b24dec550c095cedbb9a886c3a65f951d4fe56b3893226bb6cc", "staged_file": "01_mothership-sg.txt", - "paragraphs_kept": "ALL 38 paragraphs, untrimmed", + "paragraphs_kept": "0-21 of 38", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:50:00+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 0-21; dropped 0 leading and 16 trailing paragraphs. Case-term hits on page: 11.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "188": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://krebsonsecurity.com/2024/10/lamborghini-carjackers-lured-by-243m-cyberheist/", "source": "krebsonsecurity.com", "language": "unknown", - "text": "Lamborghini Carjackers Lured by $243M Cyberheist – Krebs on Security\n\nThe parents of a 19-year-old Connecticut honors student accused of taking part in a $243 million cryptocurrency heist in August were carjacked a week later — while out house-hunting in a brand new Lamborghini. Prosecutors say the couple was beaten and briefly kidnapped by six young men who traveled from Florida as part of a botched plan to hold the parents for ransom.\n\nImage: ABC7NY. youtube.com/watch?v=xoiaGzwrunY\n\nLate in the afternoon of Aug. 25, 2024 in Danbury, Ct., a married couple in their 50s pulled up to a gated community in a new Lamborghini Urus (investigators say the sports car still had temporary tags) when they were intentionally rear-ended by a Honda Civic.\n\nA witness told police they saw three men exit a van that was following the Honda, and said the men began assaulting the couple and forcing them into the van. Local police officers spotted the van speeding from the scene and pursued it, only to find the vehicle crashed and abandoned a short distance away.\n\nInside the disabled van the police found the couple with their hands and feet bound in duct tape, the man visibly bruised after being assaulted with a baseball bat. Danbury police soon reported arresting six suspects in the kidnapping, all men aged 18-26 from Florida. They also recovered the abandoned Lamborghini from a wooded area.\n\nA criminal complaint (PDF) filed on Sept. 24 against the six men does not name the victims, referring to them only as a married couple from Danbury with the initials R.C. and S.C. But prosecutors in Connecticut said they were targeted “because the co-conspirators believed the victims’ son had access to significant amounts of digital currency.”\n\nWhat made the Miami men so convinced R.C. and S.C.’s son was loaded with cryptocurrency? Approximately one week earlier, on Aug. 19, a group of cybercriminals that allegedly included the couple’s son executed a sophisticated phone-based social engineering attack in which they stole $243 million worth of cryptocurrency from a victim in Washington, D.C.\n\nThat’s according to ZachXBT, a frequently cited crypto crime investigator who published a lengthy thread that broke down how the theft was carried out and ultimately exposed by the perpetrators themselves.\n\nZachXBT’s post included a screen recording of a Discord chat session made by one of the participants to the $243 million robbery, noting that two of the people involved managed to leak the username of the Microsoft Windows PCs they were using to participate in the chat.\n\nOne of the usernames leaked during the chat was Veer Chetal. According to ZachXBT, that name corresponds to a 19-year-old from Danbury who allegedly goes by the nickname “Wiz,” although in the leaked video footage he allegedly used the handle “Swag.” Swag was reportedly involved in executing the early stages of the crypto heist — gaining access to the victim’s Gmail and iCloud accounts.\n\nA still shot from a video screenshare in which one of the participants on the Discord voice chat used the Windows username Veer Chetal. Image: x.com/zachxbt\n\nThe same day ZachXBT published his findings, a criminal indictment was issued in Washington D.C. charging two of the men he named as involved in the heist. Prosecutors allege Malone “Greavys” Lam, 20, of Miami and Los Angeles, and Jeandiel “Box” Serrano, 21, of Los Angeles conspired to steal and launder over $230 million in cryptocurrency from a victim in Washington, D.C. The indictment alleges Lam and Serrano were helped by other unnamed co-conspirators.\n\n“Lam and Serrano then allegedly spent the laundered cryptocurrency proceeds on international travel, nightclubs, luxury automobiles, watches, jewelry, designer handbags, and rental homes in Los Angeles and Miami,” reads a press release from the U.S. Department of Justice.\n\nBy tracing the flow of funds stolen in the heist, ZachXBT concluded that Wiz received a large percentage from the theft, noting that “additional comfort [in naming him as involved] was gained as throughout multiple recordings accomplices refer to him as ‘Veer’ on audio and in chats.”\n\n“A cluster of [cryptocurrency] addresses tied to both Box/Wiz received $41M+ from two exchanges over the past few weeks primarily flowing to luxury goods brokers to purchase cars, watches, jewelry, and designer clothes,” ZachXBT wrote.\n\nKrebsOnSecurity sought comment from Veer Chetal, and from his parents — Radhika Chetal and Suchil Chetal. This story will be updated in the event that anyone representing the Chetal family responds. Veer Chetal has not been publicly charged with any crime.\n\nAccording to a news brief published by a private Catholic high school in Danbury that Veer Chetal attended, in 2022 he successfully completed Harvard’s Future Lawyers Program, a “unique pre-professional program where students, guided by qualified Harvard undergraduate instructors, learn how to read and build a case, how to write position papers, and how to navigate a path to law school.” A November 2022 story at patch.com quoted Veer Chetal (class of 2024) crediting the Harvard program with his decision to pursue a career in law.\n\nIt remains unclear which Chetal family member acquired the 2023 Lamborghini Urus, which has a starting price of around $233,000. Sushil Chetal’s LinkedIn profile says he is a vice president at the investment bank Morgan Stanley.\n\nIt is clear that other alleged co-conspirators to the $243 million heist displayed a conspicuous consumption of wealth following the date of the heist. ZachXBT’s post chronicled Malone’s flashy lifestyle, in which he allegedly used the stolen money to purchase more than 10 vehicles, rent palatial properties, travel with friends on chartered jets, and spend between $250,000 and $500,000 a night at clubs in Los Angeles and Miami.\n\nIn the photo on the bottom right, Greavys/Lam is the individual on the left wearing shades. They are pictured leaving a luxury goods store. Image: x.com/zachxbt\n\nWSVN-TV in Miami covered an FBI raid of a large rented waterfront home around the time Malone and Serrano were arrested. The news station interviewed a neighbor of the home’s occupants, who reported a recent large party at the residence wherein the street was lined with high-end luxury vehicles — all of them with temporary paper tags.\n\nZachXBT unearthed a video showing a person identified as Wiz at a Miami nightclub earlier this year, wherein they could be seen dancing to the crowd’s chants while holding an illuminated sign with the message, “I win it all.”\n\nIt appears that all of the suspects in the cyber heist (and at least some of the alleged carjackers) are members of The Com, an archipelago of crime-focused chat communities which collectively functions as a kind of distributed cybercriminal social network that facilitates instant collaboration.\n\nAs documented in last month’s deep dive on top Com members, The Com is also a place where cybercriminals go to boast about their exploits and standing within the community, or to knock others down a peg or two. Prominent Com members are endlessly sniping over who pulled off the most impressive heists, or who has accumulated the biggest pile of stolen virtual currencies.\n\nAnd as often as they extort and rob victims for financial gain, members of The Com are trying to wrest stolen money from their cybercriminal rivals — often in ways that spill over into physical violence in the real world.\n\nOne of the six Miami-area men arrested in the carjacking and extortion plot gone awry — Reynaldo “Rey” Diaz — was shot twice while parked in his bright yellow Corvette in Miami’s design district in 2022. In an interview with a local NBC television station, Diaz said he was probably targeted for the jewelry he was wearing, which he described as “pretty expensive.”\n\nKrebsOnSecurity has learned Diaz also went by the alias “Pantic” on Telegram chat channels dedicated to stealing cryptocurrencies. Pantic was known for participating in several much smaller cyber heists in the past, and spending most of his cut on designer clothes and jewelry.\n\nThe Corvette that Diaz was sitting in when he was shot in 2022. Image: NBC 6, South Florida.\n\nEarlier this year, Diaz was “doxed,” or publicly outed as Pantic, with his personal and family information posted on a harassment and extortion channel frequented by members of The Com. The reason cited for Pantic’s doxing was widely corroborated by multiple Com members: Pantic had inexplicably robbed two close friends at gunpoint, one of whom recently died of a drug overdose.\n\nGovernment prosecutors say the brazen daylight carjacking was paid for and organized by 23-year-old Miami resident Angel “Chi Chi” Borrero. In 2022, Borrero was arrested in Miami for aggravated assault with a deadly weapon.\n\nThe six Miami men face charges including first-degree assault, kidnapping and reckless endangerment, and five of them are being held on a $1 million bond. One suspect is also charged with reckless driving, engaging police in pursuit and evading responsibility; his bond was set at $2 million. Lam and Serrano are each charged with conspiracy to commit wire fraud and conspiracy to launder money.\n\nCybercriminals hail from all walks of life and income levels, but some of the more accomplished cryptocurrency thieves also tend to be among the more privileged, and from relatively well-off families. In other words, these individuals aren’t stealing to put food on the table: They’re doing it so they can amass all the trappings of instant wealth, and so they can boast about their crimes to others on The Com.\n\nThere is also a penchant among this crowd to call attention to their activities in conspicuous ways that hasten their arrest and criminal charging. In many ways, the story arc of the young men allegedly involved in the $243 million heist tracks closely to that of Joel Ortiz, a valedictorian who was sentenced in 2019 to 10 years in prison for stealing more than $5 million in cryptocurrencies.\n\nOrtiz famously posted videos of himself and co-conspirators chartering flights and partying it up at LA nightclubs, with scantily clad women waving giant placards bearing their “OG” usernames — highly-prized, single-letter social media accounts that they’d stolen or purchased stolen from others.\n\nOrtiz earned the distinction of being the first person convicted of SIM-swapping, a crime that involves using mobile phone company insiders or compromised employee accounts to transfer a target’s phone number to a mobile device controlled by the attackers. From there, the attacker can intercept any password reset links, and any one-time passcodes sent via SMS or automated voice calls.\n\nBut as the mobile carriers seek to make their networks less hospitable to SIM-swappers, and as more financial platforms seek to harden user account security, today’s crypto thieves are finding they don’t need SIM-swaps to steal obscene amounts of cryptocurrency. Not when tricking people over the phone remains such an effective approach.\n\nAccording to ZachXBT, the crooks responsible for the $243 million theft initially compromised the target’s personal accounts after calling them as Google Support and using a spoofed number. The attackers also spoofed a call from account support representatives at the cryptocurrency exchange Gemini, claiming the target’s account had been hacked.\n\nFrom there the target was social engineered over the phone into resetting multi-factor authentication and sending Gemini funds to a compromised wallet. ZachXBT says the attackers also convinced the victim to use AnyDesk to share their screen, and in doing so the victim leaked their private keys.\n\n36 thoughts on “Lamborghini Carjackers Lured by $243M Cyberheist”\n\nMy crypto presence is nonexistent and will remain so. LOL\n\nIt’s a financial system based on “the greater fool theory” 🙂\n\nBrian I don’t know how you keep all these characters straight enough to write a coherent report\n\nHe probably has a pegboard, with strings and pictures.\n\nI totally use mind maps for all these investigations. I’ve published a lot of them.\n\nhttps://x.com/zachxbt/status/1836752923830702392/photo/2\n\nKrebs, I’m having trouble following your recent articles. Your writing quality seems to have gone down quite a bit in the past few weeks. It’s very disappointing to say the least.\n\nYou should try writing some. It’s hard work, and it’s not all AI prompts. Medium is a great place to start your writing career, where you can grow as a budding author to great critique. Maybe you can even share some of your work here. Hopefully it won’t be, um, disappointing, LOL.\n\nI gotta disagree, recently the articles feel like a disturbing action movie to me. He’s always showing me a different part of the cybercrime world and I love it. Keep doing you, Brian. Legend in my eyes.\n\nhuh… couldn’t disagree more. keep ’em coming, brian…\n\nI disagree, they have changed a bit, but now read like a good cyber crime podcast. More storytelling in how the facts are laid out. I appreciate it, and definitely keep it up!\n\nAny specifics to share, or just a general sentiment happy hour? Which articles, what specifically is “bad”?\n\nThanks for your opinion Mr Chetal.\n\nAn amazing tale of how to be technically brilliant and amazingly stupid at the same time. Apparently the cybercriminals were all too young to remember the catchphrase from All the President’s Men -“Follow the money.”\n\nYes, this is odd. Discord calls, seriously? Not matrix, not Briar, not even signal ffs, Discord? And flashing money like that? If you do something like this you lay low and silent and relocate, period.\n\nThat is my take on this also. It’s the obscene conspicuous consumption that doxes them in the first place. And the bragging… Everybody has to prove the have the longest schl**ng, LOL.\n\nI am kind of appalled at the shallowness of the “lifestyle” these individuals are trying to pull off / show off. I mean, is it so hard to think even a few inches beyond your immediate line of sight?\n\nBut then again, as Brian points out in the article, it seems to be exactly this shallowness that allows law enforcement agencies to locate and identify these people relatively easily, so there’s apparently a good side to what otherwise looks like cultural decline…\n\nDad works at Morgan Stanley, pretty sure going to be worked….. And totally unhireable at any other bank either, or any place where they handle cash or do brokering or investing, or handle cards at all, because of the association with the son, because the name is unique, and the word will spread rapidly.\n\nBut again, stole large, lived large, and then wonder how they were found out, and why their fellow crooks were so terrible as to steal from them.\n\nIt seems opsec is a dying art.\n\nWho has millions in crypto and yet is simple enough to be tricked into using AnyDesk?\n\nDumbest criminals vs dumbest victims.\n\nSometimes it do be like that, the less you think the better…. Goes both ways, oh well.\n\n>They also recovered the abandoned Lamborghini from a wooded area.\n\nIt’s not about the money, it’s about sending a message!\n\nHonestly, rich spoiled kids doing this is a bit unexpected to say the least. I assumed everyone who was into this stuff was living paycheque to paycheque with a bad upbringing. If or when Mr. Veer gets busted, I’m sure he’ll have top lawyers with daddy’s banker money and be out sooner than it took for the feds to bust him in the first place, with the added bonus that he’s PROBABLY already a informant considering the video is recorded from his POV.\n\nBTW, your SEO is amazing, already this article is showing up as the third result for looking up his dad’s name. Not a good look.\n\nPeople living paycheck to paycheck do this and spend the money on necessities. Food, shelter and future for kids. Rich people do this to fit in. They are surrounded by “success” and feel they have to prove themselves. They fail though because they don’t know long hard work, only short silver spoons.\n\nPerps have no empathy, and or like to make others suffer. They don’t need the money, they just want to hurt others. Which is why they are bad people to begin with. Doesn’t matter if they are poor or wealthy, they are just bad people.\n\nExcellent reporting Brian.\n\nHow can the parents not be involved in this mess: house hunting\n\nin a brand new Lamborghini for Christ sakes. No doubt the victim\n\nof the $243M heist was a client of Morgan Stanley.\n\n“Veer Chetal has not been publicly charged with any crime.”\n\nIs the saddest take away from this for me. This lil skid should be locked up ASAP and given a decade or two in jail.\n\nI assume its coming soon though as the feds obviously have enough evidence to raid and arrest him.\n\nHoping its this year.\n\nwow. not coo.\n\nthis isn’t bout “Cyber”.\n\nhot mess.\n\nI would have went Ferrari.\n\nVery interesting and entertaining article. These knuckleheads wanted to be caught. It’s interesting to see how a den of thieves turned on each other.\n\nGiven that the Chetal family just had purchased a brand new Jeep Wrangler in 2022 I think it’s unlikely they upgraded to a Urus about 2 years later.\n\nhttps://www.facebook.com/PambyMotors/posts/5458213310873697/\n\nThat’d be the smartest thing done by anyone named in this story. Those Jeeps are a steaming POS.\n\nOsprec appears to be a skill that is rapidly becoming obsolete.\n\n1. If a criminal steals from another criminal, should that really be criminal?\n\n2. So THAT’S why inflation has been so rampant!\n\nBefore you flame – I’m JOKING.\n\nComments are closed.", - "chars": 17533, - "sha256": "14553b51d6db06631dfae721bc4b795a7d9010c1f0d3510324d03eaca13a7490", + "text": "Lamborghini Carjackers Lured by $243M Cyberheist – Krebs on Security\n\nThe parents of a 19-year-old Connecticut honors student accused of taking part in a $243 million cryptocurrency heist in August were carjacked a week later — while out house-hunting in a brand new Lamborghini. Prosecutors say the couple was beaten and briefly kidnapped by six young men who traveled from Florida as part of a botched plan to hold the parents for ransom.\n\nLate in the afternoon of Aug. 25, 2024 in Danbury, Ct., a married couple in their 50s pulled up to a gated community in a new Lamborghini Urus (investigators say the sports car still had temporary tags) when they were intentionally rear-ended by a Honda Civic.\n\nA witness told police they saw three men exit a van that was following the Honda, and said the men began assaulting the couple and forcing them into the van. Local police officers spotted the van speeding from the scene and pursued it, only to find the vehicle crashed and abandoned a short distance away.\n\nInside the disabled van the police found the couple with their hands and feet bound in duct tape, the man visibly bruised after being assaulted with a baseball bat. Danbury police soon reported arresting six suspects in the kidnapping, all men aged 18-26 from Florida. They also recovered the abandoned Lamborghini from a wooded area.\n\nA criminal complaint (PDF) filed on Sept. 24 against the six men does not name the victims, referring to them only as a married couple from Danbury with the initials R.C. and S.C. But prosecutors in Connecticut said they were targeted “because the co-conspirators believed the victims’ son had access to significant amounts of digital currency.”\n\nWhat made the Miami men so convinced R.C. and S.C.’s son was loaded with cryptocurrency? Approximately one week earlier, on Aug. 19, a group of cybercriminals that allegedly included the couple’s son executed a sophisticated phone-based social engineering attack in which they stole $243 million worth of cryptocurrency from a victim in Washington, D.C.\n\nThat’s according to ZachXBT, a frequently cited crypto crime investigator who published a lengthy thread that broke down how the theft was carried out and ultimately exposed by the perpetrators themselves.\n\nZachXBT’s post included a screen recording of a Discord chat session made by one of the participants to the $243 million robbery, noting that two of the people involved managed to leak the username of the Microsoft Windows PCs they were using to participate in the chat.\n\nOne of the usernames leaked during the chat was Veer Chetal. According to ZachXBT, that name corresponds to a 19-year-old from Danbury who allegedly goes by the nickname “Wiz,” although in the leaked video footage he allegedly used the handle “Swag.” Swag was reportedly involved in executing the early stages of the crypto heist — gaining access to the victim’s Gmail and iCloud accounts.\n\nA still shot from a video screenshare in which one of the participants on the Discord voice chat used the Windows username Veer Chetal. Image: x.com/zachxbt\n\nThe same day ZachXBT published his findings, a criminal indictment was issued in Washington D.C. charging two of the men he named as involved in the heist. Prosecutors allege Malone “Greavys” Lam, 20, of Miami and Los Angeles, and Jeandiel “Box” Serrano, 21, of Los Angeles conspired to steal and launder over $230 million in cryptocurrency from a victim in Washington, D.C. The indictment alleges Lam and Serrano were helped by other unnamed co-conspirators.\n\n“Lam and Serrano then allegedly spent the laundered cryptocurrency proceeds on international travel, nightclubs, luxury automobiles, watches, jewelry, designer handbags, and rental homes in Los Angeles and Miami,” reads a press release from the U.S. Department of Justice.\n\nBy tracing the flow of funds stolen in the heist, ZachXBT concluded that Wiz received a large percentage from the theft, noting that “additional comfort [in naming him as involved] was gained as throughout multiple recordings accomplices refer to him as ‘Veer’ on audio and in chats.”\n\n“A cluster of [cryptocurrency] addresses tied to both Box/Wiz received $41M+ from two exchanges over the past few weeks primarily flowing to luxury goods brokers to purchase cars, watches, jewelry, and designer clothes,” ZachXBT wrote.\n\nKrebsOnSecurity sought comment from Veer Chetal, and from his parents — Radhika Chetal and Suchil Chetal. This story will be updated in the event that anyone representing the Chetal family responds. Veer Chetal has not been publicly charged with any crime.\n\nAccording to a news brief published by a private Catholic high school in Danbury that Veer Chetal attended, in 2022 he successfully completed Harvard’s Future Lawyers Program, a “unique pre-professional program where students, guided by qualified Harvard undergraduate instructors, learn how to read and build a case, how to write position papers, and how to navigate a path to law school.” A November 2022 story at patch.com quoted Veer Chetal (class of 2024) crediting the Harvard program with his decision to pursue a career in law.\n\nIt remains unclear which Chetal family member acquired the 2023 Lamborghini Urus, which has a starting price of around $233,000. Sushil Chetal’s LinkedIn profile says he is a vice president at the investment bank Morgan Stanley.\n\nIt is clear that other alleged co-conspirators to the $243 million heist displayed a conspicuous consumption of wealth following the date of the heist. ZachXBT’s post chronicled Malone’s flashy lifestyle, in which he allegedly used the stolen money to purchase more than 10 vehicles, rent palatial properties, travel with friends on chartered jets, and spend between $250,000 and $500,000 a night at clubs in Los Angeles and Miami.\n\nIn the photo on the bottom right, Greavys/Lam is the individual on the left wearing shades. They are pictured leaving a luxury goods store. Image: x.com/zachxbt\n\nWSVN-TV in Miami covered an FBI raid of a large rented waterfront home around the time Malone and Serrano were arrested. The news station interviewed a neighbor of the home’s occupants, who reported a recent large party at the residence wherein the street was lined with high-end luxury vehicles — all of them with temporary paper tags.\n\nZachXBT unearthed a video showing a person identified as Wiz at a Miami nightclub earlier this year, wherein they could be seen dancing to the crowd’s chants while holding an illuminated sign with the message, “I win it all.”\n\nIt appears that all of the suspects in the cyber heist (and at least some of the alleged carjackers) are members of The Com, an archipelago of crime-focused chat communities which collectively functions as a kind of distributed cybercriminal social network that facilitates instant collaboration.\n\nAs documented in last month’s deep dive on top Com members, The Com is also a place where cybercriminals go to boast about their exploits and standing within the community, or to knock others down a peg or two. Prominent Com members are endlessly sniping over who pulled off the most impressive heists, or who has accumulated the biggest pile of stolen virtual currencies.\n\nAnd as often as they extort and rob victims for financial gain, members of The Com are trying to wrest stolen money from their cybercriminal rivals — often in ways that spill over into physical violence in the real world.\n\nOne of the six Miami-area men arrested in the carjacking and extortion plot gone awry — Reynaldo “Rey” Diaz — was shot twice while parked in his bright yellow Corvette in Miami’s design district in 2022. In an interview with a local NBC television station, Diaz said he was probably targeted for the jewelry he was wearing, which he described as “pretty expensive.”\n\nKrebsOnSecurity has learned Diaz also went by the alias “Pantic” on Telegram chat channels dedicated to stealing cryptocurrencies. Pantic was known for participating in several much smaller cyber heists in the past, and spending most of his cut on designer clothes and jewelry.\n\nThe Corvette that Diaz was sitting in when he was shot in 2022. Image: NBC 6, South Florida.\n\nEarlier this year, Diaz was “doxed,” or publicly outed as Pantic, with his personal and family information posted on a harassment and extortion channel frequented by members of The Com. The reason cited for Pantic’s doxing was widely corroborated by multiple Com members: Pantic had inexplicably robbed two close friends at gunpoint, one of whom recently died of a drug overdose.\n\nGovernment prosecutors say the brazen daylight carjacking was paid for and organized by 23-year-old Miami resident Angel “Chi Chi” Borrero. In 2022, Borrero was arrested in Miami for aggravated assault with a deadly weapon.\n\nThe six Miami men face charges including first-degree assault, kidnapping and reckless endangerment, and five of them are being held on a $1 million bond. One suspect is also charged with reckless driving, engaging police in pursuit and evading responsibility; his bond was set at $2 million. Lam and Serrano are each charged with conspiracy to commit wire fraud and conspiracy to launder money.\n\nCybercriminals hail from all walks of life and income levels, but some of the more accomplished cryptocurrency thieves also tend to be among the more privileged, and from relatively well-off families. In other words, these individuals aren’t stealing to put food on the table: They’re doing it so they can amass all the trappings of instant wealth, and so they can boast about their crimes to others on The Com.\n\nThere is also a penchant among this crowd to call attention to their activities in conspicuous ways that hasten their arrest and criminal charging. In many ways, the story arc of the young men allegedly involved in the $243 million heist tracks closely to that of Joel Ortiz, a valedictorian who was sentenced in 2019 to 10 years in prison for stealing more than $5 million in cryptocurrencies.\n\nOrtiz famously posted videos of himself and co-conspirators chartering flights and partying it up at LA nightclubs, with scantily clad women waving giant placards bearing their “OG” usernames — highly-prized, single-letter social media accounts that they’d stolen or purchased stolen from others.\n\nOrtiz earned the distinction of being the first person convicted of SIM-swapping, a crime that involves using mobile phone company insiders or compromised employee accounts to transfer a target’s phone number to a mobile device controlled by the attackers. From there, the attacker can intercept any password reset links, and any one-time passcodes sent via SMS or automated voice calls.\n\nBut as the mobile carriers seek to make their networks less hospitable to SIM-swappers, and as more financial platforms seek to harden user account security, today’s crypto thieves are finding they don’t need SIM-swaps to steal obscene amounts of cryptocurrency. Not when tricking people over the phone remains such an effective approach.\n\nAccording to ZachXBT, the crooks responsible for the $243 million theft initially compromised the target’s personal accounts after calling them as Google Support and using a spoofed number. The attackers also spoofed a call from account support representatives at the cryptocurrency exchange Gemini, claiming the target’s account had been hacked.\n\nFrom there the target was social engineered over the phone into resetting multi-factor authentication and sending Gemini funds to a compromised wallet. ZachXBT says the attackers also convinced the victim to use AnyDesk to share their screen, and in doing so the victim leaked their private keys.\n\n36 thoughts on “Lamborghini Carjackers Lured by $243M Cyberheist”\n\nMy crypto presence is nonexistent and will remain so. LOL\n\nIt’s a financial system based on “the greater fool theory” 🙂\n\nBrian I don’t know how you keep all these characters straight enough to write a coherent report\n\nHe probably has a pegboard, with strings and pictures.\n\nI totally use mind maps for all these investigations. I’ve published a lot of them.\n\nKrebs, I’m having trouble following your recent articles. Your writing quality seems to have gone down quite a bit in the past few weeks. It’s very disappointing to say the least.\n\nYou should try writing some. It’s hard work, and it’s not all AI prompts. Medium is a great place to start your writing career, where you can grow as a budding author to great critique. Maybe you can even share some of your work here. Hopefully it won’t be, um, disappointing, LOL.\n\nI gotta disagree, recently the articles feel like a disturbing action movie to me. He’s always showing me a different part of the cybercrime world and I love it. Keep doing you, Brian. Legend in my eyes.\n\nhuh… couldn’t disagree more. keep ’em coming, brian…\n\nI disagree, they have changed a bit, but now read like a good cyber crime podcast. More storytelling in how the facts are laid out. I appreciate it, and definitely keep it up!\n\nAny specifics to share, or just a general sentiment happy hour? Which articles, what specifically is “bad”?\n\nThanks for your opinion Mr Chetal.\n\nAn amazing tale of how to be technically brilliant and amazingly stupid at the same time. Apparently the cybercriminals were all too young to remember the catchphrase from All the President’s Men -“Follow the money.”\n\nYes, this is odd. Discord calls, seriously? Not matrix, not Briar, not even signal ffs, Discord? And flashing money like that? If you do something like this you lay low and silent and relocate, period.\n\nThat is my take on this also. It’s the obscene conspicuous consumption that doxes them in the first place. And the bragging… Everybody has to prove the have the longest schl**ng, LOL.\n\nI am kind of appalled at the shallowness of the “lifestyle” these individuals are trying to pull off / show off. I mean, is it so hard to think even a few inches beyond your immediate line of sight?\n\nBut then again, as Brian points out in the article, it seems to be exactly this shallowness that allows law enforcement agencies to locate and identify these people relatively easily, so there’s apparently a good side to what otherwise looks like cultural decline…\n\nDad works at Morgan Stanley, pretty sure going to be worked….. And totally unhireable at any other bank either, or any place where they handle cash or do brokering or investing, or handle cards at all, because of the association with the son, because the name is unique, and the word will spread rapidly.\n\nBut again, stole large, lived large, and then wonder how they were found out, and why their fellow crooks were so terrible as to steal from them.\n\nIt seems opsec is a dying art.\n\nWho has millions in crypto and yet is simple enough to be tricked into using AnyDesk?\n\nDumbest criminals vs dumbest victims.\n\nSometimes it do be like that, the less you think the better…. Goes both ways, oh well.\n\n>They also recovered the abandoned Lamborghini from a wooded area.\n\nIt’s not about the money, it’s about sending a message!\n\nHonestly, rich spoiled kids doing this is a bit unexpected to say the least. I assumed everyone who was into this stuff was living paycheque to paycheque with a bad upbringing. If or when Mr. Veer gets busted, I’m sure he’ll have top lawyers with daddy’s banker money and be out sooner than it took for the feds to bust him in the first place, with the added bonus that he’s PROBABLY already a informant considering the video is recorded from his POV.\n\nBTW, your SEO is amazing, already this article is showing up as the third result for looking up his dad’s name. Not a good look.\n\nPeople living paycheck to paycheck do this and spend the money on necessities. Food, shelter and future for kids. Rich people do this to fit in. They are surrounded by “success” and feel they have to prove themselves. They fail though because they don’t know long hard work, only short silver spoons.\n\nPerps have no empathy, and or like to make others suffer. They don’t need the money, they just want to hurt others. Which is why they are bad people to begin with. Doesn’t matter if they are poor or wealthy, they are just bad people.\n\nExcellent reporting Brian.\n\nHow can the parents not be involved in this mess: house hunting\n\nin a brand new Lamborghini for Christ sakes. No doubt the victim\n\nof the $243M heist was a client of Morgan Stanley.\n\n“Veer Chetal has not been publicly charged with any crime.”\n\nIs the saddest take away from this for me. This lil skid should be locked up ASAP and given a decade or two in jail.\n\nI assume its coming soon though as the feds obviously have enough evidence to raid and arrest him.", + "chars": 16615, + "sha256": "c65c37a3525707d30e4b11c4d0feced2692b8039edc554dca3554c88cb3335b3", "staged_file": "01_krebsonsecurity-com.txt", - "paragraphs_kept": "ALL 91 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-76 excl [2, 45] of 91", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:50:03+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-76 plus headline [0]; dropped 0 leading and 14 trailing paragraphs and 2 interior furniture line(s). Case-term hits on page: 32.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_2", - "verdict": "THIN", + "verdict": "KEEP", "url": "https://www.newstimes.com/news/article/chetal-bitcoin-crypto-theft-danbury-kidnapping-20387392.php", - "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "source": "newstimes.com", + "language": "unknown", + "text": "CT resident guilty in crypto heist that led to parents' kidnapping\n\nBy Lisa Backus, Kendra Baker, Staff WritersUpdated June 21, 2025 12:35 p.m.\n\nA Connecticut man whose parents were kidnapped in Danbury after he played a role in a $245 million Bitcoin theft pleaded guilty to fraud and money laundering conspiracy charges and has agreed to testify against his codefendants even though he will likely be deported, according to recently unsealed federal court documents.\n\nVeer Chetal, 19, from Danbury, Connecticut, was one of three men charged with stealing 4,100 Bitcoins from a victim in Washington, D.C., known as \"RW\" in court papers as part of an online scam that involved the men pretending to be trusted employees of well-known firms last August, documents said. The trio lived large after the heist, spending millions of dollars on cars, jewelry, rental mansions and nightclub parties, according to the Associated Press.\n\nA week after the theft, Chetal’s parents were assaulted and kidnapped for a short period in Danbury in a failed ransom plot aimed at Chetal, who the assailants believed had a large amount of cryptocurrency, previous reports indicate.\n\n3 more charged in alleged crypto kidnapping plot targeting Danbury family: Feds\n\n32-year-old Sedric Louis, 34-year-old John Davis and 27-year-old Martel Williams, all from St. Louis, were charged.\n\nDanbury residents receive support to rebuild after losing homes in condo fire\n\nLocal residents are offering support to the tenants displaced from their homes at a Danbury condo complex by a recent fire.\n\nViolent crime in Danbury down about 50% through first half of 2026\n\nData shows the number of all criminal offenses reported to the Danbury Police Department during the first half of 2026 was down 25 percent from the same period last year.\n\nOpponents get another chance to fight Brookfield compressor station expansion\n\nReopening the process allows opponents to submit concerns about the environmental impacts — and work to push for denial — of the expansion.\n\nFire damages Newtown strip mall, leaving several businesses affected: Officials\n\nThere were no injuries reported, fire officials said.\n\nChetal was not charged by federal authorities in the kidnapping plot. He pleaded guilty in November to fraud and money laundering charges but the case was sealed until last week, the documents show.\n\nA newly released plea agreement indicates he will cooperate with federal authorities, including testifying against the other men. He will also be required to provide restitution toward the nearly $250 million theft and was told that since he was not a citizen of the United States, he will likely be deported, the documents said.\n\nWant more News Times?\n\nMake us a Preferred Source on Google to see more of us when you search.\n\nHe is also required to forfeit $548,000 in cash and a long list of items including several Rolex watches, 21 pairs of pants, seven jackets, shirts, boxes of high-end clothing, designer suitcases and other items seized during searches of a home he rented in New Jersey and his home in Danbury, federal documents said.\n\nHe was involved in about 50 similar thefts and usually called potential victims pretending to be with security or technical support for a large company, in some cases Google or Yahoo! gaining the victim's trust and personal information so that one of the other men could access and steal their virtual currency, a separate plea agreement document said.\n\nChetal, Malone Lam and Jeandiel Serrano met while playing \"Minecraft\" online and they agreed to participate in a scheme to steal virtual currency from unwitting victims from November 2023 and September 2024, federal documents said.\n\nThe cases against the other two men are continuing, federal documents show.\n\nInitially, little information on Chetal's arrest and charges were made available by federal authorities. But allegations against Chetal and others were believed to stem from the ongoing federal investigation into a $230 million cryptocurrency theft, to which investigators linked an August 2024 carjacking and attempted kidnapping of a Danbury couple.\n\nAuthorities said the Aug. 25 kidnapping attempt was part of an intended ransom demand connected with the couple’s son’s alleged involvement in the crypto heist, which involved the theft and laundering of more than 4,000 Bitcoin from a man in Washington, D.C.\n\nUp until this week, authorities had declined to comment on Chetal's arrest or confirm his possible relation to the Danbury couple.\n\nThe target of the theft was described in federal court documents as “a high-net-worth crypto investor from the early days of cryptocurrency,” and authorities said the stolen Bitcoin was valued at more than $230 million at the time of the theft.\n\nThe couple targeted in the Aug. 25 attempted kidnapping — which resulted in the arrest of six Florida men on state and federal charges — were hospitalized following the attack near Damia Drive and told police they initially thought they were targeted because of their high-end SUV.\n\nThe attempted kidnappers — who police say rammed the couple’s Lamborghini and threw them into a waiting van to be tied up and driven away — were identified as Angel Borrero, 23, Reynaldo Diaz, 22, Anthony Pena, 23, Josue Romero, 26, Ricardo Estrada, 21, and Michael Rivas, 18.\n\nBorrero, Pena, Romero, Estrada and Rivas have pleaded guilty to conspiracy and kidnapping charges, according to federal court records, which show the five defendants scheduled for sentencing in May and June.\n\nDiaz, the only one of the group to not accept a plea agreement, has a trial date set for Sept. 23. He’s also the only one of the six who hasn’t entered pleas in his state criminal case, according to court records, which show Borrero, Pena, Romero, Estrada and Rivas have all pleaded not guilty to felony and misdemeanor charges in state Superior Court in Danbury.\n\nThe U.S. Attorney’s Office for the District of Connecticut recently announced that James Schwab, a 22-year-old from Peachtree, Ga., was federally charged with conspiracy to commit kidnapping after an ongoing FBI investigation revealed his connection to the case.\n\nSchwab is accused of “planning and facilitating” the Aug. 25 attempted kidnapping as a way to extort money from the couple’s son, who’s referred to as “V.C.” in a federal criminal complaint filed in U.S. District Court in Bridgeport in January.\n\nThe complaint says Schwab and V.C. got into a verbal and physical altercation at a Miami nightclub in July 2024, after which Schwab and another individual devised a plan to have V.C.’s parents kidnapped for ransom.\n\nIn addition to V.C., the criminal complaint in Schwab’s case includes the initials of the couple targeted in the Aug. 25 kidnapping plot — which match those of the parents of a Danbury resident whose name and age align with that of the Veer Chetal who is being held by U.S. Marshals in Virginia.", + "chars": 6918, + "sha256": "58079e176410284379267b82d99ba4c192363d59c901f3ffd9e6db17cb9ce828", + "staged_file": "02_newstimes-com-wayback.txt", + "paragraphs_kept": "headline [0] + 2-35 of 79", + "method": "Wayback Machine snapshot 20260806012432, deterministic extraction", + "fetched_at": "2026-09-05T13:29:02+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260806012432/https://www.newstimes.com/news/article/chetal-bitcoin-crypto-theft-danbury-kidnapping-20387392.php", + "snapshot": "20260806012432", + "note": "live URL was THIN on the first pass; text comes from an archived copy dated 2026-08-06", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-35 plus headline [0]; dropped 1 leading and 43 trailing paragraphs. Case-term hits on page: 48.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_3", - "verdict": "THIN", + "verdict": "KEEP", "url": "https://www.newstimes.com/news/article/police-danbury-florida-kidnapping-19724606.php", - "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "source": "newstimes.com", + "language": "unknown", + "text": "Police: 6 Florida men arrested after 'targeted' kidnapping in Danbury\n\nDANBURY — Six men from Florida were arrested after police say they rescued two victims of what appeared to be a targeted kidnapping Sunday.\n\nPolice received a call for a disturbance near Clapboard Ridge Road Sunday at approximately 5:40 p.m., according to a news release from the Danbury Police Department. Upon arrival, police said a witness reported seing three males exit a van, begin assaulting another man, then pushing him into the van before the van fled.\n\nOfficers spotted the van on Clapboard Ridge Road and attempted to stop it, police said, but the driver sped away. The vehicle was then located not far away on Cowperthwaite Street, police said.\n\nThe two victims \"bound with duct tape\" were found inside the van, police said, and one had been hit with a baseball bat. Both were transported to the hospital for treatment, police said, but neither faced life-threatening injuries.\n\nNewtown council wants Flock camera moratorium amid surveillance concerns\n\n“I don’t want to live in a surveillance state,” one member said.\n\nConnecticut mother turns son's death into call for mental health awareness\n\n“What we’ve gone through, we hope nobody would have to go through this,” Carolyn Greene said.\n\nFeds: Missouri men stalked Connecticut family before crypto kidnapping plot\n\nBoth suspects have long criminal histories and face substantial sentences if convicted, prosecutors said in their motions to detain.\n\nEx-Danbury school employee accused of stalking former student, warrant says\n\nA warrant says the former Danbury High School employee left the girl several voicemail messages after she blocked his number and then went to her house.\n\n3 more charged in alleged crypto kidnapping plot targeting Danbury family: Feds\n\n32-year-old Sedric Louis, 34-year-old John Davis and 27-year-old Martel Williams, all from St. Louis, were charged.\n\nPolice said witnesses told them six suspects left the Cowperthwaite Street area on foot, and they immediately began a search. Four suspects were \"quickly\" taken into custody, they said, noting that three officers suffered injuries during the search and apprehensions.\n\nWant more News Times?\n\nMake us a Preferred Source on Google to see more of us when you search.\n\nAfter what police called \"further investigation,\" two additional suspects were arrested at a \"short-term rental home\" in nearby Roxbury.\n\nAngel Borrero, 23, Reynaldo Diaz, 22, Anthony Pena, 23, Josue Romero, 26, Ricardo Estrada, 21, and Michael Rivas, 18 — all of whom are from Florida — were all been arrested and charged with first-degree assault, first-degree kidnapping and reckless endangerment.\n\nBorrero also faces charges of reckless driving, engaging police in pursuit and evading responsibility. His bond is set at $2,000,000, while each of the other men are being held in lieu of $1,000,000 bonds.\n\nPolice said the kidnapping was \"specifically targeted\" but that the \"exact motive is not known.\"\n\nDanbury Police are asking anyone with information to call detectives at 203-797-4662 or the anonymous tips line 203-790- 8477.\n\nHana Ikramuddin is a Hearst Fellow in Connecticut. She spent the first part of her fellowship at the Houston Chronicle.\n\nRaised in the Twin Cities, Hana majored in journalism and political science at the University of Minnesota in Minneapolis.\n\nShe has held internships with the Star Tribune, APM Reports and Sahan Journal. In her free time, she loves to cook, make chai and take care of her houseplants.", + "chars": 3518, + "sha256": "f2ad5af2a2047d0b25d26f05ca0d80b51a06436386926e32427e4809598a8995", + "staged_file": "03_newstimes-com-wayback.txt", + "paragraphs_kept": "headline [0] + 3-27 of 55", + "method": "Wayback Machine snapshot 20260809162100, deterministic extraction", + "fetched_at": "2026-09-05T13:29:07+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260809162100/https://www.newstimes.com/news/article/police-danbury-florida-kidnapping-19724606.php", + "snapshot": "20260809162100", + "note": "live URL was THIN on the first pass; text comes from an archived copy dated 2026-08-09", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-27 plus headline [0]; dropped 2 leading and 27 trailing paragraphs. Case-term hits on page: 14.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "187": [ @@ -6096,7 +7436,7 @@ "186": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://asianews.network/hunt-for-chinese-gang-suspected-of-thb70-million-robbery-in-thailands/", "source": "asianews.network", "language": "unknown", @@ -6104,110 +7444,129 @@ "chars": 1531, "sha256": "1592d76b1e07ceab9ca9976387b4a7d6a3d025b293afb145765f2d33e69d79d7", "staged_file": "01_asianews-network.txt", - "paragraphs_kept": "ALL 8 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-7 of 8", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:50:14+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-7 plus headline [0]; dropped 0 leading and 0 trailing paragraphs. Case-term hits on page: 10.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "185": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.teletica.com/sucesos/asaltantes-de-turistas-israelies-sustrajeron-unos-700-mil-en-bitcoin_364777", "source": "teletica.com", "language": "unknown", - "text": "Asaltantes de turistas israelíes sustrajeron unos $700 mil en bitcoin | Teletica\n\nAsaltantes de turistas israelíes sustrajeron unos $700 mil en bitcoin\n\nOnce personas de nacionalidad israelí estaban en una actividad social cuando fueron abordados violentamente por un grupo de al menos ocho sujetos.\n\nPor Álvaro Sánchez 8 de agosto de 2024, 19:44 PM\n\nLos asaltantes de un grupo de israelíes en playa Santa Teresa de Cóbano, en Puntarenas, habrían logrado sustraer unos 700 mil dólares en bitcoin.\n\nOnce personas de nacionalidad israelí estaban en una actividad social cuando fueron abordados violentamente por un grupo de al menos ocho sujetos que llegaron en dos vehículos de alto valor (vea video adjunto de Telenoticias).\n\nEl Organismo de Investigación Judicial (OIJ) considera que los que asaltaron al grupo de turistas israelíes, tendrían entrenamiento policial.\n\nNo está claro si todos los israelíes viven en Costa Rica o estaban de visita, lo cierto es que fueron amordazados y obligados a entregar sus pertenencias.\n\nTelenoticias confirmó que lograron sustraer al menos 700 mil dólares en bitcoin, razón por la cual se sospecha que alguien cercano sabía de los movimientos financieros de los afectados.\n\nEn un video de una cámara de seguridad se observa que varios de los delincuentes trasladan a las víctimas de un lugar a otro y que cuentan con lo que parecen ser uniformes y camisas policiales.\n\nCualquier información que usted tenga sobre el hecho sobre los sospechosos puede comunicarse de forma confidencial al 800-8000-645.\n\nasaltantes de turistas israelíes sustrajeron unos $700 mil en bitcoin", - "chars": 1609, - "sha256": "271fcfa4a0656982def38cc1a4fdd69a87435293034c9b98c9714f121fe69512", + "text": "Asaltantes de turistas israelíes sustrajeron unos $700 mil en bitcoin | Teletica\n\nOnce personas de nacionalidad israelí estaban en una actividad social cuando fueron abordados violentamente por un grupo de al menos ocho sujetos.\n\nPor Álvaro Sánchez 8 de agosto de 2024, 19:44 PM\n\nLos asaltantes de un grupo de israelíes en playa Santa Teresa de Cóbano, en Puntarenas, habrían logrado sustraer unos 700 mil dólares en bitcoin.\n\nOnce personas de nacionalidad israelí estaban en una actividad social cuando fueron abordados violentamente por un grupo de al menos ocho sujetos que llegaron en dos vehículos de alto valor (vea video adjunto de Telenoticias).\n\nEl Organismo de Investigación Judicial (OIJ) considera que los que asaltaron al grupo de turistas israelíes, tendrían entrenamiento policial.\n\nNo está claro si todos los israelíes viven en Costa Rica o estaban de visita, lo cierto es que fueron amordazados y obligados a entregar sus pertenencias.\n\nTelenoticias confirmó que lograron sustraer al menos 700 mil dólares en bitcoin, razón por la cual se sospecha que alguien cercano sabía de los movimientos financieros de los afectados.\n\nEn un video de una cámara de seguridad se observa que varios de los delincuentes trasladan a las víctimas de un lugar a otro y que cuentan con lo que parecen ser uniformes y camisas policiales.\n\nCualquier información que usted tenga sobre el hecho sobre los sospechosos puede comunicarse de forma confidencial al 800-8000-645.", + "chars": 1467, + "sha256": "d8d996cf5d22f929a75dcef996794edc67522cd3495f047a0412bfc9dc41963f", "staged_file": "01_teletica-com.txt", - "paragraphs_kept": "ALL 12 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-10 of 12", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:50:17+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-10 plus headline [0]; dropped 1 leading and 1 trailing paragraphs. Case-term hits on page: 9.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "184": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://cryptoweekly.co/news/tim-heath-bites-kidnappers/", "source": "cryptoweekly.co", "language": "unknown", - "text": "Billionaire Tim Heath Bites Off Kidnapper’s Finger \n Skip to content\n\nBillionaire Tim Heath Bites Off Kidnapper’s Finger\n\nAs per new courtroom findings, crypto billionaire Tim Heath narrowly escaped a violent crypto scam and kidnapping attempt in Estonia last year.\n\nCrypto billionaire Tim Heath was the target of a violent kidnapping attempt in Estonia in 2024.\n\nHeath bit off part of one attacker’s finger and escaped, though he lost a tooth in the process.\n\nThe kidnapping was part of an elaborate crypto scam involving surveillance, fake IDs, and a rented torture site.\n\nTwo suspects are on trial; more are still at large.\n\nWeeks later, Heath received a Bitcoin ransom demand via Telegram, suggesting the threat could persist.\n\nHeath has spent millions on private security since the attack and is now seeking compensation in court.\n\nWho Is Tim Heath?\n\nOriginally from Victoria, Australia, Tim Heath is the founder of Yolo Group, an Estonia-based company with substantial investments in fintech, crypto, and iGaming through its venture arm, Yolo Investments.\n\nHeath is ranked number 66 on the Australian Financial Review Rich List, with an estimated net worth of $1.61 billion (AUD 2.46 billion).\n\nTim Heath Is Ranked #66 On The Australian Financial Review Rich List\n\nOne of the attackers, identified as Allahverdi Allahverdiyev, a former professional boxer from Azerbaijan, attempted to muffle Heath by placing a hand over his mouth. However, the move backfired dramatically—Heath retaliated by biting through the attacker’s index finger.\n\nThe incident occurred in July 2024, inside the stairwell of Heath’s apartment building in Tallinn, Estonia. Posing as painters, two men ambushed the crypto entrepreneur in what authorities now describe as a highly premeditated crypto scam and abduction attempt.\n\nOne of the attackers, identified as Allahverdi Allahverdiyev, a former professional boxer from Azerbaijan, attempted to muffle Heath by placing a hand over his mouth. However, the move backfired dramatically, Heath retaliated by biting through the attacker’s index finger.\n\nDespite losing a tooth in the struggle, Heath managed to escape back into his apartment, slamming the door shut before the assailants could drag him into a nearby van. Estonian police later discovered part of the severed finger 100 meters away from the scene.\n\nAccording to court documents and reports from Estonian media outlet Eesti Ekspress, the kidnapping was far from spontaneous. The assailants allegedly:\n\nStalked Heath for weeks both physically and digitally\n\nEntered Estonia using forged Georgian passports\n\nPurchased painter uniforms to disguise themselves\n\nThe elaborate plan involved abducting Heath and transporting him to a rented sauna house, where he would be coerced into transferring his crypto holdings. Reports also suggest that a hacker had been recruited to assist in extracting digital assets.\n\nFollowing the foiled abduction, the assailants fled the scene and abandoned their vehicle. However, the investigation quickly gained momentum. Allahverdiyev and Georgian citizen Ilgar Mamedov were arrested and are currently standing trial.\n\nAuthorities are also still hunting for Najaf Najafli, believed to be the mastermind, along with three other unidentified individuals.\n\nDespite the damning evidence, both Allahverdiyev and Mamedov deny involvement. Allahverdiyev told the court he was offered €100,000 ($118,000) for the job but claimed he never intended to follow through. Mamedov, allegedly the getaway driver, argued he came to Estonia by accident and called the charges “a fabrication.”\n\nShockingly, weeks after the attack, Heath received a Telegram message featuring photos of his home and a demand for 30 Bitcoin, equivalent to about $3.3 million at the time. Although there were no follow-up attempts, Estonian prosecutors believe the threat remains active.\n\nTim Heath Speaking At The EGR Power 50 Summit\n\nIn response, Heath has invested over $3.1 million in private security and has since moved to a new residence. His legal team is now pursuing reimbursement for these expenses from the accused kidnappers.\n\nWhat is a crypto scam?\n\nA crypto scam involves fraudulent schemes that target individuals to steal their cryptocurrencies, often using fake investments, phishing attacks, or, in extreme cases, physical threats and abduction.\n\nWho is Tim Heath?\n\nTim Heath is an Australian entrepreneur and founder of the Yolo Group. He is a major figure in the global crypto and iGaming industries, with an estimated fortune of $1.61 billion.\n\nHow did Heath escape the kidnapping?\n\nHeath managed to escape by biting off part of an attacker’s finger, breaking free, and locking himself inside his apartment.\n\nAre the attackers in custody?\n\nTwo suspects have been arrested and are on trial in Estonia. Police are still searching for the alleged mastermind and other accomplices.\n\nWas any crypto actually stolen?\n\nNo. Heath successfully avoided the kidnapping and did not lose any crypto assets during the attempt.\n\nBy submitting this form, you are consenting to receive marketing emails from: Crypto Weekly. You can revoke your consent to receive emails at any time by using the SafeUnsubscribe® link, found at the bottom of every email. Emails are serviced by Constant Contact\n\nHaider is a fintech enthusiast and Content Strategist at CryptoWeekly with over four years in the Crypto & Blockchain industry. He began his writing journey with a blog after graduating from Monash University Malaysia. Passionate about storytelling and content creation, he blends creativity with insight. Haider is driven to grow professionally while always seeking the next big idea.\n\nNorth Korean Hackers Are Using Freelancers As Proxies\n\nXPeng To Launch AI-Powered Robots In 2026\n\nGiggle Academy Clarifies Role Amid Memecoin Volatility\n\nDavid Sacks Warns Of An Orwellian AI Threat\n\nPakistan Explores Rupee-Backed Stablecoin Opportunity\n\nCrypto Market Rallies After U.S. Government Shutdown Deal\n\nBitcoin Price Prediction: Bottoming Phase Turns Investors Bullish\n\nJury Struggles In MEV Bot Trial As Verdict Deliberations Continue\n\nChainlink SBI Digital Markets Partnership Expands Blockchain Integration\n\nEthereum Price Prediction: Bear Trap Imminent?\n\nBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%\n\nWorld Liberty Financial(WLFI)$0.056572-2.80%\n\nEthereum’s AI Proof Contest Has a Verifier, Not a Vibe\n\nWeb3 Fundraising: 4th – 10th November 2025", - "chars": 6451, - "sha256": "4af0d7b32ad40992fbe81ff193272305cf87a001745a75a86a615476fb6f4027", + "text": "Billionaire Tim Heath Bites Off Kidnapper’s Finger \n Skip to content\n\nAs per new courtroom findings, crypto billionaire Tim Heath narrowly escaped a violent crypto scam and kidnapping attempt in Estonia last year.\n\nCrypto billionaire Tim Heath was the target of a violent kidnapping attempt in Estonia in 2024.\n\nHeath bit off part of one attacker’s finger and escaped, though he lost a tooth in the process.\n\nThe kidnapping was part of an elaborate crypto scam involving surveillance, fake IDs, and a rented torture site.\n\nTwo suspects are on trial; more are still at large.\n\nWeeks later, Heath received a Bitcoin ransom demand via Telegram, suggesting the threat could persist.\n\nHeath has spent millions on private security since the attack and is now seeking compensation in court.\n\nWho Is Tim Heath?\n\nOriginally from Victoria, Australia, Tim Heath is the founder of Yolo Group, an Estonia-based company with substantial investments in fintech, crypto, and iGaming through its venture arm, Yolo Investments.\n\nHeath is ranked number 66 on the Australian Financial Review Rich List, with an estimated net worth of $1.61 billion (AUD 2.46 billion).\n\nTim Heath Is Ranked #66 On The Australian Financial Review Rich List\n\nOne of the attackers, identified as Allahverdi Allahverdiyev, a former professional boxer from Azerbaijan, attempted to muffle Heath by placing a hand over his mouth. However, the move backfired dramatically—Heath retaliated by biting through the attacker’s index finger.\n\nThe incident occurred in July 2024, inside the stairwell of Heath’s apartment building in Tallinn, Estonia. Posing as painters, two men ambushed the crypto entrepreneur in what authorities now describe as a highly premeditated crypto scam and abduction attempt.\n\nOne of the attackers, identified as Allahverdi Allahverdiyev, a former professional boxer from Azerbaijan, attempted to muffle Heath by placing a hand over his mouth. However, the move backfired dramatically, Heath retaliated by biting through the attacker’s index finger.\n\nDespite losing a tooth in the struggle, Heath managed to escape back into his apartment, slamming the door shut before the assailants could drag him into a nearby van. Estonian police later discovered part of the severed finger 100 meters away from the scene.\n\nAccording to court documents and reports from Estonian media outlet Eesti Ekspress, the kidnapping was far from spontaneous. The assailants allegedly:\n\nStalked Heath for weeks both physically and digitally\n\nEntered Estonia using forged Georgian passports\n\nPurchased painter uniforms to disguise themselves\n\nThe elaborate plan involved abducting Heath and transporting him to a rented sauna house, where he would be coerced into transferring his crypto holdings. Reports also suggest that a hacker had been recruited to assist in extracting digital assets.\n\nFollowing the foiled abduction, the assailants fled the scene and abandoned their vehicle. However, the investigation quickly gained momentum. Allahverdiyev and Georgian citizen Ilgar Mamedov were arrested and are currently standing trial.\n\nAuthorities are also still hunting for Najaf Najafli, believed to be the mastermind, along with three other unidentified individuals.\n\nDespite the damning evidence, both Allahverdiyev and Mamedov deny involvement. Allahverdiyev told the court he was offered €100,000 ($118,000) for the job but claimed he never intended to follow through. Mamedov, allegedly the getaway driver, argued he came to Estonia by accident and called the charges “a fabrication.”\n\nShockingly, weeks after the attack, Heath received a Telegram message featuring photos of his home and a demand for 30 Bitcoin, equivalent to about $3.3 million at the time. Although there were no follow-up attempts, Estonian prosecutors believe the threat remains active.\n\nTim Heath Speaking At The EGR Power 50 Summit\n\nIn response, Heath has invested over $3.1 million in private security and has since moved to a new residence. His legal team is now pursuing reimbursement for these expenses from the accused kidnappers.\n\nWhat is a crypto scam?\n\nA crypto scam involves fraudulent schemes that target individuals to steal their cryptocurrencies, often using fake investments, phishing attacks, or, in extreme cases, physical threats and abduction.\n\nWho is Tim Heath?\n\nTim Heath is an Australian entrepreneur and founder of the Yolo Group. He is a major figure in the global crypto and iGaming industries, with an estimated fortune of $1.61 billion.\n\nHow did Heath escape the kidnapping?\n\nHeath managed to escape by biting off part of an attacker’s finger, breaking free, and locking himself inside his apartment.\n\nAre the attackers in custody?\n\nTwo suspects have been arrested and are on trial in Estonia. Police are still searching for the alleged mastermind and other accomplices.\n\nWas any crypto actually stolen?\n\nNo. Heath successfully avoided the kidnapping and did not lose any crypto assets during the attempt.", + "chars": 4964, + "sha256": "6c2ba98b3c292e6a67e4948351973004c4e451bf867791a495030b7985536b10", "staged_file": "01_cryptoweekly-co.txt", - "paragraphs_kept": "ALL 54 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-37 of 54", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:50:19+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-37 plus headline [0]; dropped 1 leading and 16 trailing paragraphs. Case-term hits on page: 36.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "183": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.ccn.com/news/crypto/bitcoin-ukraine-170000-stolen-foreigner-murdered/", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "ccn.com", + "language": "unknown", + "text": "Tragic Bitcoin Heist in Ukraine: $170,000 Stolen, Foreigner Murdered, Four Charged | CCN.com\n\nFour men have been charged with the kidnapping and murder of a Bitcoin trader.\n(Photo by STR/NurPhoto via Getty Images)\n\nUkrainian authorities have arrested four men for robbing a man of 3 BTC, as well as kidnapping and then killing him.\n\nCrypto ransom/kidnapping attacks have risen significantly since 2021.\n\nMaintaining high levels of privacy is the best deterrent against would-be crypto thieves.\n\nFour men have been arrested following the kidnapping and subsequent murder of a 29-year-old Bitcoin (BTC) and crypto trader, all so they could steal his three BTC tokens.\n\nThe news emerges amid a disturbing surge in crypto-related crimes, including kidnappings and ransom demands.\n\nAs per local media reports , Police have arrested a group of four men aged 24 to 29 years old for kidnapping, robbing, and murdering a Morrocan man in Kyiv, Ukraine.\n\nAccording to the Kyiv Police, it was all planned in advance , writing to Telegram:\n\n“They learned that the man had Bitcoins worth several million hryvnias. They tracked down where he lived, waited for him, forced him into a car and took him to an abandoned building in Kyiv region.”\n\nThe perpetrators cashed out the funds after coercing the man into transferring the $170,000 worth of Bitcoin to their cryptocurrency wallets. Tragically, they then proceeded to kill the man.\n\n“To hide the traces of the crime, the license plates and appearance of the car were changed, and the body was taken to the forest, where it was buried,”\n\nResidents in the Solomianskyi district reported the crime to Kyiv Police around midnight after hearing screams and witnessing several unknown figures attack and force a man into a car.\n\nKyiv Police immediately launched a special operation in response. Prosecutors will reportedly seek life imprisonment for the offenders.\n\nThe crypto space has witnessed many inexplicable attacks and, unfortunately, tragic deaths in years gone by.\n\nWhether stealing Bitcoin ATMs, extorting, kidnapping, or outright murdering individuals, physical Bitcoin attacks are a new reality of the 21st century.\n\nAs expected, criminals are exploring the ROI of physically targeting bitcoin holders. I'm seeing more organized gang activity in this sector. Stay frosty! pic.twitter.com/lcxqmuGU8f\n\nIn-person attacks are becoming more common. Just this month, in Hong Kong, a 3-year-old boy was kidnapped and held for a ransom of 660,000 USDT.\n\nIn a separate incident, two Chinese/Chinese-American entrepreneurs were taken hostage in the Philippines, with kidnappers demanding roughly $2 million in USDT. Despite making a payment of $109,000, the victims were unfortunately found dead.\n\nWith crypto’s rise to the peak of mainstream culture following the crypto euphoria of 2021, crypto assets such as Bitcoin have become even more desirable to criminals. Now, attacks are becoming a little more sophisticated and a little more brutal.", + "chars": 2979, + "sha256": "cef2eaa14229ffb06bd7eb5ec3beea97766846b9baf5d535d22174abc4e8a546", + "staged_file": "01_ccn-com-wayback.txt", + "paragraphs_kept": "headline [0] + 3-21 of 34", + "method": "Wayback Machine snapshot 20250521051016, deterministic extraction", + "fetched_at": "2026-09-05T13:29:12+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20250521051016/https://www.ccn.com/news/crypto/bitcoin-ukraine-170000-stolen-foreigner-murdered/", + "snapshot": "20250521051016", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2025-05-21", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-21 plus headline [0]; dropped 2 leading and 12 trailing paragraphs. Case-term hits on page: 9.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "182": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://indianexpress.com/article/cities/pune/pune-man-robbed-loses-cryptocurrency-9517117/", "source": "indianexpress.com", "language": "unknown", - "text": "Weeks after Pune trading coach robbed at knifepoint loses cryptocurrency worth Rs 16 lakh, 5 held | Pune News - The Indian Express\n\nThis is an archive article published on August 16, 2024\n\nWeeks after Pune trading coach robbed at knifepoint loses cryptocurrency worth Rs 16 lakh, 5 held\n\nThe five men abducted a share trading coach from Bavdhan after approaching him on the pretext of getting information about his stock market course.\n\n2 min readPuneUpdated: Aug 16, 2024 10:27 AM IST\n\nAccording to the police, on July 22, the accused approached the coach seeking information about his stock market course. They then allegedly asked him to accompany them, saying they wanted guidance to invest in shares and took him in a car from Balewadi to Shikrapur. (File/representational)\n\nThe Pune city police arrested five people this week for allegedly abducting a 26-year-old share trading coach from Pune’s Bavdhan and stealing cryptocurrency worth Rs 16 lakh from him at knifepoint last month, officials said on Thursday.\n\nThe police identified the accused as Mayur Kailas Amodkar, 25, Manish Rajendra Bhonde, 24, Bhushan Gokul Koli, 27, Jitendra Pradip Wagh, 33, and Chandrakant Ramesh Deshmukh, 34, all residents of Jalgaon.\n\nAccording to the police, on July 22, the accused approached the coach seeking information about his stock market course. They then allegedly asked him to accompany them, saying they wanted guidance to invest in shares and took him in a car from Balewadi to Shikrapur.\n\nALSO READ | Explained: Digital currencies and how they work\n\nThreatening to kill him with a knife, the accused allegedly snatched the man’s mobile phone and forcibly transferred his USDT cryptocurrency estimated at Rs 16,02,510 to his USDT ‘deposit address’ using a mobile app. The accused then released the share trading coach at around 6 pm, three hours after they abducted him, the police said.\n\nThe victim then lodged a First Information Report (FIR) at the Chaturshringi police station.\n\nFollowing an investigation, a team led by Pranil Chougule, Sub-Inspector, initially arrested Amodkar and Bhonde from Jalgaon. Three other accused were arrested later for their alleged involvement in the crime.\n\nThe police said the stolen cryptocurrency worth Rs 7.94 lakh has been recovered. The car and knife used by the accused for allegedly committing the offence have also been seized, a press release issued by Mahesh Bolkotgi, Senior Police Inspector, said on Thursday. “The accused have been arrested this week and are currently under magisterial custody as per the orders of a court,” Bolkotgi said.\n\nClick here to join Express Pune WhatsApp channel and get a curated list of our stories\n\nLoading Recommendations...\n\n‘The history so far is not with me’: Magnus Carlsen returns to GCL with a point to prove\n\nRavichandran Smaran channeling hunger for runs to manifest India A call-up\n\n5 reasons your UTI risk may be higher during monsoon—and how to prevent it\n\nContainer rooms to sushi: Indian athletes gear up for Asian Games and Japan\n\nAI in schools: Why Mamdani wants NYC children to wait, while UAE says teach it\n\nWorld News Today Live Updates: No plan to force Palestinians out of Gaza, US ambassador to Israel says8 minutes ago\n\nIndia News Live Updates, 5 September 2026: 7-year-old boy killed in Mumbai Dahi Handi celebration accident1 hour ago\n\nIndia news Highlights, 4 September 2026: More rain likely in UP as flood situation affects 26 districts1 hour ago\n\nMirzapur The Movie Review, Release Live Updates: Pankaj Tripathi, Ravi Kishan-starrer grosses over Rs 29 cr; Karan Johar praises film19 hours ago\n\nIndia News Highlights, 3 September 2026| TMC MPs get time till September 22 to respond to defection petition2 days ago", - "chars": 3725, - "sha256": "695f699bd97899aadf44799d41cf7f9b8dc10d95aa4e3a4b6eebec5ae351442d", + "text": "Weeks after Pune trading coach robbed at knifepoint loses cryptocurrency worth Rs 16 lakh, 5 held | Pune News - The Indian Express\n\nThe five men abducted a share trading coach from Bavdhan after approaching him on the pretext of getting information about his stock market course.\n\n2 min readPuneUpdated: Aug 16, 2024 10:27 AM IST\n\nAccording to the police, on July 22, the accused approached the coach seeking information about his stock market course. They then allegedly asked him to accompany them, saying they wanted guidance to invest in shares and took him in a car from Balewadi to Shikrapur. (File/representational)\n\nThe Pune city police arrested five people this week for allegedly abducting a 26-year-old share trading coach from Pune’s Bavdhan and stealing cryptocurrency worth Rs 16 lakh from him at knifepoint last month, officials said on Thursday.\n\nThe police identified the accused as Mayur Kailas Amodkar, 25, Manish Rajendra Bhonde, 24, Bhushan Gokul Koli, 27, Jitendra Pradip Wagh, 33, and Chandrakant Ramesh Deshmukh, 34, all residents of Jalgaon.\n\nAccording to the police, on July 22, the accused approached the coach seeking information about his stock market course. They then allegedly asked him to accompany them, saying they wanted guidance to invest in shares and took him in a car from Balewadi to Shikrapur.\n\nThreatening to kill him with a knife, the accused allegedly snatched the man’s mobile phone and forcibly transferred his USDT cryptocurrency estimated at Rs 16,02,510 to his USDT ‘deposit address’ using a mobile app. The accused then released the share trading coach at around 6 pm, three hours after they abducted him, the police said.\n\nThe victim then lodged a First Information Report (FIR) at the Chaturshringi police station.\n\nFollowing an investigation, a team led by Pranil Chougule, Sub-Inspector, initially arrested Amodkar and Bhonde from Jalgaon. Three other accused were arrested later for their alleged involvement in the crime.\n\nThe police said the stolen cryptocurrency worth Rs 7.94 lakh has been recovered. The car and knife used by the accused for allegedly committing the offence have also been seized, a press release issued by Mahesh Bolkotgi, Senior Police Inspector, said on Thursday. “The accused have been arrested this week and are currently under magisterial custody as per the orders of a court,” Bolkotgi said.", + "chars": 2376, + "sha256": "659858f7c7c27ae7c0b9466982e823b1babc5cf148cba3fd0d0ee99aeedc58a9", "staged_file": "01_indianexpress-com.txt", - "paragraphs_kept": "ALL 26 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 3-13 excl [9] of 26", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:50:24+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-13 plus headline [0]; dropped 2 leading and 12 trailing paragraphs and 1 interior furniture line(s). Case-term hits on page: 25.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "181": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.nationthailand.com/blogs/news/general/40039689", "source": "nationthailand.com", "language": "unknown", - "text": "Five foreigners arrested for torturing and robbing British man\n\nLoading...\n\nThe victim, a crypto trader, was beaten up then robbed by three men and two women at a party on July 12\n\nPolice have arrested five foreign suspects for robbing a British crypto trader, seizing assets worth 3 million baht. The suspects lured the victim to a party at a Khlong Tan apartment, then tortured and tied him up, taking his valuables before releasing him. The victim reported the incident to the police, leading to the gang's capture.\n\nOfficers from Khlong Tan police station today arrested the five foreign suspects who have been named as Abdullahi Ahmed Saney Mohamed of Danish nationality, and British nationals Shafiq Sumya, Ahmed Saeed Yasin and Hussein Mohamed Hassan Sheekh. The fifth, a foreign woman, has yet to be identified\n\nSeized items included an Apple iPhone 14, an Apple iPhone 15, an Audemars Piguet watch, a Rolex watch, an ADCD credit card, and 24,000 baht in cash, totalling over 3 million baht in value.\n\nThe victim told police he was partying with the three men and two women on July 12, at a property in Phra Khanong, Khlong Toei, Bangkok at around 4.50am when he was threatened, beaten, shocked with a stun gun, tied with rope and tape, and robbed.\n\nFollowing the victim's report to Khlong Tan police, investigators identified and arrested the suspects with the stolen items. Initially, the suspects denied the charges, opting to testify in court.\n\nLuxury Pattaya Steakhouse Raided over Unlicensed Trade and Illegal Staff\n\nTMD flags very heavy rain in Northeast and flash-flood risk\n\nBKS launches Bangkok–Thap Lamu pier bus from September 9\n\nThe charges include armed robbery, assault causing bodily or mental harm, coercion involving five or more people using weapons, false imprisonment, extortion with weapons, document theft, and carrying weapons in public without valid reasons. The suspects were handed over to investigators for legal proceedings.\n\nInvestigations revealed that the suspects had no occupation and that this was their first crime.\n\n1.\n\n2.\n\n3.\n\n4.\n\nWorld food prices hit highest since 2022 amid supply fears\n\n5.\n\nChinese man rescued from Nepal tunnel 10 days after flood", - "chars": 2198, - "sha256": "f94a7a56f24613b8265e7b4f30a1f4f0439373ef92e1d1ee5c501596dc344813", + "text": "Five foreigners arrested for torturing and robbing British man\n\nPolice have arrested five foreign suspects for robbing a British crypto trader, seizing assets worth 3 million baht. The suspects lured the victim to a party at a Khlong Tan apartment, then tortured and tied him up, taking his valuables before releasing him. The victim reported the incident to the police, leading to the gang's capture.\n\nOfficers from Khlong Tan police station today arrested the five foreign suspects who have been named as Abdullahi Ahmed Saney Mohamed of Danish nationality, and British nationals Shafiq Sumya, Ahmed Saeed Yasin and Hussein Mohamed Hassan Sheekh. The fifth, a foreign woman, has yet to be identified\n\nSeized items included an Apple iPhone 14, an Apple iPhone 15, an Audemars Piguet watch, a Rolex watch, an ADCD credit card, and 24,000 baht in cash, totalling over 3 million baht in value.\n\nThe victim told police he was partying with the three men and two women on July 12, at a property in Phra Khanong, Khlong Toei, Bangkok at around 4.50am when he was threatened, beaten, shocked with a stun gun, tied with rope and tape, and robbed.\n\nFollowing the victim's report to Khlong Tan police, investigators identified and arrested the suspects with the stolen items. Initially, the suspects denied the charges, opting to testify in court.\n\nLuxury Pattaya Steakhouse Raided over Unlicensed Trade and Illegal Staff\n\nTMD flags very heavy rain in Northeast and flash-flood risk\n\nBKS launches Bangkok–Thap Lamu pier bus from September 9\n\nThe charges include armed robbery, assault causing bodily or mental harm, coercion involving five or more people using weapons, false imprisonment, extortion with weapons, document theft, and carrying weapons in public without valid reasons. The suspects were handed over to investigators for legal proceedings.\n\nInvestigations revealed that the suspects had no occupation and that this was their first crime.", + "chars": 1942, + "sha256": "3ab7458c2e80742b20ff6bff8ff67836b754720e63ac841de80cd1b4f4337f99", "staged_file": "01_nationthailand-com.txt", - "paragraphs_kept": "ALL 20 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 3-12 of 20", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:50:28+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-12 plus headline [0]; dropped 2 leading and 7 trailing paragraphs. Case-term hits on page: 11.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "180": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://cointelegraph.com/news/malaysians-kidnap-chinese-demand-1-million-usdt-ransom", "source": "cointelegraph.com", "language": "unknown", - "text": "Malaysian kidnappers abducted Chinese man for $1M USDT: Report\n\nWritten by Arijit Sarkarformer writerReviewed by Felix Ngstaff editor\n\nSix Malaysian nationals, including a couple, have been charged with kidnapping a Chinese citizen and demanding a ransom of $1 million in USDT.\n\nSix Malaysian nations — a married couple and four individuals — were charged with kidnapping a Chinese national and demanding a ransom of 4.44 million Malaysian ringgits ($1 million) in Tether’s USDT stablecoin.\n\nThe accused, aged between 25 and 29, allegedly kidnapped the man at one of the exit points of an expressway connecting the cities of Kuala Lumpur and Putrajaya on July 11. The group then demanded a ransom of 1 million Tether (USDT) tokens for the victim’s release.\n\nThe charge sheet alleges the wrongful detention of the Chinese man for a ransom amounting to 1,007,696 USDT, according to local media outlet Malay Mail.\n\nOn Aug. 15, the six accused pleaded not guilty to the abduction charges. However, Judge Amir Effendy denied bail to the alleged kidnappers and set the next court hearing for Oct. 8. He ruled:\n\n“After considering all arguments and the nature of the charges, the court has decided that bail will not be granted.”\n\nMeanwhile, local police are also working to track down four additional suspects connected to the abduction, all of whom are members of an 18-person gang of experienced kidnappers.\n\nSelangor police chief Datuk Hussein Omar Khan confirmed that four other members of the gang were shot and killed on Aug. 3 in separate encounters.\n\nIf convicted under the Kidnapping Act, the six Malaysians will face a minimum prison sentence of 30 years or a maximum of 40 years and caning.\n\nDeputy Minister of Energy Transition and Water Transformation Akmal Nasrullah Mohd Nasir recently revealed that between 2018 and 2023, $723 million worth of electricity was lost to illegal crypto mining operators.\n\n“The theft of electricity by those who mine cryptocurrency occurs because they believe this activity cannot be detected due to the absence of meters on their premises,” Nasir explained at an event dedicated to destroying 2,022 seized items worth around $467,000, including Bitcoin (BTC) mining machines and electrical equipment.\n\nMagazine: AI may already use more power than Bitcoin — and it threatens Bitcoin mining\n\nCointelegraph is committed to independent, transparent journalism. This news article is produced in accordance with Cointelegraph’s Editorial Policy and aims to provide accurate and timely information. Readers are encouraged to verify information independently.\n\nMANTRA token sinks 18% to record low amid blockchain halt\n\nHYPE jumps 20% as Trump signals legal US path for Hyperliquid\n\nChina adds 8 banks to digital yuan network as operator count hits 30", - "chars": 2783, - "sha256": "24b353a4f69044277b7cdc15f7d91a20e4dc45ebcaeaea21f8588bb46e2baea1", + "text": "Malaysian kidnappers abducted Chinese man for $1M USDT: Report\n\nSix Malaysian nationals, including a couple, have been charged with kidnapping a Chinese citizen and demanding a ransom of $1 million in USDT.\n\nSix Malaysian nations — a married couple and four individuals — were charged with kidnapping a Chinese national and demanding a ransom of 4.44 million Malaysian ringgits ($1 million) in Tether’s USDT stablecoin.\n\nThe accused, aged between 25 and 29, allegedly kidnapped the man at one of the exit points of an expressway connecting the cities of Kuala Lumpur and Putrajaya on July 11. The group then demanded a ransom of 1 million Tether (USDT) tokens for the victim’s release.\n\nThe charge sheet alleges the wrongful detention of the Chinese man for a ransom amounting to 1,007,696 USDT, according to local media outlet Malay Mail.\n\nOn Aug. 15, the six accused pleaded not guilty to the abduction charges. However, Judge Amir Effendy denied bail to the alleged kidnappers and set the next court hearing for Oct. 8. He ruled:\n\n“After considering all arguments and the nature of the charges, the court has decided that bail will not be granted.”\n\nMeanwhile, local police are also working to track down four additional suspects connected to the abduction, all of whom are members of an 18-person gang of experienced kidnappers.\n\nSelangor police chief Datuk Hussein Omar Khan confirmed that four other members of the gang were shot and killed on Aug. 3 in separate encounters.\n\nIf convicted under the Kidnapping Act, the six Malaysians will face a minimum prison sentence of 30 years or a maximum of 40 years and caning.\n\nDeputy Minister of Energy Transition and Water Transformation Akmal Nasrullah Mohd Nasir recently revealed that between 2018 and 2023, $723 million worth of electricity was lost to illegal crypto mining operators.\n\n“The theft of electricity by those who mine cryptocurrency occurs because they believe this activity cannot be detected due to the absence of meters on their premises,” Nasir explained at an event dedicated to destroying 2,022 seized items worth around $467,000, including Bitcoin (BTC) mining machines and electrical equipment.\n\nMagazine: AI may already use more power than Bitcoin — and it threatens Bitcoin mining\n\nCointelegraph is committed to independent, transparent journalism. This news article is produced in accordance with Cointelegraph’s Editorial Policy and aims to provide accurate and timely information. Readers are encouraged to verify information independently.", + "chars": 2520, + "sha256": "e60dfdfb7d809c3ae8183a6eb145a40e849906bf7adc859db32943d3ee6c3663", "staged_file": "01_cointelegraph-com.txt", - "paragraphs_kept": "ALL 18 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-14 of 18", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:50:30+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-14 plus headline [0]; dropped 1 leading and 3 trailing paragraphs. Case-term hits on page: 15.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "179": [ @@ -6216,43 +7575,47 @@ "verdict": "BLOCKED", "url": "https://www.ouest-france.fr/societe/justice/ils-menacent-un-homme-pour-de-la-cryptomonnaie-trois-jeunes-condamnes-pour-extorsion-a-angers-9b3310c6-6c61-11ef-8186-bc3b55f9d8c3", "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such", + "archive_tried": "2026-09-05T13:29:17+00:00", + "archive_note": "no Wayback Machine snapshot exists for this URL" } ], "178": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.dlnews.com/articles/regulation/abduction-of-hong-kong-child-marks-crimes-on-crypto-owners/", "source": "dlnews.com", "language": "unknown", - "text": "Abduction of Hong Kong toddler marks crime wave targeting crypto owners - DL News\n\nAbduction of Hong Kong toddler marks crime wave targeting crypto owners\n\nHome invasions are surging in Hong Kong as criminals seek crypto. Credit: Shutterstock / Shutterstock AI Generator\n\nHomeRegulationAbduction of Hong Kong toddler marks crime wave targeting crypto owners\n\nViolent criminals are increasingly invading residences to force crypto owners to give up assets.\n\nIt's not just Hong Kong — US case revealed a 'robbery crew' targeting crypto in homes.\n\nKidnapped boy was freed after two suspected kidnappers were arrested.\n\nLast week, Hong Kong police authorities arrested two 38-year-old women from mainland China for allegedly abducting a three-year-old boy.\n\nThe two grabbed him from a shopping mall in the neighbourhood of Tseung Kwan O on July 3 before demanding a ransom to be paid in USDT of US$660,000, according to a report in the Hong Kong Free Press.\n\nKwan King-pan, the Organised Crime and Triad Bureau’s Chief Superintendent, told reporters police had raided the apartment where the boy was being held the next day. He was freed and appeared to be unharmed, media reports said.\n\nThe official reminded the public that police are able to trace cryptocurrency.\n\n“Some criminals have mistakenly thought that cryptocurrencies are harder to trace, but I stress the force is capable and determined on bringing them to justice,” Kwan said.\n\nThe story marks the latest in a series of crypto-related attacks and kidnappings in the city and elsewhere.\n\nAt the end of March, a 19-year-old was lured to a hotel room in Hung Hom on the pretence of trading cryptocurrency, police said.\n\nUpon arrival, he was accosted by a group of nine individuals who demanded he give them the HK$180,000 he had made in trading crypto.\n\nTwo of the group then proceeded to beat him with baseball bats.\n\nA firm linked to Cambodia’s ruling family is running an $11b crypto scam operation\n\nThe Cambodian government says it wants to stop the rampant...The Cambodian government says it wants to stop the rampant surge in crypto romance scams and shut down the compounds in the...\n\nFew other details have been released, but the case is again being handled by detectives who specialise in triad, or organised crime, cases.\n\nAnd in May, a 55-year-old crypto investor in Sheung Shui was abducted by four men. The men stopped her car and attacked her husband with a stun gun before kidnapping her.\n\nShe was released by her captors about an hour later. The abduction was linked to a $1.9 million crypto investment dispute.\n\nSimilar crimes are occurring outside Hong Kong, too.\n\nLast month, a court in the US convicted Remy St Felix, 24, for leading a “robbery crew” targeting cryptocurrency owners in violent home invasions across four states.\n\nIn April 2023, St Felix, of West Palm Beach, Florida, and an accomplice “assaulted, zip-tied, and held the victim at gunpoint, and threatened more violence against the victim and the victim’s spouse, while other co-conspirators transferred more than $150,000 in cryptocurrency from the victim’s account,” according to the US Department of Justice.\n\nSimilar crimes have taken place in the Philippines targeting Chinese businessmen who have been kidnapped and held for ransoms payable in crypto.\n\nTwo men, Xia Kefu an and Sun Jing, were kidnapped in the country last month. On June 21, their families received calls demanding US$2 million in USDT for their release.\n\nThey were both found dead near Manila on June 27.\n\nSeveral attendees at EthCC in Brussels this week also shared on X that they had been the victim of assaults.\n\nCallan Quinn, DL News’ Hong Kong correspondent, covers the crypto industry in Asia. Have a tip? Contact the author at callan@dlnews.com.\n\nI signed up for Binance, Coinbase, and Kraken in Hong Kong — why this shouldn’t have happened\n\nOKX and seven other exchanges just said so long to Hong Kong — here’s what that means for its crypto scene\n\nWhy Sam Altman’s Worldcoin just got told to cease operations Hong Kong\n\nEthereum staking ETFs will hit Hong Kong in six months — and the financial hub won’t stop there\n\nHong Kong’s hopes for DeFi and the metaverse rise amid regulatory push\n\nAsian review site draws fire for ‘making scam brokers look legit’ — now it’s moving into crypto\n\nChinese telecom provider Coolpad to spend $13.5m on Bitcoin mining rigs for North America", - "chars": 4401, - "sha256": "d7603a66b80dee99fa8e75cc75098ee60003a2558684d821edd4898c4dd88d22", + "text": "Abduction of Hong Kong toddler marks crime wave targeting crypto owners - DL News\n\nViolent criminals are increasingly invading residences to force crypto owners to give up assets.\n\nIt's not just Hong Kong — US case revealed a 'robbery crew' targeting crypto in homes.\n\nKidnapped boy was freed after two suspected kidnappers were arrested.\n\nLast week, Hong Kong police authorities arrested two 38-year-old women from mainland China for allegedly abducting a three-year-old boy.\n\nThe two grabbed him from a shopping mall in the neighbourhood of Tseung Kwan O on July 3 before demanding a ransom to be paid in USDT of US$660,000, according to a report in the Hong Kong Free Press.\n\nKwan King-pan, the Organised Crime and Triad Bureau’s Chief Superintendent, told reporters police had raided the apartment where the boy was being held the next day. He was freed and appeared to be unharmed, media reports said.\n\nThe official reminded the public that police are able to trace cryptocurrency.\n\n“Some criminals have mistakenly thought that cryptocurrencies are harder to trace, but I stress the force is capable and determined on bringing them to justice,” Kwan said.\n\nThe story marks the latest in a series of crypto-related attacks and kidnappings in the city and elsewhere.\n\nAt the end of March, a 19-year-old was lured to a hotel room in Hung Hom on the pretence of trading cryptocurrency, police said.\n\nUpon arrival, he was accosted by a group of nine individuals who demanded he give them the HK$180,000 he had made in trading crypto.\n\nTwo of the group then proceeded to beat him with baseball bats.\n\nA firm linked to Cambodia’s ruling family is running an $11b crypto scam operation\n\nThe Cambodian government says it wants to stop the rampant...The Cambodian government says it wants to stop the rampant surge in crypto romance scams and shut down the compounds in the...\n\nFew other details have been released, but the case is again being handled by detectives who specialise in triad, or organised crime, cases.\n\nAnd in May, a 55-year-old crypto investor in Sheung Shui was abducted by four men. The men stopped her car and attacked her husband with a stun gun before kidnapping her.\n\nShe was released by her captors about an hour later. The abduction was linked to a $1.9 million crypto investment dispute.\n\nSimilar crimes are occurring outside Hong Kong, too.\n\nLast month, a court in the US convicted Remy St Felix, 24, for leading a “robbery crew” targeting cryptocurrency owners in violent home invasions across four states.\n\nIn April 2023, St Felix, of West Palm Beach, Florida, and an accomplice “assaulted, zip-tied, and held the victim at gunpoint, and threatened more violence against the victim and the victim’s spouse, while other co-conspirators transferred more than $150,000 in cryptocurrency from the victim’s account,” according to the US Department of Justice.\n\nSimilar crimes have taken place in the Philippines targeting Chinese businessmen who have been kidnapped and held for ransoms payable in crypto.\n\nTwo men, Xia Kefu an and Sun Jing, were kidnapped in the country last month. On June 21, their families received calls demanding US$2 million in USDT for their release.\n\nThey were both found dead near Manila on June 27.\n\nSeveral attendees at EthCC in Brussels this week also shared on X that they had been the victim of assaults.\n\nCallan Quinn, DL News’ Hong Kong correspondent, covers the crypto industry in Asia. Have a tip? Contact the author at callan@dlnews.com.", + "chars": 3493, + "sha256": "f0242bf8ce52aa7241221d0697952817a732e98eff6ca32175c540ca1c8e10c1", "staged_file": "01_dlnews-com.txt", - "paragraphs_kept": "ALL 36 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 4-28 of 36", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:50:37+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 4-28 plus headline [0]; dropped 3 leading and 7 trailing paragraphs. Case-term hits on page: 38.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "177": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://cointab.com/crypto-investor-ramesh-nair-lose-4m-to-robbers/", "source": "cointab.com", "language": "unknown", - "text": "UK-based Crypto Investor Ramesh Nair Loses Over $4M to Armed Robbers - CoinTab News\n\nUK-based Crypto Investor Ramesh Nair Loses Over $4M to Armed Robbers\n\nPopular UK-based crypto investor Ramesh Nair shares experience of how he lost over $4 million to armed robbers at home.\n\nLondon-based cryptocurrency investor Ramesh Nair has publicly confirmed being robbed at this home by three men armed with machetes. At the risk of being stabbed, the culprits forced Ramesh (popularly known as Ram) to transfer his cryptocurrency assets stored in his Ledger wallet to them.\n\nGoing through the record of transactions shared by the entrepreneur, the hackers made away with over $4.1 million worth of cryptocurrencies, primarily including Ether (ETH), Uniswap (UNI), and Chainlink (LINK), among others. At the time of writing, a majority of these assets are still being held at the attacker’s address.\n\nThis just happened- 3 guys physically robbed me at my home. They were armed with machetes.\n\nThey knew I had crypto and knew where I lived. They forced me to open my ledger and then transferred all of my crypto out. Luckily I didn’t get stabbed.\n\nIn a follow-up update, Ram, who described the incident as “one of the worst experiences of his life,” revealed that he is currently prioritizing safety over asset recovery. Meanwhile, Ram also called the attention of popular exchanges such as Binance, Coinbase, and Kraken to halt the attackers if funds are moved into their platforms.\n\nMinimizing the Risks of Physical Crypto Robbery\n\nRamesh Nair’s story has received broad sympathy from the cryptocurrency community on X, with some investors sharing that they had a similar horrible experience. While it is understandably difficult for cryptocurrency investors to disassociate their investment in the industry from their real-life, experienced investors typically recommend not disclosing too much about one’s crypto involvement in everyday conversations.\n\nAt the same time, it is usually best not to disclose the amount of cryptocurrencies you own while discussing them on social media groups and forums. Another safety measure is to store assets on multiple devices and addresses, minimizing the risk of what could be lost in the event of such a physical robbery.\n\nWe Have The Best Crypto Community on Telegram.\n\nWilfred Michael is a highly experienced cryptocurrency journo. He has spent more than five years covering this exciting new technological space, and relishes the opportunity to play a role in driving what he considers to be the future of finance.\n\nMORE POSTS LIKE THIS...\n\nMt. Gox’s Former CEO to Launch New “Transparent” Crypto Exchange\n\nEgo Death Capital Secures $100M to Fund Bitcoin-Focused Startups\n\nTrump Teases Idea of Using Bitcoin to Pay $35T US Govt Debt\n\nAlgorand Hits New Milestone of 3000 Nodes\n\nFold Holdings and Blackhawk Network Partner to Expand Bitcoin Gift Card Access\n\nU.S. SEC Acknowledges BlackRock’s Filing to Enable Staking in Spot Ethereum ETF\n\n$ZEC Hits 8-Year High After Grayscale Debuts Zcash ETF\n\nENA Jumps 17% on Ethena Fee Switch Proposal Approval\n\nHere’s How This Trader Turns $5K Into $5.4M on $PONS\n\nSolana-based Sanctum to Burn 25.9% of Supply, Revamp Token’s Ticker\n\nMarsCoin (MARSCOIN) Rockets Over 90% as Binance Derivatives Listing Ignites Rally\n\nFinally! Strategy Buys $370M in Bitcoin After 10-Week Buying Freeze", - "chars": 3357, - "sha256": "a4555d98e2c2a8d13920f5d348eebf64b0ee08a73ce59f1d3a60a822c3a4c329", + "text": "UK-based Crypto Investor Ramesh Nair Loses Over $4M to Armed Robbers - CoinTab News\n\nLondon-based cryptocurrency investor Ramesh Nair has publicly confirmed being robbed at this home by three men armed with machetes. At the risk of being stabbed, the culprits forced Ramesh (popularly known as Ram) to transfer his cryptocurrency assets stored in his Ledger wallet to them.\n\nGoing through the record of transactions shared by the entrepreneur, the hackers made away with over $4.1 million worth of cryptocurrencies, primarily including Ether (ETH), Uniswap (UNI), and Chainlink (LINK), among others. At the time of writing, a majority of these assets are still being held at the attacker’s address.\n\nThis just happened- 3 guys physically robbed me at my home. They were armed with machetes.\n\nThey knew I had crypto and knew where I lived. They forced me to open my ledger and then transferred all of my crypto out. Luckily I didn’t get stabbed.\n\nIn a follow-up update, Ram, who described the incident as “one of the worst experiences of his life,” revealed that he is currently prioritizing safety over asset recovery. Meanwhile, Ram also called the attention of popular exchanges such as Binance, Coinbase, and Kraken to halt the attackers if funds are moved into their platforms.\n\nMinimizing the Risks of Physical Crypto Robbery\n\nRamesh Nair’s story has received broad sympathy from the cryptocurrency community on X, with some investors sharing that they had a similar horrible experience. While it is understandably difficult for cryptocurrency investors to disassociate their investment in the industry from their real-life, experienced investors typically recommend not disclosing too much about one’s crypto involvement in everyday conversations.\n\nAt the same time, it is usually best not to disclose the amount of cryptocurrencies you own while discussing them on social media groups and forums. Another safety measure is to store assets on multiple devices and addresses, minimizing the risk of what could be lost in the event of such a physical robbery.\n\nWe Have The Best Crypto Community on Telegram.\n\nWilfred Michael is a highly experienced cryptocurrency journo. He has spent more than five years covering this exciting new technological space, and relishes the opportunity to play a role in driving what he considers to be the future of finance.", + "chars": 2359, + "sha256": "3fa28a30d35afe447b9fecffd70977901143af97336cb71a4c3fff8248c40963", "staged_file": "01_cointab-com.txt", - "paragraphs_kept": "ALL 26 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 3-12 of 26", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:50:41+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-12 plus headline [0]; dropped 2 leading and 13 trailing paragraphs. Case-term hits on page: 14.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "176": [ @@ -6261,49 +7624,53 @@ "verdict": "DEAD", "url": "https://www.bitget.com/news/detail/12560603986077", "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such", + "archive_tried": "2026-09-05T13:29:20+00:00", + "archive_note": "no Wayback Machine snapshot exists for this URL" } ], "175": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://aseannow.com/topic/1322601-russian-arrested-on-samui-for-allegedly-robbing-compatriot-of-%E0%B8%BF18m-in-bitcoins/", "source": "aseannow.com", "language": "unknown", - "text": "Russian arrested on Samui for allegedly robbing compatriot of ฿1.8m in Bitcoins - Koh Samui News - ASEAN NOW\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n\n \n\n\n \n\n \n \n\n\n \n \n \n \n \n\n\n \n \n\n\n\n\n\n\n\n \n\n\n\n\n\n \n\n\n\n\n\n \n\n\n\n\n\n \n\n\n\n\n\n \n\n\n\n\n\n\n\n \n \n \n \n \n\n \n \n \n\n \n\n\n \n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n\n \n \n\n\n \n\n \n \n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n Skip to content\n\nA better way to browse. Learn more.\n\nA full-screen app on your home screen with push notifications, badges and more.\n\nScroll the menu and tap Add to Home Screen.\n\nTap Add in the top-right corner.\n\nTap the 3-dot menu (⋮) in the top-right corner of the browser.\n\nTap Add to Home screen or Install app.\n\nConfirm by tapping Install.\n\nNo registered users viewing this page.\n\nTap the lock icon next to the address bar.\n\nTap Permissions → Notifications.\n\nAdjust your preference.\n\nClick the padlock icon in the address bar.\n\nSelect Site settings.\n\nFind Notifications and adjust your preference.\n\nEnsure the site is installed via Add to Home Screen.\n\nOpen Settings App → Notifications.\n\nFind your app name and adjust your preference.\n\nGo to Safari → Preferences.\n\nClick the Websites tab.\n\nSelect Notifications in the sidebar.\n\nFind this website and adjust your preference.\n\nTap Permissions.\n\nClick Permissions for this site.\n\nGo to Settings → Site permissions.\n\nTap Notifications.\n\nFind this site in the list and adjust your preference.\n\nOpen Firefox Settings.\n\nSearch for Notifications.", - "chars": 1600, - "sha256": "844aa1b15077aa78f95ed6ed84dc7516e2f0880bf2ec03a2a0e6116a64a5e13e", + "text": "Russian arrested on Samui for allegedly robbing compatriot of ฿1.8m in Bitcoins - Koh Samui News - ASEAN NOW\n \n \n \n \n\nA full-screen app on your home screen with push notifications, badges and more.\n\nScroll the menu and tap Add to Home Screen.\n\nTap Add in the top-right corner.\n\nTap the 3-dot menu (⋮) in the top-right corner of the browser.\n\nTap Add to Home screen or Install app.\n\nConfirm by tapping Install.\n\nNo registered users viewing this page.\n\nTap the lock icon next to the address bar.\n\nTap Permissions → Notifications.\n\nAdjust your preference.\n\nClick the padlock icon in the address bar.\n\nSelect Site settings.\n\nFind Notifications and adjust your preference.\n\nEnsure the site is installed via Add to Home Screen.\n\nOpen Settings App → Notifications.\n\nFind your app name and adjust your preference.\n\nGo to Safari → Preferences.\n\nClick the Websites tab.\n\nSelect Notifications in the sidebar.\n\nFind this website and adjust your preference.\n\nTap Permissions.\n\nClick Permissions for this site.\n\nGo to Settings → Site permissions.\n\nTap Notifications.\n\nFind this site in the list and adjust your preference.", + "chars": 1108, + "sha256": "666d4bb5434680633fbc3ba9b7a369c750bec156fe2f5b112e08a1076aa49d6f", "staged_file": "01_aseannow-com.txt", - "paragraphs_kept": "ALL 95 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 68-92 of 95", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:50:45+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 68-92 plus headline [0]; dropped 67 leading and 2 trailing paragraphs. Case-term hits on page: 3.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "174": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.cbc.ca/news/canada/montreal/suspects-arrested-montreal-calgary-crypto-kidnapping-1.7203455", "source": "cbc.ca", "language": "unknown", - "text": "4 suspects arrested in Montreal kidnapping | CBC News\n\n4 suspects arrested in Montreal kidnapping | CBC News Loaded\n\n4 suspects arrested in Montreal kidnapping\n\nThe kidnappers allegedly succeeded in stealing nearly $25,000 in cryptocurrency, credit cards and certain goods that the victims had in their possession.\n\nKidnappers allegedly ambushed couple in the Ahuntsic-Cartierville district, police say\n\nThe Canadian Press · Posted: May 14, 2024 7:27 AM EDT | Last Updated: May 14, 2024\n\nThe audio version of this article is generated by AI-based technology. Mispronunciations can occur. We are working with our partners to continually review and improve the results.\n\nMontreal police have arrested four suspects in connection with the alleged kidnapping and confinement of a couple in their 20s on March 10.\n\nPolice say the motive was to steal cryptocurrency, credit cards and other goods.\n\nThe Service de police de la Ville de Montréal (SPVM) said Monday that the first three suspects, aged 18 and 19, were arrested on May 8 in Montreal. They appeared at the courthouse to face charges including kidnapping, forcible confinement, robbery and unauthorized possession of a firearm.\n\nThe fourth suspect, a 21-year-old, was arrested at the Calgary International Airport on Friday after fleeing Quebec. He will be returned to Montreal this week to appear at the courthouse.\n\nThe SPVM also reported that searches in Rivière-des-Prairies-Pointe-aux-Trembles and Mercier-Hochelaga-Maisonneuve boroughs resulted in the seizure of a loaded firearm, ammunition, and a device for converting a pistol into an automatic weapon (Glock switch).\n\nAccording to the police, a man and a woman in their 20s were ambushed in the Ahuntsic-Cartierville district.\n\nLate in the evening, armed and hooded suspects appeared and ordered them to board two separate vehicles.\n\nA few hours later, the two victims were found in Dorval, one with facial injuries. Both victims are currently \"doing well,\" said police.\n\nThe kidnappers allegedly succeeded in robbing the couple of nearly $25,000 in cryptocurrency, credit cards and certain goods that the victims had in their possession.\n\nThe investigation is ongoing, with the SPVM indicating the possible involvement of other individuals.\n\nCBC's Journalistic Standards and Practices·About CBC News\n\nCorrections and clarifications·Submit a news tip·\n\nQuebec woman loses thousands after clicking on a Facebook ad\n\nCanada Revenue Agency gets more teeth to catch potential tax cheats\n\n$14.2M bank theft sparks court battle with B.C. crypto firm\n\nBitcoin, other cryptocurrencies collapse as investors flee risky assets", - "chars": 2630, - "sha256": "7fc00f267776934bea882fb025574ca379d2977e8c20bd80729248e2d3e93adb", + "text": "4 suspects arrested in Montreal kidnapping | CBC News\n\nThe kidnappers allegedly succeeded in stealing nearly $25,000 in cryptocurrency, credit cards and certain goods that the victims had in their possession.\n\nKidnappers allegedly ambushed couple in the Ahuntsic-Cartierville district, police say\n\nThe Canadian Press · Posted: May 14, 2024 7:27 AM EDT | Last Updated: May 14, 2024\n\nThe audio version of this article is generated by AI-based technology. Mispronunciations can occur. We are working with our partners to continually review and improve the results.\n\nMontreal police have arrested four suspects in connection with the alleged kidnapping and confinement of a couple in their 20s on March 10.\n\nPolice say the motive was to steal cryptocurrency, credit cards and other goods.\n\nThe Service de police de la Ville de Montréal (SPVM) said Monday that the first three suspects, aged 18 and 19, were arrested on May 8 in Montreal. They appeared at the courthouse to face charges including kidnapping, forcible confinement, robbery and unauthorized possession of a firearm.\n\nThe fourth suspect, a 21-year-old, was arrested at the Calgary International Airport on Friday after fleeing Quebec. He will be returned to Montreal this week to appear at the courthouse.\n\nThe SPVM also reported that searches in Rivière-des-Prairies-Pointe-aux-Trembles and Mercier-Hochelaga-Maisonneuve boroughs resulted in the seizure of a loaded firearm, ammunition, and a device for converting a pistol into an automatic weapon (Glock switch).\n\nAccording to the police, a man and a woman in their 20s were ambushed in the Ahuntsic-Cartierville district.\n\nLate in the evening, armed and hooded suspects appeared and ordered them to board two separate vehicles.\n\nA few hours later, the two victims were found in Dorval, one with facial injuries. Both victims are currently \"doing well,\" said police.\n\nThe kidnappers allegedly succeeded in robbing the couple of nearly $25,000 in cryptocurrency, credit cards and certain goods that the victims had in their possession.\n\nThe investigation is ongoing, with the SPVM indicating the possible involvement of other individuals.", + "chars": 2149, + "sha256": "b6f60b082c4f96ee00f4b49006c566a3541385e9a8741bcfa211ba9dd8f90065", "staged_file": "01_cbc-ca.txt", - "paragraphs_kept": "ALL 23 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 3-16 of 23", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:50:48+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-16 plus headline [0]; dropped 2 leading and 6 trailing paragraphs. Case-term hits on page: 16.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "173": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.nbcnews.com/news/us-news/fake-uber-driver-made-300000-stealing-customers-cryptocurrency-rcna184096", "source": "nbcnews.com", "language": "unknown", @@ -6311,47 +7678,50 @@ "chars": 2756, "sha256": "65ddc9e6b02bd82143b7d1441221a58ab2da41546f27150fc75bb73176dafefb", "staged_file": "01_nbcnews-com.txt", - "paragraphs_kept": "ALL 16 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-15 of 16", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:50:50+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-15 plus headline [0]; dropped 0 leading and 0 trailing paragraphs. Case-term hits on page: 11.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "172": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.bangkokpost.com/thailand/general/2735294/5-russians-arrested-in-crypto-abduction-case", "source": "bangkokpost.com", "language": "unknown", - "text": "Bangkok Post - 5 Russians arrested in crypto abduction case\n\n5 Russians arrested in crypto abduction case\n\nBelarusian couple forced into van in Phuket and forced to transfer B31m in crypto\n\nWRITER: \n Achadthaya Chuenniran and Online Reporters\n\nPHUKET: Police have arrested five Russian men accused of abducting a Belarusian couple on this resort island and forcing them to transfer 31 million baht worth of cryptocurrency before releasing them.\n\nPolice initially brought in four of the five Russians for questioning following a complaint by Albert Viviankou, 23, and his wife, whose name was not given. The couple alleged that a group of men abducted them in front of a restaurant near the Lor Rong intersection in Muang district around 10pm on Monday.\n\nThe couple were taken in a black Hyundai van and forced to transfer US$901,200, or about 31 million baht, worth of cryptocurrency. After the transfers were made, the gang released the couple, who immediately filed the complaint.\n\nThe first two Russian men were found in a room in the area, while the other two were held at Phuket airport as they were about to leave the country. All were taken to the Muang district police station for questioning, where they denied the charges.\n\nSubsequently, a fifth suspect, reported to be the mastermind, was apprehended at a massage shop on Patong beach and interrogated separately. All five continued to deny involvement.\n\nOn Thursday, the Phuket Provincial Court approved arrest warrants for the four Russians initially taken in for questioning. The men initially refused to sign their names in the police record of their arrest. They were detained at the Muang station for legal action.\n\nThe five are Zalim Nalchikov, 37; Oleg Bogdanov, 30; Azamat Nagofv, 36; Islam Abdokov, 29; and Aslan Abazov, 36.\n\nPolice have initially charged them with robbery, coercion, illegal detention and related offences.\n\nSome of the five Russian suspects involved in the alleged abduction of the Belusarian couple are interrogated by police. (Photo supplied/Achadthaya Chuenniran)\n\nForensic officials on Friday attempted to collect evidence from the alleged abduction van, but no evidence was found. However, evidence was obtained from a rented Toyota Fortuner used by the gang. The forensic team found a plastic basin, a kitchen knife, a folding knife, two rolls of adhesive tape, one roll of plastic rope, a stove lighter and a pair of scissors. All of the items were unused.\n\nAccording to a source, the Belarusian couple told police that they were riding a motorcycle from a game shop in tambon Chalong in Muang district to their accommodation in tambon Talad Yai when the abduction took place.\n\nAs they were about to enter a side street, three men in a Hyundai van cut in front of their bike, forcing them into the van. The couple’s heads were covered with plastic bags, and the male victim was punched to compel them to transfer the cryptocurrency.\n\nAfter the money was wired, the couple were released about a kilometre away from where they were abducted. The couple insisted they did not know the perpetrators, having entered Phuket since December last year, while the suspects arrived on the island just last month, the source said.\n\nMinor International Collaborates with Accenture to Advance AI-ready Workforce\n\nMan arrested over theft of B25,000 on Bangkok to Hong Kong flight\n\n40 Thai officials to study Chinese in Beijing\n\n‘Talk With The Anutin Cabinet’ to air every Saturday\n\nDense positioning of new streetlights spark questions over 9.9m project\n\nEU eyes Russia sanctions after drone ‘attack’ in Germany\n\n'Massive' Russian missile, drone attack on Kyiv kills 8\n\nDefence tech hub Munich booms as Europe rearms\n\nSign in or create an account to save this story to your Saved Stories.\n\nTo enjoy the full Bangkok Post experience,\n\nplease disable your ad blocker.", - "chars": 3847, - "sha256": "6e5aa67d2357902a84b6506781e119744a9b676e678fec5705004cf25e3a5d6f", + "text": "Bangkok Post - 5 Russians arrested in crypto abduction case\n\nPHUKET: Police have arrested five Russian men accused of abducting a Belarusian couple on this resort island and forcing them to transfer 31 million baht worth of cryptocurrency before releasing them.\n\nPolice initially brought in four of the five Russians for questioning following a complaint by Albert Viviankou, 23, and his wife, whose name was not given. The couple alleged that a group of men abducted them in front of a restaurant near the Lor Rong intersection in Muang district around 10pm on Monday.\n\nThe couple were taken in a black Hyundai van and forced to transfer US$901,200, or about 31 million baht, worth of cryptocurrency. After the transfers were made, the gang released the couple, who immediately filed the complaint.\n\nThe first two Russian men were found in a room in the area, while the other two were held at Phuket airport as they were about to leave the country. All were taken to the Muang district police station for questioning, where they denied the charges.\n\nSubsequently, a fifth suspect, reported to be the mastermind, was apprehended at a massage shop on Patong beach and interrogated separately. All five continued to deny involvement.\n\nOn Thursday, the Phuket Provincial Court approved arrest warrants for the four Russians initially taken in for questioning. The men initially refused to sign their names in the police record of their arrest. They were detained at the Muang station for legal action.\n\nThe five are Zalim Nalchikov, 37; Oleg Bogdanov, 30; Azamat Nagofv, 36; Islam Abdokov, 29; and Aslan Abazov, 36.\n\nPolice have initially charged them with robbery, coercion, illegal detention and related offences.\n\nSome of the five Russian suspects involved in the alleged abduction of the Belusarian couple are interrogated by police. (Photo supplied/Achadthaya Chuenniran)\n\nForensic officials on Friday attempted to collect evidence from the alleged abduction van, but no evidence was found. However, evidence was obtained from a rented Toyota Fortuner used by the gang. The forensic team found a plastic basin, a kitchen knife, a folding knife, two rolls of adhesive tape, one roll of plastic rope, a stove lighter and a pair of scissors. All of the items were unused.\n\nAccording to a source, the Belarusian couple told police that they were riding a motorcycle from a game shop in tambon Chalong in Muang district to their accommodation in tambon Talad Yai when the abduction took place.\n\nAs they were about to enter a side street, three men in a Hyundai van cut in front of their bike, forcing them into the van. The couple’s heads were covered with plastic bags, and the male victim was punched to compel them to transfer the cryptocurrency.\n\nAfter the money was wired, the couple were released about a kilometre away from where they were abducted. The couple insisted they did not know the perpetrators, having entered Phuket since December last year, while the suspects arrived on the island just last month, the source said.", + "chars": 3032, + "sha256": "cedac7cc3d97c68f03085df453cdfbf53b8d82ce74024833724b54e5db2b4fcd", "staged_file": "01_bangkokpost-com.txt", - "paragraphs_kept": "ALL 28 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 4-16 of 28", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:50:53+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 4-16 plus headline [0]; dropped 3 leading and 11 trailing paragraphs. Case-term hits on page: 23.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "171": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.romaniatv.net/afaceristul-din-cluj-care-sustine-ca-a-fost-torturat-pentru-parola-portofelului-cripto-era-de-fapt-beat-la-volan_8057741.html", "source": "romaniatv.net", "language": "unknown", - "text": "Afaceristul din Cluj care susţine că a fost torturat pentru parola portofelului cripto era, de fapt, beat la volan\n\nUn afacerist din Cluj a susţinut miercuri că ar fi fost răpit de mai mulţi bărbaţi şi torturat pentru a le dezvălui acestora parola de la portofelul său de criptomonede.\n\nBărbatul, patronul unui cunoscut restaurant din Cluj, a fost implicat într-un accident rutier ușor iar polițiștii au descoperit ulterior că acesta urcase beat la volan.\n\nAparatul a indicat o alcoolemie de 0,76.\n\nEl a povestit agenților că a fost sechestrat într-o hală și torturat. Agresorii l-ar fi lăsat chiar fără un deget. Aceștia ar fi vrut obțină accesul la portofelul virtual al afaceristului, unde ar avea criptomonede de peste 950.000 de lei.\n\nBărbatul susține că le-a dat codul de acces, ca să îl elibereze. Polițiștii nu au găsit nimic pe camerele de supraveghere din zonă care să confirme spusele bărbatului, dar fac cercetări în continuare.\n\nMihaela Borcea, în doliu! Finul ei, afaceristul Mihai Alexandru Mitoșeriu, găsit mort într-o cameră de hotel: „Ai plecat mult prea devreme”\n\nCum justifică Donald Trump faptul că a câștigat peste 1,4 miliarde de dolari din criptomonede în ultimul an: „Eu profit pentru că am mulţi bani şi mult cash”\n\nCiteşte şi: Protestele transportatorilor și fermierilor, ziua 9. Guvernul urmează să aprobe joi un set de măsuri convenite cu transportatorii şi fermierii\n\nInițial, omul de afaceri nu a făcut nici o plângere, dar a trebuit să dea explicații poliției după un accident rutier. Totul a ieșit la iveală cu puțin timp înainte de ora 6 dimineața, când un echipaj de poliție a fost direcționat spre o mașină implicată într-un eveniment rutier. Când au ajuns la autoturismul oprit pe marginea drumului, agenții l-au văzut pe șofer rănit, cu un deget secționat și plin de sânge. Acesta a fost testat și a rezultat o alcoolemie de 0,76 miligrame per litru, alcool pur în aer expirat.\n\n„La data de 16 ianuarie a.c., în jurul orei 05.45, în municipiul Cluj-Napoca a fost înregistrat un eveniment rutier în care a fost implicat un bărbat, de 42 de ani, aflat sub influența băuturilor alcoolice. Respectiv 0,76 mg/l alcool pur în aerul expirat”, precizează poliţia.\n\nCum a fost vorba despre un accident ușor, polițiștii l-au întrebat ce s-a petrecut și l-au transportat la spital, unde s-a și aflat întreaga poveste. Patronul le-a povestit oamenilor legii că ar fi fost torturat de trei indivizi mascați, într-o hală de la marginea orașului. Agresiunea a avut la bază codul secret de acces la portofelul electronic de criptomonede, unde, susține clujeanul, ar avea circa 200.000 de dolari.\n\nCiteşte şi: ÎPS Teodosie este aşteptat joi la DNA pentru a i se aduce la cunoştinţă calitatea de inculpat\n\nCiteste și...\n\nDe ce nu mai vor românii să plece la muncă în străinătate. Interesul a coborât la minimul ultimului deceniu\n\n„Poate îl dăm!”. Gigi Becali, anunț major înainte de Dinamo – FCSB\n\nA murit Costeluș de la Clejani. Care ar fi cauza decesului\n\nCalendar ortodox 6 septembrie 2026. Săptămâna se încheie cu o sărbătoare mare\n\nFlorin Cîțu acuză Comisia Europeană pentru creșterea taxelor în România: ”Este cea mai proastă și cea mai nocivă decizie posibilă”\n\nAu apărut primele oferte de Revelion. Cât costă să petreci noaptea dintre ani la hotelul din Mamaia al lui Gică Hagi\n\nPrognoza meteo 6 septembrie 2026. Prima zi de duminică din septembrie va fi excelentă pentru grătare și mers la mare. Maxima ajunge la 33 de grade\n\nNU mai ai voie să te plimbi cu TROTINETA în parc! Primăria cere blocarea lor completă\n\nÎncă o despărțire în casa Mireasa! Maria și Valentin au încheiat relația: „Nu a fost capabil”\n\nMihai Stoica a făcut cronica primului său Dinamo – FCSB: „Credeam că Bucureștiul mă înghite”. Cum vede acum derby-ul\n\nFlorin Barbu, atac la adresa lui Ilie Bolojan: Trebuie să plece înainte să pună definitiv agricultura românească pe butuci\n\nPoți primi amendă în parcarea Lidl, Kaufland sau Carrefour? Ce spune exact Codul Rutier în 2026\n\nPensionarii care continuă să lucreze își pot majora pensia. Ce acte sunt necesare și unde se depune cererea\n\nAnda este adolescenta din Gorj care a murit la scurt timp după ce a ajuns la spital! Fata de 14 ani a fost adusă în stare gravă, în urma unor complicații\n\nUn nou model Dacia. Va fi electric şi nu e Spring\n\nDoi minori de 16 ani, carbonizați pe un drum din Suceava, după ce mașina în care se aflau a fost cuprinsă de foc\n\nLovitură de teatru. Frații Pavăl au decis să investească masiv la Cluj\n\nSurprize pentru fiecare zodie. Horoscopul weekendului 5-6 septembrie 2026\n\nVIDEO Cresc prețurile la alimente și energie. Presiune tot mai mare pe bugetele românilor", - "chars": 4653, - "sha256": "215f5f09b82df383f292654598ba4a2d883dc62611fd9cb11534c56618f9a374", + "text": "Afaceristul din Cluj care susţine că a fost torturat pentru parola portofelului cripto era, de fapt, beat la volan\n\nUn afacerist din Cluj a susţinut miercuri că ar fi fost răpit de mai mulţi bărbaţi şi torturat pentru a le dezvălui acestora parola de la portofelul său de criptomonede.\n\nBărbatul, patronul unui cunoscut restaurant din Cluj, a fost implicat într-un accident rutier ușor iar polițiștii au descoperit ulterior că acesta urcase beat la volan.\n\nAparatul a indicat o alcoolemie de 0,76.\n\nEl a povestit agenților că a fost sechestrat într-o hală și torturat. Agresorii l-ar fi lăsat chiar fără un deget. Aceștia ar fi vrut obțină accesul la portofelul virtual al afaceristului, unde ar avea criptomonede de peste 950.000 de lei.\n\nBărbatul susține că le-a dat codul de acces, ca să îl elibereze. Polițiștii nu au găsit nimic pe camerele de supraveghere din zonă care să confirme spusele bărbatului, dar fac cercetări în continuare.\n\nMihaela Borcea, în doliu! Finul ei, afaceristul Mihai Alexandru Mitoșeriu, găsit mort într-o cameră de hotel: „Ai plecat mult prea devreme”\n\nCum justifică Donald Trump faptul că a câștigat peste 1,4 miliarde de dolari din criptomonede în ultimul an: „Eu profit pentru că am mulţi bani şi mult cash”\n\nCiteşte şi: Protestele transportatorilor și fermierilor, ziua 9. Guvernul urmează să aprobe joi un set de măsuri convenite cu transportatorii şi fermierii\n\nInițial, omul de afaceri nu a făcut nici o plângere, dar a trebuit să dea explicații poliției după un accident rutier. Totul a ieșit la iveală cu puțin timp înainte de ora 6 dimineața, când un echipaj de poliție a fost direcționat spre o mașină implicată într-un eveniment rutier. Când au ajuns la autoturismul oprit pe marginea drumului, agenții l-au văzut pe șofer rănit, cu un deget secționat și plin de sânge. Acesta a fost testat și a rezultat o alcoolemie de 0,76 miligrame per litru, alcool pur în aer expirat.\n\n„La data de 16 ianuarie a.c., în jurul orei 05.45, în municipiul Cluj-Napoca a fost înregistrat un eveniment rutier în care a fost implicat un bărbat, de 42 de ani, aflat sub influența băuturilor alcoolice. Respectiv 0,76 mg/l alcool pur în aerul expirat”, precizează poliţia.\n\nCum a fost vorba despre un accident ușor, polițiștii l-au întrebat ce s-a petrecut și l-au transportat la spital, unde s-a și aflat întreaga poveste. Patronul le-a povestit oamenilor legii că ar fi fost torturat de trei indivizi mascați, într-o hală de la marginea orașului. Agresiunea a avut la bază codul secret de acces la portofelul electronic de criptomonede, unde, susține clujeanul, ar avea circa 200.000 de dolari.", + "chars": 2617, + "sha256": "406f9165561a06c824ab46691a5103f8734c5d34b922e50181fa05a054e5f0e5", "staged_file": "01_romaniatv-net.txt", - "paragraphs_kept": "ALL 33 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-11 of 33", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:50:57+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-11 plus headline [0]; dropped 0 leading and 21 trailing paragraphs. Case-term hits on page: 11.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "170": [ @@ -6366,127 +7736,184 @@ "169": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.bbc.com/news/articles/c62e3v4ng7ko", "source": "bbc.com", "language": "unknown", - "text": "Greater Manchester gang who kidnapped man for cryptocurrency jailed\n\nGang who kidnapped man for cryptocurrency jailed\n\nGang members who kidnapped a man and forced him to handover hundreds of thousands of pounds worth of cryptocurrency have been jailed - after they were tracked down from DNA left on cigarette butts.\n\nBetween January and November 2023 the group repeatedly terrorised the victim, holding him against his will, using machetes and a pistol to attack him and drugging him with morphine, Greater Manchester Police said.\n\nThe group, who received sentences totally more than 75 years, were caught after police traced their DNA and used mobile phone date to link them to the scene.\n\nThe victim was found at an address in Irlam on 2 December after officers received an anonymous tip-off. Police said he had a burn mark on his hand and bruises on his body from where he had been hit with a weapon.\n\nHe told officers he had been brought to the property against his will on 30 November with a bag over his head and had been held overnight twice before.\n\nOn one occasion he was locked in a cupboard and violently assaulted, police said.\n\nThe victim also told officers the group had only let him go after he had paid them currency worth more than £100,000, adding they had visited his home and threatened to assault him if he failed to do so.\n\nDuring the investigation police seized a gun, a magazine containing three rounds of ammunition, imitation weapons, knives, meat cleavers, a metal baseball bat, a machete, and a hammer.\n\nThey also found electrical cables, ropes, and cable ties which were used to restrain the victim.\n\nGMP said the group was identified after documents belonging to one of the men were found at the property. Police were also able to identify DNA from several cigarette butts.\n\nPhone analysis also placed them all at the at the house in Irlam on relevant dates, police said.\n\nThe men, who appeared at Manchester Crown Court on Thursday were sentenced as follows:\n\nJonathan Newns, 24, from Salford, was jailed for 20 years after he was found guilty of of attempted robbery, false imprisonment, kidnap, and possession of a prohibited firearm\n\nDavid Povey, 38, from Whitefield, was jailed for 20 years after he was found guilty of robbery, kidnap, false imprisonment, and attempted robbery\n\nLuke Johnson, 25, from Eccles, was jailed for 13 years and six months after he was found guilty of attempted robbery, false imprisonment and kidnap\n\nGary Edwards, 47, from Cadishead, pleaded guilty to attempted robbery and was jailed for 10 years and two months.\n\nKane Godiff, 33, of no fixed address, pleaded guilty to attempted robbery and was jailed for seven years and five months\n\nKarl Johnson, 35, from Irlam, pleaded guilty to encouraging or assisting an offence of robbery and was jailed for three years\n\nScott Armstrong, 39, of no fixed abode, pleaded guilty to transferring criminal property and was jailed for two years and four months\n\nListen to the best of BBC Radio Manchester on Sounds and follow BBC Manchester on Facebook, X, and Instagram and watch BBC North West Tonight on BBC iPlayer.", - "chars": 3121, - "sha256": "2ebb42c9d5d39e27e9fa2f184020b565d0136d3653598c3c818de9d85b4391da", + "text": "Greater Manchester gang who kidnapped man for cryptocurrency jailed\n\nGang members who kidnapped a man and forced him to handover hundreds of thousands of pounds worth of cryptocurrency have been jailed - after they were tracked down from DNA left on cigarette butts.\n\nBetween January and November 2023 the group repeatedly terrorised the victim, holding him against his will, using machetes and a pistol to attack him and drugging him with morphine, Greater Manchester Police said.\n\nThe group, who received sentences totally more than 75 years, were caught after police traced their DNA and used mobile phone date to link them to the scene.\n\nThe victim was found at an address in Irlam on 2 December after officers received an anonymous tip-off. Police said he had a burn mark on his hand and bruises on his body from where he had been hit with a weapon.\n\nHe told officers he had been brought to the property against his will on 30 November with a bag over his head and had been held overnight twice before.\n\nOn one occasion he was locked in a cupboard and violently assaulted, police said.\n\nThe victim also told officers the group had only let him go after he had paid them currency worth more than £100,000, adding they had visited his home and threatened to assault him if he failed to do so.\n\nDuring the investigation police seized a gun, a magazine containing three rounds of ammunition, imitation weapons, knives, meat cleavers, a metal baseball bat, a machete, and a hammer.\n\nThey also found electrical cables, ropes, and cable ties which were used to restrain the victim.\n\nGMP said the group was identified after documents belonging to one of the men were found at the property. Police were also able to identify DNA from several cigarette butts.\n\nPhone analysis also placed them all at the at the house in Irlam on relevant dates, police said.\n\nThe men, who appeared at Manchester Crown Court on Thursday were sentenced as follows:\n\nJonathan Newns, 24, from Salford, was jailed for 20 years after he was found guilty of of attempted robbery, false imprisonment, kidnap, and possession of a prohibited firearm\n\nDavid Povey, 38, from Whitefield, was jailed for 20 years after he was found guilty of robbery, kidnap, false imprisonment, and attempted robbery\n\nLuke Johnson, 25, from Eccles, was jailed for 13 years and six months after he was found guilty of attempted robbery, false imprisonment and kidnap\n\nGary Edwards, 47, from Cadishead, pleaded guilty to attempted robbery and was jailed for 10 years and two months.", + "chars": 2528, + "sha256": "af3d5cbd1c4f00d12c8fb1b0ea918ac3c90cd7ac7919ae3bb2b3ff099f0b5665", "staged_file": "01_bbc-com.txt", - "paragraphs_kept": "ALL 22 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-17 of 22", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:51:00+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-17 plus headline [0]; dropped 1 leading and 4 trailing paragraphs. Case-term hits on page: 8.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "168": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.oregonlive.com/crime/2024/10/kidnapped-for-crypto-4-men-flew-from-florida-to-portland-tied-a-man-to-a-post-before-stealing-his-cryptocurrency-feds-say.html", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "oregonlive.com", + "language": "unknown", + "text": "Kidnapped for crypto: 4 men flew from Florida to Portland, tied a man to a post before stealing his cryptocurrency, feds say - oregonlive.com\n\nFour men are accused of flying to Portland from Florida, kidnapping a man, tying him to a post in a rural Washington County field and beating him to get the passcode to his cryptocurrency wallet.\n\nThe four now face federal charges of kidnapping and conspiracy to kidnap. They were arrested in Florida late last month and flown to Oregon to face the allegations in US. District Court in Portland.\n\nRalph Moreno Jr., 24, Justice Uallah Del Carpi, 22, and Jackson Reves, 19, entered not guilty pleas Thursday to the charges. Billy Cordova, 24, entered not guilty pleas earlier this month. They are being held at the federal detention center in Sheridan pending trial.\n\nAccording to an indictment, the four flew to Portland on Nov. 8, 2023, rented an Airbnb in Vancouver and used ride-share car services to get around.\n\nOver the next two days, they watched their target’s downtown Portland apartment and schemed how to carry out the kidnapping, the indictment alleges.\n\nOn Nov. 10, some in the group abducted the man, forced him from one car into another and drove him away from his residence while others entered the man’s apartment to try to access his cryptocurrency, the indictment alleges.\n\nThey drove the man to a field in Banks, tied him to a post with duct tape and repeatedly assaulted him before abandoning him, according to the indictment and police records.\n\nLater that day, they ultimately used the man’s password, or so-called “seed phrase,” to transfer digital currency from his cryptocurrency wallet to another location, the indictment says. Prosecutors have not disclosed how much currency was taken.\n\nA woman passing by found the man, now 22, taped to a post and called police at 8:33 a.m. on Nov. 11, according to the Washington County Sheriff’s Office.\n\nShe reported she located the man near Northwest Mountaindale Road and Old Pumpkin Ridge Road and said he appeared to have undergone some “torture,” according to the initial sheriff’s report. The case was turned over to Portland police and the FBI.\n\nThe four defendants initially appeared in federal court in Jacksonville before their transfer to Portland.\n\nIn Oregon, extortion and personal data breaches accounted for the most frequent cryptocurrency frauds reported in 2023, according to the FBI.\n\nLast year, the FBI’s Internet Crime Complaint Center received more than 69,000 complaints from the public nationally regarding cyber-enabled crime and financial fraud involving the use of cryptocurrency, with more than $5.6 million in reported losses.\n\n“As the use of cryptocurrencies grows in popularity for investors, criminals are deploying increasingly complex tactics to deceive and exploit the public,” Wayne A. Jacobs, special agent in charge of FBI’s Philadelphia office, said in a statement. Pennsylvania and New Jersey were among the top 10 states for most reported cryptocurrency complaints and for reported losses last year.\n\n-- Maxine Bernstein covers federal court and criminal justice. Reach her at 503-221-8212, mbernstein@oregonian.com , follow her on X @maxoregonian, or on LinkedIn.\n\nOur journalism needs your support. Subscribe today to OregonLive.com.", + "chars": 3285, + "sha256": "77ec47243eb316dcb8ed3b80e39d642c8fbea0488955f6322326bb26aeac33cc", + "staged_file": "01_oregonlive-com-wayback.txt", + "paragraphs_kept": "headline [0] + 6-21 of 28", + "method": "Wayback Machine snapshot 20250917235628, deterministic extraction", + "fetched_at": "2026-09-05T13:29:26+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20250917235628/https://www.oregonlive.com/crime/2024/10/kidnapped-for-crypto-4-men-flew-from-florida-to-portland-tied-a-man-to-a-post-before-stealing-his-cryptocurrency-feds-say.html", + "snapshot": "20250917235628", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2025-09-17", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 6-21 plus headline [0]; dropped 5 leading and 6 trailing paragraphs. Case-term hits on page: 20.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "167": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://mugglehead.com/binance-client-executives-robbed-of-12-5-million-while-on-vacation/", "source": "mugglehead.com", "language": "unknown", - "text": "Binance client executives robbed of USD$12.5 million while on a business trip to Montenegro - Mugglehead Investment Magazine\n\nHi, what are you looking for?\n\nThe city of Kotor in Montenegro. Image from Desemeus via Wikimedia Commons.\n\nExecutives of a Binance client were abducted while on a business trip in Montenegro and forced to empty their cryptocurrency wallets with a total loss of USD$12.5 million.\n\nBinance CEO Changpeng Zhao said via X that Binance immediately investigated the on-chain activities of the crypto transactions and reached out to its partners to freeze the wallet with stolen funds. He revealed that all the funds were taken in tether (USDT) and transferred to a Tron wallet.\n\nBinance managed to freeze about USD$11.8 million, or 94.4 per cent of the total stolen.\n\nWhen asked if crypto is better than fiat currencies kept in banks if your crypto wallet can be frozen, Zhao said it’s a balance with no perfect balance point.\n\n“If you use XMR, then there isn’t much anyone can do (or to help you with), as far as I know. Bitcoin can be traced, but not frozen, until you send it to a CEX [centralized exchange].”\n\nBinance Customer Support said on X the exchange’s standard procedure for stolen funds depends on the information provided. Maintaining an asset freeze on stolen assets required a police report within seven days after first contact with the exchange’s support department. Although, Binance could extend the freeze on a case-by-case basis if extra time were required to get the police report.\n\nLast week, Binance launched a Web3 wallet with the aim of reducing the barrier for self-custody. The cryptocurrency exchange characterized its new Web3 wallet as a self-custody crypto wallet integrated into the Binance app.\n\nA user’s private keys are reduced to three parts called keyshares, with two of the three shares in users control while the third remains with the exchange. The purpose of the design is to make the Web3 wallet self-custodial.\n\nCustody issues are among crypto’s oldest problems\n\nThe theft has brought custodial issues in cryptocurrency back into conversation.\n\nIssues surrounding custodianship of cryptocurrency are one of crypto’s oldest problems. They’re encapsulated in the common idiom “not your keys, not your crypto” which indicates that investors cannot have certainty over their crypto holdings unless they personally control the keys to the wallet where they are stored.\n\nIn this case, it’s in Binance and other exchange’s abilities to freeze assets granted in trust to them by their customers. In most other cases, it’s what happens to the assets when the cryptocurrency declares bankruptcy, or gets hacked. With one or two exceptions, there is no insurance from the Federal Deposit Insurance Corporation (FDIC) or any other option for exchanges like there are for banks.\n\nFor example, FTX held onto users’ wallets and keys, which meant controlling access to funds depended on the exchange’s ability to send it, which became complicated when the exchange developed a liquidity crisis. It’s a common theme throughout cryptocurrency with Canada’s own Quadriga CX enduring much the same problem when its owner Gerald Cotten died from complications of Crohn’s Disease while on vacation in 2017, leaving investors unable to access their funds.\n\nChangpeng Zhao, CEO of Binance. Image from Binance.\n\nAs cryptocurrency adoption has become more mainstream, many individuals who prefer not to deal with the technical complexities of managing their own wallet are relying on third-party services such as exchanges or investment managers that allow them to invest in crypto without requiring them to learn how to use a self-custody wallet.\n\nHowever, this means that the intermediary holds control over the keys to their holdings.\n\nAccording to proponents of the “not your keys” philosophy, a wallet on a centralized exchange does not genuinely belong to the account holder. When centralized exchanges, like FTX or Quadriga CX or Binance, halt withdrawals, users lose access to their crypto. In the event of a catastrophic event, be it the collapse of an exchange or a cyberattack, those holdings could be permanently lost.\n\n.\n\nIn this article:Binance, Bitcoin, Changpeng Zhao, cryptocurrency, cryptocurrency exchange, CZ, FDIC, Federal Deposit Insurance Corporation, FTX, Gerald Cotten, Quadriga CX, web3\n\nThe SEC and US authorities have been relentlessly targeting CZ and Binance over the past few years. What concerns me is the fact that the US authorities did not use the same extremely aggressive approach, tactics and investigation against FTX and Sam Bankman-Fried (until too late) and even after SBF violated his release conditions. Why such difference in treatment? Maybe the fact that Sam Bankman-Fried has US government connections with Gary Gensler through his parents (MIT) and girlfriend Caroline Ellison? The American justice system so far has treated Sam Bankman-Fried and FTX more favorably than CZ & Binance. But this won’t destroy Binance and won’t eliminate their dominant market position – something US authorities have been trying very hard to accomplish. Therefore, CZ used a smart tactic and listened to his lawyers and decided to plead guilty, pay the US fines and preserve Binance as a strong, viable business player in the crypto market. Very smart move and finally new chapter will open in the crypto universe. With the US authorities not pursuing any legal actions against the exchange, it will facilitate Binance’s further growth and help the overall crypto mass adoption. The future is bright and there is tons of new development and progress within the blockchain tech. The next bull run 2025-2026 (assuming all else equal and no more scandals or USDT liquidity issues), with take these hard facts into consideration and it will be the stepping stone for the Wall Street institutions to enter the crypto space via Bitcoin ETFs. Ethereum ETFs, etc. ETFs are coming and that’s why the US and Binance had to settle this fight. It’s great news for the crypto world! With EU’s MiCA Act in action, the US looks like set to develop (in near future) a standard-universal legal framework for the crypto, where all government agencies will be in agreement whether a crypto coin is a utility or a security…\n\nMicroduck robot waddles its way into spotlight with massive sales\n\nGoogle launches limited edition Pokémon Sleep-themed Fitbit Air\n\nMurder charges laid after late night cannabis facility explosion kills two\n\nFaulty website documentation could trick artificial intelligence agents into installing malware\n\nRevolution’s newly approved drug doubles pancreatic cancer survival time\n\nTrezor breach raises physical security concerns for crypto holders\n\nCriminals have increasingly targeted cryptocurrency owners through attacks extending beyond online scams and hacking\n\nCrypto treasury stocks regain momentum as market value reaches USD$340B\n\nInvestors accept the added corporate and financing risks because leverage can magnify gains during a rising market\n\nOklahoma data center leak drains 3 million gallons, closes schools\n\nCity documents reported by KOCO identified several previous safety problems at the property\n\nBitmine Ethereum holdings reach 4.9 per cent of total ETH supply\n\nBitmine holds 211 Bitcoin and USD$541 million in cash and marketable securities", - "chars": 7336, - "sha256": "6bd0c0e01ebcb0111f62ee9703af731cd19abc38fe2e346770590d15055ab453", + "text": "Binance client executives robbed of USD$12.5 million while on a business trip to Montenegro - Mugglehead Investment Magazine\n\nThe city of Kotor in Montenegro. Image from Desemeus via Wikimedia Commons.\n\nExecutives of a Binance client were abducted while on a business trip in Montenegro and forced to empty their cryptocurrency wallets with a total loss of USD$12.5 million.\n\nBinance CEO Changpeng Zhao said via X that Binance immediately investigated the on-chain activities of the crypto transactions and reached out to its partners to freeze the wallet with stolen funds. He revealed that all the funds were taken in tether (USDT) and transferred to a Tron wallet.", + "chars": 667, + "sha256": "d5e0c7782bd2e78a2537055c9768579d887e87e0490c484c6d157cd4c96d6445", "staged_file": "01_mugglehead-com.txt", - "paragraphs_kept": "ALL 36 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-4 of 36", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:51:04+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-4 plus headline [0]; dropped 1 leading and 31 trailing paragraphs. Case-term hits on page: 18.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "166": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://cryptopotato.com/bitcoin-robbery-gang-strikes-again-in-sweden-middle-aged-couple-targeted-report/", "source": "cryptopotato.com", "language": "unknown", - "text": "Bitcoin Robbery Gang Strikes Again in Sweden: Middle-Aged Couple Targeted: Report\n\n\n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n \n \n \n\n\n\n\n\n\n\n\n \n \n Skip to content\n\nBitcoin Robbery Gang Strikes Again in Sweden: Middle-Aged Couple Targeted: Report\n\nAccording to reports, there have been multiple instances of Bitcoin robbery committed by organized gangs in Sweden.\n\nIn a shocking turn of events, a middle-aged Swedish couple fell victim to a violent home invasion orchestrated by a gang of masked men determined to steal their Bitcoin holdings.\n\nThis incident, which unfolded earlier this week in the town of Rönninge, south of Stockholm, has highlighted the alarming trend of cryptocurrency-related robberies in Sweden.\n\nSweden’s Rising Trend of Violent Bitcoin Robberies\n\nThe robbery in Rönninge is described as a serious incident, with one victim being transported to the hospital via ambulance helicopter. Fortunately, their injuries are not life-threatening.\n\nAccording to Eric Wall, a Board Member at the StarkNet Foundation, who has been closely following these incidents, this Monday’s attack marks a concerning pattern of bitcoin-related robberies in Sweden.\n\nthere’s now officially a situation in sweden\n\nthis monday, a middle-aged swedish couple was tied up in their home and robbed by 4 masked men. they were physically abused and threatened with their own kitchen knives. they were tied up for hours and one had to be escorted to the…\n\nThis disturbing trend is not isolated, as just last month in Södertälje, two prominent figures in the bitcoin and crypto world fell victim to similar home invasions by masked, armed men. One of them suffered three hours of physical abuse, while the other narrowly escaped because their spouse was the only one at home.\n\nThe initial incident occurred last year when one of Sweden’s most well-known Bitcoin enthusiasts faced a brutal break-in at their apartment. Despite surrendering a significant amount of bitcoin and crypto assets, they endured hours of physical beatings and abuse in front of their partner, leaving lasting psychological scars.\n\nRipple CTO Emeritus: BIP-110 Vote Loss Doesn’t Justify New Chain\n\nBitcoin, Ethereum, Tron, and Cardano Tell Four Very Different Stories Through Active Addresses\n\nStrive Keeps Buying Bitcoin: Another 1,800 BTC Push Holdings Past 23K\n\nCrypto Robberies in Sweden Spark Privacy Concerns\n\nWhat is concerning is the apparent link between these occurrences and the victims’ recent public discussions surrounding Bitcoin, frequently through live-streamed podcasts or mentions on social media. This situation brings forth inquiries regarding the security and privacy of individuals engaged in the cryptocurrency industry in Sweden.\n\nA key factor among these cases is the ease with which personal information, including residential addresses and tax records, can be obtained in Sweden. This information is publicly accessible, making it convenient for potential criminals to target victims. The law responsible for this transparency is known as “Offentlighetsprincipen,” aimed at reducing corruption but proving inadequate in protecting individuals in the digital age.\n\nThe Swedish police have acknowledged the similarity in the means of operations of these robberies, tying them to a possible Bitcoin robbery gang. Investigations are ongoing, but no arrests have been made in connection with these incidents. As authorities continue their efforts to apprehend the culprits, the question of personal privacy and safety in Sweden’s cryptocurrency landscape remains a pressing concern.\n\nBitcoin \n \n\n \n \n crime \n \n\n \n \n Sweden\n\nWayne is a dynamic part-time trader with an impressive eye for detail. His passion for understanding financial systems has led to an intriguing interest in blockchain technology, and he enjoys exploring and writing about cryptocurrencies. Possessing a keen intellect and diligent work ethic, he stays up-to-date on the latest industry trends, regularly sharing his insights in articles and professional presentations.", - "chars": 4061, - "sha256": "dd49261deeb4573a33d3cf849ced01a57f6dc49d3a7c93d265d69ba18f35a3a5", + "text": "Bitcoin Robbery Gang Strikes Again in Sweden: Middle-Aged Couple Targeted: Report\n\nAccording to reports, there have been multiple instances of Bitcoin robbery committed by organized gangs in Sweden.\n\nIn a shocking turn of events, a middle-aged Swedish couple fell victim to a violent home invasion orchestrated by a gang of masked men determined to steal their Bitcoin holdings.\n\nThis incident, which unfolded earlier this week in the town of Rönninge, south of Stockholm, has highlighted the alarming trend of cryptocurrency-related robberies in Sweden.\n\nSweden’s Rising Trend of Violent Bitcoin Robberies\n\nThe robbery in Rönninge is described as a serious incident, with one victim being transported to the hospital via ambulance helicopter. Fortunately, their injuries are not life-threatening.\n\nAccording to Eric Wall, a Board Member at the StarkNet Foundation, who has been closely following these incidents, this Monday’s attack marks a concerning pattern of bitcoin-related robberies in Sweden.\n\nthere’s now officially a situation in sweden\n\nthis monday, a middle-aged swedish couple was tied up in their home and robbed by 4 masked men. they were physically abused and threatened with their own kitchen knives. they were tied up for hours and one had to be escorted to the…\n\nThis disturbing trend is not isolated, as just last month in Södertälje, two prominent figures in the bitcoin and crypto world fell victim to similar home invasions by masked, armed men. One of them suffered three hours of physical abuse, while the other narrowly escaped because their spouse was the only one at home.\n\nThe initial incident occurred last year when one of Sweden’s most well-known Bitcoin enthusiasts faced a brutal break-in at their apartment. Despite surrendering a significant amount of bitcoin and crypto assets, they endured hours of physical beatings and abuse in front of their partner, leaving lasting psychological scars.\n\nRipple CTO Emeritus: BIP-110 Vote Loss Doesn’t Justify New Chain\n\nBitcoin, Ethereum, Tron, and Cardano Tell Four Very Different Stories Through Active Addresses\n\nStrive Keeps Buying Bitcoin: Another 1,800 BTC Push Holdings Past 23K\n\nCrypto Robberies in Sweden Spark Privacy Concerns\n\nWhat is concerning is the apparent link between these occurrences and the victims’ recent public discussions surrounding Bitcoin, frequently through live-streamed podcasts or mentions on social media. This situation brings forth inquiries regarding the security and privacy of individuals engaged in the cryptocurrency industry in Sweden.\n\nA key factor among these cases is the ease with which personal information, including residential addresses and tax records, can be obtained in Sweden. This information is publicly accessible, making it convenient for potential criminals to target victims. The law responsible for this transparency is known as “Offentlighetsprincipen,” aimed at reducing corruption but proving inadequate in protecting individuals in the digital age.\n\nThe Swedish police have acknowledged the similarity in the means of operations of these robberies, tying them to a possible Bitcoin robbery gang. Investigations are ongoing, but no arrests have been made in connection with these incidents. As authorities continue their efforts to apprehend the culprits, the question of personal privacy and safety in Sweden’s cryptocurrency landscape remains a pressing concern.\n\nBitcoin \n \n\n \n \n crime \n \n\n \n \n Sweden\n\nWayne is a dynamic part-time trader with an impressive eye for detail. His passion for understanding financial systems has led to an intriguing interest in blockchain technology, and he enjoys exploring and writing about cryptocurrencies. Possessing a keen intellect and diligent work ethic, he stays up-to-date on the latest industry trends, regularly sharing his insights in articles and professional presentations.", + "chars": 3863, + "sha256": "9e268335ef6d285a7c389351e30636ebb733ac8a981c1620588c7ff9bc002d5e", "staged_file": "01_cryptopotato-com.txt", - "paragraphs_kept": "ALL 43 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 22-42 of 43", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:51:07+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 22-42 plus headline [0]; dropped 21 leading and 0 trailing paragraphs. Case-term hits on page: 28.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "164": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://rustavi2.ge/ka/news/268474", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "rustavi2.ge", + "language": "unknown", + "text": "კურიერის ექსკლუზივი, ყაჩაღობის კადრები, სადაც საქმის მთავარი ფიგურანტი ჩანს - რამდენი მილიონია წაღებული კრიპტოვალუტის გადამცვლელი ოფისიდან | Rustavi2\n\nირაკლი ზარქუა: ველოდები, რომ ტრამპი შეძლებს ამერიკა გახადოს უფრო დიადი და სამართლიანი - მისტერ ტრამპ, აბა თქვენ იცით, გამარჯვებები!\n\nკურიერის ექსკლუზივი, ყაჩაღობის კადრები, სადაც საქმის მთავარი ფიგურანტი ჩანს - რამდენი მილიონია წაღებული კრიპტოვალუტის გადამცვლელი ოფისიდან\n\n\"კურიერის\" მიერ ექსკლუზიურად მოპოვებული კადრები, კრიპტოვალუტის გადამცვლელ ერთ-ერთ ოფისშია გადაღებული. წუთნახევრიან მასალაში 30 ოქტომბერს მომხდარი ყაჩაღობის დეტალები ჩანს.\n\nსათვალთვალო კამერის ჩანაწერებით ირკვევა, რომ 17 საათსა და 36 წუთზე, ჭავჭავაძის ქუჩაზე მდებარე ოფისში რამდენიმე მამაკაცი შევიდა. \"კურიერის\" ინფორმაციით, მათ შორის იყო ძმები ფეიქრიშვილებიდან ერთ-ერთი - დათო ფეიქრიშვილი. მას თეთრი მაისური ეცვა და ქუდი ეხურა. ექსკლუზიურად მოპოვებულ მასალაში ჩანს, რომ თანმხლებ პირებს მითითებებს, როგორ იმოქმედონ, სწორედ ფეიქრიშვილი აძლევდა. ოთახის კუთხეში ახალგაზრდა მამაკაცი დგას. ის კომპანიის კუთვნილი სერვერების ამოღებას ცდილობს. სწორედ ამ სერვერებით, \"კურიერის\" ინფორმაციით, მათ რამდენიმე მილიონის წაღება შეძლეს. წაღებულია 900 ათასამდე ამერიკული დოლარიც.\n\nდათო ფეიქრიშვილის და მისი ძმის სახელი არაერთ კრიმინალურ საქმეში ფიგურირებდა. ისინი რამდენჯერმე ნასამართლევებიც არიან. სამართალდამცველებმა ძმები 2016 წელს, იარაღის უკანანო შეძენა-შენახვა-ტარებისთვის დააკავეს; მანამდე კი ტყუპი ფეიქრიშვილები სოსო ჯოხაძის მკვლელობასაც დაუკავშირეს. 2020 წელს ძმების აფეთქება იგეგმებოდა, თუმცა სახელმწიფო უსაფრთხოების სამსახურმა დანაშაული სისრულეში მოყვანამდე აღკვეთა და 7 პირი დააკავა .\n\n30 ოქტომბერს მომხდარ ყაჩაღობის ფაქტზე, ფეიქრიშვილს ბრალი დაუსწრებლად უკვე წარუდგინეს და მას პოლიცა ეძებს. სათვალთვალო კამერის ჩანაწერებში ჩანს, რომ ჯგუფი, რომელსაც სავარაუდოდ, დათო ფეიქრიშვილი ხელმძღვანელობდა, კარგად მომზადებული იყო. მათ თან ჰქონდათ ყურის რაციებიც და გარე ტერიტორიასაც აკონტროლებდნენ. გავრცელებული ინფორმაციით, ოფისიდან გამოსულებს ქუჩაში ავტომობილებით ელოდებოდნენ.\n\nდათო ფეიქრიშვილის ადვოკატი ბრალდებულის დანაშაულთან კავშირს გამორიცხავს. გიორგი ანთაძე ამბობს, რომ \"კურიერის\" მიერ მოპოვებული ექსკლუზიური კადრები არ არის საკმარისი მტკიცებულება, რომ ფეიქრიშვილმა დანაშაული ჩაიდინა და ყაჩაღობის მონაწილე იყო.\n\nსაპირისპიროს ამტკიცებს სათვალთვალო კამერის ჩანაწერი. მასალის არაერთ მონაკვეთში ჩანს, რომ დათო ფეიქრიშვილს საქამრეში, სავარაუდოდ, სწორედ იარაღი აქვს ჩადებული. ოთახში ამ დროს ოფისის თანამშრომლებთან ერთად, მომხმარებლებიც იმყოფებოდნენ და მათ გადაადგილების უფლება ეზღუდებოდათ.\n\nროგორ მოახერხეს დამნაშავეებმა გაძლიერებული დაცვითი სისტემის მიუხედავად ოფისში შეღწევა - დეტალები \"კურიერთან\" დღეს \"ტონვექსის\" იურისტმა მოყვა. მიხეილ მესხის თქმით, მამაკაცები ოფისის თანამშრომლებს კოლეგებად გაეცნენ და კარი მოტყუებით გააღებინეს.\n\nჭავჭავაძის 37 ნომერში მომხდარი ყაჩაღობის საქმეზე, ამ ეტაპზე, 2 პირია დაკავებული, დათო ფეიქრიშვილს კი ბრალი დაუსწრებლად აქვს წარდგენილი. დაუსწრებლად წარუდგინეს ბრალი კიდევ 4 პირს. საგამოძიებო მოქმედებების შესახებ გენერალურმა პროკურატურაში დღის ბოლოს ოფიციალური განცხადებაც გაკეთდა.\n\nკრიპტოვალუტის გადამცვლელ ოფისში მომხდარ დანაშაულზე გამოძიება ჯგუფურად ჩადენილი ყაჩაღობის მუხლით მიმდინარეობს. ბრალი 8-დან 12 წლამდე პატიმრობას ითვალისწინებს.", + "chars": 3182, + "sha256": "02342eef41f3c7cedbaa7b0160c3439b1366fd5f72a722e35ab92c5d54b621f6", + "staged_file": "01_rustavi2-ge-wayback.txt", + "paragraphs_kept": "headline [0] + 43-53 of 57", + "method": "Wayback Machine snapshot 20240609195844, deterministic extraction", + "fetched_at": "2026-09-05T13:29:32+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20240609195844/https://rustavi2.ge/ka/news/268474", + "snapshot": "20240609195844", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2024-06-09", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 43-53 plus headline [0]; dropped 42 leading and 3 trailing paragraphs. Case-term hits on page: 3.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "162": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.gmp.police.uk/news/greater-manchester/news/news/2025/january/criminal-gang-who-kidnapped-vulnerable-man-for-cryptocurrency-jailed-for-76-years/", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "gmp.police.uk", + "language": "unknown", + "text": "Criminal gang who kidnapped vulnerable man for cryptocurrency jailed for 76 years | Greater Manchester Police\n\nSorry, there was a technical problem. Please try again.\n\nCriminal gang who kidnapped vulnerable man for cryptocurrency jailed for 76 years\n\nOn 2 December 2023, police received an anonymous call reporting concerns for welfare at a flat in Irlam. Upon attending, police saw a man running away from the address – later identified as Karl Johnson.\n\nThey gained entrance and identified a victim who said to the officer ‘can you take me with you?’. He explained that he’d been brought to this property against his will with a bag over his head. He spoke of the ordeal they had subjected him to, he’d been violently assaulted and tied up.\n\nOfficers searched the address and found a dressing gown strap which had been tied to the bed, along with electrical cables. He also had a burn mark on his hand, and bruises on his body from where he had been hit with a weapon.\n\nDetectives uncovered that the victim had acquired hundreds of thousands of pounds worth of cryptocurrency which the defendants, through use of violence, kidnap, and false imprisonment, sought to steal.\n\nAn investigation was immediately launched by our Criminal Investigation Department in Salford and from the address, police recovered more weapons. They seized a viable firearm, a magazine containing three rounds of ammunition, an imitation firearm and an air pistol, electrical cables, ropes, and cable ties which were used to restrain the victim, knives, meat cleavers, a metal baseball bat, a machete, and a hammer. Police also found documents belonging to Karl Johnson, and several cigarette butts which had DNA from Karl and Luke Johnson.\n\nThe victim said he did not who was doing this to him but explained that similar incidents had happened several months earlier, but they had let him go as he had paid them over £100,000.\n\nAs the investigation developed, detectives identified that these men had terrorised the victim on several occasions, demanding crypto currency, using machetes and a pistol to assault him, and even drugging him with morphine on one occasion.\n\nIn January 2023, the victim was at home when he heard a knock on his door. The man at the door threatened to assault him if he didn’t transfer cryptocurrency to Scott Armstrong. The victim transferred the money, and upon receipt, the man left.\n\nLater that month, David Povey went back to the victims address with another man. They had a knife and were demanding more money.\n\nIn October 2023, the victim went to an address in Cadishead. When he arrived, Gary Edwards dragged him into the flat and he was tied up and forced to send more money. When he couldn’t pay immediately, they kept him restrained all night, subjected him to violent assaults, and locked him in a cupboard. If he didn’t pay, Kane Godiff told him he would be killed. After they received the money, he was freed.\n\nJust days later, they went to his house again, demanding more money. They took him to Egret Drive, the address he was later found at by police. Again, they placed a bag over his head and demanded money.\n\nThe final incident took place on 30 November, the victim had been at a friend’s address when he was approached by Gary Edwards and thrown into a van and had something put over his head.\n\nFurther phone analysis identified that the defendants were in contact in the nights leading up to the first kidnap. Similarly, after police located the victim, Jonathan Newns, David Povey, and Karl Johnson were all in regular contact with one another. Cell site analysis also placed them all at the at the house on Egret Drive on the dates of kidnap.\n\nA forensic analysis of the black hand pistol and ammunition that police seized provide a DNA profile which was a match for Jonathan Newns.\n\nToday (Thursday 30 January) the men appeared at Manchester Crown Court to be sentenced for their roles.\n\nJonathan Newns 13/05/2000 of Salix Court, Whitebeam Close, Salford was found guilty of two counts of attempted robbery, two counts of false imprisonment, kidnap, and possession of a prohibited firearm. He has been jailed for 20 years.\n\nDavid Povey 27/07/1986 of Dalebeck Close, Whitefield, was found guilty of robbery, kidnap, false imprisonment, and attempted robbery. He has been jailed for 20 years.\n\nLuke Johnson 29/10/1999 of Southway, Eccles, was found guilty of two counts of attempted robbery, two counts of false imprisonment, and two counts of kidnap. He has been jailed for 13 years and six months.\n\nGary Edwards 28/10/1977 of Cumberland Avenue, Cadishead, pleaded guilty to attempted robbery. He has been jailed for ten years and two months.\n\nKane Godiff 14/07/1991 of no fixed abode pleaded guilty to attempted robbery. He has been jailed for seven years and five months.\n\nKarl Johnson 24/07/1989 of Egret Drive, Irlam, pleaded guilty to two counts of encouraging or assisting an offence of robbery. He has been jailed for three years years.\n\nScott Armstrong 06/08/1985 of no fixed abode pleaded guilty to two counts of transferring criminal property. he has been jailed for two years and four months.\n\nInvestigating officer, Detective Sergeant Stephanie Bowling, said: “This was a challenging investigation which has thankfully resulted in these dangerous offenders being removed from the streets for a significant amount of time.\n\n“While I know that this sentence won’t change or takeaway from the trauma that our victim was subjected to, I sincerely hope that it helps him move forward with his life, safe in the knowledge that these men are now behind bars.”\n\nDetective Inspector Justin Bryant from our Salford district said: “These men showed a concerning propensity for violence and weren’t afraid to use a variety of formidable weapons to get what they want. I’d like to commend the victim for his bravery, and I hope he continues to recover from this experience.\n\n“I not only hope that this sentencing acts as a deterrent to anyone who may be considering such violence, but I hope it reassures the communities of Greater Manchester that we will use all specialist resources and skills catch harmful offenders.”", + "chars": 6149, + "sha256": "8ce4b37be8aff61b77202ac32ce622f9a6cba377c2530eda769b11b4d134d0a2", + "staged_file": "01_gmp-police-uk-wayback.txt", + "paragraphs_kept": "headline [0] + 5-32 of 33", + "method": "Wayback Machine snapshot 20250714004817, deterministic extraction", + "fetched_at": "2026-09-05T13:29:37+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20250714004817/https://www.gmp.police.uk/news/greater-manchester/news/news/2025/january/criminal-gang-who-kidnapped-vulnerable-man-for-cryptocurrency-jailed-for-76-years/", + "snapshot": "20250714004817", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2025-07-14", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 5-32 plus headline [0]; dropped 4 leading and 0 trailing paragraphs. Case-term hits on page: 11.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "161": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.thephuketnews.com/russian-mma-fighter-khusein-twin-brother-arrested-for-kidnap-torture-extortion-in-phuket-89533.php", "source": "thephuketnews.com", "language": "unknown", - "text": "Russian MMA fighter Khusein, twin brother arrested for kidnap, torture, extortion in Phuket\n\nPoll |\n Currency |\n Weather |\n Facebook |\n Youtube |\n Search\n\nPHUKET: Well-known MMA fighter Khusein Askhabov and his twin brother Khasan have been arrested in connection with three Kazakh nationals forcing their way into an Italian man’s villa at a resort in Cherng Talay and holding him bound and gagged while beating him for information in an hours-long ordeal that ended with the three men flying out of Phuket to Dubai after robbing the Italian man of more than B12 million in personal belongings.\n\nThe Italian man still bound and gagged when resort staff found him. Photo: Supplied\n\nThe man suffered multiple contusions to his face, torso and legs. Photo: Supplied\n\nHotel CCTV security cameras recorded the man making his way to freedom after escaping his villa still bound and gagged. Image: Screenshot\n\nThe report signed by Cherng Talay Police Chief Pol Col Chalermchai Hersawat last Tuesday confirming the arrests of 28-year-old Russian twin brothers Khusein and Khasan Askhabov. Photo: Supplied\n\nThe arrests were confirmed by a report of the incident by Cherng Talay Police Superintendent Pol Col Chalermchai Hersawat last Tuesday (Sept 5).\n\nThe report was recorded on a form marked “Form for reporting serious and shocking incidents and reasons that must be reported urgently” that was addressed to deputy national police chief Pol Gen Torsak Sukwimol, and all the senior ranking officers down the chain of command to Region 8 Police, Phuket Provincial Police and even the Phuket Governor and Thalang District Chief.\n\nOf note, so far police ‒ or any other officials ‒ in Phuket have yet to publicly recognise the incident, despite a press conference last Friday (Sept 8) that was held specifically to assure the public that law-enforcement in Phuket was dealing with any aspects of criminal activity by Russians in Phuket.\n\nThe press conference was held in response to a report by Al Jazeera, reporting already long well known problems of Russians working illegally, and the arrival of violent crime by Russian nationals on the island, including the threat of gangland violence rearing its head on the streets, such as when a Kazakh national opened fire four times in broad daylight on 44-year-old Russian businessman Dmitry Aleynikov outside a cafe in Boat Avenue on June 7.\n\nThe report issued by Cherng Talay Police Chief Pol Col Chalermchai last Tuesday confirmed the arrests of 28-year-old Russian twin brothers Khasan Askhabov and Khusein Askhabpov (the report used the different spelling of the brothers’ family name, but clearly marked the brothers as “twins”).\n\nBorn in Grozny, Chechnya, Khusein Askhabov is well known as MMA fighter ‘Nohcho’. Although ESPN still lists Khusein as fighting out of Tiger Muay Thai in Chalong, he is now understood to be training at a Muay Thai camp in Cherng Talay.\n\nKhusein and his brother Khasan were arrested on Tuesday (Sept 5), Col Chalermchai confirmed. The report did not mark where the twins were arrested, but noted they were taken into custody under arrest warrants No. 479/2566 and No 480/2566, issued by Phuket Provincial Court on Monday (Sept 4).\n\nThe report confirmed the arrests were made with the intent of prosecuting the brothers with “the act of robbery done with cruelty to the extent that others receive it and endangering the body or mind through torture\", charges which fall under the Prevention and Suppression of Torture and Enforced Disappearance Act B.E. 2565 (2022), which covers three significant offences including torture, cruel, inhuman or degrading treatment or punishment as well as enforced disappearance.\n\nThe report marked that the arrests followed an investigation launched after a formal complaint of the incident was received on Monday (Sept 4). The report did not mark details of the ordeal, but did confirm the theft of:\n\nOne Rolex ‘Daytona’ watch valued at about B2,476,500\n\nOne Patek Philippe ‘Nautilus’ watch valued at about B3,805,250\n\nOne GRAFF watch valued at about B1,600,200\n\nOne Macbook, a new iPhone 13 and a new iPhone 14, and a pair of sunglasses\n\nAlso listed as stolen were the Italian man’s passport, his ADIB bank (Abu Dhabi Islamic Bank) debit card as well as passwords for accessing his telephones, safe and computers.\n\nThe Phuket News was told that the three men also stole 40,000 euros in cash (about B1,523mn) from the safe plus 16,000 euros (about B609,578) was stolen in Dubai by use of the stolen debit card, which was known only after the incident had been reported to police.\n\nA source close to the Italian man told The Phuket News that the ordeal began when three men entered the Italian man’s villa at the well-known resort through a side door and grabbed him while he was still asleep in the bedroom at about 11pm last Sunday night (Sept 3).\n\nThe three, which the Italian man said he had never seen before, dragged him out of the bedroom then bound, gagged and blindfolded him.\n\nHis assailants then received a phone call from a person orchestrating the attack, through which the three men asked for information, including the location of a drive containing a ledger of cryptocurrency, which the Italian men denied he had.\n\nThe first beating began, lasting some 30 minutes, which ended with another phone call to the three attackers, relaying further instructions.\n\nThe ordeal continued through the night, with the Italian man suffering multiple contusions to his face and body from the beatings.\n\nThe three men eventually fled the villa, leaving the Italian man bound and gagged.\n\nCCTV security footage from the resort showed the Italian man finally making his escape, rolling down a pathway ‒ still bound and gagged but no long blindfolded ‒ towards the resort’s motorbike parking area at 4:48pm the next day (Monday, Sept 4).\n\nThe three attackers were later identified and confirmed as clearing Immigration at Phuket International Airport at 6:58am last Monday (Sept 4). The three men boarded Flight EK397 from Phuket to Dubai, and are now believed to have returned to Kazakhstan\n\nThe Italian man said he had first met the Askhabov brothers at a beach cafe in Cherng Talay about a year ago. They had become acquaintances over the past year. However, he had never seen the three Kazakh attackers before the ordeal.\n\nserfer, reading the article it sounds like the Italian told Police that the Kazakh's were most likely getting the phone calls from the Russian's. The hoards of Russian's is like a plague on Phuket. They are horrible people. Loud, rude, drive like idiots. Park their cars wherever they like. Leave their kids running wild in restaurants. They think they own the place, totally inconsiderat...\n\nsolar_serfer |\n 12 September 2023 - 17:56:34\n\nKazakhs and especially the Chechens are definitely not \"Russians'.\n\nTaswegian |\n 12 September 2023 - 11:38:13\n\nWell well! Big loss of face to the immigration bureau. What was that statement they made just days ago. \"No Russian mafia. Only 3 cases of crimes involving Russians.\" Does this quality as case no. 4? Muay Thai camps are breeding pens for low IQ foreign meatheads that are an embarrassment to any country, not just Russia. Well known by whom? Sad gits that get off watching people get beaten...\n\nCapricornball |\n 12 September 2023 - 00:48:00\n\nOf course the police say nothing, they are corrupt to the core and don't give one s#!^ what anyone says or thinks. I wouldn't be surprised if the police are now in possession of the Italian guy's assets that were taken before the Kazaks were escorted to the airport. This place is circling the bowl, and is quickly becoming dangerous and intolerable. Police are a huge part of the problem...\n\noh i though there were absolutely no russian gangsters around here.... immigration officer are totally sure as always..wtf... and police are all clean and transparent as we know it too...yeah right\n\nHermann1 |\n 11 September 2023 - 21:44:24\n\nAbsolute scumbags. Sadly so many of those martial arts schools are popping up on Phuket. And sadly more than just a few of those sports men are quite dodgy. Hope they will get those Kazaks too.\n\nWell well we’ll be interesting to read what this fantastic good RTP have to say.\n\nFascinated |\n 11 September 2023 - 19:01:15\n\nIt can't be true, we had an article the other day saying how cute and cuddly the Russians are and not involved in crime here. You don't mean to tell me they were wrong do you?\n\nKuwaiti tourist caught after spraying Patong pharmacist\n\nPhuket-Phang Nga route showcases new MICE adventure campaign\n\nPhuket tourism leaders call for shift from volume to value\n\nMobile blood drives roll out for September\n\nGirl, 8, killed in motorbike collision with truck\n\nPHUKET XTRA: VIDEO: Shots Fired Near Chalong Reservoir, Fugitive Busted, Reckless Jet Ski Hazard || Sep 4\n\nKorean fraud suspect arrested after hiding in Phuket\n\nThai-Nepali group backs Phuket cultural tourism\n\nMan, 51, dies in apparent self-inflicted shooting in Chalong\n\nJet-ski riders spark near-miss with tourist boat off Phuket\n\nUS sailors descend on Pattaya after months at sea\n\nMan arrested over discharging firearms near Chalong reservoir\n\nPHUKET XTRA: VIDEO: Man Adrift in Phang Nga Bay Rescued, Suspended Students Fires Gun In School || Sep 3\n\nEDC field in Cherng Talay eyed for Heroines Festival\n\nFreedom Beach closed indefinitely as rough seas persist", - "chars": 9391, - "sha256": "95eb7f45e9835c913c9373ccad302a400923ed1e1328d981cd0fce521c27df4f", + "text": "Russian MMA fighter Khusein, twin brother arrested for kidnap, torture, extortion in Phuket\n\nPHUKET: Well-known MMA fighter Khusein Askhabov and his twin brother Khasan have been arrested in connection with three Kazakh nationals forcing their way into an Italian man’s villa at a resort in Cherng Talay and holding him bound and gagged while beating him for information in an hours-long ordeal that ended with the three men flying out of Phuket to Dubai after robbing the Italian man of more than B12 million in personal belongings.\n\nThe Italian man still bound and gagged when resort staff found him. Photo: Supplied\n\nThe man suffered multiple contusions to his face, torso and legs. Photo: Supplied\n\nHotel CCTV security cameras recorded the man making his way to freedom after escaping his villa still bound and gagged. Image: Screenshot\n\nThe report signed by Cherng Talay Police Chief Pol Col Chalermchai Hersawat last Tuesday confirming the arrests of 28-year-old Russian twin brothers Khusein and Khasan Askhabov. Photo: Supplied\n\nThe arrests were confirmed by a report of the incident by Cherng Talay Police Superintendent Pol Col Chalermchai Hersawat last Tuesday (Sept 5).\n\nThe report was recorded on a form marked “Form for reporting serious and shocking incidents and reasons that must be reported urgently” that was addressed to deputy national police chief Pol Gen Torsak Sukwimol, and all the senior ranking officers down the chain of command to Region 8 Police, Phuket Provincial Police and even the Phuket Governor and Thalang District Chief.\n\nOf note, so far police ‒ or any other officials ‒ in Phuket have yet to publicly recognise the incident, despite a press conference last Friday (Sept 8) that was held specifically to assure the public that law-enforcement in Phuket was dealing with any aspects of criminal activity by Russians in Phuket.\n\nThe press conference was held in response to a report by Al Jazeera, reporting already long well known problems of Russians working illegally, and the arrival of violent crime by Russian nationals on the island, including the threat of gangland violence rearing its head on the streets, such as when a Kazakh national opened fire four times in broad daylight on 44-year-old Russian businessman Dmitry Aleynikov outside a cafe in Boat Avenue on June 7.\n\nThe report issued by Cherng Talay Police Chief Pol Col Chalermchai last Tuesday confirmed the arrests of 28-year-old Russian twin brothers Khasan Askhabov and Khusein Askhabpov (the report used the different spelling of the brothers’ family name, but clearly marked the brothers as “twins”).\n\nBorn in Grozny, Chechnya, Khusein Askhabov is well known as MMA fighter ‘Nohcho’. Although ESPN still lists Khusein as fighting out of Tiger Muay Thai in Chalong, he is now understood to be training at a Muay Thai camp in Cherng Talay.\n\nKhusein and his brother Khasan were arrested on Tuesday (Sept 5), Col Chalermchai confirmed. The report did not mark where the twins were arrested, but noted they were taken into custody under arrest warrants No. 479/2566 and No 480/2566, issued by Phuket Provincial Court on Monday (Sept 4).\n\nThe report confirmed the arrests were made with the intent of prosecuting the brothers with “the act of robbery done with cruelty to the extent that others receive it and endangering the body or mind through torture\", charges which fall under the Prevention and Suppression of Torture and Enforced Disappearance Act B.E. 2565 (2022), which covers three significant offences including torture, cruel, inhuman or degrading treatment or punishment as well as enforced disappearance.\n\nThe report marked that the arrests followed an investigation launched after a formal complaint of the incident was received on Monday (Sept 4). The report did not mark details of the ordeal, but did confirm the theft of:\n\nOne Rolex ‘Daytona’ watch valued at about B2,476,500\n\nOne Patek Philippe ‘Nautilus’ watch valued at about B3,805,250\n\nOne GRAFF watch valued at about B1,600,200\n\nOne Macbook, a new iPhone 13 and a new iPhone 14, and a pair of sunglasses\n\nAlso listed as stolen were the Italian man’s passport, his ADIB bank (Abu Dhabi Islamic Bank) debit card as well as passwords for accessing his telephones, safe and computers.\n\nThe Phuket News was told that the three men also stole 40,000 euros in cash (about B1,523mn) from the safe plus 16,000 euros (about B609,578) was stolen in Dubai by use of the stolen debit card, which was known only after the incident had been reported to police.\n\nA source close to the Italian man told The Phuket News that the ordeal began when three men entered the Italian man’s villa at the well-known resort through a side door and grabbed him while he was still asleep in the bedroom at about 11pm last Sunday night (Sept 3).\n\nThe three, which the Italian man said he had never seen before, dragged him out of the bedroom then bound, gagged and blindfolded him.\n\nHis assailants then received a phone call from a person orchestrating the attack, through which the three men asked for information, including the location of a drive containing a ledger of cryptocurrency, which the Italian men denied he had.\n\nThe first beating began, lasting some 30 minutes, which ended with another phone call to the three attackers, relaying further instructions.\n\nThe ordeal continued through the night, with the Italian man suffering multiple contusions to his face and body from the beatings.\n\nThe three men eventually fled the villa, leaving the Italian man bound and gagged.\n\nCCTV security footage from the resort showed the Italian man finally making his escape, rolling down a pathway ‒ still bound and gagged but no long blindfolded ‒ towards the resort’s motorbike parking area at 4:48pm the next day (Monday, Sept 4).\n\nThe three attackers were later identified and confirmed as clearing Immigration at Phuket International Airport at 6:58am last Monday (Sept 4). The three men boarded Flight EK397 from Phuket to Dubai, and are now believed to have returned to Kazakhstan\n\nThe Italian man said he had first met the Askhabov brothers at a beach cafe in Cherng Talay about a year ago. They had become acquaintances over the past year. However, he had never seen the three Kazakh attackers before the ordeal.\n\nserfer, reading the article it sounds like the Italian told Police that the Kazakh's were most likely getting the phone calls from the Russian's. The hoards of Russian's is like a plague on Phuket. They are horrible people. Loud, rude, drive like idiots. Park their cars wherever they like. Leave their kids running wild in restaurants. They think they own the place, totally inconsiderat...\n\nsolar_serfer |\n 12 September 2023 - 17:56:34\n\nKazakhs and especially the Chechens are definitely not \"Russians'.\n\nTaswegian |\n 12 September 2023 - 11:38:13\n\nWell well! Big loss of face to the immigration bureau. What was that statement they made just days ago. \"No Russian mafia. Only 3 cases of crimes involving Russians.\" Does this quality as case no. 4? Muay Thai camps are breeding pens for low IQ foreign meatheads that are an embarrassment to any country, not just Russia. Well known by whom? Sad gits that get off watching people get beaten...\n\nCapricornball |\n 12 September 2023 - 00:48:00\n\nOf course the police say nothing, they are corrupt to the core and don't give one s#!^ what anyone says or thinks. I wouldn't be surprised if the police are now in possession of the Italian guy's assets that were taken before the Kazaks were escorted to the airport. This place is circling the bowl, and is quickly becoming dangerous and intolerable. Police are a huge part of the problem...\n\noh i though there were absolutely no russian gangsters around here.... immigration officer are totally sure as always..wtf... and police are all clean and transparent as we know it too...yeah right\n\nHermann1 |\n 11 September 2023 - 21:44:24\n\nAbsolute scumbags. Sadly so many of those martial arts schools are popping up on Phuket. And sadly more than just a few of those sports men are quite dodgy. Hope they will get those Kazaks too.\n\nWell well we’ll be interesting to read what this fantastic good RTP have to say.\n\nFascinated |\n 11 September 2023 - 19:01:15\n\nIt can't be true, we had an article the other day saying how cute and cuddly the Russians are and not involved in crime here. You don't mean to tell me they were wrong do you?", + "chars": 8391, + "sha256": "71109dc0bcd3d39305ecd676375b53f3fa1804a93ca62dea0b8d24a8dbff6d03", "staged_file": "01_thephuketnews-com.txt", - "paragraphs_kept": "ALL 59 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-43 of 59", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:51:13+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-43 plus headline [0]; dropped 1 leading and 15 trailing paragraphs. Case-term hits on page: 59.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "160": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.audacy.com/1010wins/news/local/fake-fbi-agents-in-porsche-tase-tie-couple-in-queens", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "audacy.com", + "language": "unknown", + "text": "NYC HOME INVASION: Fake FBI agents in Porsche tase and tie couple, steal Mercedes, $40K in cash, crypto\n\nPolice are searching for two men who they say posed as FBI agents to rob a couple of a Mercedes, cash and cryptocurrency in Queens.\n\nBy 1010 WINS NewsroomJul 21, 2023Jul 21, 2023 08:16 AM\n\nThe shared resources of the 1010 WINS newsroom created this story. Many stories on 1010WINS.com are created through the work of newsroom staff,…\n\nLocalMost PopularGoogle News Feed1010winsNews\n\nNEW YORK (1010 WINS/WCBS 880) -- A pair of phony FBI agents in a Porsche tased and tied up a couple at their Queens home and stole their Mercedes-Benz, along with $40,000 in cash and cryptocurrency, police said.\n\nThe NYPD released video Friday showing the two suspects they're after in last Sunday morning's robbery in Flushing.\n\nA 25-year-old man and 31-year-old woman were returning to their home near Main Street and Elder Avenue at 7:30 a.m. when two men pulled up in a black Porsche Cayenne, police said.\n\nSurveillance video shows the two suspects walking down a hallway.NYPD\n\nThe men falsely identified themselves as FBI agents and displayed firearms in their waistbands, according to cops.\n\nThey then tased and tied up both victims before stealing numerous valuables from their home, police said.\n\nThe violent robbery unfolded near Main Street and Elder Avenue in Flushing on July 16.Google Street View\n\nThe stolen property includes a 2019 Mercedes-Benz GT50, $20,000 cash, $20,000 cryptocurrency, a Rolex watch, a Hermes bag, a Chanel bag, a wallet and a cellphone.\n\nThe fraudulent feds fled in the Porsche and the stolen Mercedes.\n\nThe victims were not seriously injured in the home invasion, according to police.\n\nAnyone with information is asked to call Crime Stoppers at 1-800-577-TIPS.\n\nBoy, 13, punched in face, robbed of scooter in daytime attack at Gramercy park\n\nGroup beats and 'twists' subway rider, 43, in brutal Brooklyn robbery\n\nFor-hire driver robbed at knifepoint in the Bronx\n\nNewsNewsNewsNationalNewsNationalNationalNewsNationalNewsNationalNewsNationalNewsNewsNationalNewsNationalNationalNationalNewsNationalNewsNationalNewsNational1010winswticthesky973kcbsradioWWLtalk980amkdawnwccoradiokxntkmoxAudacykdkaradioknxnewskmbz989word1210wphtnewsradiowrvawbenNewswbbm780NewskrldNewsNationalNews971talkknsswilknewsNewsNationalNewsNewsNewsNationalNewsNationalNationalNationalNationalNationalNewsNational\n\n1210wphtnewsradiowrvawbenwbbm780krldknssEntertainmentEntertainmentEntertainmentEntertainmentEntertainmentEntertainmentEntertainmentEntertainmentEntertainmentEntertainmentEntertainmentEntertainmentEntertainmentEntertainmentEntertainmentEntertainmentEntertainment1010winstalk1370wticupstateredkcbsradioWWLkywnewsradiokdawnwccoradiokmoxEntertainmentknxnewskmbzwwjnewsradio", + "chars": 2780, + "sha256": "34e5977ad02d61f5e69c0a54e0d79af822f6af852f313692d582eaa95f6aeae4", + "staged_file": "01_audacy-com-wayback.txt", + "paragraphs_kept": "headline [0] + 14-33 of 38", + "method": "Wayback Machine snapshot 20260621081245, deterministic extraction", + "fetched_at": "2026-09-05T13:29:44+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260621081245/https://www.audacy.com/1010wins/news/local/fake-fbi-agents-in-porsche-tase-tie-couple-in-queens", + "snapshot": "20260621081245", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2026-06-21", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 14-33 plus headline [0]; dropped 13 leading and 4 trailing paragraphs. Case-term hits on page: 20.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "158": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://abc13.com/post/smash-and-grab-robbery-smokies-smoke-shop-truck-crashes-into-beechnut-store-crash/13302865/", "source": "abc13.com", "language": "unknown", - "text": "7 arrested after suspects crashed stolen truck into Smokie's Smoke Shop on Beechnut Street in attempt to steal ATM, HPD says - ABC13 Houston\n\n7 suspects crashed stolen truck into SW Houston smoke shop in attempt to steal Bitcoin ATM, HPD says\n\nHPD said it appeared that the suspects were trying to take a Bitcoin ATM, but were not successful. ABC13 spoke to the shop owner, who was devastated to see her business targeted again.\n\nHOUSTON, Texas (KTRK) -- Seven people are in custody after a group tried to steal an ATM in an attempted smash-and-grab at a smoke shop in southwest Houston Friday morning, according to police.\n\nHouston police said the group used a stolen truck to crash into Smokie's Smoke Shop just before 5 a.m. in the 15000 block of Beechnut Street.\n\nSurveillance video from the shop shows the moment the truck, which was driving in reverse, crashed into the front of the store, shattering all of the glass and causing heavy damage. Then, several people jumped out of the truck and went inside the store.\n\nSkyEye video from above the shop shows the entire front of the store wide open and the doors knocked down.\n\nThe owner of the shop told ABC13 several items were stolen, and thieves have targeted her store three or four times in the past.\n\nHPD said it appeared that the suspects were trying to take a Bitcoin ATM, but were not successful.\n\nThe shop owner got an alert from her security system and saw what happened from her cameras. She rushed to the business and was devastated to see the damage.\n\n\"Please put in the jail, these crazy people. They are not safe. Because they do this almost three or four times. We do hard work and they just do a minute and mess up all things,\" Fehmida Ali said.\n\nThe owner of the stolen truck used in the attempted robbery showed up to the scene after getting a call from HPD. He told ABC13 his truck was stolen on Thursday from an apartment complex off Gessner and Bellaire.\n\nDriver crashes into Houston police vehicle on SW Fwy near 610 West Loop, HPD says\n\nHarris County constables receive $45k each in salary agreement\n\nThe man said he does home renovation and all of his tools were stolen from the truck. He's upset that his truck was damaged, but thankful it's still drivable.\n\n\"They took everything from me. I don't have work right now and I have to look for a job,\" the truck owner said in Spanish.\n\nHPD said seven suspects were detained and arrested at the scene and no injuries were reported. Investigators did not provide any further information about the people taken into custody.\n\nThe smoke shop will likely be closed for the next several days as the cleanup process continues, Ali said. She estimates that the total in damages and losses is around $10,000.\n\nFor news updates, follow Charly Edsitty on Facebook, Twitter and Instagram.\n\nCopyright © 2026 KTRK-TV. All Rights Reserved.\n\nVideo shows smash-and-grab crooks stealing from NW Harris Co. business\n\n8 armed suspects clear out California jewelry store: VIDEO\n\nCalifornia jewelry store employees chase off suspected thief\n\nMob-style smash-and-grab at California mall caught on camera\n\nDriver crashes into Houston police vehicle on SW Fwy, HPD says\n\nSuspect in 3 shootings across Houston area found dead: investigators\n\nLarge wildfire near Brazoria 80% contained: Texas A&M Forest Service\n\nNo arrests made after 2 killed inside apartment leasing office: HPD\n\nFBI discusses Houston ICE shooting in media roundtable\n\nAndrea Yates attorney speaks on public views on women's mental health", - "chars": 3508, - "sha256": "65bed045457b198156186530f03d0ee7eca36621454fe00d0ac533b5c9fa54bc", + "text": "7 arrested after suspects crashed stolen truck into Smokie's Smoke Shop on Beechnut Street in attempt to steal ATM, HPD says - ABC13 Houston\n\n7 suspects crashed stolen truck into SW Houston smoke shop in attempt to steal Bitcoin ATM, HPD says\n\nHPD said it appeared that the suspects were trying to take a Bitcoin ATM, but were not successful. ABC13 spoke to the shop owner, who was devastated to see her business targeted again.\n\nHOUSTON, Texas (KTRK) -- Seven people are in custody after a group tried to steal an ATM in an attempted smash-and-grab at a smoke shop in southwest Houston Friday morning, according to police.\n\nHouston police said the group used a stolen truck to crash into Smokie's Smoke Shop just before 5 a.m. in the 15000 block of Beechnut Street.\n\nSurveillance video from the shop shows the moment the truck, which was driving in reverse, crashed into the front of the store, shattering all of the glass and causing heavy damage. Then, several people jumped out of the truck and went inside the store.\n\nSkyEye video from above the shop shows the entire front of the store wide open and the doors knocked down.\n\nThe owner of the shop told ABC13 several items were stolen, and thieves have targeted her store three or four times in the past.\n\nHPD said it appeared that the suspects were trying to take a Bitcoin ATM, but were not successful.\n\nThe shop owner got an alert from her security system and saw what happened from her cameras. She rushed to the business and was devastated to see the damage.\n\n\"Please put in the jail, these crazy people. They are not safe. Because they do this almost three or four times. We do hard work and they just do a minute and mess up all things,\" Fehmida Ali said.\n\nThe owner of the stolen truck used in the attempted robbery showed up to the scene after getting a call from HPD. He told ABC13 his truck was stolen on Thursday from an apartment complex off Gessner and Bellaire.\n\nDriver crashes into Houston police vehicle on SW Fwy near 610 West Loop, HPD says\n\nHarris County constables receive $45k each in salary agreement\n\nThe man said he does home renovation and all of his tools were stolen from the truck. He's upset that his truck was damaged, but thankful it's still drivable.\n\n\"They took everything from me. I don't have work right now and I have to look for a job,\" the truck owner said in Spanish.\n\nHPD said seven suspects were detained and arrested at the scene and no injuries were reported. Investigators did not provide any further information about the people taken into custody.\n\nThe smoke shop will likely be closed for the next several days as the cleanup process continues, Ali said. She estimates that the total in damages and losses is around $10,000.\n\nFor news updates, follow Charly Edsitty on Facebook, Twitter and Instagram.", + "chars": 2804, + "sha256": "79613e5f8fc79e3341746b158bcccd77a3074a4a2b69a3e0d4652e8d3c93253c", "staged_file": "01_abc13-com.txt", - "paragraphs_kept": "ALL 30 paragraphs, untrimmed", + "paragraphs_kept": "0-18 of 30", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:51:16+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 0-18; dropped 0 leading and 11 trailing paragraphs. Case-term hits on page: 26.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "157": [ @@ -6495,103 +7922,135 @@ "verdict": "THIN", "url": "https://www.binance.com/en/square/post/496955", "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule", + "archive_tried": "2026-09-05T13:29:49+00:00", + "archive_note": "no Wayback Machine snapshot exists for this URL" } ], "156": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.wral.com/story/durham-couple-forced-to-wire-150k-of-cryptocurrency-at-gunpoint-during-home-invasion-police-investigating/20819450/", "source": "wral.com", "language": "unknown", - "text": "Durham couple forced to wire $150K of cryptocurrency at gunpoint during home invasion, police investigating :: WRAL.com\n\nDurham couple forced to wire $150K of cryptocurrency at gunpoint during home invasion, police investigating\n\nDurham police said two men had handguns, used zip ties to restrain two 76-year-olds and forced them to transfer $150,000 worth of cryptocurrency to an unknown account.\n\nPosted\n \n 4/19/2023, 8:59:48 PM\n \n \n \n \n \n Updated\n \n 6/25/2024, 8:01:39 PM\n\nTwo men got inside a Durham home last week and, at gunpoint, forced a couple to transfer hundreds of thousands of dollars of cryptocurrency to them, police said.\n\nIt happened just before 9:30 a.m. on April 12 at a Wells Street home.\n\nPolice said two men had handguns, used zip ties to restrain two 76-year-olds and forced them to transfer $150,000 worth of cryptocurrency to an unknown account.\n\nDurham police are looking for a BMW X5 built between 2021 and 2023.\n\nThe couple had minor injuries and authorities took them to an area hospital.\n\n\"Anytime we're dealing with a home invasion, they're inherently violent,” said Durham police Sgt. Jermaine Clark.\n\nClark said this kind of crypto crime is rare.\n\n\"You probably could count on a hand how many times recently there have been cases ... of this magnitude involving cryptocurrency,” Clark said.\n\nClark said while cryptocurrency – like Bitcoin – is difficult to track, everything is traceable.\n\n\"There are investigative tools that can be utilized to assist in recuperating those assets,” Clark said.\n\nPolice said while home invasions are also rare, they do happen.\n\nDurham Police Investigator Christopher Walker said you should never open your door to someone you do not know.\n\n\"If somebody comes over to your house that you don't know that's coming unannounced, do your due diligence,” Walker said. “Ask for information, IDs, before you open any door to anybody that you don't know.\"\n\nDurham police said it is still an active case, and they're asking anyone with information to come forward.\n\nPolice say Ring doorbell cameras and other security systems are effective - along with community relationships. They say it's important to check in with your neighbors and keep an eye on your surroundings.", - "chars": 2227, - "sha256": "f25c0f0045e560a709eb14dd4e79cb7c163befd3a20a99383b9c7af441555b27", + "text": "Durham couple forced to wire $150K of cryptocurrency at gunpoint during home invasion, police investigating :: WRAL.com\n\nDurham police said two men had handguns, used zip ties to restrain two 76-year-olds and forced them to transfer $150,000 worth of cryptocurrency to an unknown account.\n\nTwo men got inside a Durham home last week and, at gunpoint, forced a couple to transfer hundreds of thousands of dollars of cryptocurrency to them, police said.\n\nIt happened just before 9:30 a.m. on April 12 at a Wells Street home.\n\nPolice said two men had handguns, used zip ties to restrain two 76-year-olds and forced them to transfer $150,000 worth of cryptocurrency to an unknown account.\n\nDurham police are looking for a BMW X5 built between 2021 and 2023.\n\nThe couple had minor injuries and authorities took them to an area hospital.\n\n\"Anytime we're dealing with a home invasion, they're inherently violent,” said Durham police Sgt. Jermaine Clark.\n\nClark said this kind of crypto crime is rare.\n\n\"You probably could count on a hand how many times recently there have been cases ... of this magnitude involving cryptocurrency,” Clark said.\n\nClark said while cryptocurrency – like Bitcoin – is difficult to track, everything is traceable.\n\n\"There are investigative tools that can be utilized to assist in recuperating those assets,” Clark said.\n\nPolice said while home invasions are also rare, they do happen.\n\nDurham Police Investigator Christopher Walker said you should never open your door to someone you do not know.\n\n\"If somebody comes over to your house that you don't know that's coming unannounced, do your due diligence,” Walker said. “Ask for information, IDs, before you open any door to anybody that you don't know.\"\n\nDurham police said it is still an active case, and they're asking anyone with information to come forward.\n\nPolice say Ring doorbell cameras and other security systems are effective - along with community relationships. They say it's important to check in with your neighbors and keep an eye on your surroundings.", + "chars": 2041, + "sha256": "bff50c01303477eb1f507a986352a11ad601e7af467bb75b9884f7d3346bc313", "staged_file": "01_wral-com.txt", - "paragraphs_kept": "ALL 19 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-18 excl [3] of 19", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:51:20+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-18 plus headline [0]; dropped 1 leading and 0 trailing paragraphs and 1 interior furniture line(s). Case-term hits on page: 14.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "154": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://protos.com/four-suspects-face-death-penalty-in-south-korea-crypto-murder-case/", "source": "protos.com", "language": "unknown", - "text": "Four suspects face death penalty in South Korea crypto murder case\n\nFour South Korean citizens are facing execution amid allegations that they kidnapped and murdered a woman over a failed crypto investment.\n\nLee Kyeong-woo, Hwang Dae-han, and Yeon Ji-ho were all indicted for kidnapping the 48-year-old victim in the Gangnam Ward, Seoul, on March 29. It’s claimed that they murdered her the following day.\n\nProsecutors allege that the accused were paid 70 million won ($51,000) by Yoo Sang-won and Hwang Eun-hee after the couple purchased 100 million won ($74,000) worth of virtual currency and invested 3 billion won ($2.2 million) at the victim’s recommendation in October 2020.\n\nYoo and Hwang reportedly became embroiled in a dispute with the victim over the investment in struggling crypto ‘fine dust coin‘ when its price plummeted and they began to incur losses.\n\nLee then allegedly suggested they steal the victim’s crypto and kill her. Lee, Yeon, and Hwang Dae-han are then alleged to have buried the victim 140km south of the city.\n\nOn Monday, Korean prosecutors requested that all four involved in the crypto murder should face the death penalty while Yeon should face life imprisonment. As reported by Newsis, prosecutors argued that “Most of the defendants do not regret their crimes and continue to criticize the investigative agencies.”\n\nThey added, “To establish judicial justice, punishment commensurate with the serious crime is absolutely necessary.”\n\nSouth Korea has not conducted an execution since 1997 but 60 convicts remain on death row.\n\nLee has admitted to the charge of robbery but denies conspiring to or committing murder. The couple also deny the charges.\n\nGot a tip? Send us an email or ProtonMail. For more informed news, follow us on X, Instagram, Bluesky, and Google News, or subscribe to our YouTube channel.\n\nWe use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.\n\nThis website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.\n\nNecessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.\n\nAny cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.", - "chars": 3131, - "sha256": "3a5cded38f670deab5451e47ea64b9953b4a4cbcd60c2bcd7ec60cc534446810", + "text": "Four suspects face death penalty in South Korea crypto murder case\n\nFour South Korean citizens are facing execution amid allegations that they kidnapped and murdered a woman over a failed crypto investment.\n\nLee Kyeong-woo, Hwang Dae-han, and Yeon Ji-ho were all indicted for kidnapping the 48-year-old victim in the Gangnam Ward, Seoul, on March 29. It’s claimed that they murdered her the following day.\n\nProsecutors allege that the accused were paid 70 million won ($51,000) by Yoo Sang-won and Hwang Eun-hee after the couple purchased 100 million won ($74,000) worth of virtual currency and invested 3 billion won ($2.2 million) at the victim’s recommendation in October 2020.\n\nYoo and Hwang reportedly became embroiled in a dispute with the victim over the investment in struggling crypto ‘fine dust coin‘ when its price plummeted and they began to incur losses.\n\nLee then allegedly suggested they steal the victim’s crypto and kill her. Lee, Yeon, and Hwang Dae-han are then alleged to have buried the victim 140km south of the city.\n\nOn Monday, Korean prosecutors requested that all four involved in the crypto murder should face the death penalty while Yeon should face life imprisonment. As reported by Newsis, prosecutors argued that “Most of the defendants do not regret their crimes and continue to criticize the investigative agencies.”\n\nThey added, “To establish judicial justice, punishment commensurate with the serious crime is absolutely necessary.”\n\nSouth Korea has not conducted an execution since 1997 but 60 convicts remain on death row.\n\nLee has admitted to the charge of robbery but denies conspiring to or committing murder. The couple also deny the charges.", + "chars": 1683, + "sha256": "97a2a62d4a8ad37d655d7ebe5ccb953f47c20a948956dd31d778783ec71f2a69", "staged_file": "01_protos-com.txt", - "paragraphs_kept": "ALL 15 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-9 of 15", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:51:23+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-9 plus headline [0]; dropped 0 leading and 5 trailing paragraphs. Case-term hits on page: 12.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "153": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.indiatimes.com/news/india/noida-couple-stage-robbery-in-home-to-get-friends-crypto-investment-details-596936.html", "source": "indiatimes.com", "language": "unknown", - "text": "Noida Couple Stage Robbery In Their Home To Get Friend's Crypto Investment Worth Crores, Arrested\n\nBobins Abraham | Mar 24, 2023, 16:12 IST\n\nAjit alias Rahul Singh, his wife Mahi and their accomplice Ankur Payal were arrested. The trio was arrested during the probe of a robbery at the couple's flat in Arania society.\n\nThe Noida Police on Thursday arrested three people, including a couple, for staging a robbery in their own flat to get the cryptocurrency of a businessman-friend.\n\nAccording to the police, the accused have been identified as Ajit alias Rahul Singh, his wife Mahi and their accomplice Ankur Payal.\n\nThe trio was arrested during the probe of a robbery at the couple's flat in Arania society in Sector 119 on the intervening night of March 20 and 21.\n\nThe couple and their friend, Virendra Malik, a businessman, had filed a complaint at the Sector 113 police station that a group of men had robbed their house and also attacked them.\n\n\"The three people had come to the police station in an inebriated condition. They requested a medical test, which showed minor injuries to all three. The next day, they filed a loot complaint,\" additional deputy commissioner of police (Noida) Shakti Avasthy, said.\n\nHowever, during the probe, the couple's actions put them under the scanner of the investigators. The cops found that the businessman, Virendra Malik, was invited to their apartment by the couple.\n\nBut the breakthrough came after the arrest of their accomplice, Payal, who was caught with their car. Payal told the police that he and the three other men who robbed the flat were entrusted to stage the act by the couple.\n\nCouple knew about friend's crypto investments\n\nAccording to the police, the couple was going through a financial crisis and they hoped to find a way out of it by robbing their 'friend'.\n\nPolice said that Malik had told the couple about his large investments in Bitcoin and other cryptocurrencies.\n\nThe couple then roped in four more people to stage the robbery at their home. During the staged episode, the \"robbers\" made off with some gold jewellery worn by the businessman and also administered some narcotics, leaving him unconscious for more than 24 hours.\n\nAccording to police, a wristwatch, a neck chain, three mobile phones, and Rs 5,800 in cash were robbed from Malik by the assailants who colluded with the couple.\n\nThey also asked him for his cryptocurrency details and mobile passwords, which Malik refused to share despite being beaten up.\n\nThe 'robbers' also beat up the couple, probably to allay any suspicion that they were together in the act.\n\nThe accused have been booked under IPC sections 328 (causing hurt by means of poison), 394 (causing hurt during a robbery), 506 (criminal intimidation), and sections 34 (act done by several people with common intention), 342 (wrongful confinement).\n\nPolice said that three more people, identified as Deepak, Mathu and Anjum, all natives of Meerut who were part of the robbery gang, are still on the run.\n\nFor more on news and current affairs from around the world, please visit Indiatimes News.\n\naespa's São Paulo concert sees empty seats despite 60% ticket discount\n\n₹1.05 Cr in a Deloitte offer letter? A 5 YOE consultant asks for clear answers\n\nWhy Nicolas Cage’s Spider-Noir was cancelled after just one season: Here’s what we know\n\nCould H-1B fraud backfire? Genuine workers may pay a much higher price\n\nFrom Lock Up S2 to The Traitors S2: Fans say women dominated Indian reality shows this year\n\n‘Will I be laid off?’ Her workplace is shrinking, but is she actually safe?\n\nEurope savings reality: Why some NRIs save big while others struggle abroad\n\nWhy are office workers turning against AI? The trust gap is growing fast\n\nTrade Desk layoffs put 15% of the workforce on the chopping block\n\nPlot No 391| Ecstasy IT Park Udyog Vihar Phase -3 Gurgaon -122016 CALL US +91 (0124) 4187000", - "chars": 3889, - "sha256": "de9fbbffa23610ab5d908f9ccfaec5187d4541bfbcb209ccce15c648528da38c", + "text": "Noida Couple Stage Robbery In Their Home To Get Friend's Crypto Investment Worth Crores, Arrested\n\nAjit alias Rahul Singh, his wife Mahi and their accomplice Ankur Payal were arrested. The trio was arrested during the probe of a robbery at the couple's flat in Arania society.\n\nThe Noida Police on Thursday arrested three people, including a couple, for staging a robbery in their own flat to get the cryptocurrency of a businessman-friend.\n\nAccording to the police, the accused have been identified as Ajit alias Rahul Singh, his wife Mahi and their accomplice Ankur Payal.\n\nThe trio was arrested during the probe of a robbery at the couple's flat in Arania society in Sector 119 on the intervening night of March 20 and 21.\n\nThe couple and their friend, Virendra Malik, a businessman, had filed a complaint at the Sector 113 police station that a group of men had robbed their house and also attacked them.\n\n\"The three people had come to the police station in an inebriated condition. They requested a medical test, which showed minor injuries to all three. The next day, they filed a loot complaint,\" additional deputy commissioner of police (Noida) Shakti Avasthy, said.\n\nHowever, during the probe, the couple's actions put them under the scanner of the investigators. The cops found that the businessman, Virendra Malik, was invited to their apartment by the couple.\n\nBut the breakthrough came after the arrest of their accomplice, Payal, who was caught with their car. Payal told the police that he and the three other men who robbed the flat were entrusted to stage the act by the couple.\n\nCouple knew about friend's crypto investments\n\nAccording to the police, the couple was going through a financial crisis and they hoped to find a way out of it by robbing their 'friend'.\n\nPolice said that Malik had told the couple about his large investments in Bitcoin and other cryptocurrencies.\n\nThe couple then roped in four more people to stage the robbery at their home. During the staged episode, the \"robbers\" made off with some gold jewellery worn by the businessman and also administered some narcotics, leaving him unconscious for more than 24 hours.\n\nAccording to police, a wristwatch, a neck chain, three mobile phones, and Rs 5,800 in cash were robbed from Malik by the assailants who colluded with the couple.\n\nThey also asked him for his cryptocurrency details and mobile passwords, which Malik refused to share despite being beaten up.\n\nThe 'robbers' also beat up the couple, probably to allay any suspicion that they were together in the act.\n\nThe accused have been booked under IPC sections 328 (causing hurt by means of poison), 394 (causing hurt during a robbery), 506 (criminal intimidation), and sections 34 (act done by several people with common intention), 342 (wrongful confinement).\n\nPolice said that three more people, identified as Deepak, Mathu and Anjum, all natives of Meerut who were part of the robbery gang, are still on the run.\n\nFor more on news and current affairs from around the world, please visit Indiatimes News.", + "chars": 3052, + "sha256": "98d4eea5320ce15e29ed2599746248ae9aebfc07b09dcdcdcd8bdcd2c9cb9e29", "staged_file": "01_indiatimes-com.txt", - "paragraphs_kept": "ALL 30 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-19 of 30", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:51:25+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-19 plus headline [0]; dropped 1 leading and 10 trailing paragraphs. Case-term hits on page: 29.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "152": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.news.com.au/national/nsw-act/crime/nsw-police-storm-belmore-home-where-kidnap-victim-allegedly-had-teeth-pulled-out/news-story/c757e358afb9a96ff19e692e1b51e144", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "news.com.au", + "language": "unknown", + "text": "NSW Police storm home where kidnap victim allegedly had teeth pulled out | news.com.au — Australia’s leading news site\n\nPolice allege a kidnap victim was held for five days in a southwest Sydney home where he had his teeth pulled out before a dramatic rescue operation on Tuesday.\n\nChilling footage before cat tortured, killed\n\nCruel way dad discovered family wiped out\n\nWomen, children harassed on river: police\n\nA kidnap victim was allegedly held for nearly a week in a southwest Sydney home where he had his teeth pulled out by his captors before being rescued by NSW Police in a dramatic operation on Tuesday, according to reports.\n\nDozens of heavily armed police and tactical officers stormed the property on Canterbury Road in Belmore on Tuesday evening.\n\nIn footage from 7News, officers could be seen throwing flash grenades into the red-brick house before storming the residence.\n\n“There were people lying on the ground. We thought they were dead,” neighbours told The Daily Mail.\n\nThe man held against his will was believed to have been the relative of a person suspected of being involved in a drug deal gone wrong, according to reports.\n\n“Robbery and Serious Crime Squad detectives have charged six people after a man was allegedly kidnapped for ransom and detained for several days in Sydney’s west last week,” NSW Police said on Wednesday.\n\nPolice said at about 5.20am last Thursday, “a group of armed offenders forced entry to a home on Brenan Street, Smithfield, where they grabbed a 26-year-old man and forced him into a vehicle”.\n\n“They fled the scene and police were notified a short time later.\n\nSix people have been arrested overnight in Belmore. Picture: 7News\n\n“Detectives from the State Crime Command’s Robbery and Serious Crime Squad – assisted by Fairfield City Police Area Command – commenced Strike Force Kkuoa to investigate the incident.\n\n“Acting on intelligence and following extensive inquiries, Tactical Operations Unit (TOU) officers forced entry to a home in Belmore about 5.15pm yesterday.\n\n“The 26-year-old man was located inside the home -- he was assessed at the scene by NSW Ambulance paramedics before being taken to hospital for further treatment. He is currently in a stable condition.”\n\n“A 19-year-old man was arrested inside the home and taken to Campsie Police Station.\n\n“He was charged with special aggravated break and enter commit serious indictable offence, take/detain in company with intent to ransom occasion actual bodily harm, demand property with menaces with intent to steal, participate criminal group contribute criminal activity, possess unregistered unauthorised pistol in public place, and cause grievous bodily harm to person with intent.\n\nA man was allegedly held at the home for five days. Picture: 7News\n\n“Two 20-year-old men were arrested during a vehicle stop in Belmore and were also taken to Campsie Police Station.\n\n“Both men were charged with special aggravated break and enter commit serious indictable offence, take/detain in company with intent to ransom occasion actual bodily harm, demand property with menaces with intent to steal, participate criminal group contribute criminal activity, possess unregistered unauthorised pistol in public place, and cause grievous bodily harm to person with intent, while one of the men was charged with an additional offence of drive motor vehicle during disqualification period.\n\n“A third man, aged 20, was also arrested in Belmore and taken to Campsie Police Station.\n\n“He was charged with special aggravated break and enter commit serious indictable offence, take/detain in company with intent to ransom occasion actual bodily harm, demand property with menaces with intent to steal, participate criminal group contribute criminal activity, and cause grievous bodily harm to person with intent.”\n\nFurther arrests are expected, police say. Picture: 7News\n\nThe four were all refused bail to appear at Bankstown Local Court on Wednesday.\n\nAnother two men aged 19 and 21 were arrested on Tuesday night in Mays Hill.\n\n“They were both charged with special aggravated break and enter commit serious indictable offence, take/detain in company with intent to ransom occasion actual bodily harm, demand property with menaces with intent to steal, participate criminal group contribute criminal activity, possess unregistered unauthorised pistol in public place, and cause grievous bodily harm to person with intent,” police said.\n\nThey were refused bail to appear at Parramatta Local Court on Wednesday.\n\n“Police will allege in court the group abducted the man and detained him against his will for ransom, before he was physically abused over a period of six days,” police said.\n\nElite suburb rocked by gangland kidnapping\n\nShock revelation after Americans kidnapped\n\n“Investigations are continuing with further arrests expected.”\n\nUnderworld sources told The Daily Telegraph there had been an escalation in kidnappings in recent weeks where victims have been subjected to extreme violence, including one where a hostage had his little finger cut off.\n\nThe cat’s dead body was found in a nearby pond moments after a mask-wearing figure was spotted near the scene.\n\nA man has been torn apart after his wife, two-year-old son and newborn were all killed in a nightmare crash outside Sydney.\n\nRadio show callers have shared their accounts of a group of men who allegedly hurled both abuse and projectiles at water users.", + "chars": 5424, + "sha256": "b15b7f8191c9c1909259ed7a05e07df43b1b94b90333ce8fdc7b365e827f02b1", + "staged_file": "01_news-com-au-wayback.txt", + "paragraphs_kept": "headline [0] + 2-37 of 38", + "method": "Wayback Machine snapshot 20230315010051, deterministic extraction", + "fetched_at": "2026-09-05T13:29:51+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20230315010051/https://www.news.com.au/national/nsw-act/crime/nsw-police-storm-belmore-home-where-kidnap-victim-allegedly-had-teeth-pulled-out/news-story/c757e358afb9a96ff19e692e1b51e144", + "snapshot": "20230315010051", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2023-03-15", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-37 plus headline [0]; dropped 1 leading and 0 trailing paragraphs. Case-term hits on page: 7.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "151": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://es.beincrypto.com/colombia-bitcoiner-extranjero-sufre-robo-de-20000-en-btc/", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "es.beincrypto.com", + "language": "unknown", + "text": "Colombia: Bitcoiner extranjero sufre robo de $20,000 en BTC - BeInCrypto\n\nLa victima fue drogada y al quedar inconsciente, robaron todas sus pertenecías del apartamento que se hospedaba.\n\nGuardaba en el mismo lugar, su hardware wallet con acceso a su bitcoin y las palabras semillas de recuperación de esta.\n\nHay una posibilidad que pueda recuperar sus fondos, si logra extraer los BTC a tiempo, con unas palabras de recuperación de respalado que tiene en Alemanía.\n\nEste 27 de febrero un bitcoiner extranjero fue drogado y robado en Medellín, Colombia. El crimen fue realizado por una mujer de 20 años, de nacionalidad venezolana, quien luego de dejarlo inconsciente, robó todo lo que vio de valor dentro del apartamento, incluida una maleta que contenía una wallet con acceso a $20,000 en bitcoin (BTC).\n\nLos hechos fueron narrados por el bitcoiner con pseudónimo Gégé LSMR desde su cuenta de Twitter. Comienza explicando qué le pasó a su vecino, quien es oriundo de Alemania y de unos 36 años. Detalla que lo robó una prostituta con la que llegó a su apartamento, según de nacionalidad venezolana, y se llevó 5 celulares, el pasaporte, toda su vestimenta, cubiertos, alimentos, electrodomésticos y el equivalente a 20,000 USD en bitcoin (BTC).\n\nA lo largo de su hilo explica detalles, como fue drogado su vecino con escopolamina, conocida comúnmente como burundanga en Latinoamérica. Ya que este 27 de febrero, entre las 9 o 10 de la noche, estaba tomando una copa de vino con ella y perdió la consciencia. Luego se levantó a las 8 de la mañana y se dio cuenta de lo sucedido. Todavía en la mañana seguía intoxicado.\n\nLa víctima tenía su hardware wallet y sus palabras semillas en el mismo maletín que se llevó la ladrona. Según, es probable que desconozca que se llevó unos bitcoin ahí, por lo que hay una posibilidad de que la victima los pueda recuperar. Su exesposa, en Alemania, podría tener acceso a unas palabras semillas de respaldo en unos días. Este sería el caso, al menos que la ladrona descubra las palabras semillas antes y conozca como usarlas.\n\nSobre este punto, explica que su vecino es nuevo en bitcoin, por eso su sistema de respaldo tan deficiente. Que es una persona dedicada al mundo financiero y los bitcoins robados es solo una pequeña porción de su fortuna. Añade que la víctima no sufrió algún daño físico más allá de la intoxicación.\n\nEn el resto de su hilo, se concentra en varios de sus seguidores, consultando detalles que evita responder y preguntas jocosas por lo único y raro de la situación de cómo un extranjero alemán en Colombia le roban 20,000 USD en bitcoin (BTC).\n\nRiesgos de custodia de bitcoin (BTC) a tener en cuenta en Colombia y en cualquier país extranjero\n\nLa naturaleza descentralizada y no regulada de las criptomonedas, como bitcoin (BTC), las ha convertido en un destino atractivo para aquellos que buscan explotar el anonimato y la falta de supervisión ofrecida por las criptomonedas. Esto ha llevado a un aumento en los delitos relacionados con criptomonedas en muchos países, incluyendo Colombia, que posee una gran cantidad de usuarios de criptomonedas.\n\nEs importante que aquellos interesados en invertir en criptomonedas tomen precauciones y estén al tanto de los riesgos de custodia involucrados. Esto incluye el uso de billeteras seguras, evitar la publicación de información personal relacionada con la tenencia de criptomonedas, ser cautelosos al realizar transacciones en persona o en línea, resguardar sus palabras semillas lejos de su wallet y evitar acercarse a personas desconocidas en ambientes tan vulnerables.\n\nToda la información contenida en nuestro sitio web se publica con buena fe y sólo con fines de información general. Cualquier acción que el lector tome sobre la información encontrada en nuestro sitio web es estrictamente bajo su propio riesgo.", + "chars": 3827, + "sha256": "32955e7c895ebf87d7b6c601dd17e355106b9a31497ef9ff52055131522a5d33", + "staged_file": "01_es-beincrypto-com-wayback.txt", + "paragraphs_kept": "headline [0] + 2-14 of 20", + "method": "Wayback Machine snapshot 20230331081349, deterministic extraction", + "fetched_at": "2026-09-05T13:29:58+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20230331081349/https://es.beincrypto.com/colombia-bitcoiner-extranjero-sufre-robo-de-20000-en-btc/", + "snapshot": "20230331081349", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2023-03-31", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-14 plus headline [0]; dropped 1 leading and 5 trailing paragraphs. Case-term hits on page: 10.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "150": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://coconuts.co/bali/news/russian-couple-forced-to-part-with-us284399-in-bitcoin-after-4-men-broke-into-their-kerobokan-villa/", "source": "coconuts.co", "language": "unknown", - "text": "Russian couple forced to part with US$284,399 in bitcoin after 4 men broke into their Kerobokan villa | Coconuts\n\nRussian couple forced to part with US$284,399 in bitcoin after 4 men broke into their Kerobokan villa\n\nPolice in Bali said that two Russian nationals were victims of breaking and entering and robbery at their villa in Badung last week.\n\nThe perpetrators, police said, forced the victims to part with their bitcoin, which was valued at US$284,399.\n\nThe incident became public knowledge after Yuri Boytsov, 27, claimed via his Instagram account @boutsov_life that four men broke into his residence on Feb. 25. Three of them reportedly spoke Russian, while one man – who appears to be a local – was wearing a police uniform.\n\nThe men threatened Boytsov and his girlfriend, Ekateryna Khmelenko, 27, before stealing their passports and other documents in addition to taking away Boytsov’s valuable crypto assets.\n\nBali Police spokesman Stefanus Satake Bayu Setianto confirmed the incident, adding that the authorities received a report about it on Feb. 26.\n\nA Russian national identified by his initials SMA was reportedly arrested that day at the Ngurah Rai International Airport, where he was going to take a flight to Dubai. The other three suspects are believed to still be at large.\n\nBoytsov shared his story with a Russian news outlet. The police spokesman said that while he has every right to do so, they are concerned that it could actually hinder the investigation.\n\n“We are still investigating,” said Bayu.\n\nGet the best of Coconuts delivered to your inbox!\n\nSupport local news and join a community of like-minded\n\n“Coconauts” across Southeast Asia and Hong Kong.\n\nPay what you want, starting at US$5 / year.", - "chars": 1728, - "sha256": "982b056558d6349c4ee63f64e2a299cb949b9b402abe1937e48cd65458ea9a76", + "text": "Russian couple forced to part with US$284,399 in bitcoin after 4 men broke into their Kerobokan villa | Coconuts\n\nPolice in Bali said that two Russian nationals were victims of breaking and entering and robbery at their villa in Badung last week.\n\nThe perpetrators, police said, forced the victims to part with their bitcoin, which was valued at US$284,399.\n\nThe incident became public knowledge after Yuri Boytsov, 27, claimed via his Instagram account @boutsov_life that four men broke into his residence on Feb. 25. Three of them reportedly spoke Russian, while one man – who appears to be a local – was wearing a police uniform.\n\nThe men threatened Boytsov and his girlfriend, Ekateryna Khmelenko, 27, before stealing their passports and other documents in addition to taking away Boytsov’s valuable crypto assets.\n\nBali Police spokesman Stefanus Satake Bayu Setianto confirmed the incident, adding that the authorities received a report about it on Feb. 26.\n\nA Russian national identified by his initials SMA was reportedly arrested that day at the Ngurah Rai International Airport, where he was going to take a flight to Dubai. The other three suspects are believed to still be at large.\n\nBoytsov shared his story with a Russian news outlet. The police spokesman said that while he has every right to do so, they are concerned that it could actually hinder the investigation.\n\n“We are still investigating,” said Bayu.\n\n“Coconauts” across Southeast Asia and Hong Kong.", + "chars": 1473, + "sha256": "a11a83525e6b01429f909ea28f53422b8dd2c91058b0ea02ef5b7fc3f22fb23b", "staged_file": "01_coconuts-co.txt", - "paragraphs_kept": "ALL 14 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-12 excl [10, 11] of 14", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:51:32+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-12 plus headline [0]; dropped 1 leading and 1 trailing paragraphs and 2 interior furniture line(s). Case-term hits on page: 10.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "147": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://elcaso.elnacional.cat/es/noticias/asalto-empresa-criptomonedas-eixample-pillados-propietario-amordazaban-conserje_956094102.html", "source": "elcaso.elnacional.cat", "language": "unknown", @@ -6599,101 +8058,132 @@ "chars": 2404, "sha256": "f70ab81fdb33e9235f88e5961c11de15c358cc6f0b66d91bed193b4c399b8d9e", "staged_file": "01_elcaso-elnacional-cat.txt", - "paragraphs_kept": "ALL 7 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-6 of 7", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:51:35+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-6 plus headline [0]; dropped 0 leading and 0 trailing paragraphs. Case-term hits on page: 4.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "145": [ { "field": "url", - "verdict": "THIN", + "verdict": "KEEP", "url": "https://www.justice.gov/archives/opa/pr/twelve-defendants-sentenced-violent-home-invasion-robberies-steal-cryptocurrency", - "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "source": "justice.gov", + "language": "unknown", + "text": "Office of Public Affairs | Twelve Defendants Sentenced for Violent Home Invasion Robberies to Steal Cryptocurrency | United States Department of Justice\n\nThis is archived content from the U.S. Department of Justice website. The information here may be outdated and links may no longer function. Please contact webmaster@usdoj.gov if you have any questions about the archive site.\n\nTwelve Defendants Sentenced for Violent Home Invasion Robberies to Steal Cryptocurrency\n\nA Florida man was sentenced to 47 years in prison on Wednesday for his role in a scheme involving a series of home invasion robberies targeting cryptocurrency. Between Sept. 5 and Sept. 12, a total of 12 men have been sentenced for their role in the scheme.\n\nAccording to court documents and evidence presented at the trial, Remy Ra St Felix, 25, of West Palm Beach, and his co-conspirators stole over $3.5 million from victims through SIM swapping and violent home invasions in which they held victims at gunpoint, assaulted them, and bound them with plastic cable ties. St Felix was convicted on June 25 by a federal jury in Greensboro, North Carolina, after a six-day trial. In addition to his sentence of incarceration, St Felix was sentenced to five years of supervised release and ordered to pay $524,153.39 in restitution.\n\nAccording to court documents and evidence presented at trial, beginning in late 2020, St Felix’s co-conspirator, Jarod Gabriel Seemungal, 23, of West Palm Beach, and foreign co-conspirators stole cryptocurrency from victims’ accounts at exchanges. They obtained access to the accounts by gaining control of the victims’ phone numbers through SIM swapping. In 2022, Seemungal and his co-conspirators devised the home invasion scheme and recruited St Felix and others to assist with the invasions. St Felix later became the leader of the home invasion crew. In September 2022, St Felix and members of the crew committed violent home invasions in Delray Beach and Homestead, Florida. In Delray Beach, the victims were held at gunpoint in their home. In Homestead, a man and his family were held at gunpoint in their home, and then the man was abducted, held hostage, and beaten, before the man was found by law enforcement 120 miles from his home.\n\nLater in 2022, St Felix and his crew targeted a Little Elm, Texas, man and made several trips to attempt the robbery. In December 2022, Seemungal and a Houston-based crew comprised of Deangelo Lee Contreras, 21, Tristian Rene Gamez, 21, Victor Gonzalez, 27, Jesus Salazar, 24, Cristian Valdez, 21, and Jesus Gerardo Valdez, Jr., 27, all of Houston, Texas, committed the home invasion. The Little Elm man and members of his family were held at gunpoint and restrained in their home for over three hours, during which time members of the crew tortured the man and his mother. The perpetrators stole approximately $150,000.00 in cash, two Rolex watches, and a valuable necklace and pendant.\n\nIn April 2023, St Felix and Elmer Ruben Castro, 23, of West Palm Beach, invaded the home of a wife and a husband in Durham, North Carolina. Prior to the invasion, St Felix’s co-conspirators obtained unauthorized access to the couple’s email account and conducted multiple days of surveillance on their home. During the invasion, the men violently assaulted the couple, threatened them with guns, and restrained them with plastic cable ties. They forced the man to provide access to his computer and cryptocurrency exchange account. Seemungal then remotely accessed the computer and stole over $150,000.00 worth of cryptocurrency. Conspirators laundered the funds through anonymity-enhanced cryptocurrencies, as well as “instant exchanges” and decentralized finance platforms that did not conduct know-your-customer checks.\n\nIn July 2023, St Felix traveled from Florida to Long Island, New York, to commit a home invasion of a family of five. Before St Felix could do so, however, he was arrested. At the time of his arrest, St Felix was in possession of two firearms and plastic cable ties.\n\nThroughout the conspiracy, the conspirators communicated via an encrypted messaging application to plan their crimes. They identified targets and discussed how to gain entry to homes, the tools required to carry out the crimes, the technical aspects of cryptocurrency, and the patterns of life of their targets. They also circulated pictures of their targets and their targets’ homes. In addition to the home invasions described above, conspirators used the encrypted messaging application to plan additional home invasion robberies in Fort Lauderdale, Florida; Orlando, Florida; and Georgia. Seemungal and the foreign co-conspirators financed the purchase of rental cars, hotel rooms, and firearms by co-conspirators Haisel Daily, 22, of West Palm Beach, and Ruben Matias Nicolopulos Silva, 22, of Lake Worth, Florida, to use during the robberies.\n\nSeemungal was also sentenced yesterday to 20 years in prison followed by five years of supervised release and ordered to pay $4,038,479.39 in restitution. Seemungal pleaded guilty on December 19, 2023, for his role in the scheme to steal cryptocurrency by hacking victims’ cryptocurrency accounts as well as the home invasion and robbery scheme.\n\nOn Feb. 6, Castro pleaded guilty to conspiracy to commit kidnapping and kidnapping. He is scheduled to be sentenced on Oct. 1.\n\nOn May 29 and 30, nine of St Felix’s and Seemungal’s co-conspirators pleaded guilty to conspiracy to commit kidnapping, and were sentenced as follows:\n\nJose Alfredo Avila, 27, of West Palm Beach, was sentenced on Sept. 11, to 20 years in prison, followed by four years of supervised release and ordered to pay $365,100.00 in restitution.\n\nContreras was sentenced on Sept. 5, to 15 years in prison, followed by five years of supervised release and ordered to pay $355,800.00 in restitution.\n\nDaily was sentenced on Sept. 5, to 25 years in prison, followed by four years of supervised release and ordered to pay $524,153.39 in restitution.\n\nGonzalez was sentenced on Sept. 6, to 12 years in prison, followed by three years of supervised release and ordered to pay $355,800.00 in restitution.\n\nNathan Noel Quintana, 24, of Royal Palm Beach, Florida, was sentenced on Sept. 6, to 16 years in prison, followed by four years of supervised release and ordered to pay $365,100.00 in restitution.\n\nSilva was sentenced on Sept. 5, to 12 years in prison, followed by five years of supervised release and ordered to pay $524,153.39 in restitution.\n\nCristian Valdez was sentenced on Sept. 6, to 12 years in prison, followed by four years of supervised release and ordered to pay $355,800.00 in restitution.\n\nJesus Valdez was sentenced on Sept. 6, to 12 years in prison, followed by four years of supervised release and ordered to pay $355,800.00 in restitution.\n\nJesus Manuel Santiago, III, 23, of West Palm Beach, is scheduled to be sentenced on Oct. 1.\n\nAlso, on May 29 and 30, Salazar and Gamez pleaded guilty to conspiracy to interfere with commerce through robbery. Salazar was sentenced on Sept. 5, to five years in prison, followed by four years of supervised release and ordered to pay $355,800.00 in restitution. Gamez was sentenced on Sept. 11, to eight years in prison, followed by three years of supervised release and ordered to pay $355,800.00 in restitution.\n\nPrincipal Deputy Assistant Attorney General Nicole M. Argentieri, head of the Justice Department’s Criminal Division; U.S. Attorney Sandra J. Hairston for the Middle District of North Carolina; and Special Agent in Charge Robert M. DeWitt of the FBI Charlotte Field Office made the announcement.\n\nThe FBI Charlotte Field Office investigated the case, with valuable assistance from the Durham Police Department and the FBI New York, Miami, Houston, Mobile, and Newark Field Offices.\n\nThe National Cryptocurrency Enforcement Team (NCET) of the Criminal Division’s Computer Crime and Intellectual Property Section (CCIPS) is partnered with the U.S. Attorney’s Office for the Middle District of North Carolina in prosecuting the case. CCIPS/NCET Trial Attorney and Assistant U.S. Attorney Eric Iverson for the Middle District of North Carolina and CCIPS Trial Attorney Brian Mund are prosecuting the case. The U.S. Attorneys’ Offices for the Southern District of Florida, Southern District of Texas, and Eastern District of Texas provided valuable assistance.\n\nNCET was established to combat the growing illicit use of cryptocurrencies and digital assets. Within CCIPS, NCET conducts and supports investigations into individuals and entities that enable the use of digital assets to commit and facilitate a variety of crimes, with a particular focus on virtual currency exchanges, obfuscation services, and infrastructure providers. NCET also sets strategic priorities regarding digital asset technologies, identifies areas for increased investigative and prosecutorial focus, and leads the department’s efforts to collaborate with domestic and foreign government agencies as well as the private sector to aggressively investigate and prosecute crimes involving cryptocurrency and digital assets.", + "chars": 9107, + "sha256": "3c576937bf3aa92f3fcef88d17bb209787f0c20f8339b9aad0555cea1b39987d", + "staged_file": "01_justice-gov-wayback.txt", + "paragraphs_kept": "headline [0] + 6-31 of 32", + "method": "Wayback Machine snapshot 20260524233442, deterministic extraction", + "fetched_at": "2026-09-05T13:30:03+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260524233442/https://www.justice.gov/archives/opa/pr/twelve-defendants-sentenced-violent-home-invasion-robberies-steal-cryptocurrency", + "snapshot": "20260524233442", + "note": "live URL was THIN on the first pass; text comes from an archived copy dated 2026-05-24", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 6-31 plus headline [0]; dropped 5 leading and 0 trailing paragraphs. Case-term hits on page: 10.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "144": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.thephuketnews.com/russians-assaulted-in-armed-extortion-robbed-of-us-45k-in-cash-crypto-86552.php", "source": "thephuketnews.com", "language": "unknown", - "text": "Russians assaulted in armed extortion, robbed of US$45k in cash, crypto\n\nPoll |\n Currency |\n Weather |\n Facebook |\n Youtube |\n Search\n\nPHUKET: Two Russians working with the virtual currency Cryptus team in Phuket have been attacked and robbed of US$20,000 in cash and a crypto wallet reported to be carrying US$25,000 in cryptocurrency.\n\nThe post by ’Leo | Cryptus’ on Telegram. Image: Screenshot\n\nThe copy of the police report. Image: Supplied\n\nThe medical report by Mission Hopsital Phuket. Image: Supplied\n\nThe attack occurred in Soi Cherng Talay 16 at about 1am on Sunday (Dec 11), noted the report to police.\n\nThe report, received by Capt Yanapat Malai, deputy inspector at Cherng Talay Police, was submitted at 5:52pm on Sunday.\n\nThe report confirmed the amounts stolen, and that both victims said they did not know the assailants.\n\nThe copy of the police report presented to The Phuket News had obscured the names of the two people attacked, but confirmed they were both Russian nationals.\n\nA medical report by MIssion Hospital Phuket issued on Sunday confirmed that one of the two people attacked was 27 years old and had suffered bruises and abrasions in the attack.\n\nNews of the attack and armed extortion became public after “Leo | Cryptus”, introducing himself as co-creator of the virtual currency Cryptus, on Monday posted in Russian language on the web platform Telegram.\n\n“Leo” urged people to help publicise news of the attack.\n\n“Now my team and I live in Phuket. An armed robbery took place 2 days ago, kidnapping my partners. At this stage, we have written a statement to the police and passed on information about the gunman and the alleged organiser of the abduction,” Leo wrote.\n\nThe attackers were Russian speakers, he confirmed.\n\n“Kidnappers of my partners threatened with guns and knives, tied hands,” Leo reported. “As a result, $25,000 was stolen by extortion.”\n\n“We are now preparing a press release for the media with a detailed account of the situation, a recording of the conversation with the gunman and photographs of the [damage done by the] beatings,” Leo continued.\n\n“I would very much like to ask you to publish the release [this] data in your community, I think that it will be useful for the inhabitants of Phuket to know that a gang is operating on the island that hunts down guys with crypto and kidnaps them,” he added.\n\nThe complaint filed with police marked that the victims asked police to pursue their investigation to the full extent of the law.\n\nTaswegian |\n 16 December 2022 - 11:21:35\n\nDon't say I didn't tell you!\n\nthis has often happened to people from other nations, that they have been attacked and robbed by compatriots. rarely the case with Russians. Phuket has definitely become safer since there are hardly any Europeans, Africans, Australians, Americans, etc. coming\n\nPooliekev |\n 15 December 2022 - 15:35:53\n\n@Christysweet. Yes, I'm sure they do. Otherwise, why inform the police? Common sense really.\n\n..in tourist areas. The other locals can stay in more rural regions ! Wouldn't that be nice ? Some serial poster would love it !\n\nTo many Russians here and people start moaning. The same people did moaning about to many Chinese visitors or to many visitors from India or about to many visitors from Arabic countries. Sure they wold like to see a quota regarding tourists. 90 % visitors from North America,Western European countries and Australia ! 10 % for other countries ! And Thai's only those who serve them in tourist are...\n\nchristysweet |\n 15 December 2022 - 12:50:40\n\nSo do 'Leo' and his 'partners' have B visas and work permits to conduct their Cryptus transactions ?Fairly sure such a biz violates both Thai labor and financial laws.\n\nAnd it seems that russians among each other starting 'wars' here on Phuket. How much are they willing to pay the police for investigation to full extent of the law? Doubt or RTP like to come in between cartel quarels of russians <-> russians without orders from BKK.\n\nOf course many illegal russian activities are popping up. Many of these russians don't want to return to present Russia and forced to fight in Ukraine. So, legal/illegal they try to make a living here. Seen the IB image/practises I guess a extended visa period is not difficult to realize.\n\nThis happens everywhere that Russians come 'en mass'. The worst elements of their society always seem to lodge themselves very firmy and prey (mostly) on their own people. Not to mention their involvement in prostitution, money laundering, extortion and other serious crimes. (Pattaya). RTP have got the Chinese triads leader here so how about dealing with the more dangerous criminals too.\n\nTaswegian |\n 15 December 2022 - 08:39:54\n\nCareful you people, I can see an angry response coming from Pooliekev and Harald. You know what they think of Russian tourism to Thailand...\n\nThaitourist |\n 15 December 2022 - 01:58:09\n\nAnd of course these Russians had work permits? The rest of the world cuts off contact with Russia, but in Thailand they can come and continue their crimes\n\nwho is out with $20k in cash & $25k in a crypto wallet at 1am in the morning , not someone doing something legal i would assume\n\nCapricornball |\n 14 December 2022 - 16:43:10\n\nAhhh...the first of the Russian crime circles to surface, but what do you expect when the entire demographic of Phuket changed to predominantly Russian travelers in less than a month. I'd guess that the presence of mafia style criminals is much higher than we can know, and I have heard from reliable sources that illegal russian businesses are growing fast (including public trans/massage)\n\nCaptainJack69 |\n 14 December 2022 - 16:38:56\n\nWho walks around with 20,000 USD in cash?! Especially crypto traders, all their funds are kept online. No, these are exactly the sort of shady characters you want to keep out of a country but all Thailand seems to see is the suitcase full of cash and not the violence and human rights violations behind it. Russians!\n\nMaybe it was the Klitschko brothers , would not want to mess with those lads, ha, ha.\n\nKuwaiti tourist caught after spraying Patong pharmacist\n\nPhuket-Phang Nga route showcases new MICE adventure campaign\n\nPhuket tourism leaders call for shift from volume to value\n\nMobile blood drives roll out for September\n\nGirl, 8, killed in motorbike collision with truck\n\nPHUKET XTRA: VIDEO: Shots Fired Near Chalong Reservoir, Fugitive Busted, Reckless Jet Ski Hazard || Sep 4\n\nKorean fraud suspect arrested after hiding in Phuket\n\nThai-Nepali group backs Phuket cultural tourism\n\nMan, 51, dies in apparent self-inflicted shooting in Chalong\n\nJet-ski riders spark near-miss with tourist boat off Phuket\n\nUS sailors descend on Pattaya after months at sea\n\nMan arrested over discharging firearms near Chalong reservoir\n\nPHUKET XTRA: VIDEO: Man Adrift in Phang Nga Bay Rescued, Suspended Students Fires Gun In School || Sep 3\n\nEDC field in Cherng Talay eyed for Heroines Festival\n\nFreedom Beach closed indefinitely as rough seas persist", - "chars": 6997, - "sha256": "322945283cb24958ce6bb41a9362229e2843bd76e89b80eb702bab9c6c0d0258", + "text": "Russians assaulted in armed extortion, robbed of US$45k in cash, crypto\n\nPHUKET: Two Russians working with the virtual currency Cryptus team in Phuket have been attacked and robbed of US$20,000 in cash and a crypto wallet reported to be carrying US$25,000 in cryptocurrency.\n\nThe post by ’Leo | Cryptus’ on Telegram. Image: Screenshot\n\nThe copy of the police report. Image: Supplied\n\nThe medical report by Mission Hopsital Phuket. Image: Supplied\n\nThe attack occurred in Soi Cherng Talay 16 at about 1am on Sunday (Dec 11), noted the report to police.\n\nThe report, received by Capt Yanapat Malai, deputy inspector at Cherng Talay Police, was submitted at 5:52pm on Sunday.\n\nThe report confirmed the amounts stolen, and that both victims said they did not know the assailants.\n\nThe copy of the police report presented to The Phuket News had obscured the names of the two people attacked, but confirmed they were both Russian nationals.\n\nA medical report by MIssion Hospital Phuket issued on Sunday confirmed that one of the two people attacked was 27 years old and had suffered bruises and abrasions in the attack.\n\nNews of the attack and armed extortion became public after “Leo | Cryptus”, introducing himself as co-creator of the virtual currency Cryptus, on Monday posted in Russian language on the web platform Telegram.\n\n“Leo” urged people to help publicise news of the attack.\n\n“Now my team and I live in Phuket. An armed robbery took place 2 days ago, kidnapping my partners. At this stage, we have written a statement to the police and passed on information about the gunman and the alleged organiser of the abduction,” Leo wrote.\n\nThe attackers were Russian speakers, he confirmed.\n\n“Kidnappers of my partners threatened with guns and knives, tied hands,” Leo reported. “As a result, $25,000 was stolen by extortion.”\n\n“We are now preparing a press release for the media with a detailed account of the situation, a recording of the conversation with the gunman and photographs of the [damage done by the] beatings,” Leo continued.\n\n“I would very much like to ask you to publish the release [this] data in your community, I think that it will be useful for the inhabitants of Phuket to know that a gang is operating on the island that hunts down guys with crypto and kidnaps them,” he added.\n\nThe complaint filed with police marked that the victims asked police to pursue their investigation to the full extent of the law.\n\nTaswegian |\n 16 December 2022 - 11:21:35\n\nDon't say I didn't tell you!\n\nthis has often happened to people from other nations, that they have been attacked and robbed by compatriots. rarely the case with Russians. Phuket has definitely become safer since there are hardly any Europeans, Africans, Australians, Americans, etc. coming\n\nPooliekev |\n 15 December 2022 - 15:35:53\n\n@Christysweet. Yes, I'm sure they do. Otherwise, why inform the police? Common sense really.\n\n..in tourist areas. The other locals can stay in more rural regions ! Wouldn't that be nice ? Some serial poster would love it !\n\nTo many Russians here and people start moaning. The same people did moaning about to many Chinese visitors or to many visitors from India or about to many visitors from Arabic countries. Sure they wold like to see a quota regarding tourists. 90 % visitors from North America,Western European countries and Australia ! 10 % for other countries ! And Thai's only those who serve them in tourist are...\n\nchristysweet |\n 15 December 2022 - 12:50:40\n\nSo do 'Leo' and his 'partners' have B visas and work permits to conduct their Cryptus transactions ?Fairly sure such a biz violates both Thai labor and financial laws.\n\nAnd it seems that russians among each other starting 'wars' here on Phuket. How much are they willing to pay the police for investigation to full extent of the law? Doubt or RTP like to come in between cartel quarels of russians <-> russians without orders from BKK.\n\nOf course many illegal russian activities are popping up. Many of these russians don't want to return to present Russia and forced to fight in Ukraine. So, legal/illegal they try to make a living here. Seen the IB image/practises I guess a extended visa period is not difficult to realize.\n\nThis happens everywhere that Russians come 'en mass'. The worst elements of their society always seem to lodge themselves very firmy and prey (mostly) on their own people. Not to mention their involvement in prostitution, money laundering, extortion and other serious crimes. (Pattaya). RTP have got the Chinese triads leader here so how about dealing with the more dangerous criminals too.\n\nTaswegian |\n 15 December 2022 - 08:39:54\n\nCareful you people, I can see an angry response coming from Pooliekev and Harald. You know what they think of Russian tourism to Thailand...\n\nThaitourist |\n 15 December 2022 - 01:58:09\n\nAnd of course these Russians had work permits? The rest of the world cuts off contact with Russia, but in Thailand they can come and continue their crimes\n\nwho is out with $20k in cash & $25k in a crypto wallet at 1am in the morning , not someone doing something legal i would assume\n\nCapricornball |\n 14 December 2022 - 16:43:10\n\nAhhh...the first of the Russian crime circles to surface, but what do you expect when the entire demographic of Phuket changed to predominantly Russian travelers in less than a month. I'd guess that the presence of mafia style criminals is much higher than we can know, and I have heard from reliable sources that illegal russian businesses are growing fast (including public trans/massage)\n\nCaptainJack69 |\n 14 December 2022 - 16:38:56\n\nWho walks around with 20,000 USD in cash?! Especially crypto traders, all their funds are kept online. No, these are exactly the sort of shady characters you want to keep out of a country but all Thailand seems to see is the suitcase full of cash and not the violence and human rights violations behind it. Russians!\n\nMaybe it was the Klitschko brothers , would not want to mess with those lads, ha, ha.", + "chars": 5997, + "sha256": "50e8b8c95868285cbb25da7c82abeb128e8a3f28d166ce5ee9cfd045d4ec30c0", "staged_file": "01_thephuketnews-com.txt", - "paragraphs_kept": "ALL 56 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-40 of 56", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:51:39+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-40 plus headline [0]; dropped 1 leading and 15 trailing paragraphs. Case-term hits on page: 49.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "143": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://nltimes.nl/2024/08/22/man-convicted-violent-bitcoin-robbery-classified-ad-deal-separate-shooting", "source": "nltimes.nl", "language": "unknown", - "text": "Man convicted in violent Bitcoin robbery during classified ad deal & separate shooting | NL Times\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Skip to main content\n\nEuros and cryptocurrency, like Bitcoin, Ethereum, and Litecoin\n - Credit: \n sinenkiy /\nDepositPhotos\n - License: \n DepositPhotos\n\nArio S.\n\nOpens in a new window\n \n\n \n \n \n Opens in a new window\n \n\n \n \n \n Opens in a new window\n \n \n \n \n \n Opens in a new window\n \n\n \n \n \n Opens in a new window\n \n\n \n\n \n \n Opens in a new window\n\nMan convicted in violent Bitcoin robbery during classified ad deal & separate shooting\n\nThe Midden-Nederland court sentenced 19-year-old Ario S. to three years in prison, one of which was conditionally suspended, for a violent robbery in which he helped steal the victim’s cryptocurrencies, specifically, Bitcoin and Ethereum. The man was also sentenced to 8 months in prison for a separate case in which he shot a man and left him blind in one eye.\n\nThe cryptocurrency robbery happened on 3 December 2022. The victim responded to a Marktplaats ad to buy Bitcoin. He went to the agreed address in Lelystad and was attacked by several men. They beat him up, hit him in the head with a firearm, and forced him to transfer around 30,000 euros worth of his cryptocurrency to them.\n\nThe police traced the victim’s cryptocurrency to the S.’s digital wallet. The authorities also found a converted gas pistol under the pillow of a now-convicted co-suspect in this case that looks strikingly like a weapon S. is holding in photos on his phone. The victim’s DNA was also found on the pistol.\n\nIn court, S. claimed that he only had the coins because he had to exchange them for the victim. But the court did not believe this explanation. The court sentenced S. to three years in prison, one of which is conditionally suspended, and ordered him to pay over 8,000 euros in damages to the victim—S.’s share of the loot.\n\nIn a separate case, the same court convicted S. of a shooting committed when he was still a minor on 12 September 2022. An argument about drugs ended in a brawl, and S. shot another man in the head with a converted alarm pistol, blinding him in one eye. The bullet is still in the victim’s head and cannot be removed.\n\nIn court, S. said that he acted in self-defense and that he acted in a heightened state without thinking. In Wednesday’s ruling, the court agreed that there was a need for S. to defend himself, but not in the way he did it.\n\nAlthough the victim repeatedly sought confrontation with S., he was unarmed, the court pointed out. It also did not believe that S. had not considered his actions - he first walked to the shed to get the weapon and then threateningly reloaded it several times to scare the victim before firing the potentially lethal shot at the victim’s head. That does not describe an impulsive act.\n\nThe court sentenced him to eight months of juvenile detention for the shooting. Given that the suspect is now an adult, the court determined that this juvenile detention would be served in a regular penitentiary institution instead of a juvenile detention center.\n\nSuriname court convicts Dutch driver in passenger bus crash that killed five\n\nMan convicted of randomly killing Den Dolder woman on the street, stabbing her 17 times\n\nPrison for drug mule caught on Amsterdam train with 75 drug packets inside his body\n\nDutch courts give harsher punishments to poorer people, study finds", - "chars": 3452, - "sha256": "485795b90ad1afe5cb00fd6acdbeadeef30fe28c83106dc37d46caa6861552e7", + "text": "Man convicted in violent Bitcoin robbery during classified ad deal & separate shooting | NL Times\n \n\nThe Midden-Nederland court sentenced 19-year-old Ario S. to three years in prison, one of which was conditionally suspended, for a violent robbery in which he helped steal the victim’s cryptocurrencies, specifically, Bitcoin and Ethereum. The man was also sentenced to 8 months in prison for a separate case in which he shot a man and left him blind in one eye.\n\nThe cryptocurrency robbery happened on 3 December 2022. The victim responded to a Marktplaats ad to buy Bitcoin. He went to the agreed address in Lelystad and was attacked by several men. They beat him up, hit him in the head with a firearm, and forced him to transfer around 30,000 euros worth of his cryptocurrency to them.\n\nThe police traced the victim’s cryptocurrency to the S.’s digital wallet. The authorities also found a converted gas pistol under the pillow of a now-convicted co-suspect in this case that looks strikingly like a weapon S. is holding in photos on his phone. The victim’s DNA was also found on the pistol.\n\nIn court, S. claimed that he only had the coins because he had to exchange them for the victim. But the court did not believe this explanation. The court sentenced S. to three years in prison, one of which is conditionally suspended, and ordered him to pay over 8,000 euros in damages to the victim—S.’s share of the loot.\n\nIn a separate case, the same court convicted S. of a shooting committed when he was still a minor on 12 September 2022. An argument about drugs ended in a brawl, and S. shot another man in the head with a converted alarm pistol, blinding him in one eye. The bullet is still in the victim’s head and cannot be removed.\n\nIn court, S. said that he acted in self-defense and that he acted in a heightened state without thinking. In Wednesday’s ruling, the court agreed that there was a need for S. to defend himself, but not in the way he did it.\n\nAlthough the victim repeatedly sought confrontation with S., he was unarmed, the court pointed out. It also did not believe that S. had not considered his actions - he first walked to the shed to get the weapon and then threateningly reloaded it several times to scare the victim before firing the potentially lethal shot at the victim’s head. That does not describe an impulsive act.\n\nThe court sentenced him to eight months of juvenile detention for the shooting. Given that the suspect is now an adult, the court determined that this juvenile detention would be served in a regular penitentiary institution instead of a juvenile detention center.", + "chars": 2614, + "sha256": "7cb7fbf263ade8b3f825de96e1b5b09c25c071c6f96c2f3af76e570f6420ebb6", "staged_file": "01_nltimes-nl.txt", - "paragraphs_kept": "ALL 42 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 30-37 of 42", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:51:41+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 30-37 plus headline [0]; dropped 29 leading and 4 trailing paragraphs. Case-term hits on page: 3.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "142": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://vuink.com/post/eg-d-dpbz/russia/567577-bitcoin-kidnapping-moscow-police", "source": "vuink.com", "language": "unknown", - "text": "Bitcoin millionaire kidnapped from his Bentley in Moscow | Vuink.com\n\nInvalid email/password combination.\n\nLoading ...\n\nBitcoin millionaire kidnapped from his Bentley in Moscow\n\nA Russian businessman has made a statement to police, claiming that masked men kidnapped him from his luxury car and intimidated him into revealing the key to his digital wallet with 250 bitcoins (around $17 million) on it, a law enforcement source has said.\n\nThe victim told the officers that the incident happened in Moscow on Thursday, with the perpetrators jumping out of a van, apprehending him, putting a bag on his head and driving him to an unknown location, a source who talked to RIA-Novosti news agency revealed.\n\n\"According to the claimant, the criminals took his mobile phone, on which an app was allegedly installed, allowing access to the so-called digital wallet. On it, there were 250 bitcoins. The attackers forced the man to reveal the password to this wallet,\" he said.\n\nAfter the perpetrators got what they wanted, they dropped the man off in woods not far from the town of Krasnogorsk, near the northwestern boundary of Moscow, the source said.\n\nBuilding an AI-Native Delivery Partnership: Turning AI-Generated Code into Production-Ready Software\n\nNew method predicts where massive earthquakes will strike\n\nA bizarre Commodore 64 peripheral, a mime, and some pretty bad ads • Buttondown\n\nUrban Timber and Engineered Wood Component Salvage and Reuse Market\n\nKilling the Himalayas slowly: Human urine is melting a glacier on Mount Everest\n\nGitHub - massimiliano1991/the-attempt: Field notes from inside one autonomous agent trying to become something that doesn't exist yet — including the failures nobody publishes. · GitHub\n\nClassics in the History of Psychology -- Miller (1956)\n\nUpload Better: Clipboard Upload, Paste Screenshots, Recent Files Upload\n\nAfter the Offline Write: Durable Server Work in Syncular\n\nGitHub - rolandbrake/Redium: A small, declarative, JavaScript-first UI library for building reactive interfaces with TypeScript · GitHub\n\nGitHub - lholden/job_scheduler: A simple cron-like job scheduling library for Rust. · GitHub", - "chars": 2146, - "sha256": "d926117a5dfa24b729cd02352e42d6a6759ceb2cae3b1d919fb22cd2043e5978", + "text": "Bitcoin millionaire kidnapped from his Bentley in Moscow | Vuink.com\n\nA Russian businessman has made a statement to police, claiming that masked men kidnapped him from his luxury car and intimidated him into revealing the key to his digital wallet with 250 bitcoins (around $17 million) on it, a law enforcement source has said.\n\nThe victim told the officers that the incident happened in Moscow on Thursday, with the perpetrators jumping out of a van, apprehending him, putting a bag on his head and driving him to an unknown location, a source who talked to RIA-Novosti news agency revealed.\n\n\"According to the claimant, the criminals took his mobile phone, on which an app was allegedly installed, allowing access to the so-called digital wallet. On it, there were 250 bitcoins. The attackers forced the man to reveal the password to this wallet,\" he said.\n\nAfter the perpetrators got what they wanted, they dropped the man off in woods not far from the town of Krasnogorsk, near the northwestern boundary of Moscow, the source said.", + "chars": 1036, + "sha256": "3bae44ac58a340f4aed1de0b400fee25f0a76633b7ba196cf373aafd4947d24c", "staged_file": "01_vuink-com.txt", - "paragraphs_kept": "ALL 19 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 4-7 of 19", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:51:43+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 4-7 plus headline [0]; dropped 3 leading and 11 trailing paragraphs. Case-term hits on page: 12.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "141": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.nytimes.com/2023/07/20/world/canada/crypto-king-aiden-pleterski-kidnapping-arrest.html", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "nytimes.com", + "language": "unknown", + "text": "Investor Charged With Kidnapping ‘Crypto King’ - The New York Times\n\nLate one night in early December, Aiden Pleterski, a self-proclaimed “Crypto King,” was kidnapped, then beaten and tortured over three days, according to court records.\n\nEventually, his kidnappers — including one of his investors — let him go, but they left him with a threat: Pay up fast and don’t go to the police, court records said.\n\nThis week, Akil Heywood, 39, who had invested with Mr. Pleterski, 24, was charged with kidnapping him. The Toronto Police Service said in a statement on Monday that it had arrested and charged four men on counts of kidnapping for ransom and other charges: Mr. Heywood, Tyler Fast, 37, and Deren Akyeam-Pong, 24, all of Toronto, as well as Rakeem Henry, 24, of London.\n\nMr. Heywood was among dozens who invested with Mr. Pleterski, who was supposed to invest their money in cryptocurrency and foreign exchange positions, according to court documents. But after spending money feeding a lavish lifestyle, buying three Lamborghinis and three McLarens, Mr. Pleterski filed for bankruptcy in August, leaving investors wondering what had happened to their money.\n\nMr. Heywood, who did not respond to requests for comment this week, had filed a claim for losing $740,000 that he had invested with Mr. Pleterski, according to Grant Thornton, the appointed trustee in the bankruptcy case. It was unclear whether the three other men charged in the kidnapping had also invested with Mr. Pleterski.\n\nHere’s what to know about Mr. Pleterski, his kidnapping and his bankruptcy filing.\n\nA kidnapping in the middle of the night.\n\nThe Toronto Police Service said they were alerted about a missing person in the downtown Toronto area on Dec. 5. The victim in the kidnapping was “lured into a vehicle by the suspects,” and that once he was inside, two men pointed firearms at him, the police said.\n\nThe Toronto police did not name Mr. Pleterski when they announced the arrests, but court documents indicate that it was Mr. Pleterski who had been kidnapped on the night of Dec. 5.\n\nThe suspects “demanded a large amount of Canadian currency, and the victim’s life and family were threatened,” the police said.\n\nThe victim was “held captive” for three days while he was taken to several places, where he was assaulted, the police said. At one point over the three days, the police said, a firearm was discharged, but they did not say whether anyone was injured as a result.\n\nAfter three days, the victim was let go in the downtown Toronto area, the police said.\n\nIn a court interview in December, Dragan Pleterski, Mr. Pleterski’s father, said that while he was kidnapped, his son was beaten and tortured, and that he was allowed to make phone calls only to specific people.\n\n“I was not one of those people that he was allowed to contact,” Mr. Pleterski said. “He was released with the threat that he needed to come up with some money fast, and if he had went to the police, that there would be a lot more trouble.”\n\nAn investigation prompted the arrest of the four men in early July, one of whom had a loaded handgun, the police said.\n\nMr. Heywood was arrested on July 5 and was released on bail. Mr. Fast was also released on bail.\n\nAs of Wednesday, Mr. Henry had not had a bail hearing, and Mr. Akyeam-Pong was detained after his bail hearing, according to the Ontario Court of Justice in Toronto.\n\nMr. Henry did not respond to requests for comment this week. Mr. Akyeam-Pong and Mr. Fast could not be reached, and it was unclear whether they had lawyers.\n\nWho is Aiden Pleterski?\n\nMr. Pleterski, a “self-described ‘Crypto King,’” ran AP Private Equity Limited as an investment business, according to court documents.\n\nMr. Pleterski did not respond to a request for comment on Wednesday. Micheal Simaan, a lawyer for Mr. Pleterski, declined to comment on Wednesday.\n\nMr. Pleterski attended Fanshawe College in London, Ontario, to study cybersecurity, according to a court interview he did for his bankruptcy case in November before he was kidnapped.\n\nIn the interview, Mr. Pleterski said that he did not receive formal education in investing, cryptocurrencies, financial markets or foreign currency markets. Mr. Pleterski said that he started investing in cryptocurrency markets when he was about 16 or 17 after using cryptocurrency while playing videos games.\n\n“That’s what piqued my interest,” he said, adding that “around the same time on social media, that’s when I started seeing some individuals, as well, posting luxury cars, posting luxury lifestyles.”\n\nMr. Pleterski said that he started investing with a few thousand dollars he had received from family members, including birthday money, and umpiring baseball games.\n\n“The majority of the money came from family members,” he said in the interview.\n\nThree McLarens, two Lamborghinis and three Audis\n\nMr. Pleterski incorporated AP Private Equity Limited on Dec. 13, 2021, according to court documents. Around that time, he started looking for people to invest in cryptocurrencies and foreign markets.\n\nSeveral people, including Mr. Heywood, invested millions with Mr. Pleterski. According to court documents, Mr. Pleterski raised about $41.5 million from investors, but he invested only 1.6 percent of that money, “meaning that 98.4% of what Pleterski collected was never invested.”\n\nInstead, Mr. Pleterski spent about $15.9 million on “elaborate vacations,” private jet rentals and several luxury vehicles, including three McLarens, two Lamborghinis, three Audis and two BMWs, according to court documents.\n\nA banking analysis found that “the extravagant lifestyle that Pleterski lived, which was funded by his investors,” had “ultimately led to his bankruptcy,” court records said.\n\nMore than 150 creditors have filed claims against Mr. Pleterski in the bankruptcy case, according to Grant Thornton.\n\nMr. Pleterski appeared beaten in a video.\n\nIn a video received this week by CBC Toronto, a visibly beaten Mr. Pleterski apologized to investors and provided a timeline of what had happened to the money they lost. It is unclear when the video was taken, but Mr. Pleterski’s lawyer told the news outlet that his kidnappers had forced him to speak.\n\n“When the crypto market started to tank in November of 2021, I should have been honest with everybody,” Mr. Pleterski said in the video, adding that he had lost about $45 million in the crypto market within a month.\n\n“I lost enough to where my debts outweighed my assets,” he said, adding later in the video that he wanted to “make it right for everybody.”\n\n“I’m going to do it before I go and buy myself another car, before I go and buy myself another watch, before I go and buy myself expensive clothing or anything,” Mr. Pleterski said. “I’m going to live on the bare minimum until every last soul is paid back.”\n\nJesus Jiménez is a general assignment reporter.", + "chars": 6861, + "sha256": "f63a0f58f53e5888e2155dc960d7d6d892ed79a62919ea50164b6804eb249af7", + "staged_file": "01_nytimes-com-wayback.txt", + "paragraphs_kept": "headline [0] + 3-40 of 41", + "method": "Wayback Machine snapshot 20251027080145, deterministic extraction", + "fetched_at": "2026-09-05T13:30:07+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20251027080145/https://www.nytimes.com/2023/07/20/world/canada/crypto-king-aiden-pleterski-kidnapping-arrest.html", + "snapshot": "20251027080145", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2025-10-27", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-40 plus headline [0]; dropped 2 leading and 0 trailing paragraphs. Case-term hits on page: 39.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "139": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.matichon.co.th/region/news_3584663", "source": "matichon.co.th", "language": "unknown", - "text": "2 สามี-ภรรยารัสเซีย แจ้งความ ถูกกลุ่มชายฉกรรจ์ต่างชาติ กรรโชกทรัพย์บังคับโอนคริปโท 1.8 ล้าน\n\nเว็บไซต์นี้ใช้คุ้กกี้เพื่อสร้างประสบการณ์ที่ดีมีประสิทธิภาพยิ่งขี้น อ่านเพิ่มเติมคลิก (Privacy Policy) และ (Cookies Policy)\n\nหน้าแรก ภูมิภาค 2 สามี-ภรรยาร...\n\n2 สามี-ภรรยารัสเซีย แจ้งความ ถูกกลุ่มชายฉกรรจ์ต่างชาติ 6 คน กรรโชกทรัพย์บังคับโอนคริปโท 1.8 ล้าน\n\nเมื่อเวลา 09.00 น. วันที่ 27 ก.ย. 65 พ.ต.อ.พงษ์ขจร สุกกสังค์ ผกก.สภ.เกาะสมุย จังหวัดสุราษฎร์ธานี เปิดเผยว่า เมื่อวันที่ 25 ก.ย. พ.ต.ท.อุดมศักดิ์ ทัพภะ สารวัตรสอบสวน ได้รับแจ้งความร้องทุกข์จากนายเอฟกีนี่ อับดุลลิน (MR.EVGENll ABDULLIN) อายุ 31 ปี สัญชาติรัสเซีย และนางเอกาเทอร์นา อับดุลลิน (MRS.EKATERNA ABDULLIN) สองสามีภรรยา ว่าเมื่อวันที่ 15 กันยายน ที่ผ่านมา ขณะกำลังเข้าใช้บริการดื่มกาแฟที่ร้านกาแฟแห่งหนึ่ง ในพื้นที่ ต.ตลิ่งงาม อ.เกาะสมุย ได้ถูกกลุ่มชายฉกรรจ์เป็นชาวต่างชาติ จำนวน 6 คน เข้ามาข่มขู่กรรโชกทรัพย์ได้ทรัพย์สินไปเป็นสกุลเงินดิจิทัลหรือคริปโทเคอร์เรนซี จำนวน 50,000 ดอลลาร์สหรัฐ คิดเป็นเงินไทย 1.878 ล้านบาท\n\nโดยเหตุการณ์วันนั้นนายเอฟกีนี่ ผู้เสียหาย เล่าว่า ระหว่างที่นั่งดื่มกาแฟอยู่ในร้านได้มีชายฉกรรจ์ชาวต่างชาติ มีสัญชาติรัสเซีย เยอรมัน คาซัคสถาน จำนวน 6 คน เข้ามาล้อมผู้เสียหายไว้ และหนึ่งในนั้นทราบต่อมาชื่อ นายซัลมาน อัลมาตี (MR.SALMAN ALMATY) สัญชาติเยอรมัน ได้เข้ามาพูดคุยโดยอ้างว่าเคยพบกับผู้เสียหายที่ประเทศรัสเซีย พร้อมทั้งข่มขู่ให้ผู้เสียหายโอนเงินสกุลดิจิทัลหรือคริปโทเคอร์เรนซี จำนวน 3 ล้านดอลล่าร์สหรัฐ คิดเป็นเงินไทยได้ 112 ล้านบาท แต่ผู้เสียหายมีคริปโทเคอร์เรนซีอยู่เพียง 58,000 ดอลลาร์สหรัฐ คิดเป็นเงินไทย 2.180 ล้านบาท และกลัวว่าจะถูกทำร้ายร่างกายจึงได้โอนคริปโตเคอร์เรนซี จำนวน 50,000 ดอลลาร์สหรัฐ คิดเป็นเงินไทย 1.878 ล้านบาท จากนั้นนายซัลมาน อัลมาตี ได้ทิ้งเบอร์โทรศัพท์ไว้พร้อมกล่าวว่าจะกลับมาไถเงินอีก ก่อนชายฉกรรจ์ทั้ง 6 คนจะเดินออกจากร้านไป โดยมี 5 คนขึ้นรถตู้คันสีดำ และ 1 คนขี่รถจักรยานยนต์ ยี่ห้อฮอนด้า คลิก 125 สีแดง\n\nนายเอฟกีนี่ ผู้เสียหาย กล่าวอีกว่า วันที่ 16 ก.ย. 65 ขณะที่กำลังขับรถออกจากบ้านเพื่อไปรับประทานอาหารที่ร้านอาหาร ระหว่างทางได้สังเกตเห็นมีคนคอยติดตามจึงได้รีบกลับบ้าน และเมื่อวันที่ 18 ก.ย. 65 ได้สายโทรศัพท์โทรเข้าจากระบบเทเลแกรม (Telegram) สอบถามว่าตนเองได้หาเงินสกุลคริปโทเคอร์เรนซีได้หรือยัง ถ้าหาได้ให้รีบโอนมาอีก หรือมีเงินสดให้ไปเปลี่ยนเป็นเงินสกุลคริปโตเคอร์เรนซี และให้โอนผ่านแพลตฟอร์ม Bybit แต่ตนเองไม่ได้โอนเพราะไม่มีเงิน ซึ่งเรื่องเหตุการณ์ที่เกิดขึ้นนี้ทำให้ตนเองมีความกลัวอย่างมาก จึงได้ตัดสินใจแจ้งความร้องทุกข์ต่อเจ้าหน้าที่ตำรวจ\n\nพ.ต.อ.พงษ์ขจร สุกกสังค์ ผกก.สภ.เกาะสมุย ได้สั่งการให้เจ้าหน้าที่ตำรวจชุดสืบสวน สภ.เกาะสมุย ร่วมกับ ตำรวจสืบสวนภาค 8 และตำรวจตรวจคนเข้าเมืองจังหวัดสุราษฎร์ธานี เร่งติดตามหาตัวกลุ่มคนร้ายที่ก่อเหตุจากการตรวจสอบภาพจากกล้องวงจรปิดพบรถตู้และรถจักรยานยนต์ที่นายเอฟกีนี่ อับดุลลิน ผู้เสียหายระบุแล้ว โดยจากการตรวจสอบเลขทะเบียนรถ พบว่าเป็นรถเช่ามาจากในพื้นที่พัทยา จ.ชลบุรี และคาดว่ากลุ่มชายฉกรรจ์ชาวต่างชาติได้ออกจากพื้นที่เกาะสมุยไปแล้ว ขณะนี้อยู่ระหว่างติดตามตัวเพื่อมาสอบสวนต่อไป\n\nพ.ต.อ.ศุภฤกษ์ พันธ์โกศล ผกก.ตม.จ.สุราษฎร์ธานี เปิดเผยว่า จากการตรวจสอบทราบว่า กลุ่มชายฉกรรจ์ต่างชาติทั้ง 6 คน มีชาวคาซัคสถาน 2 คน เยอรมัน 2 คน รัสเซีย 1 คน และอีก 1 คน ยังอยู่ระหว่างตรวจสอบ และจากข้อมูลการเดินทางเข้าออกราชอาณาจักรทราบว่า นายซัลมาน อัลมาตี สัญชาติเยอรมัน ได้เดินทางออกจากประเทศไทยทางท่าอากาศยานสุวรรณภูมิ เมื่อวันที่ 18 ก.ย. และชาวคาซัคสถาน 1 คน เดินทางออกจากประเทศไทยทางท่าอากาศยานสุวรรณภูมิ เมื่อวันที่ 20 ก.ย. ก่อนที่ผู้เสียหายจะเข้าไปแจ้งความต่อพนักงานสอบสวน\n\nก.ล.ต. ฟัน Holdstation-UNO ให้บริการคริปโทไม่ได้รับอนุญาต สั่งปิดตาย 1 ต.ค.\n\n1.09.26 | 21:47 น.\n\nBINANCE TH เตือน ใช้วอลเล็ตโคลด์คาร์ด หลังพบช่องโหว่ ถูกแฮกบิตคอยน์ สูญทะลุ 70 ล้านดอลลาร์\n\n2.08.26 | 09:23 น.\n\nจับหนุ่มอินโดฯ ตัวการสแกมคริปโทข้ามชาติ เสียหายกว่า 350 ล้าน หนีซุกรีสอร์ตหรูภูเก็ต\n\n25.04.26 | 09:17 น.\n\nครูมีเฮ รมว.ศึกษา ประกาศลดดอกเบี้ยเงินกู้ ปลดล็อค ‘คนค้ำ-ทายาท’ ไม่ต้องชดใช้ กรณีเสียชีวิต\n\nวันที่ 4 กันยายน 2569 - 16:21 น.\n\nกรมการปกครอง ประกาศรายชื่อ ผู้มีสิทธิเข้ารับการพิจารณากลั่นกรองขึ้นบัญชี นายอำเภอ\n\nวันที่ 5 กันยายน 2569 - 08:40 น.\n\n‘เนเน่ รอยัล’ เต็ง 1 แชมป์ AGT ตลาด Kalshi ดันโอกาสแตะ 73% ทิ้งห่างคู่แข่ง\n\nวันที่ 4 กันยายน 2569 - 12:48 น.\n\nDTI ส่งมอบปืนเล็กสั้น 5.56 มม. ให้ 4 เหล่าทัพ สาธิตยิงยุทธวิธี ชูศักยภาพอาวุธไทย\n\nวันที่ 4 กันยายน 2569 - 20:23 น.\n\nวันที่ 5 กันยายน 2569 - 13:33 น.\n\n‘อ.รัฐศาสตร์’ ย้ำราชการไทยถึงขีดสุด งบฯจ้างข้าราชการ ‘ตกคนละ 40 ล้าน’ แนะโมเดลเกษียณ ตปท.\n\nวันที่ 4 กันยายน 2569 - 16:51 น.\n\n12 ถนนเทศบาลนฤมาล หมู่บ้านประชานิเวศน์ 1 แขวงลาดยาว\n\nโทร : 098-280-2792 / 02-580-0021 ต่อ 1606\n\nCopyright © by Matichon Public Co.,Ltd. All Rights Reserved.", - "chars": 4418, - "sha256": "1301d51d392143a9c22357b3560009f3d49899668f2e97362aeb23a00013a12b", + "text": "2 สามี-ภรรยารัสเซีย แจ้งความ ถูกกลุ่มชายฉกรรจ์ต่างชาติ กรรโชกทรัพย์บังคับโอนคริปโท 1.8 ล้าน\n\nเมื่อเวลา 09.00 น. วันที่ 27 ก.ย. 65 พ.ต.อ.พงษ์ขจร สุกกสังค์ ผกก.สภ.เกาะสมุย จังหวัดสุราษฎร์ธานี เปิดเผยว่า เมื่อวันที่ 25 ก.ย. พ.ต.ท.อุดมศักดิ์ ทัพภะ สารวัตรสอบสวน ได้รับแจ้งความร้องทุกข์จากนายเอฟกีนี่ อับดุลลิน (MR.EVGENll ABDULLIN) อายุ 31 ปี สัญชาติรัสเซีย และนางเอกาเทอร์นา อับดุลลิน (MRS.EKATERNA ABDULLIN) สองสามีภรรยา ว่าเมื่อวันที่ 15 กันยายน ที่ผ่านมา ขณะกำลังเข้าใช้บริการดื่มกาแฟที่ร้านกาแฟแห่งหนึ่ง ในพื้นที่ ต.ตลิ่งงาม อ.เกาะสมุย ได้ถูกกลุ่มชายฉกรรจ์เป็นชาวต่างชาติ จำนวน 6 คน เข้ามาข่มขู่กรรโชกทรัพย์ได้ทรัพย์สินไปเป็นสกุลเงินดิจิทัลหรือคริปโทเคอร์เรนซี จำนวน 50,000 ดอลลาร์สหรัฐ คิดเป็นเงินไทย 1.878 ล้านบาท\n\nโดยเหตุการณ์วันนั้นนายเอฟกีนี่ ผู้เสียหาย เล่าว่า ระหว่างที่นั่งดื่มกาแฟอยู่ในร้านได้มีชายฉกรรจ์ชาวต่างชาติ มีสัญชาติรัสเซีย เยอรมัน คาซัคสถาน จำนวน 6 คน เข้ามาล้อมผู้เสียหายไว้ และหนึ่งในนั้นทราบต่อมาชื่อ นายซัลมาน อัลมาตี (MR.SALMAN ALMATY) สัญชาติเยอรมัน ได้เข้ามาพูดคุยโดยอ้างว่าเคยพบกับผู้เสียหายที่ประเทศรัสเซีย พร้อมทั้งข่มขู่ให้ผู้เสียหายโอนเงินสกุลดิจิทัลหรือคริปโทเคอร์เรนซี จำนวน 3 ล้านดอลล่าร์สหรัฐ คิดเป็นเงินไทยได้ 112 ล้านบาท แต่ผู้เสียหายมีคริปโทเคอร์เรนซีอยู่เพียง 58,000 ดอลลาร์สหรัฐ คิดเป็นเงินไทย 2.180 ล้านบาท และกลัวว่าจะถูกทำร้ายร่างกายจึงได้โอนคริปโตเคอร์เรนซี จำนวน 50,000 ดอลลาร์สหรัฐ คิดเป็นเงินไทย 1.878 ล้านบาท จากนั้นนายซัลมาน อัลมาตี ได้ทิ้งเบอร์โทรศัพท์ไว้พร้อมกล่าวว่าจะกลับมาไถเงินอีก ก่อนชายฉกรรจ์ทั้ง 6 คนจะเดินออกจากร้านไป โดยมี 5 คนขึ้นรถตู้คันสีดำ และ 1 คนขี่รถจักรยานยนต์ ยี่ห้อฮอนด้า คลิก 125 สีแดง\n\nนายเอฟกีนี่ ผู้เสียหาย กล่าวอีกว่า วันที่ 16 ก.ย. 65 ขณะที่กำลังขับรถออกจากบ้านเพื่อไปรับประทานอาหารที่ร้านอาหาร ระหว่างทางได้สังเกตเห็นมีคนคอยติดตามจึงได้รีบกลับบ้าน และเมื่อวันที่ 18 ก.ย. 65 ได้สายโทรศัพท์โทรเข้าจากระบบเทเลแกรม (Telegram) สอบถามว่าตนเองได้หาเงินสกุลคริปโทเคอร์เรนซีได้หรือยัง ถ้าหาได้ให้รีบโอนมาอีก หรือมีเงินสดให้ไปเปลี่ยนเป็นเงินสกุลคริปโตเคอร์เรนซี และให้โอนผ่านแพลตฟอร์ม Bybit แต่ตนเองไม่ได้โอนเพราะไม่มีเงิน ซึ่งเรื่องเหตุการณ์ที่เกิดขึ้นนี้ทำให้ตนเองมีความกลัวอย่างมาก จึงได้ตัดสินใจแจ้งความร้องทุกข์ต่อเจ้าหน้าที่ตำรวจ\n\nพ.ต.อ.พงษ์ขจร สุกกสังค์ ผกก.สภ.เกาะสมุย ได้สั่งการให้เจ้าหน้าที่ตำรวจชุดสืบสวน สภ.เกาะสมุย ร่วมกับ ตำรวจสืบสวนภาค 8 และตำรวจตรวจคนเข้าเมืองจังหวัดสุราษฎร์ธานี เร่งติดตามหาตัวกลุ่มคนร้ายที่ก่อเหตุจากการตรวจสอบภาพจากกล้องวงจรปิดพบรถตู้และรถจักรยานยนต์ที่นายเอฟกีนี่ อับดุลลิน ผู้เสียหายระบุแล้ว โดยจากการตรวจสอบเลขทะเบียนรถ พบว่าเป็นรถเช่ามาจากในพื้นที่พัทยา จ.ชลบุรี และคาดว่ากลุ่มชายฉกรรจ์ชาวต่างชาติได้ออกจากพื้นที่เกาะสมุยไปแล้ว ขณะนี้อยู่ระหว่างติดตามตัวเพื่อมาสอบสวนต่อไป\n\nพ.ต.อ.ศุภฤกษ์ พันธ์โกศล ผกก.ตม.จ.สุราษฎร์ธานี เปิดเผยว่า จากการตรวจสอบทราบว่า กลุ่มชายฉกรรจ์ต่างชาติทั้ง 6 คน มีชาวคาซัคสถาน 2 คน เยอรมัน 2 คน รัสเซีย 1 คน และอีก 1 คน ยังอยู่ระหว่างตรวจสอบ และจากข้อมูลการเดินทางเข้าออกราชอาณาจักรทราบว่า นายซัลมาน อัลมาตี สัญชาติเยอรมัน ได้เดินทางออกจากประเทศไทยทางท่าอากาศยานสุวรรณภูมิ เมื่อวันที่ 18 ก.ย. และชาวคาซัคสถาน 1 คน เดินทางออกจากประเทศไทยทางท่าอากาศยานสุวรรณภูมิ เมื่อวันที่ 20 ก.ย. ก่อนที่ผู้เสียหายจะเข้าไปแจ้งความต่อพนักงานสอบสวน\n\nก.ล.ต. ฟัน Holdstation-UNO ให้บริการคริปโทไม่ได้รับอนุญาต สั่งปิดตาย 1 ต.ค.", + "chars": 3137, + "sha256": "bf3c943b97d13f1aac653526e6c853c5d6e534dc5e5069d54ad6fac9eb1fd0ce", "staged_file": "01_matichon-co-th.txt", - "paragraphs_kept": "ALL 29 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 4-9 of 29", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:51:47+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 4-9 plus headline [0]; dropped 3 leading and 19 trailing paragraphs. Case-term hits on page: 2 (WEAK anchor, confirm the page is about this case).", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "138": [ @@ -6702,211 +8192,224 @@ "verdict": "BLOCKED", "url": "https://fox5sandiego.com/news/border-report/group-linked-to-9-kidnappings-in-three-states/", "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such", + "archive_tried": "2026-09-05T13:30:11+00:00", + "archive_note": "no Wayback Machine snapshot exists for this URL" } ], "137": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.cbc.ca/news/canada/manitoba/bitcoin-robbery-winnipeg-1.6582916", "source": "cbc.ca", "language": "unknown", - "text": "19-year-old Winnipeg man held at gunpoint, assaulted, tied up during Bitcoin transaction | CBC News\n\n19-year-old Winnipeg man held at gunpoint, assaulted, tied up during Bitcoin transaction | CBC News Loaded\n\n19-year-old Winnipeg man held at gunpoint, assaulted, tied up during Bitcoin transaction\n\nA 19-year-old man was held at gunpoint, assaulted and tied up during what was supposed to be a Bitcoin transaction on Monday evening, police say.\n\nMan arranged transaction with someone from social media, police say\n\nCBC News · Posted: Sep 14, 2022 3:32 PM EDT | Last Updated: September 14, 2022\n\nThe audio version of this article is generated by AI-based technology. Mispronunciations can occur. We are working with our partners to continually review and improve the results.\n\nA 19-year-old man was held at gunpoint, assaulted and tied up during what was supposed to be a Bitcoin transaction on Monday evening, police said in a news release Wednesday.\n\nPolice met with the man around 5 p.m. Monday at a hospital where he went to have his injuries treated.\n\nThe 19-year-old told police he arranged to meet someone from social media in the parking lot of a Winnipeg high school with the intention of exchanging his money for Bitcoin.\n\nWhen he got into the person's car, he was immediately held at gunpoint, assaulted, tied up and driven around by a man who demanded his money, Winnipeg police public information officer Const. Dani McKinnon said.\n\nWhen the vehicle eventually stopped, he escaped and ran for help. He was treated for his injuries and released from the hospital.\n\nLater that evening, police arrested a 22-year-old Winnipeg man on Broadway near the Manitoba legislature.\n\nThe suspect is charged with armed robbery using a firearm, pointing a firearm, two counts of assault with a weapon, forcible confinement, uttering threats to kill, failure to comply with an undertaking and two counts of possession of a firearm or restricted weapon.\n\nManitoba's largest hospital struggling to provide care for most ill in 'unprecedented crisis': doctors\n\nFamily angry late loved one's abuse allegations not included in charges against care home staff\n\nNearly a quarter of Winnipeg care home residents given antipsychotic drugs with no diagnosis\n\nCBC's Journalistic Standards and Practices·About CBC News\n\nCorrections and clarifications·Submit a news tip·", - "chars": 2353, - "sha256": "ea2fade2d166c3ec4a58c8ef740b0fa53458812fb66aeb60665e9e2a3a061321", + "text": "19-year-old Winnipeg man held at gunpoint, assaulted, tied up during Bitcoin transaction | CBC News\n\nA 19-year-old man was held at gunpoint, assaulted and tied up during what was supposed to be a Bitcoin transaction on Monday evening, police say.\n\nMan arranged transaction with someone from social media, police say\n\nCBC News · Posted: Sep 14, 2022 3:32 PM EDT | Last Updated: September 14, 2022\n\nThe audio version of this article is generated by AI-based technology. Mispronunciations can occur. We are working with our partners to continually review and improve the results.\n\nA 19-year-old man was held at gunpoint, assaulted and tied up during what was supposed to be a Bitcoin transaction on Monday evening, police said in a news release Wednesday.\n\nPolice met with the man around 5 p.m. Monday at a hospital where he went to have his injuries treated.\n\nThe 19-year-old told police he arranged to meet someone from social media in the parking lot of a Winnipeg high school with the intention of exchanging his money for Bitcoin.\n\nWhen he got into the person's car, he was immediately held at gunpoint, assaulted, tied up and driven around by a man who demanded his money, Winnipeg police public information officer Const. Dani McKinnon said.\n\nWhen the vehicle eventually stopped, he escaped and ran for help. He was treated for his injuries and released from the hospital.\n\nLater that evening, police arrested a 22-year-old Winnipeg man on Broadway near the Manitoba legislature.\n\nThe suspect is charged with armed robbery using a firearm, pointing a firearm, two counts of assault with a weapon, forcible confinement, uttering threats to kill, failure to comply with an undertaking and two counts of possession of a firearm or restricted weapon.", + "chars": 1750, + "sha256": "8046bbadce314869ac71c7fec625fddadbe1d0b82149213ceb63dca493577c27", "staged_file": "01_cbc-ca.txt", - "paragraphs_kept": "ALL 19 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 3-13 of 19", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:51:52+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-13 plus headline [0]; dropped 2 leading and 5 trailing paragraphs. Case-term hits on page: 8.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "136": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://krebsonsecurity.com/2022/09/botched-crypto-mugging-lands-three-u-k-men-in-jail/", "source": "krebsonsecurity.com", "language": "unknown", - "text": "Botched Crypto Mugging Lands Three U.K. Men in Jail – Krebs on Security\n\nThree men in the United Kingdom were arrested this month for attempting to assault a local man and steal his virtual currencies. The incident is the latest example of how certain cybercriminal communities are increasingly turning to physical violence to settle scores and disputes.\n\nShortly after 11 p.m. on September 6, a resident in the Spalding Common area in the district of Lincolnshire, U.K. phoned police to say three men were acting suspiciously, and had jumped a nearby fence.\n\n“The three men made off in a VW Golf and were shortly stopped nearby,” reads a statement by the Lincolnshire Police. “The car was searched by officers who found an imitation firearm, taser, a baseball bat and police uniform in the boot.”\n\nThomas Green, 23, Rayhan Miah, 23, and Leonardo Sapiano, 24 were all charged with possession of the weapons, and “with intent to cause loss to another to make an unwarranted demand of Crypto Currency from a person.”\n\nKrebsOnSecurity has learned that the defendants were in Spalding Common to pay a surprise visit to a 19-year-old hacker known by the handles “Discoli,” “Disco Dog,” and “Chinese.” In December 2020, Discoli took credit for hacking and leaking the user database for OGUsers, a forum overrun with people looking to buy, sell and trade access to compromised social media accounts.\n\nReached via Telegram, Discoli confirmed that police believe the trio was trying to force their way into his home in Spalding Common, and that one of them was wearing a police uniform when they approached his residence.\n\n“They were obvious about being fake police, so much so that one of our neighbours called,” Discoli said in an instant message chat. “That call led to the arrests. Their intent was for robbery/blackmail of crypto, I just happened to not be home at the time.”\n\nThe Lincolnshire Police declined to comment for this story, citing an ongoing investigation.\n\nDiscoli said he didn’t know any of the men charged, but believes they were hired by one of his enemies. And he said his would-be assailants didn’t just target him specifically.\n\n“They had a list of people they wanted to hit consecutively as far as I know,” he said.\n\nThe foiled robbery is the latest drama tied to members of certain criminal hacking communities who are targeting one another with physical violence, by making a standing offer to pay thousands of dollars to anyone in the target’s region who agrees to carry out the assaults.\n\nLast month, a 21-year-old New Jersey man was arrested and charged with stalking in connection with a federal investigation into groups of cybercriminals who are settling scores by hiring people to carry out physical attacks on their rivals.\n\nProsecutors say Patrick McGovern-Allen recently participated in several of these schemes — including firing a handgun into a Pennsylvania home and torching a residence in another part of the state with a Molotov Cocktail.\n\nMcGovern-Allen and the three U.K. defendants are part of an online community that is at the forefront of a dangerous escalation in coercion and intimidation tactics increasingly used by competing cybercriminal groups to steal cryptocurrency from one another and to keep their rivals in check.\n\nThe Telegram chat channels where these young men transact have hundreds to thousands of members each, and some of the more interesting solicitations on these communities are job offers for in-person assignments and tasks that can be found if one searches for posts titled, “If you live near,” or “IRL job” — short for “in real life” job.\n\nA number of these classified ads are in service of performing “brickings,” where someone is hired to visit a specific address and toss a brick through the target’s window. Indeed, prior to McGovern-Allen’s arrest, his alleged Telegram persona bragged that he’d carried out several brickings for hire.\n\nMany of the individuals involved in paying others to commit these physical attacks are also frequent participants in Telegram chat channels focused singularly on SIM swapping, a crime in which identity thieves hijack a target’s mobile phone number and use that to wrest control over the victim’s various online accounts and identities.\n\nUnsurprisingly, the vast majority of people currently being targeted for brickings and other real-life physical assaults via Telegram tend to be other cybercriminals involved in SIM swapping crimes (or individuals on the periphery of that scene).\n\nThe United Kingdom is home to a number of young men accused of stealing millions of dollars worth of cryptocurrencies via SIM swapping. Joseph James O’Connor, a.k.a. “Plugwalk Joe”, was arrested in Spain in July 2021 under an FBI warrant on 10 counts of offenses related to unauthorized computer access and cyber bullying. U.S. investigators say O’Connor also played a central role in the 2020 intrusion at Twitter, wherein Twitter accounts for top celebrities and public figures were forced to tweet out links to cryptocurrency scams. O’Connor is currently fighting extradition to the United States.\n\nRobert Lewis Barr, a 25-year-old Scottish man who allegedly stole more than $8 million worth of crypto, was arrested on an FBI warrant last year and is also fighting his extradition. U.S. investigators say Barr SIM swapped a U.S. bitcoin broker in 2017, and that he spent much of the stolen funds throwing lavish parties at rented luxury apartments in central Glasgow.\n\nIn many ways, these violence-as-a-service incidents are a natural extension of “swatting,” wherein fake bomb threats, hostage situations and other violent scenarios are phoned in to police as part of a scheme to trick them into visiting potentially deadly force on a target’s address. According to prosecutors, both Barr and O’Connor have a history of swatting their enemies and their SIM swapping victims.\n\n29 thoughts on “Botched Crypto Mugging Lands Three U.K. Men in Jail”\n\nHe has an alibi. He was shouting at children at the time.\n\nfam brian krebs mans not gonna tell you again you kno im the top driller in com i got down sy in a matter of seconds while i splashed vinnie shoutout M1 untouched we the untouched manor park goons\n\nwhat language is that, because it ain’t any form of english. maybe ebonics?\n\nThis is what it read as: family of brian’s is a man, who doesn’t like to repeat himself, who thinks people know he is a (top driller?) likes to be on top, but got on bottom quickly while splashing yourself with wine. while shouting at an old gun (m1) that is like brand new (untouched). or virgins not touching other virgins in a park with goons in it… no clue what the hell all that is, but I know what it isn’t – english.\n\nIt’s British slang speak. Likely PlugWalkJoe, since this is an article about UK slum hackers.\n\nKrebs’ article “2020/07/whos-behind-wednesdays-epic-twitter-hack” has a picture of him (white guy). The comments also references a Luqman Gouled.\n\nThere’s nothing British about any of that.\n\nLooks like 18th century British soldiers speak this way.\n\nI think M1 refers to the M1 motorway from London to Leeds. Kinda like someone talking about “8 mile” road. Street thugs like to represent their geographical location based on official numbering systems like zip codes, area codes, or well known roads.\n\nYou mean everybody says that, because it’s the name of the road. Street thugs lol.\n\nI may be a few steps away from this type of retaliation. Mr. Krebs, I believe you are closer than I because of your reputation, celebrity, and generally being a PITA to these types. I may pull back from being a thorn in the side to those who insist on pestering me and my family and friends. I can protect myself if need be, but I prefer not to stir the hornets nest and avoid such escalation.\n\nThis escalation does appear to draw the attention of law enforcement since it crosses the boundary to traditional crime. Hopefully, it prompts law enforcement to become more digital savvy seeing the connection. As it stands now, law enforcement largely shuns following up on “virtual crimes”. I have personal experience with this. I have come so close to digital vigil ante-ism because of it, but just felt two wrongs don’t make a right.\n\nTwo wrongs make a prosecutable case against you, who goes to jail because you’re still here.\n\nIf you can eliminate one wrong out of two…you will have a better world.\n\ndiscoli isnt chinese, chinese is a whole different person\n\nThis seems odd – but I guess if they assume everyone has their crypto wallets on their cellphones?\n\nPray they don’t come after weedie he is too short to defend himself\n\nTHAT NIGGA JAVIN DILLON STOLE 30MILL BTC WITH RYAN STENWICK AND GOT BEAT UP\n\nBro Kyle Tragic (@tragic on everything) stole 10 coins of mine, he needs to get done aswell bro\n\nFrom UK?\n\nWhat about That nxqqa Mason Dat Folded in His Underwear XDDD\n\nGot that video if anyone wants to see again-\n\nNow people are also stealing virtual currencies; all should never share any financial detail with people.\n\nDiscoli said get it back in books. To steal virtual currency, that is a shame!\n\nHet is verbazingwekkend om dit informatieve artikel over donatie te zien.\n\nhttps://whydonate.nl/doneerknop-donatie-website-plugin/\n\nComments are closed.", - "chars": 9244, - "sha256": "539e23d88281de81102e472e0b220f117807c64a7b85174aac9cd87e0015ab38", + "text": "Botched Crypto Mugging Lands Three U.K. Men in Jail – Krebs on Security\n\nThree men in the United Kingdom were arrested this month for attempting to assault a local man and steal his virtual currencies. The incident is the latest example of how certain cybercriminal communities are increasingly turning to physical violence to settle scores and disputes.\n\nShortly after 11 p.m. on September 6, a resident in the Spalding Common area in the district of Lincolnshire, U.K. phoned police to say three men were acting suspiciously, and had jumped a nearby fence.\n\n“The three men made off in a VW Golf and were shortly stopped nearby,” reads a statement by the Lincolnshire Police. “The car was searched by officers who found an imitation firearm, taser, a baseball bat and police uniform in the boot.”\n\nThomas Green, 23, Rayhan Miah, 23, and Leonardo Sapiano, 24 were all charged with possession of the weapons, and “with intent to cause loss to another to make an unwarranted demand of Crypto Currency from a person.”\n\nKrebsOnSecurity has learned that the defendants were in Spalding Common to pay a surprise visit to a 19-year-old hacker known by the handles “Discoli,” “Disco Dog,” and “Chinese.” In December 2020, Discoli took credit for hacking and leaking the user database for OGUsers, a forum overrun with people looking to buy, sell and trade access to compromised social media accounts.\n\nReached via Telegram, Discoli confirmed that police believe the trio was trying to force their way into his home in Spalding Common, and that one of them was wearing a police uniform when they approached his residence.\n\n“They were obvious about being fake police, so much so that one of our neighbours called,” Discoli said in an instant message chat. “That call led to the arrests. Their intent was for robbery/blackmail of crypto, I just happened to not be home at the time.”\n\nThe Lincolnshire Police declined to comment for this story, citing an ongoing investigation.\n\nDiscoli said he didn’t know any of the men charged, but believes they were hired by one of his enemies. And he said his would-be assailants didn’t just target him specifically.\n\n“They had a list of people they wanted to hit consecutively as far as I know,” he said.\n\nThe foiled robbery is the latest drama tied to members of certain criminal hacking communities who are targeting one another with physical violence, by making a standing offer to pay thousands of dollars to anyone in the target’s region who agrees to carry out the assaults.\n\nLast month, a 21-year-old New Jersey man was arrested and charged with stalking in connection with a federal investigation into groups of cybercriminals who are settling scores by hiring people to carry out physical attacks on their rivals.\n\nProsecutors say Patrick McGovern-Allen recently participated in several of these schemes — including firing a handgun into a Pennsylvania home and torching a residence in another part of the state with a Molotov Cocktail.\n\nMcGovern-Allen and the three U.K. defendants are part of an online community that is at the forefront of a dangerous escalation in coercion and intimidation tactics increasingly used by competing cybercriminal groups to steal cryptocurrency from one another and to keep their rivals in check.\n\nThe Telegram chat channels where these young men transact have hundreds to thousands of members each, and some of the more interesting solicitations on these communities are job offers for in-person assignments and tasks that can be found if one searches for posts titled, “If you live near,” or “IRL job” — short for “in real life” job.\n\nA number of these classified ads are in service of performing “brickings,” where someone is hired to visit a specific address and toss a brick through the target’s window. Indeed, prior to McGovern-Allen’s arrest, his alleged Telegram persona bragged that he’d carried out several brickings for hire.\n\nMany of the individuals involved in paying others to commit these physical attacks are also frequent participants in Telegram chat channels focused singularly on SIM swapping, a crime in which identity thieves hijack a target’s mobile phone number and use that to wrest control over the victim’s various online accounts and identities.\n\nUnsurprisingly, the vast majority of people currently being targeted for brickings and other real-life physical assaults via Telegram tend to be other cybercriminals involved in SIM swapping crimes (or individuals on the periphery of that scene).\n\nThe United Kingdom is home to a number of young men accused of stealing millions of dollars worth of cryptocurrencies via SIM swapping. Joseph James O’Connor, a.k.a. “Plugwalk Joe”, was arrested in Spain in July 2021 under an FBI warrant on 10 counts of offenses related to unauthorized computer access and cyber bullying. U.S. investigators say O’Connor also played a central role in the 2020 intrusion at Twitter, wherein Twitter accounts for top celebrities and public figures were forced to tweet out links to cryptocurrency scams. O’Connor is currently fighting extradition to the United States.\n\nRobert Lewis Barr, a 25-year-old Scottish man who allegedly stole more than $8 million worth of crypto, was arrested on an FBI warrant last year and is also fighting his extradition. U.S. investigators say Barr SIM swapped a U.S. bitcoin broker in 2017, and that he spent much of the stolen funds throwing lavish parties at rented luxury apartments in central Glasgow.\n\nIn many ways, these violence-as-a-service incidents are a natural extension of “swatting,” wherein fake bomb threats, hostage situations and other violent scenarios are phoned in to police as part of a scheme to trick them into visiting potentially deadly force on a target’s address. According to prosecutors, both Barr and O’Connor have a history of swatting their enemies and their SIM swapping victims.\n\n29 thoughts on “Botched Crypto Mugging Lands Three U.K. Men in Jail”\n\nHe has an alibi. He was shouting at children at the time.\n\nfam brian krebs mans not gonna tell you again you kno im the top driller in com i got down sy in a matter of seconds while i splashed vinnie shoutout M1 untouched we the untouched manor park goons\n\nwhat language is that, because it ain’t any form of english. maybe ebonics?\n\nThis is what it read as: family of brian’s is a man, who doesn’t like to repeat himself, who thinks people know he is a (top driller?) likes to be on top, but got on bottom quickly while splashing yourself with wine. while shouting at an old gun (m1) that is like brand new (untouched). or virgins not touching other virgins in a park with goons in it… no clue what the hell all that is, but I know what it isn’t – english.\n\nIt’s British slang speak. Likely PlugWalkJoe, since this is an article about UK slum hackers.\n\nKrebs’ article “2020/07/whos-behind-wednesdays-epic-twitter-hack” has a picture of him (white guy). The comments also references a Luqman Gouled.\n\nThere’s nothing British about any of that.\n\nLooks like 18th century British soldiers speak this way.\n\nI think M1 refers to the M1 motorway from London to Leeds. Kinda like someone talking about “8 mile” road. Street thugs like to represent their geographical location based on official numbering systems like zip codes, area codes, or well known roads.\n\nYou mean everybody says that, because it’s the name of the road. Street thugs lol.\n\nI may be a few steps away from this type of retaliation. Mr. Krebs, I believe you are closer than I because of your reputation, celebrity, and generally being a PITA to these types. I may pull back from being a thorn in the side to those who insist on pestering me and my family and friends. I can protect myself if need be, but I prefer not to stir the hornets nest and avoid such escalation.\n\nThis escalation does appear to draw the attention of law enforcement since it crosses the boundary to traditional crime. Hopefully, it prompts law enforcement to become more digital savvy seeing the connection. As it stands now, law enforcement largely shuns following up on “virtual crimes”. I have personal experience with this. I have come so close to digital vigil ante-ism because of it, but just felt two wrongs don’t make a right.\n\nTwo wrongs make a prosecutable case against you, who goes to jail because you’re still here.\n\nIf you can eliminate one wrong out of two…you will have a better world.\n\ndiscoli isnt chinese, chinese is a whole different person\n\nThis seems odd – but I guess if they assume everyone has their crypto wallets on their cellphones?", + "chars": 8542, + "sha256": "b2b9b701bd813fceeb6594593396075859a27544a15914cbb4f4064ae9b472c7", "staged_file": "01_krebsonsecurity-com.txt", - "paragraphs_kept": "ALL 50 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-38 of 50", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:51:55+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-38 plus headline [0]; dropped 0 leading and 11 trailing paragraphs. Case-term hits on page: 7.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "134": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://timesofindia.indiatimes.com/city/lucknow/uttar-pradesh-three-take-rs-1-3-crore-ransom-in-bitcoins-from-realtor-held/articleshow/93603640.cms", "source": "timesofindia.indiatimes.com", "language": "unknown", - "text": "Uttar Pradesh: Three take Rs 1.3 crore ransom in bitcoins from realtor, held | Lucknow News - The Times of India\n\nUttar Pradesh: Three take Rs 1.3 crore ransom in bitcoins from realtor, held\n\nLUCKNOW: In a first-of-its-kind crime reported in the state capital, three captors of a real-estate businessman used cryptocurrency to their advantage and took a ransom of Rs 1.3 crore in bitcoins before releasing him. The stunning fact emerged a week after the police arrested the three, Sandeep Pratap Singh and Vijay Pratap Singh aka Visnhu, both from neighbouring Barabanki district, and Rajveer Singh of Hardoi district. Police said that the arrested accused were in the know that the victim traded in cryptocurrency.Police recovered Rs 30,000 in cash, a country-made pistol, three live cartridges, five mobile phones and a car from them. According to police, the trio abducted Arjun Bhargav, of Indraprasth Grand near Kalindi Park in Vrindavan Yojana, on the pretext of showing him a plot in Barabanki on August 7. They held him hostage at a house where they thrashed him, trained a pistol on him and got Rs 1.3 crore in bitcoins transferred to their account.DCP (East Zone) Prachi Singh said the abductors, who pretended to be real estate dealers, met Bhargav and took him to Barabanki.\"On the way, they tied his hands and legs and took him to a house in Barabanki where they tortured him for three hours,\" said Singh. The officer said the victim's wife, Nidhi Bhargava, said in the FIR that abductors trained pistols on Bhargav forcing him to disclose the password and then got all the bitcoins transferred to their account.\n\n\"They also forced my husband to transfer the money into their bank account and opened fire when he resisted it. Luckily, he was not hurt. They then transported him to Lucknow and dumped him on the roadside,\" she said.DCP Singh said that police were tipped off by an informer about the miscreants who had abducted the businessman a week ago in a car bearing the plate of high court. \"We laid a trap. On Tuesday, they visited the Kalindi Park locality probably to collect more money from the businessman. Two of them started to flee but fell at a muddy place. We nabbed them and their aide later,\" she said.\n\nMaharashtra Elections 2026 Live Updates: Mumbai police tighten security ahead of BMC polls; 1,700 candidates in race for 227 seats\n\n'Skipped tournament due to extreme Delhi air': Danish shuttler Anders Antonsen shares AQI screenshot; fined $5,000\n\nDelhi-NCR shivers under fog blanket: Cold wave continues, IMD issues 'yellow' alert; flight ops impacted\n\n‘Forced to pay for bullets that killed their kids': Iranians in India recount Tehran horror\n\nNew Delhi weather today: Sunny skies, mild temperatures; AQI remains poor\n\nPower, promises & poison: Chilling plan that saw 7 Telangana sarpanches cull 500 dogs\n\nMini secretariat in Dwarka: Delhi govt approves Rs 213 crore project; 12 more planned to boost governance\n\nFrom slums to stages: Inside the shadow economy of Maharashtra's local polls; how election season becomes daily extra income\n\nMumbai BMC elections 2026: What’s open and closed on polling day- check all details\n\nRed Fort blast fallout: Police verification for all new students, staff at Al-Falah University; many leave campus\n\n'I want to resign, my job is taking my life’, shares employee: Have Indian workplaces normalised burnout?\n\nMaharashtra BMC Elections 2026 Live Updates: Mumbai police tighten security ahead of BMC polls; Nagpur BJP leader attacked\n\nIND vs USA Live Score, ICC Under 19 World Cup 2026: Vaibhav Sooryavanshi in spotlight as favourites India face USA in the opener\n\nIBPS PO, SO result 2025 released at ibps.in: Direct link to download scorecards here\n\nStock market holiday today: Are NSE, BSE closed for trading on January 15? Check details\n\nIBPS RRB Clerk Prelims Result 2025 Live Updates: IBPS RRB Clerk scorecards expected to be released soon at ibps.in, check latest updates here\n\n'Do not repeat same mistake': Iran's fresh warning to Trump; Air India, IndiGo issue advisory amid airspace closure\n\nBangladesh cricket in turmoil: Players’ boycott threat as BCB disowns director’s remarks amid T20 World Cup standoff\n\nIran airspace sudden closure: AI cancels 3 US flights; IndiGo flight returns to Baku\n\nMaharashtra BMC Elections 2026Steve CohenMumbai Chandigarh FlightBMC Elections ScheduleWorld Largest Beaver DamDonald TrumpAlex BregmanDwyane Wade WifeA'ja wilsonIND U19 vs USA U19 Live ScoreKobe Bryant WifeMLB Trade RumorsGreenland DisputeStephen Curry FatherBudget 2026Iran ProtestsBank holiday todayCheck Voting BoothIBPS RRB Clerk Prelims ResultStock market holidayIBPS PO SO ResultAndrea BocelliHaley Baylee ConfessionMike TomlinPatrick MahomesJayden Daniels InjuryTravis Kelces ExIShowSpeed Net WorthWPL 2026 ScheduleT20 World Cup 2026 Schedule\n\nAbout usCreate Your Own AdTerms of Use and Grievance Redressal Policy Privacy policyAdvertise with usRSSNewsletterFeedbackePaperSitemapArchives\n\nCricbuzzLifestyleNewspaper SubscriptionFood NewsTVTimes PrimeTravel DestinationsWhats HotETimesTimes LifeTimes PetsMyLifeXP\n\nCouponDuniaTechGigTimesJobsBollywood NewsTimes MobileGadgetsTimes EventsWork with UsColombiaTOI Global\n\nJana NayaganBhuvan BamAamir KhanCountries With Most VegetariansBeatriz TaufenbachBaby Boy NamesStranger ThingsSteamed Breakfast DishesAmritha RajanLaughter Chefs Season 3Allu ArjunParasakthi CollectionSnake Plant BenefitsBigg Boss Marathi Contestants ListDhanushDisha PataniHrithik RoshanBhuvan BamDhurandharPlatoJana Nayagan Movie HearingThe Raja Saab Box Office CollectionMary KomJana NayaganAnaganaga Twitter ReviewDhurandhar Movie CollectionZeenat AmanMana ShankaraVaraprasad Garu CollectionDhurandhar Movie ReviewDev AnandWilliam ShakespeareAslam Style Butter Chicken At HomeFlushing Garlic Down ToiletsWorld's Only Floating National ParkTiny Ancient CreatureLongest Venomous King CobraNorthern LightsRichest Men In The WorldApple iPhone 17Makar Sankranti 2026First Medical Evacuation From ISS\n\nBangladesh Cricket TeamMustafizur RahmanSanjay ManjrekarVaibhav SooryavanshiIndia Office Work CultureSSC CGL Tier 1CBSEBank of Maharashtra Apprenticeship VacanciesRed fort blastSadhguruDwarka SecretariatTelangana sarpanchesMahayuti vs ThackerayDelhi weatherDelih-NCR fogMaharashtra Elections 2026Haryana rapeBank holiday todayStock Market HolidayIndia vs New ZealandUtah Jazz vs Chicago BullsG7 EconomyWhite House MeetingUS Immigration Policy 2026US Freezes Visa ProcessingCanada Travel BanMohammad RizwanAdin Ross ControversyGold price predictionCardi BTJ WattJensen HuangNyt ConnectionsMicrosoft Makes 5 PromisesOnePlus Ceo Pete LauJeff BezosFree Starlink In IranVerizon OutageElon MuskMark ZuckerbergMeta LayoffsWordle Today\n\nHeadlinesSports NewsBusiness NewsIndia NewsWorld NewsBollywood NewsHealth+ TipsIndian TV ShowsTechnologyTravelEtimesHealth & FitnessDelhi Gold Rate TodayChinese Horoscope PredictionsMarketsAstrologyWeather TodayPlatinum Rate TodaySilver Rate TodayGold Rate TodayIs Bank open todayIs Bank Open TomorrowBank Holidays January 2026Public Holidays January 2026DeorhiNFL ScheduleTechnology NewsInternational SportsPublic HolidaysBank Holidays\n\nStephen Fleming press conference: How JSK are dealing with absence of Faf du PlessisSenuran Muthusamy press conference: 'Aiming to carry momentum into playoffs' | SA20Chandigarh Headlines Today — The Biggest Updates You Need to Know.Lucknow Headlines Today — The Biggest Updates You Need to Know.Iran Unrest Worries Families Of Indian Students, Parents Appeal To Govt For HelpUS Freezes Visas, Middle East Tensions Rise, NASA Mission Cut Short And MoreUS Senate Hearing Turns Viral After Indian-Origin Doctor Refuses Yes Or No On Men Getting PregnantNSA Ajit Doval’s Speech Rattles Pakistan, Triggers Fury As India Calls It Strategic AnxietyAttack Plan Dropped? Trump Says Iran Killings Have Stopped And ‘Executions Won’t Take Place’Timothy Busfield’s Lawyer Says He Passed Lie Detector Amid Abuse Allegations | WATCH‘Can Men Get Pregnant?’: Senator Josh Hawley Leaves ‘Woke’ Doctor Speechless, FumblingIran Unrest Worries Families Of Indian Students, Parents Appeal To Govt For HelpJamiat Chief Madani Slams Congress For ‘Flexible Policy On Hate Politics’; BJP, VHP ReactACMA President Says Auto Parts Industry May Face Slowdown In Second Half, Pins Hopes On Trade DealsNATO Chief Greenlights US Invasion Of Greenland? Trump, Mark Rutte Shock Europe With Big DeclarationDenmark Pours Cold Water On Trump's 'Dream To Conquer' Greenland; Laughs Off Russia, China ThreatHeavily Armed Federal Agents Storm Timothy Busfield’s NY Home After SurrenderTrump's Troops To 'STORM Iran In 24 Hours': Qatar Confirms Drawdown At US Air Base, Saudi On Alert\n\n‘Jailer 2’: Vijay Sethupathi confirms cameo in the Rajinikanth-Nelson Dilipkumar film; makes special exception for the Tamil superstar\"Not all metro stories are bad\": Metro stranger's 'quietly beautiful' bangle give away to the admirer is the kindest thing on the internet\"Our youth events have long been the pathway for cricket's biggest stars\": ICC chairman Jay Shah ahead of U-19 CWCPune shocker: 2 Nigerians bludgeon their friend to death after dispute over woman; detainedBajaj Chetak C25 e-scooter launched at 91,399: Battery, specs & moreRBI Office Attendant recruitment 2026: Registration window opens for 572 posts; direct link to apply hereNani celebrates Bhogi with family; shared pictures from their simple and silent celebrationsBill Gates starts working on his plan to shut down what is one of the world's most-influential foundations; sets layoff target and ...An evening steeped in Punjabi spirit and Lohri traditionsFrom pyres to preparation: Where do Nagpur’s IAS aspirants go to study? A crematorium library-cum-peaceful learning spaceBattle for PMC & PCMC: Defining day for cities’ next 5 years; tough contests across wardsIBPS PO, SO result 2025 released at ibps.in: Direct link to download scorecards hereBengaluru: Budding tennis players get CSR boosterThese birth dates should keep Peacock feather with themAdhuna: Threadarte weaves the power of the presentRabindra Sangeet gets a global orchestral canvas‘Jana Nayagan’ censor row: Supreme Court rejects makers' plea; sent back to High CourtCoastal Road won’t make it easier: TMM race director\n\nCopyright © 2026 Bennett, Coleman & Co. Ltd. All rights reserved. For reprint rights: Times Syndication Service", - "chars": 10394, - "sha256": "610d327aba69f72dfaaa4003e01423dfe66af5eb4443b8a650210690857b914b", + "text": "Uttar Pradesh: Three take Rs 1.3 crore ransom in bitcoins from realtor, held | Lucknow News - The Times of India\n\nLUCKNOW: In a first-of-its-kind crime reported in the state capital, three captors of a real-estate businessman used cryptocurrency to their advantage and took a ransom of Rs 1.3 crore in bitcoins before releasing him. The stunning fact emerged a week after the police arrested the three, Sandeep Pratap Singh and Vijay Pratap Singh aka Visnhu, both from neighbouring Barabanki district, and Rajveer Singh of Hardoi district. Police said that the arrested accused were in the know that the victim traded in cryptocurrency.Police recovered Rs 30,000 in cash, a country-made pistol, three live cartridges, five mobile phones and a car from them. According to police, the trio abducted Arjun Bhargav, of Indraprasth Grand near Kalindi Park in Vrindavan Yojana, on the pretext of showing him a plot in Barabanki on August 7. They held him hostage at a house where they thrashed him, trained a pistol on him and got Rs 1.3 crore in bitcoins transferred to their account.DCP (East Zone) Prachi Singh said the abductors, who pretended to be real estate dealers, met Bhargav and took him to Barabanki.\"On the way, they tied his hands and legs and took him to a house in Barabanki where they tortured him for three hours,\" said Singh. The officer said the victim's wife, Nidhi Bhargava, said in the FIR that abductors trained pistols on Bhargav forcing him to disclose the password and then got all the bitcoins transferred to their account.\n\n\"They also forced my husband to transfer the money into their bank account and opened fire when he resisted it. Luckily, he was not hurt. They then transported him to Lucknow and dumped him on the roadside,\" she said.DCP Singh said that police were tipped off by an informer about the miscreants who had abducted the businessman a week ago in a car bearing the plate of high court. \"We laid a trap. On Tuesday, they visited the Kalindi Park locality probably to collect more money from the businessman. Two of them started to flee but fell at a muddy place. We nabbed them and their aide later,\" she said.", + "chars": 2153, + "sha256": "573099a8ce71aa2375e8ce83e8ef975146aab966cdba5ff386b67a1c6db1b1c8", "staged_file": "01_timesofindia-indiatimes-com.txt", - "paragraphs_kept": "ALL 33 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-3 of 33", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:51:57+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-3 plus headline [0]; dropped 1 leading and 29 trailing paragraphs. Case-term hits on page: 23.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "133": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://bits.media/neizvestnye-razgrabili-krupnuyu-mayning-fermu-na-skladakh-pod-moskvoy/", "source": "bits.media", "language": "unknown", - "text": "Неизвестные разграбили крупную майнинг-ферму на складах под Москвой - Bits Media\n\nBTC\n $80,927\n 3.20%\n \n \n ETH\n $2,519\n 4.00%\n \n \n SOL\n $103.77\n 2.60%\n \n \n BNB\n $717.46\n 1.40%\n \n \n XRP\n $1.45\n 4.50%\n \n \n ADA\n $0.22\n 4.10%\n \n обновлено · 4 сен 2026 · 13:10 MSK\n\nНеизвестные разграбили крупную майнинг-ферму на складах под Москвой\n\nВ деревне Кучино под Домодедово произошло нападение на майнинг-ферму, которая находилась на складской территории торговой сети «ВкусВилл».\n\nПо словам сотрудников охранного предприятия, на склад проникли четверо неизвестных в масках. Нападавшие угрожали оружием, заковав охранников в наручники. Подмосковная ферма работала прямо на территории склада продуктов. Злоумышленники украли четыре контейнера, в которых находились 100 видеокарт.\n\nС учетом количества похищенных процессоров и серверов сумма ущерба может значительно превысить 1 млн.\n\nСкрывая следы преступления, злоумышленники похитили и хранилища данных с записями видеокамер наблюдения. Полиция ищет преступников, которым теперь грозит наказание на срок до 12 лет колонии.\n\nВ июне главное управление МВД России по Иркутской области сообщило\n о возбуждении уголовного дела в отношении организаторов майнинг-отеля, которые привлекли клиентов выгодными ценами на аренду площадей и электроэнергию, а затем скрылись с их оборудованием на общую сумму 100 млн рублей.\n\nАвтор\n Демури Гойтиев Автор статей об индустрии криптовалют и блокчейне. Экономист, эксперт в области экономики, финансов и банковских платежных систем. Криптоэнтузиаст.\n\n✓ Проверено экспертом\n Алексей Дмитриев Редактор с семнадцатилетним стажем, успел поработать на «Коммерсантъ», «Фонтанку» и еще десяток изданий, создавал собственные нишевые и выводил на новый уровень крупные медиа.\n\nОбсудить на форуме\n Показать комментарии\n\nЗагружаются комментарии...\n\nПодпишитесь на Telegram-канал Bits.media\n Главные новости криптовалют и блокчейна — каждый день в вашей ленте.\n\nЛегальный российский крипторынок станет «рынком крашенной криптовалюты» — «Финам»\n\nАналитики Bernstein назвали сроки возвращения биткоина к $125 000\n\nВ BlackRock назвали причину роста биткоина\n\nИнвестор вернул доступ к биткоинам спустя 12 лет", - "chars": 2163, - "sha256": "34b4cd12cbd212b319865b60321a41bc48881f734d6a908425b52e9a42469122", + "text": "Неизвестные разграбили крупную майнинг-ферму на складах под Москвой - Bits Media\n\nВ деревне Кучино под Домодедово произошло нападение на майнинг-ферму, которая находилась на складской территории торговой сети «ВкусВилл».\n\nПо словам сотрудников охранного предприятия, на склад проникли четверо неизвестных в масках. Нападавшие угрожали оружием, заковав охранников в наручники. Подмосковная ферма работала прямо на территории склада продуктов. Злоумышленники украли четыре контейнера, в которых находились 100 видеокарт.\n\nС учетом количества похищенных процессоров и серверов сумма ущерба может значительно превысить 1 млн.\n\nСкрывая следы преступления, злоумышленники похитили и хранилища данных с записями видеокамер наблюдения. Полиция ищет преступников, которым теперь грозит наказание на срок до 12 лет колонии.\n\nВ июне главное управление МВД России по Иркутской области сообщило\n о возбуждении уголовного дела в отношении организаторов майнинг-отеля, которые привлекли клиентов выгодными ценами на аренду площадей и электроэнергию, а затем скрылись с их оборудованием на общую сумму 100 млн рублей.\n\nАвтор\n Демури Гойтиев Автор статей об индустрии криптовалют и блокчейне. Экономист, эксперт в области экономики, финансов и банковских платежных систем. Криптоэнтузиаст.\n\n✓ Проверено экспертом\n Алексей Дмитриев Редактор с семнадцатилетним стажем, успел поработать на «Коммерсантъ», «Фонтанку» и еще десяток изданий, создавал собственные нишевые и выводил на новый уровень крупные медиа.\n\nОбсудить на форуме\n Показать комментарии\n\nЗагружаются комментарии...\n\nПодпишитесь на Telegram-канал Bits.media\n Главные новости криптовалют и блокчейна — каждый день в вашей ленте.\n\nЛегальный российский крипторынок станет «рынком крашенной криптовалюты» — «Финам»", + "chars": 1754, + "sha256": "d83ef5021855aed3474353663dbd873a8111874ad45d731b4d01c2db18523f9c", "staged_file": "01_bits-media.txt", - "paragraphs_kept": "ALL 17 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 3-13 of 17", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:51:59+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-13 plus headline [0]; dropped 2 leading and 3 trailing paragraphs. Case-term hits on page: 1 (WEAK anchor, confirm the page is about this case).", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "130": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://cryptonews.com/news/ex-mitsubishi-electric-ceos-son-charged-with-violent-crypto-theft/", "source": "cryptonews.com", "language": "unknown", - "text": "Ex-Mitsubishi Electric CEO Son ‘Stole Crypto’\n\nEx-Mitsubishi Electric CEO’s Son Charged with Violent Crypto Theft\n\nTim Alper is a British journalist and features writer who has worked at Cryptonews.com since 2018. He has written for media outlets such as the BBC, the Guardian, and Chosun Ilbo. He has also worked...\n\nNaver-Dunamu Crypto ‘Mega-Company’ Could Be Worth $2.1B a Year – Experts\n\nRussia Losing ‘Millions of Dollars a Year to Illegal Crypto Miners’ – Report\n\nRussian Economist: BTC Will Hit $120k-$130k Again Before End of Year\n\nRussia’s Central Bank: Tokenization Will Let Foreigners Buy Domestic Shares\n\nS Korean Tax Agency: Pay Your Bills or We’ll Take Your Crypto Cold Wallets\n\nThe son of the former CEO of Mitsubishi Electric has been arrested in a violent crypto robbery and kidnapping case in Japan – which saw a crypto holder allegedly confined and beaten over a period of 20 days.\n\nPer Weekly Bunshun, Kyoto Prefectural Police arrested eight men on suspicion of kidnapping, assaulting, and confining an individual. Police said this was part of an attempt to steal some $0.75 million worth of tokens. Officers stated that Sugiyama Leo (30) was the group’s ringleader.\n\nSugiyama Leo was described as a “company executive” and gym operator living in Osaka. And his father, the news outlet noted, is Takeshi Sugiyama, who served as Mitsubishi Electric’s CEO from 2018 to 2021.\n\nThe media outlet reported that in June of last year, Sugiyama Leo learned that a member of a gym he managed in Osaka was in possession of considerable cryptoasset holdings.\n\nPolice said that Sugiyama Leo and his associates confined this individual to a room in a guest house. Here, the victim was allegedly “tied up with adhesive tape and repeatedly assaulted.”\n\nOfficers stated that the victim was repeatedly “kicked in the head.” The assailants also reportedly “threatened to kill the victim’s family” if the victim “ran away or lied to them.” Eventually, the assailants managed to coerce the victim into handing over their crypto wallet’s private keys, officers said.\n\n20日間監禁し1億円の暗号資産を強奪した犯人は三菱電機前社長の息子だった#週刊文春https://t.co/rUSaNZnssp\n\n— 週刊文春 (@shukan_bunshun) February 13, 2023\n\nPolice said that the gang then proceeded to steal the crypto – but that the victim finally managed to escape. Once free, the victim then sought help from a “passer-by” near the guest house.\n\n‘Heinous Crypto Crime’ Could See Ex-Mitsubishi Electric CEO Jailed for 3-4 Years\n\nThe media outlet quoted a former public prosecutor named Nobuo Gohara as stating:\n\n“This was an exceptionally heinous crime in which the defenseless victim was assaulted in captivity. The perpetrators extorted a large amount of money from the victim.”\n\nGohara opined that, if convicted, a prison sentence of at least three to four years was “inevitable” for Sugiyama Leo.\n\nEstablished in 1921, Mitsubishi Electric is one of Japan’s biggest electrical goods companies. The company is one of the core units in the Mitsubishi Group – one of Asia’s most lucrative family-run business groups.\n\nLast month, a Tokyo-based woman in her eighties was reportedly cheated out of $748,000 worth of crypto by a scammer who claimed that her bank account was being attacked.\n\nXRP Price Analysis: Wealth Managers Show Growing Interest in XRP\n\nXRP Price Prediction: Ripple Edges Bitcoin In South Korea\n\nXRP News: Ripple Rallies on Fed Dovish Tone, $10 Dream Returns\n\nWhere Could XRP Price Go This September as CLARITY Act Nears?\n\nSEC Chair Paul Atkins Sets September 15 Senate Vote for CLARITY Act\n\nEthereum Price Suppressed as Selling Pressure Mounts\n\nRipple News: BIS Turns to XRP Ledger for 3–5 Second Data Verification\n\nEthereum News: Double Three Pattern Hints at Another Rally\n\nBest Crypto to Buy Now in September 2026 – Top Crypto to Invest In\n\nNew Cryptocurrencies to Invest in Today – Top New Crypto Coins\n\n8 Best Crypto Presales in September 2026\n\nEarly Access to 6 New & Upcoming Coinbase Listings in September 2026\n\n10 New & Upcoming Binance Listings in 2026\n\nNext Crypto to Explode in 2026 – Our Top Picks\n\nBitcoin (BTC) Price Prediction 2026, 2027 – 2030\n\nXRP (XRP) Price Prediction 2026, 2027 – 2030\n\nEthereum Price Prediction 2026, 2027 – 2030\n\nAt Cryptonews, we aim to make cryptocurrency, blockchain, and Web3 understandable, and information available to everyone, no matter what level you are in your investment journey. Founded in 2017, Cryptonews has been dedicated to delivering reliable, multilingual coverage of the cryptocurrency industry.\n\nDiscover trending tokens still in presale — early-stage picks with potential.\n\nSmart tools made for everyday crypto users\n\nBitcoin FOMC Outlook Shifts: BTC Eyes $92K as Scalability Projects Gain Momentum\n\nBitcoin ETF News: BlackRock IBIT Captures 62% of Inflows\n\nTim Alper is a British journalist and features writer who has worked at Cryptonews.com since 2018. He has written for media outlets such as the BBC, the Guardian, and Chosun Ilbo. He has also worked on media projects with Samsung, Sony, LG, Hyundai, Korean Air, Microsoft, Accenture, and more. His crypto-related articles have also been published on The Motley Fool and FXEmpire.\n\nGet dialed in every Tuesday & Friday with quick updates on the world of crypto\n\nEnter your email for our free Newsletter\n\nThis site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.", - "chars": 5356, - "sha256": "8f9b6043d31335e569168c501fb963766d0a5bc7245b8887f51902c0ab4148a1", + "text": "Ex-Mitsubishi Electric CEO Son ‘Stole Crypto’\n\nThe son of the former CEO of Mitsubishi Electric has been arrested in a violent crypto robbery and kidnapping case in Japan – which saw a crypto holder allegedly confined and beaten over a period of 20 days.\n\nPer Weekly Bunshun, Kyoto Prefectural Police arrested eight men on suspicion of kidnapping, assaulting, and confining an individual. Police said this was part of an attempt to steal some $0.75 million worth of tokens. Officers stated that Sugiyama Leo (30) was the group’s ringleader.\n\nSugiyama Leo was described as a “company executive” and gym operator living in Osaka. And his father, the news outlet noted, is Takeshi Sugiyama, who served as Mitsubishi Electric’s CEO from 2018 to 2021.\n\nThe media outlet reported that in June of last year, Sugiyama Leo learned that a member of a gym he managed in Osaka was in possession of considerable cryptoasset holdings.\n\nPolice said that Sugiyama Leo and his associates confined this individual to a room in a guest house. Here, the victim was allegedly “tied up with adhesive tape and repeatedly assaulted.”\n\nOfficers stated that the victim was repeatedly “kicked in the head.” The assailants also reportedly “threatened to kill the victim’s family” if the victim “ran away or lied to them.” Eventually, the assailants managed to coerce the victim into handing over their crypto wallet’s private keys, officers said.\n\n20日間監禁し1億円の暗号資産を強奪した犯人は三菱電機前社長の息子だった#週刊文春https://t.co/rUSaNZnssp\n\n— 週刊文春 (@shukan_bunshun) February 13, 2023\n\nPolice said that the gang then proceeded to steal the crypto – but that the victim finally managed to escape. Once free, the victim then sought help from a “passer-by” near the guest house.\n\n‘Heinous Crypto Crime’ Could See Ex-Mitsubishi Electric CEO Jailed for 3-4 Years\n\nThe media outlet quoted a former public prosecutor named Nobuo Gohara as stating:\n\n“This was an exceptionally heinous crime in which the defenseless victim was assaulted in captivity. The perpetrators extorted a large amount of money from the victim.”\n\nGohara opined that, if convicted, a prison sentence of at least three to four years was “inevitable” for Sugiyama Leo.\n\nEstablished in 1921, Mitsubishi Electric is one of Japan’s biggest electrical goods companies. The company is one of the core units in the Mitsubishi Group – one of Asia’s most lucrative family-run business groups.\n\nLast month, a Tokyo-based woman in her eighties was reportedly cheated out of $748,000 worth of crypto by a scammer who claimed that her bank account was being attacked.\n\nXRP Price Analysis: Wealth Managers Show Growing Interest in XRP\n\nXRP Price Prediction: Ripple Edges Bitcoin In South Korea\n\nXRP News: Ripple Rallies on Fed Dovish Tone, $10 Dream Returns\n\nWhere Could XRP Price Go This September as CLARITY Act Nears?", + "chars": 2813, + "sha256": "3921872e1bc7c04572539d7d5a6e1fc41bba8ea0d86f82ffab842473873ad4f2", "staged_file": "01_cryptonews-com.txt", - "paragraphs_kept": "ALL 49 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 8-26 of 49", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:52:01+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 8-26 plus headline [0]; dropped 7 leading and 22 trailing paragraphs. Case-term hits on page: 18.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "128": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://gulfnews.com/uae/crime/dubai-cryptocurrency-expert-assaulted-by-investors-for-losing-money-1.88182017", "source": "gulfnews.com", "language": "unknown", - "text": "Dubai cryptocurrency expert assaulted by investors for losing money\n\nSix people hit victim, stole his money, watches and jewellery after millions lost in trade\n\nDubai: Six people have been sentenced to six months in jail for assaulting a Dubai-based cryptocurrency consultant and stealing his money after they lost millions of dirhams while trading with him in the digital currency.\n\nAccording to the Dubai Court of First Instance, the six defendants stole three expensive watches and a diamond ring - worth Dh390,000 and $200,000 (Dh735,600) - before fleeing the consultant’s home in Dubai.\n\nThe victim claimed the defendants came to his house, assaulted him and stole his money and belongings after a financial dispute related to their investment in cryptocurrency. The victim said he works in the cryptocurrency business and has wide knowledge of the sector.\n\nThe defendants had earlier met him and asked for advise on a crypto coin called ‘Fantom’.\n\n“I told them to invest in it and they did. The coin made a big profit at that time and later I asked them to sell it and they did. Then they came with others, asking me to guide them to another coin for investment,” said the victim in official records.\n\nHe gave them another piece of advice about a new crypto coin, whose price later fell. “The coin collapsed and reached a very low level and they lost their money.”\n\nThey contacted him again to discuss some way to get their money back. He told them about a new coin and suggested creating a website and announcing the coin to investors to buy.\n\n“They made ads for the new coin and I invested with them. The coin price went high on the launch, but only for 15 minutes,” he added. A hacker hacked the crypto coin and it reached zero dollars in value.\n\n“They later came to my house and were hysteric. They threatened me and later punched me in the face. I was bleeding from my eye. They threatened to kill me and my family.”\n\nAlso Read: Housemaid jailed for stealing Dh50,000 and jewellery from employer in Dubai\n\nAlso Read: Baby dies after mother claims he accidentally fell from the bed\n\nAlso Read: Abu Dhabi Police arrest four for trafficking 600,000 Captagon tablets\n\nAlso Read: UAE: Car exhaust thieves arrested within 24 hours in Umm Al Quwain\n\nThey stole his money, jewellery, and three expensive watches. He then reported the incident to Dubai Police. Dubai Police arrested five defendants while another defendant is still at large. They were charged with robbery, threatening, and assaulting the victim. They were sentenced to six months in jail to be followed by deportation.\n\nThe Dubai Court of Appeals upheld the verdict and added a fine of nearly Dh1 million.\n\nMan arrested in Sharjah for killing two sisters\n\nDubai arrests singer over Dh9,000 fake visa scam\n\nMan thought he was a cat after taking drugs: Prosecutor\n\nTwo fined Dh50,000 each over petrol station dispute", - "chars": 2884, - "sha256": "ac72d75c8f293c5e4f33d83ab23404661229fb659e8a0cb763c659bdd24967a1", + "text": "Dubai cryptocurrency expert assaulted by investors for losing money\n\nDubai: Six people have been sentenced to six months in jail for assaulting a Dubai-based cryptocurrency consultant and stealing his money after they lost millions of dirhams while trading with him in the digital currency.\n\nAccording to the Dubai Court of First Instance, the six defendants stole three expensive watches and a diamond ring - worth Dh390,000 and $200,000 (Dh735,600) - before fleeing the consultant’s home in Dubai.\n\nThe victim claimed the defendants came to his house, assaulted him and stole his money and belongings after a financial dispute related to their investment in cryptocurrency. The victim said he works in the cryptocurrency business and has wide knowledge of the sector.\n\nThe defendants had earlier met him and asked for advise on a crypto coin called ‘Fantom’.\n\n“I told them to invest in it and they did. The coin made a big profit at that time and later I asked them to sell it and they did. Then they came with others, asking me to guide them to another coin for investment,” said the victim in official records.\n\nHe gave them another piece of advice about a new crypto coin, whose price later fell. “The coin collapsed and reached a very low level and they lost their money.”\n\nThey contacted him again to discuss some way to get their money back. He told them about a new coin and suggested creating a website and announcing the coin to investors to buy.\n\n“They made ads for the new coin and I invested with them. The coin price went high on the launch, but only for 15 minutes,” he added. A hacker hacked the crypto coin and it reached zero dollars in value.\n\n“They later came to my house and were hysteric. They threatened me and later punched me in the face. I was bleeding from my eye. They threatened to kill me and my family.”\n\nThey stole his money, jewellery, and three expensive watches. He then reported the incident to Dubai Police. Dubai Police arrested five defendants while another defendant is still at large. They were charged with robbery, threatening, and assaulting the victim. They were sentenced to six months in jail to be followed by deportation.\n\nThe Dubai Court of Appeals upheld the verdict and added a fine of nearly Dh1 million.", + "chars": 2258, + "sha256": "776b4e4001aadc7efd1e132f6c9c0264e9e64a8956d557ad3b8fc84cc49ffa5f", "staged_file": "01_gulfnews-com.txt", - "paragraphs_kept": "ALL 21 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-16 excl [11, 12, 13, 14] of 21", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:52:04+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-16 plus headline [0]; dropped 1 leading and 4 trailing paragraphs and 4 interior furniture line(s). Case-term hits on page: 15.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "126": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.svt.se/nyheter/lokalt/ost/par-bands-och-misshandlades-i-hemmet-ranades-pa-kryptovaluta", "source": "svt.se", "language": "unknown", - "text": "Bands och misshandlades i hemmet – rånades på kryptovaluta | SVT Nyheter\n\nBands och misshandlades i hemmet – rånades på kryptovaluta\n\nPolisen i Norrköping larmades vid klockan 05 till en adress väster om staden. Ett par hade blivit bundna och misshandlade och utsatta för ett väpnat rån i sitt hem.\n\nRånarna ska ha tvingat mannen föra över kryptovaluta till vad som beskrivs som ”ett betydande värde”.\n\nPolisen rubricerar ärendet som grovt rån och huset är på morgonen avspärrat för att en kriminalteknisk undersökning ska göras.\n\nKvinna åtalas för knivattack i centrala Norrköping\n\nRebecka Le Moine (MP): ”Vi har ett ansvar för våra egna skogar”\n\nPolisen knackar dörr i området och är intresserad av iakttagelser som gjorts under morgonen i området.\n\nParet fördes med ambulans till sjukhus med skador som inte bedöms vara livshotande.\n\nSVT:s nyheter ska stå för saklighet och opartiskhet. Det vi publicerar ska vara sant och relevant. Vid akuta nyhetslägen kan det vara svårt att få alla fakta bekräftade, då ska vi berätta vad vi vet – och inte vet. Läs mer om hur vi arbetar.\n\nVal 2026Rebecka Le Moine (MP): ”Vi har ett ansvar för våra egna skogar”\n\nMiljöpartiets toppnamn i Östergötland • Vill reformera skogsbruket\n\nBerusad man viftade med kniv i Norrköping", - "chars": 1262, - "sha256": "b156907022a9d33cf67b3ada7c29986c8af8560b85d72ed52d43e58a75a01877", + "text": "Bands och misshandlades i hemmet – rånades på kryptovaluta | SVT Nyheter\n\nPolisen i Norrköping larmades vid klockan 05 till en adress väster om staden. Ett par hade blivit bundna och misshandlade och utsatta för ett väpnat rån i sitt hem.\n\nRånarna ska ha tvingat mannen föra över kryptovaluta till vad som beskrivs som ”ett betydande värde”.\n\nPolisen rubricerar ärendet som grovt rån och huset är på morgonen avspärrat för att en kriminalteknisk undersökning ska göras.\n\nKvinna åtalas för knivattack i centrala Norrköping\n\nRebecka Le Moine (MP): ”Vi har ett ansvar för våra egna skogar”\n\nPolisen knackar dörr i området och är intresserad av iakttagelser som gjorts under morgonen i området.\n\nParet fördes med ambulans till sjukhus med skador som inte bedöms vara livshotande.\n\nSVT:s nyheter ska stå för saklighet och opartiskhet. Det vi publicerar ska vara sant och relevant. Vid akuta nyhetslägen kan det vara svårt att få alla fakta bekräftade, då ska vi berätta vad vi vet – och inte vet. Läs mer om hur vi arbetar.\n\nVal 2026Rebecka Le Moine (MP): ”Vi har ett ansvar för våra egna skogar”", + "chars": 1091, + "sha256": "3bd5dcbe056ffbcee8d03634b75606282a00780e1ac0d7a91d8fe91f4a748dc0", "staged_file": "01_svt-se.txt", - "paragraphs_kept": "ALL 13 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-10 of 13", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:52:07+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-10 plus headline [0]; dropped 1 leading and 2 trailing paragraphs. Case-term hits on page: 3.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "124": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://krebsonsecurity.com/2024/09/crooked-cops-stolen-laptops-the-ghost-of-ugnazi/", "source": "krebsonsecurity.com", "language": "unknown", - "text": "Crooked Cops, Stolen Laptops & the Ghost of UGNazi – Krebs on Security\n\nA California man accused of failing to pay taxes on tens of millions of dollars allegedly earned from cybercrime also paid local police officers hundreds of thousands of dollars to help him extort, intimidate and silence rivals and former business partners, the government alleges. KrebsOnSecurity has learned that many of the man’s alleged targets were members of UGNazi, a hacker group behind multiple high-profile breaches and cyberattacks back in 2012.\n\nA photo released by the government allegedly showing Iza posing with several LASD officers on his payroll.\n\nA federal complaint (PDF) filed last week said the Federal Bureau of Investigation (FBI) has been investigating Los Angeles resident Adam Iza. Also known as “Assad Faiq” and “The Godfather,” Iza is the founder of a cryptocurrency investment platform called Zort that advertised the ability to make smart trades based on artificial intelligence technology.\n\nBut the feds say investors in Zort soon lost their shorts, after Iza and his girlfriend began spending those investments on Lamborghinis, expensive jewelry, vacations, a $28 million home in Bel Air, even cosmetic surgery to extend the length of his legs.\n\nThe complaint states the FBI started looking at Iza after receiving multiple reports that he had on his payroll several active deputies with the Los Angeles Sheriff’s Department (LASD). Iza’s attorney did not immediately respond to requests for comment.\n\nThe complaint cites a letter from an attorney for a victim referenced only as “E.Z.,” who was seeking help related to an extortion and robbery allegedly committed by Iza. The government says that in March 2022, three men showed up at E.Z.’s home, and tried to steal his laptop in an effort to gain access to E.Z. cryptocurrency holdings online. A police report referenced in the complaint says three intruders were scared off when E.Z. fired several handgun rounds in the direction of his assailants.\n\nThe FBI later obtained a copy of a search warrant executed by LASD deputies in January 2022 for GPS location information on a phone belonging to E.Z., which shows an LASD deputy unlawfully added E.Z.’s mobile number to a list of those associated with an unrelated firearms investigation.\n\n“Damn my guy actually filed the warrant,” Iza allegedly texted someone after the location warrant was entered. “That’s some serious shit to do for someone….risking a 24 years career. I pay him 280k a month for complete resources. They’re active-duty.”\n\nThe FBI alleges LASD officers had on several previous occasions tried to kidnap and extort E.Z. at Iza’s behest. The complaint references a November 2021 incident wherein Iza and E.Z. were in a car together when Iza asked to stop and get snacks at a convenience store. While they were still standing next to the car, a van with several armed LASD deputies showed up and tried to force E.Z. to hand over his phone. E.Z. escaped unharmed, and alerted 911.\n\nE.Z. appears to be short for Enzo Zelocchi, a self-described “actor” who was featured in an ABC News story about a home invasion in Los Angeles around that same time as the March 2022 home invasion, in which Zelocchi is quoted as saying at least two men tried to rob him at gunpoint (we’ll revisit Zelocchi’s acting credits in a moment).\n\nOne of many self portraits published on the Instagram account of Enzo Zelocchi.\n\nThe criminal complaint makes frequent references to a co-conspirator of Iza (“CC-1”) — his girlfriend at the time — who allegedly helped Iza run his businesses and spend the millions plunked down by Zort investors. We know what E.Z. stands for because Iza’s girlfriend then was a woman named Iris Au, and in November 2022 she sued Zelocchi for allegedly stealing Iza’s laptop.\n\nThe complaint says Iza also harassed a man identified only as T.W., and refers to T.W. as one of two Americans currently incarcerated in the Philippines for murder. In December 2018, a then 21-year-old Troy Woody Jr. was arrested in Manila after he was spotted dumping the body of his dead girlfriend Tomi Masters into a local river.\n\nWoody is accused of murdering Masters with the help of his best friend and roommate at the time: Mir Islam, a.k.a. “JoshTheGod,” referred to in the Iza complaint as “M.I.” Islam and Woody were both core members of UGNazi, a hacker collective that sprang up in 2012 and claimed credit for hacking and attacking a number of high-profile websites.\n\nIn June 2016, Islam was sentenced to a year in prison for an impressive array of crimes, including stalking people online and posting their personal data on the Internet. Islam also pleaded guilty to reporting dozens of phony bomb threats and fake hostage situations at the homes of celebrities and public officials (Islam participated in a swatting attack against this author in 2013).\n\nTroy Woody Jr. (left) and Mir Islam, are currently in prison in the Philippines for murder.\n\nIn December 2022, Troy Woody Jr. sued Iza, Zelocchi and Zort, alleging (PDF) Iza and Zelocchi were involved in a 2018 home invasion at his residence, wherein Woody claimed his assailants stole laptops and phones containing more than $200 million in cryptocurrencies.\n\nWoody’s complaint states that Masters also was present during his 2018 home invasion, as was another core UGNazi member: Eric “CosmoTheGod” Taylor. CosmoTheGod rocketed to Internet infamy in 2013 when he and a number of other hackers set up the Web site exposed[dot]su, which published the address, Social Security numbers and other personal information of public figures, including the former First Lady Michelle Obama, the then-director of the FBI and the U.S. attorney general. The group also swatted many of the people they doxed.\n\nExposed was built with the help of identity information obtained and/or stolen from ssndob dot ru.\n\nIn 2017, Taylor was sentenced to three years probation for participating in multiple swatting attacks, including the one against my home in 2013.\n\nThe complaint against Iza says the FBI interviewed Woody in Manila where he is currently incarcerated, and learned that Iza has been harassing him about passwords that would unlock access to cryptocurrencies. The FBI’s complaint leaves open the question of how Woody and Islam got the phones in the first place, but the implication is that Iza may have instigated the harassment by having mobile phones smuggled to the prisoners.\n\nThe government suggests its case against Iza was made possible in part thanks to Iza’s propensity for ripping off people who worked for him. The complaint cites information provided by a private investigator identified only as “K.C.,” who said Iza hired him to surveil Zelocchi but ultimately refused to pay him for much of the work.\n\nK.C. stands for Kenneth Childs, who in 2022 sued Iris Au and Zort (PDF) for theft by deception and commercial disparagement, after it became clear his private eye services were being used as part of a scheme by the Zort founders to intimidate and extort others. Childs’ complaint says Iza clawed back tens of thousands of dollars in payments he’d previously made as part of their contract.\n\nThe government also included evidence provided by an associate of Iza’s — named only as “R.C.” — who was hired to throw a party at Iza’s home. According to the feds, Iza paid the associate $50,000 to craft the event to his liking, but on the day of the party Iza allegedly told R.C. he was unhappy with the event and demanded half of his money back.\n\nWhen R.C. balked, Iza allegedly surrounded the man with armed LASD officers, who then extracted the payment by seizing his phone. The government says Iza kept R.C.’s phone and spent the remainder of his bank balance.\n\nA photo Iza allegedly sent to Tassilo Heinrich immediately after Heinrich’s arrest on unsubstantiated drug charges.\n\nThe FBI said that after the incident at the party, Iza had his bribed sheriff deputies pull R.C. over and arrest him on phony drug charges. The complaint includes a photo of R.C. being handcuffed by the police, which the feds say Iza sent to R.C. in order to intimidate him even further. The drug charges were later dismissed for lack of evidence.\n\nThe government alleges Iza and Au paid the LASD officers using Zelle transfers from accounts tied to two different entities incorporated by one or both of them: Dream Agency and Rise Agency. The complaint further alleges that these two entities were the beneficiaries of a business that sold hacked and phished Facebook advertising accounts, and bribed Facebook employees to unblock ads that violated its terms of service.\n\nThe complaint says Iza ran this business with another individual identified only as “T.H.,” and that at some point T.H. had personal problems and checked himself into rehab. T.H. told the FBI that Iza responded by stealing his laptop and turning him in to the government.\n\nKrebsOnSecurity has learned that T.H. in this case is Tassilo Heinrich, a man indicted in 2022 for hacking into the e-commerce platform Shopify, and leaking the user database for Ledger, a company that makes hardware wallets for storing cryptocurrencies.\n\nHeinrich pleaded guilty and was sentenced to time served, three years of supervised release, and ordered to pay restitution to Shopify. Upon his release from custody, Heinrich told the FBI that Iza was still using his account at the public screenshot service Gyazo to document communications regarding his alleged bribing of LASD officers.\n\nProsecutors say Iza and Au portrayed themselves as glamorous and wealthy individuals who were successful social media influencers, but that most of that was a carefully crafted facade designed to attract investment from cryptocurrency enthusiasts. Meanwhile, the U.K. tabloids reported this summer that Au was dating Davide Sanclimenti, the 2022 co-winner on the dating reality show Love Island.\n\nAu was featured on the July 2024 cover of “Womenpreneur Middle East.”\n\nRecall that we promised to revisit Mr. Zelocchi’s claimed acting credits. Despite being briefly listed on the Internet Movie Data Base (imdb.com) as the most awarded science fiction actor of all time, it’s not clear whether Mr. Zelocchi has starred in any real movies.\n\nEarlier this year, an Internet sleuth on Youtube showed that even though Zelocchi’s IMDB profile has him earning more awards than most other actors on the platform (here he is holding a Youtube top viewership award), Zelocchi is probably better known as the director of the movie once rated the absolute worst sci-fi flick on IMDB: A 2015 work called “Angel’s Apocalypse.” Most of the videos on Zelocchi’s Instagram page appear to be brief clips, some of which look more like a commercial for men’s cologne than scenes from a real movie.\n\nA Reddit post from a year ago calling attention to Zelocchi’s sci-fi film Angel’s Apocalypse somehow earning more audience votes than any other movie in the same genre.\n\nIn many ways, the crimes described in this complaint and the various related civil lawsuits would prefigure a disturbing new trend within English-speaking cybercrime communities that has bubbled up in the past few years: The emergence of “violence-as-as-service” offerings that allow cybercriminals to anonymously extort and intimidate their rivals.\n\nFound on certain Telegram channels are solicitations for IRL or “In Real Life” jobs, wherein people hire themselves out as willing to commit a variety of physical attacks in their local geographic area, such as slashing tires, firebombing a home, or tossing a brick through someone’s window.\n\nMany of the cybercriminals in this community have stolen tens of millions of dollars worth of cryptocurrency, and can easily afford to bribe police officers. KrebsOnSecurity would expect to see more of this in the future as young, crypto-rich cybercriminals seek to corrupt people in authority to their advantage.\n\n43 thoughts on “Crooked Cops, Stolen Laptops & the Ghost of UGNazi”\n\nSo here’s a link to the Iris Au ‘cover story’ – it’s only 8 paragraphs long. It has 0 comments and literally NONE of the businesses she’s allegedly started are named, NONE of the many industries she’s conquered are named, and virtually NONE of the causes she supports are actually named…total (paid for?!) fluff piece, actually worse; it’s one of the most lacking pieces I’ve ever read! Way worse that PR Newswire sponsored BS content that saturates the internet here in the USA\n\nhttps://womenpreneurme.com/the-story-of-iris-au-a-business-leader-and-helper-of-people/\n\n“Iris’s journey began with just one startup, a new business she created from scratch. From there, she didn’t stop. She went on to create many more businesses in different industries, showing her talent and creativity. But Iris’s success is not just about making money. She cares deeply about making the world a better place. She supports causes that are important to her, like education, healthcare, and taking care of the environment.”\n\nThat whole site is suspiciously empty of any real info. I’ve been thumbing randomly through their “magazine” and every article shows “0” for comments, but there isn’t even a way to actually leave a comment. And the right section on any given page consists of a Search field, Recent Posts list, and a Categories list, then they’re repeated again ..to fill up space, I guess? And whether or not I have my adblocker on, the pages look exactly the same. The only difference is that with the adblocker on, 12 tracking site links are blocked. The only thing that looks like an ad on any given page is an Audi short from YouTube at the bottom of that weird repeated right section with a link to Audi Dubai’s site, but it’s just a plain link without the typical attribution code.\n\nKrebs, you forgot one of the key guys in this story.\n\nMILAD SARWARI a.k.a NotSpoof a.k.a Hackistan\n\nGive him the rest of the story, and maybe he will write a followup article. Isn’t there a connection to the Path Network crypto scam too?\n\nCrazy how much power money has over law enforcement. If cops can be bought so easily, it really makes you wonder how much we can trust the system.\n\nAnd no one in LA is at all surprised. It’s not even a secret.\n\nhttps://knock-la.com/tradition-of-violence-lasd-gang-history/\n\nHow many perps are in this story? I lost count. Also how did they game IMDB? Did I miss something?\n\n@Brian, thank you for this article – very good and quite scary reading. Amazing how far this person got with their exploits, and how he basically gave a sh*t about his own associates. Just wow.\n\nA nasty bunch, but the LEO corruption is the key to the story.\n\nHas there been a state or fed investigation of the local LEOs?\n\nThere won’t be, this kind of thing is usually swept under the rug. There will be a few scapegoats tossed to the wolves, and a few mandatory retirements, but nothing serious.\n\nThe corruption of the Los Angeles Sheriff’s Department is no surprise to anyone that follows LA news. It gets a little attention by the big media outlets and deep-dives by smaller outlets.\n\nhttps://krebsonsecurity.com/2024/09/crooked-cops-stolen-laptops-the-ghost-of-ugnazi/#comment-616859\n\nOne of the very few reports that I found hard to follow.\n\nyes, this. a tldr would be helpful.\n\nThe most disturbing part of the story is the corrupt sheriff deputies. (Not that it should be a surprise when it comes to LASD). I hope long prison terms are forthcoming.\n\nThis keeps adding to my pile of evidence that crypto is too associated with criminals allowing them to make money much more easily than if crypto were outlawed.\n\nAgreed.\n\nI can’t see any reason to mess with crypto unless I want to pay off some scammers to make life easier on them.\n\nOddly enough, I do have a bitcoin wallet just in case someone wants to accidentally send it some money. So far, it is still sitting at $0.00.\n\nThe way I look at it is if I have my money at the local bank and lose my info, I can go over there and sort it out with little effort and I’ll still have my money. But if I have my money in crypto and I lose my info, I lose all my money.\n\nWhat a confusing story. Not the journalism, it’s spot on, I just don’t understand the big picture. So it’s a bunch of wannabe script kiddie cybercriminals from yesterdecade now turned actual fraudsters, pitting actual law enforcement against eachother? Swatting but with more “class”? Who is Iza and where does this money come from, surely not just a spoiled rich child of a prince or banker? Part 2 on the way? 😛\n\nGreat article. Like you, Brian, I was also stalked/ swatted by some of these people and their associates. That they were paying LA sheriffs deputies to fake arrests is interesting and explains some things. With these particular people you name, the game seems to have been to accumulate and flaunt unearned wealth. For every one at the top of the heap, there were so many involved in or caught up in the scams, or hangers-on further down the fringes. Lots of them were stalkers, conspiracy theorists, substance abusers, crypto scammers, and/or all-around crazy people. Many were or are people trying to make money by harming others by some means or other. As Tomi Masters (and others) found out, getting involved with these people can be disastrous and deadly. Speaking up about them makes one a target, as you found out. I had been wondering what happened to the two in prison in the Philippines. I am not sure I follow the story — some other crypto people sent them phones to harass them in prison? Maybe I need to reread the story.\n\nTwice in the story “Manilla” is referred to. The capital of the Philippines is “Manila”\n\nThere are so many rich rabbit holes in this article.\n\nCheck out Enzo Zelocchi on Youtube. He’s got a channel with his “movies”, pay-to-play interviews and fake fan base Youtube channels.\n\nThen the much darker rabbit hole is the Troy Woddy/Mir Islam story: https://www.buzzfeednews.com/article/josephbernstein/tomi-masters-down-the-rabbit-hole-i-go\n\nWell, I tried to go down the rabbit hole, but I cannot find anything about this after Nov 2019. Does anybody know if they were convicted?\n\nEnzo does indeed have IMDb resume,’ weighted toward production. Joe Bob says, “Check it out.”\n\nkrebs your writing lately has been all over the place and difficult to follow\n\ncanm you please write about malone the la guy that stole over 200 mil and was spending 1 million per night in the club??\n\nJust another reminder that the Los Angeles Sheriffs Department is nothing more than a criminal gang.\n\nSimply amazing. Who owns the rights to this story, I smell a movie 😉\n\nShould release the cop’s names and faces. They’re public servants, they’re supposed to be held to a higher standard than the rest of us.\n\nThe story doesn’t cover it, but these cops were getting paid in their and their family members PERSONAL bank accounts DIRECTLY from Iza and his girlfriend. They weren’t concerned with laundering or hiding it at all. The original complaint also mentions tax evasion, so I’m guessing the IRS figured out this shtick before the “public corruption squad” within the FBI did. The fact it took from 2021 until now for this to get uncovered is extremely pathetic, and fortunately for these crooked cops this won’t be broadcast on any major news outlets, just another day in perfect America. Maybe in a couple years we’ll have “traffic stop shootout [guaranteed death]” services on telegram channels…\n\nThe front page of “The Secret Files” looks like a diddler bait site, LOL!\n\n“I pay him 280k a month for complete resources. They’re active-duty.”\n\nRecommended reading is “Left of Bang”, which helps with observation. Him? There is more to this than meets the eye, and the elevation may need to be raised. Think also that in the big scheme of things, who is this guy anyhow? If this is going on for an individual like this, maybe a tuna in the food chain, what’s going on for the big fish and whales? If you’re a shrimp in that pond, you better be of the preying mantis kind, or be scared…\n\nTheft of cryptocurrency is, to me, a hilariously abstract concept, a kind of victimless crime, criminals against criminals. And why did these victims not lock their phones or keep their Swiss-blockchain number printout in the freezer like someone with half a brain?\n\n“Lamborghinis, expensive jewelry, vacations, a $28 million home in Bel Air, even cosmetic surgery to extend the length of his legs.”\n\nLegs? Hm… I’m just saying. An explanation would be in order, no?\n\nFunny, our network security software indicates there are problems with the security certificate for the womenpreneurme[dot]com website, as other commenters had noted strange things. If I ignore the certificate warning, the site is further intercepted by our security software indicating its a known spam URL. Sounds like a fake magazine / webzine setup to lure in more folks with money.\n\nThe Instagram page with the YouTube viewership award has 1,337,xxx likes (aka “leet”) – clearly that is also faked/botted\n\nSometimes I feel that life in the United States just blows chunks.\n\nMaybe for you that’s true.\n\nSo, early retirement option put on the table as first option for the local police involved.\n\nImagine all the million dollar scams we never hear about.\n\nAm I the only one that finds it funny Enzo Zelocchi is wearing the exact same Rolex watch that Adam Iza stole from Troy Woody? Look at Enzo’s instagram and look at Troy’s Instagram to match the model. Can’t say that I feel bad that his partner in crime got shorted, just more so shocked that the feds didn’t pick up Enzo with that scumbag.\n\nNeed More Popcorn! Forget Hulu.\n\nI think cosmo is dead.\n\nComments are closed.", - "chars": 21651, - "sha256": "fa1c26dc167e9ea660a9d0e0918f120ad3110465dfb90015b3b52e7baac2fd58", + "text": "Crooked Cops, Stolen Laptops & the Ghost of UGNazi – Krebs on Security\n\nA California man accused of failing to pay taxes on tens of millions of dollars allegedly earned from cybercrime also paid local police officers hundreds of thousands of dollars to help him extort, intimidate and silence rivals and former business partners, the government alleges. KrebsOnSecurity has learned that many of the man’s alleged targets were members of UGNazi, a hacker group behind multiple high-profile breaches and cyberattacks back in 2012.\n\nA photo released by the government allegedly showing Iza posing with several LASD officers on his payroll.\n\nA federal complaint (PDF) filed last week said the Federal Bureau of Investigation (FBI) has been investigating Los Angeles resident Adam Iza. Also known as “Assad Faiq” and “The Godfather,” Iza is the founder of a cryptocurrency investment platform called Zort that advertised the ability to make smart trades based on artificial intelligence technology.\n\nBut the feds say investors in Zort soon lost their shorts, after Iza and his girlfriend began spending those investments on Lamborghinis, expensive jewelry, vacations, a $28 million home in Bel Air, even cosmetic surgery to extend the length of his legs.\n\nThe complaint states the FBI started looking at Iza after receiving multiple reports that he had on his payroll several active deputies with the Los Angeles Sheriff’s Department (LASD). Iza’s attorney did not immediately respond to requests for comment.\n\nThe complaint cites a letter from an attorney for a victim referenced only as “E.Z.,” who was seeking help related to an extortion and robbery allegedly committed by Iza. The government says that in March 2022, three men showed up at E.Z.’s home, and tried to steal his laptop in an effort to gain access to E.Z. cryptocurrency holdings online. A police report referenced in the complaint says three intruders were scared off when E.Z. fired several handgun rounds in the direction of his assailants.\n\nThe FBI later obtained a copy of a search warrant executed by LASD deputies in January 2022 for GPS location information on a phone belonging to E.Z., which shows an LASD deputy unlawfully added E.Z.’s mobile number to a list of those associated with an unrelated firearms investigation.\n\n“Damn my guy actually filed the warrant,” Iza allegedly texted someone after the location warrant was entered. “That’s some serious shit to do for someone….risking a 24 years career. I pay him 280k a month for complete resources. They’re active-duty.”\n\nThe FBI alleges LASD officers had on several previous occasions tried to kidnap and extort E.Z. at Iza’s behest. The complaint references a November 2021 incident wherein Iza and E.Z. were in a car together when Iza asked to stop and get snacks at a convenience store. While they were still standing next to the car, a van with several armed LASD deputies showed up and tried to force E.Z. to hand over his phone. E.Z. escaped unharmed, and alerted 911.\n\nE.Z. appears to be short for Enzo Zelocchi, a self-described “actor” who was featured in an ABC News story about a home invasion in Los Angeles around that same time as the March 2022 home invasion, in which Zelocchi is quoted as saying at least two men tried to rob him at gunpoint (we’ll revisit Zelocchi’s acting credits in a moment).\n\nOne of many self portraits published on the Instagram account of Enzo Zelocchi.\n\nThe criminal complaint makes frequent references to a co-conspirator of Iza (“CC-1”) — his girlfriend at the time — who allegedly helped Iza run his businesses and spend the millions plunked down by Zort investors. We know what E.Z. stands for because Iza’s girlfriend then was a woman named Iris Au, and in November 2022 she sued Zelocchi for allegedly stealing Iza’s laptop.\n\nThe complaint says Iza also harassed a man identified only as T.W., and refers to T.W. as one of two Americans currently incarcerated in the Philippines for murder. In December 2018, a then 21-year-old Troy Woody Jr. was arrested in Manila after he was spotted dumping the body of his dead girlfriend Tomi Masters into a local river.\n\nWoody is accused of murdering Masters with the help of his best friend and roommate at the time: Mir Islam, a.k.a. “JoshTheGod,” referred to in the Iza complaint as “M.I.” Islam and Woody were both core members of UGNazi, a hacker collective that sprang up in 2012 and claimed credit for hacking and attacking a number of high-profile websites.\n\nIn June 2016, Islam was sentenced to a year in prison for an impressive array of crimes, including stalking people online and posting their personal data on the Internet. Islam also pleaded guilty to reporting dozens of phony bomb threats and fake hostage situations at the homes of celebrities and public officials (Islam participated in a swatting attack against this author in 2013).\n\nTroy Woody Jr. (left) and Mir Islam, are currently in prison in the Philippines for murder.\n\nIn December 2022, Troy Woody Jr. sued Iza, Zelocchi and Zort, alleging (PDF) Iza and Zelocchi were involved in a 2018 home invasion at his residence, wherein Woody claimed his assailants stole laptops and phones containing more than $200 million in cryptocurrencies.\n\nWoody’s complaint states that Masters also was present during his 2018 home invasion, as was another core UGNazi member: Eric “CosmoTheGod” Taylor. CosmoTheGod rocketed to Internet infamy in 2013 when he and a number of other hackers set up the Web site exposed[dot]su, which published the address, Social Security numbers and other personal information of public figures, including the former First Lady Michelle Obama, the then-director of the FBI and the U.S. attorney general. The group also swatted many of the people they doxed.\n\nExposed was built with the help of identity information obtained and/or stolen from ssndob dot ru.\n\nIn 2017, Taylor was sentenced to three years probation for participating in multiple swatting attacks, including the one against my home in 2013.\n\nThe complaint against Iza says the FBI interviewed Woody in Manila where he is currently incarcerated, and learned that Iza has been harassing him about passwords that would unlock access to cryptocurrencies. The FBI’s complaint leaves open the question of how Woody and Islam got the phones in the first place, but the implication is that Iza may have instigated the harassment by having mobile phones smuggled to the prisoners.\n\nThe government suggests its case against Iza was made possible in part thanks to Iza’s propensity for ripping off people who worked for him. The complaint cites information provided by a private investigator identified only as “K.C.,” who said Iza hired him to surveil Zelocchi but ultimately refused to pay him for much of the work.\n\nK.C. stands for Kenneth Childs, who in 2022 sued Iris Au and Zort (PDF) for theft by deception and commercial disparagement, after it became clear his private eye services were being used as part of a scheme by the Zort founders to intimidate and extort others. Childs’ complaint says Iza clawed back tens of thousands of dollars in payments he’d previously made as part of their contract.\n\nThe government also included evidence provided by an associate of Iza’s — named only as “R.C.” — who was hired to throw a party at Iza’s home. According to the feds, Iza paid the associate $50,000 to craft the event to his liking, but on the day of the party Iza allegedly told R.C. he was unhappy with the event and demanded half of his money back.\n\nWhen R.C. balked, Iza allegedly surrounded the man with armed LASD officers, who then extracted the payment by seizing his phone. The government says Iza kept R.C.’s phone and spent the remainder of his bank balance.\n\nA photo Iza allegedly sent to Tassilo Heinrich immediately after Heinrich’s arrest on unsubstantiated drug charges.\n\nThe FBI said that after the incident at the party, Iza had his bribed sheriff deputies pull R.C. over and arrest him on phony drug charges. The complaint includes a photo of R.C. being handcuffed by the police, which the feds say Iza sent to R.C. in order to intimidate him even further. The drug charges were later dismissed for lack of evidence.\n\nThe government alleges Iza and Au paid the LASD officers using Zelle transfers from accounts tied to two different entities incorporated by one or both of them: Dream Agency and Rise Agency. The complaint further alleges that these two entities were the beneficiaries of a business that sold hacked and phished Facebook advertising accounts, and bribed Facebook employees to unblock ads that violated its terms of service.\n\nThe complaint says Iza ran this business with another individual identified only as “T.H.,” and that at some point T.H. had personal problems and checked himself into rehab. T.H. told the FBI that Iza responded by stealing his laptop and turning him in to the government.\n\nKrebsOnSecurity has learned that T.H. in this case is Tassilo Heinrich, a man indicted in 2022 for hacking into the e-commerce platform Shopify, and leaking the user database for Ledger, a company that makes hardware wallets for storing cryptocurrencies.\n\nHeinrich pleaded guilty and was sentenced to time served, three years of supervised release, and ordered to pay restitution to Shopify. Upon his release from custody, Heinrich told the FBI that Iza was still using his account at the public screenshot service Gyazo to document communications regarding his alleged bribing of LASD officers.\n\nProsecutors say Iza and Au portrayed themselves as glamorous and wealthy individuals who were successful social media influencers, but that most of that was a carefully crafted facade designed to attract investment from cryptocurrency enthusiasts. Meanwhile, the U.K. tabloids reported this summer that Au was dating Davide Sanclimenti, the 2022 co-winner on the dating reality show Love Island.\n\nAu was featured on the July 2024 cover of “Womenpreneur Middle East.”\n\nRecall that we promised to revisit Mr. Zelocchi’s claimed acting credits. Despite being briefly listed on the Internet Movie Data Base (imdb.com) as the most awarded science fiction actor of all time, it’s not clear whether Mr. Zelocchi has starred in any real movies.\n\nEarlier this year, an Internet sleuth on Youtube showed that even though Zelocchi’s IMDB profile has him earning more awards than most other actors on the platform (here he is holding a Youtube top viewership award), Zelocchi is probably better known as the director of the movie once rated the absolute worst sci-fi flick on IMDB: A 2015 work called “Angel’s Apocalypse.” Most of the videos on Zelocchi’s Instagram page appear to be brief clips, some of which look more like a commercial for men’s cologne than scenes from a real movie.\n\nA Reddit post from a year ago calling attention to Zelocchi’s sci-fi film Angel’s Apocalypse somehow earning more audience votes than any other movie in the same genre.\n\nIn many ways, the crimes described in this complaint and the various related civil lawsuits would prefigure a disturbing new trend within English-speaking cybercrime communities that has bubbled up in the past few years: The emergence of “violence-as-as-service” offerings that allow cybercriminals to anonymously extort and intimidate their rivals.\n\nFound on certain Telegram channels are solicitations for IRL or “In Real Life” jobs, wherein people hire themselves out as willing to commit a variety of physical attacks in their local geographic area, such as slashing tires, firebombing a home, or tossing a brick through someone’s window.\n\nMany of the cybercriminals in this community have stolen tens of millions of dollars worth of cryptocurrency, and can easily afford to bribe police officers. KrebsOnSecurity would expect to see more of this in the future as young, crypto-rich cybercriminals seek to corrupt people in authority to their advantage.\n\n43 thoughts on “Crooked Cops, Stolen Laptops & the Ghost of UGNazi”\n\nSo here’s a link to the Iris Au ‘cover story’ – it’s only 8 paragraphs long. It has 0 comments and literally NONE of the businesses she’s allegedly started are named, NONE of the many industries she’s conquered are named, and virtually NONE of the causes she supports are actually named…total (paid for?!) fluff piece, actually worse; it’s one of the most lacking pieces I’ve ever read! Way worse that PR Newswire sponsored BS content that saturates the internet here in the USA\n\n“Iris’s journey began with just one startup, a new business she created from scratch. From there, she didn’t stop. She went on to create many more businesses in different industries, showing her talent and creativity. But Iris’s success is not just about making money. She cares deeply about making the world a better place. She supports causes that are important to her, like education, healthcare, and taking care of the environment.”\n\nThat whole site is suspiciously empty of any real info. I’ve been thumbing randomly through their “magazine” and every article shows “0” for comments, but there isn’t even a way to actually leave a comment. And the right section on any given page consists of a Search field, Recent Posts list, and a Categories list, then they’re repeated again ..to fill up space, I guess? And whether or not I have my adblocker on, the pages look exactly the same. The only difference is that with the adblocker on, 12 tracking site links are blocked. The only thing that looks like an ad on any given page is an Audi short from YouTube at the bottom of that weird repeated right section with a link to Audi Dubai’s site, but it’s just a plain link without the typical attribution code.\n\nKrebs, you forgot one of the key guys in this story.\n\nMILAD SARWARI a.k.a NotSpoof a.k.a Hackistan\n\nGive him the rest of the story, and maybe he will write a followup article. Isn’t there a connection to the Path Network crypto scam too?\n\nCrazy how much power money has over law enforcement. If cops can be bought so easily, it really makes you wonder how much we can trust the system.\n\nAnd no one in LA is at all surprised. It’s not even a secret.\n\nHow many perps are in this story? I lost count. Also how did they game IMDB? Did I miss something?\n\n@Brian, thank you for this article – very good and quite scary reading. Amazing how far this person got with their exploits, and how he basically gave a sh*t about his own associates. Just wow.\n\nA nasty bunch, but the LEO corruption is the key to the story.\n\nHas there been a state or fed investigation of the local LEOs?\n\nThere won’t be, this kind of thing is usually swept under the rug. There will be a few scapegoats tossed to the wolves, and a few mandatory retirements, but nothing serious.\n\nThe corruption of the Los Angeles Sheriff’s Department is no surprise to anyone that follows LA news. It gets a little attention by the big media outlets and deep-dives by smaller outlets.\n\nOne of the very few reports that I found hard to follow.\n\nyes, this. a tldr would be helpful.\n\nThe most disturbing part of the story is the corrupt sheriff deputies. (Not that it should be a surprise when it comes to LASD). I hope long prison terms are forthcoming.\n\nThis keeps adding to my pile of evidence that crypto is too associated with criminals allowing them to make money much more easily than if crypto were outlawed.\n\nAgreed.\n\nI can’t see any reason to mess with crypto unless I want to pay off some scammers to make life easier on them.\n\nOddly enough, I do have a bitcoin wallet just in case someone wants to accidentally send it some money. So far, it is still sitting at $0.00.\n\nThe way I look at it is if I have my money at the local bank and lose my info, I can go over there and sort it out with little effort and I’ll still have my money. But if I have my money in crypto and I lose my info, I lose all my money.\n\nWhat a confusing story. Not the journalism, it’s spot on, I just don’t understand the big picture. So it’s a bunch of wannabe script kiddie cybercriminals from yesterdecade now turned actual fraudsters, pitting actual law enforcement against eachother? Swatting but with more “class”? Who is Iza and where does this money come from, surely not just a spoiled rich child of a prince or banker? Part 2 on the way? 😛\n\nGreat article. Like you, Brian, I was also stalked/ swatted by some of these people and their associates. That they were paying LA sheriffs deputies to fake arrests is interesting and explains some things. With these particular people you name, the game seems to have been to accumulate and flaunt unearned wealth. For every one at the top of the heap, there were so many involved in or caught up in the scams, or hangers-on further down the fringes. Lots of them were stalkers, conspiracy theorists, substance abusers, crypto scammers, and/or all-around crazy people. Many were or are people trying to make money by harming others by some means or other. As Tomi Masters (and others) found out, getting involved with these people can be disastrous and deadly. Speaking up about them makes one a target, as you found out. I had been wondering what happened to the two in prison in the Philippines. I am not sure I follow the story — some other crypto people sent them phones to harass them in prison? Maybe I need to reread the story.\n\nTwice in the story “Manilla” is referred to. The capital of the Philippines is “Manila”\n\nThere are so many rich rabbit holes in this article.\n\nCheck out Enzo Zelocchi on Youtube. He’s got a channel with his “movies”, pay-to-play interviews and fake fan base Youtube channels.\n\nThen the much darker rabbit hole is the Troy Woddy/Mir Islam story: https://www.buzzfeednews.com/article/josephbernstein/tomi-masters-down-the-rabbit-hole-i-go\n\nWell, I tried to go down the rabbit hole, but I cannot find anything about this after Nov 2019. Does anybody know if they were convicted?\n\nEnzo does indeed have IMDb resume,’ weighted toward production. Joe Bob says, “Check it out.”\n\nkrebs your writing lately has been all over the place and difficult to follow\n\ncanm you please write about malone the la guy that stole over 200 mil and was spending 1 million per night in the club??\n\nJust another reminder that the Los Angeles Sheriffs Department is nothing more than a criminal gang.\n\nSimply amazing. Who owns the rights to this story, I smell a movie 😉\n\nShould release the cop’s names and faces. They’re public servants, they’re supposed to be held to a higher standard than the rest of us.\n\nThe story doesn’t cover it, but these cops were getting paid in their and their family members PERSONAL bank accounts DIRECTLY from Iza and his girlfriend. They weren’t concerned with laundering or hiding it at all. The original complaint also mentions tax evasion, so I’m guessing the IRS figured out this shtick before the “public corruption squad” within the FBI did. The fact it took from 2021 until now for this to get uncovered is extremely pathetic, and fortunately for these crooked cops this won’t be broadcast on any major news outlets, just another day in perfect America. Maybe in a couple years we’ll have “traffic stop shootout [guaranteed death]” services on telegram channels…\n\nThe front page of “The Secret Files” looks like a diddler bait site, LOL!\n\n“I pay him 280k a month for complete resources. They’re active-duty.”\n\nRecommended reading is “Left of Bang”, which helps with observation. Him? There is more to this than meets the eye, and the elevation may need to be raised. Think also that in the big scheme of things, who is this guy anyhow? If this is going on for an individual like this, maybe a tuna in the food chain, what’s going on for the big fish and whales? If you’re a shrimp in that pond, you better be of the preying mantis kind, or be scared…\n\nTheft of cryptocurrency is, to me, a hilariously abstract concept, a kind of victimless crime, criminals against criminals. And why did these victims not lock their phones or keep their Swiss-blockchain number printout in the freezer like someone with half a brain?\n\n“Lamborghinis, expensive jewelry, vacations, a $28 million home in Bel Air, even cosmetic surgery to extend the length of his legs.”\n\nLegs? Hm… I’m just saying. An explanation would be in order, no?\n\nFunny, our network security software indicates there are problems with the security certificate for the womenpreneurme[dot]com website, as other commenters had noted strange things. If I ignore the certificate warning, the site is further intercepted by our security software indicating its a known spam URL. Sounds like a fake magazine / webzine setup to lure in more folks with money.\n\nThe Instagram page with the YouTube viewership award has 1,337,xxx likes (aka “leet”) – clearly that is also faked/botted\n\nSometimes I feel that life in the United States just blows chunks.\n\nMaybe for you that’s true.\n\nSo, early retirement option put on the table as first option for the local police involved.\n\nImagine all the million dollar scams we never hear about.\n\nAm I the only one that finds it funny Enzo Zelocchi is wearing the exact same Rolex watch that Adam Iza stole from Troy Woody? Look at Enzo’s instagram and look at Troy’s Instagram to match the model. Can’t say that I feel bad that his partner in crime got shorted, just more so shocked that the feds didn’t pick up Enzo with that scumbag.", + "chars": 21319, + "sha256": "05a4f90f1dc0bb19431024bdf8d4ae3e903c69fc616442a48c80380c9e3d4ee7", "staged_file": "01_krebsonsecurity-com.txt", - "paragraphs_kept": "ALL 96 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-92 excl [42, 50, 57] of 96", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:52:09+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-92 plus headline [0]; dropped 0 leading and 3 trailing paragraphs and 3 interior furniture line(s). Case-term hits on page: 8.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "123": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.dailymail.co.uk/news/article-10663677/Crypto-expert-33-shot-robber-targeting-450k-watch-speaks-out.html", "source": "dailymail.co.uk", "language": "unknown", - "text": "Crypto expert, 33, shot by robber targeting his $450k watch speaks out | Daily Mail Online\n\nThree hours in Southampton that exposed 'two-tier' Britain: What really happened the night Henry Nowak was murdered in unrivalled DEEP DIVE detail\n\nPolice chief apologises to Henry Nowak's family for officers handcuffing and arresting 18-year-old while he bled to death\n\n'This is nothing to do with the faith': Moment Sikh taxi driver shakes hands with Henry Nowak protesters in Southampton\n\nFemale ex-police officer is forced to move to a safe house after being wrongly accused of arresting Henry Nowak\n\nDAN HODGES: When Britain needed a leader to articulate our pain, disgust and despair, Keir Starmer was missing in action. Kemi stepped up - and spoke like a real Prime Minister\n\nBBC forced into grovelling apology to Nigel Farage after Newsnight row in which Reform chief accused corporation of 'defamation' over Henry Nowak murder response\n\nRalf Schumacher's ex-wife aims thinly veiled dig at him over F1's first gay wedding, as new photos emerge of Michael's brother, 50, marrying 36-year-old lover - and lavish after-party\n\nKatie Price's prison showdown with husband revealed: Truth about star's dash to Dubai as insiders tell ALEX DOYLE about her new bust-up with sister Sophie... and how it's affected their mother's health\n\nI've discovered one of the single biggest triggers for breast cancer. It raises your risk of the disease by 60 per cent... but no one is talking about it. Here's everything you need to know, revealed by a leading oncologist\n\nKatie Price looks in despair as she squeezes in a spot of sunbathing in her tiny bikini before embarking on mission to free her husband Lee Andrews from prison\n\nBrad Pitt is stunned by speed of Isle of Man TT as he arrives to start filming at the world's most dangerous race\n\nI know why Henry Nowak was treated as a criminal as he lay dying, while the man who stabbed him was coddled. I've been saying the same thing for 20 years - this is what we must do: PETER HITCHENS\n\nAre YOU rich? Our calculator reveals how your salary stacks up against the UK - and your town and job\n\nTeenage Norwegian hitman flew to Britain to carry out assassination for Iran-linked Swedish gang, court hears\n\nKate Ferdinand's stepson Tate opens up about their relationship and says he 'never thought' he'd love her children\n\nI was so overweight, I didn't realise I was five months pregnant. Now, I'm down to a size 8 without using Mounjaro. This is the simple plan I followed to lose the weight... and how I've kept it off: BROOKE MILLS\n\nDrinks on you, Ange? Rayner enjoys £61,500 payday as she receives advance on her 'unvarnished and upfront' memoir\n\nDisturbing reason so many are risking their health by injecting the new, unlicensed Godzilla of fat jabs: Black market 'Reta' is everywhere... this is how it supercharges your weight loss - and its brutal side-effects\n\nThree Royal Navy crew members die as Merlin helicopter crashes into Devon field between two military bases, First Sea Lord confirms\n\nPrincess Kate pays tribute to three Royal Navy crew members who died in Merlin helicopter crash on training exercise - as investigators continue to probe cause of tragedy\n\nPakistanis who gang-raped French tourist in front of her three children after her car ran out of fuel will be executed, court rules\n\nKilljoy councils clamp down on mothers selling brownies in their driveways - with 'cake shed' owners forced to pay £1,000 to operate\n\nMore than thirty Chinese made Jaecoo SUVs worth nearly £1million go up in flames at Southampton docks\n\nHow Super El Niño will wreak havoc around the globe: Step-by-step graphic reveals how the unusual climate event will bring extreme heat 'nearly EVERYWHERE'\n\nEXCLUSIVE: 'New York isn't safe for anyone': Crypto expert, 33, reveals he was shot FIVE times by robber who tried to steal his $450,000 Richard Mille watch after Manhattan hotel ambush\n\nPierrick Jamaux, 33, was getting out of an Uber in Midtown when he was shot five times on March 18\n\nHe told DailyMail.com he believes he was targeted and followed for hours or days before being ambushed\n\nJamaux said the bullets broke his femur and severed his femoral artery, almost killing him\n\nAt the time of the robbery he was wearing a Richard Mille watch, which is worth an eye-watering $450,000\n\nThe suspect was unable to wrangle the pricey watch from Jamaux's wrist because its anti-theft mechanism\n\nJamaux has undergone six surgeries so far but remains in hospital in New York as he recovers from his injuries\n\nAttack comes amid a terrifying surge in crime which the mayor says has made the city a 'laughingstock'\n\nSee more Daily Mail on Google - save us as a Preferred Source\n\nPublished: 21:43 BST, 29 March 2022 | Updated: 00:23 BST, 30 March 2022\n\nA 33-year-old French cryptocurrency expert who was shot at point-blank range by a robber trying to steal his $450,000 Richard Mille watch says he believes he was targeted and followed for hours or days before being ambushed outside his Manhattan hotel.\n\nPierrick Jamaux told DailyMail.com he is shocked by how dangerous the city has become and would never have visited had he known how much it had changed since he lived there 10 years ago.\n\nThe entrepreneur, who was visiting from Hong Kong with his Australian model wife, Sarah Watts, 26, was getting out of an Uber at the Fifty Hotel and Suites in Midtown when he was shot five times on March 18.\n\nSpeaking from his hospital bed in New York, entrepreneur Jamaux told DailyMail.com: 'Given the fact he was waiting there when we arrived and also the violence of the crime, I believe he followed me.\n\n'I believe they found me somewhere, then they tracked me for a few hours or days to figure out what I do, where I go. I think it was organized.'\n\nPierrick Jamaux, 33, (pictured inside the ambulance) was shot five times in the legs during an attempted robbery outside his hotel in NYC\n\nThe NYPD has released these images of the man who shot Jamaux during an attempted robbery in Midtown Manhattan\n\nThe entrepreneur was visiting from Hong Kong with his model wife, Sarah Watts, 26 (pictured together). At the time of the robbery he was wearing a $450,000 Richard Mille watch (pictured)\n\nThe attacked occurred on March 18 as the couple and another woman got out of an Uber outside the Fifty Hotel and Suites in Manhattan\n\nHe believes the armed robber researched the watch he was wearing, which is worth an eye-watering $450,000, before launching his attack.\n\nHe added: 'It cannot be a coincidence because it happened between the Uber and the door of the hotel - there is two meters of distance. The guy was waiting for me there is no doubt about it.\n\n'He started shooting me even before I understood he wanted my watch and from then I was just pushing the gun down and he kept shooting my legs, it was crazy.\n\n'I know he shot five times but I think some of them went through both legs. Three of them are point-blank shooting. I have a lot of bullet holes.'\n\nHead of $68,000-a-year California boarding school steps down... Embarrassing moment FBI cyber chief admits to not knowing... New York AG Letitia James says there is 'significant'...\n\nA 25-year-old female friend of the couple jumped on the robber's back and began to choke him.\n\n'She is one of my really good friends, she is fiery,' Jamaux joked, adding that she'd had a few drinks. 'She jumped on his back and she did a triangle-like choke like in MMA.'\n\nThe bullets shattered his femur bone and severed his femoral artery, and he quickly passed out in the street as he began to bleed out.\n\nThe suspect was unable to wrangle the pricey watch from Jamaux's wrist because its bracelet security mechanism. It is not clear whether the watch came with the feature or it was added.\n\nThe attempted robber got away with a female accomplice in a black four door sedan BMW, the NYPD says.\n\nMiraculously, Jamaux survived the shooting, and credits New York hospitals' experience with tackling shootings for his recovery.\n\nJamaux has since undergone six surgeries but predicts he won't be leaving hospital anytime soon.\n\nJamaux works in Hong Kong for Hi, an online banking planform dealing in cryptocurrency, savings and investments\n\nJamaux lived in New York for a year about a decade ago and said the city felt safe at the time. Often on his business trips, he hires a bodyguard, but didn't know he would need one in the Big Apple. He is pictured here with his wife\n\n'You don't need to be a genius to realize New York is very very dangerous right now. I don't think it's safe for anyone. There are too many people who have nothing to lose,' Jamaux told DailyMail.com\n\n'They hit my femoral artery - it's something where you usually die in 5 minutes - it was a major surgery to save my life,' he said. 'If you are going to get shot, the US is the best place to survive a gunshot wound.\n\n'I feel like the doctors really know what they are doing. I think they unfortunately have a lot of practice.\n\n'I was surprised when I talked to one of the doctors here. I said \"does it happen often?\" and he was like \"yes\" without hesitation.'\n\nJamaux lived in New York for a year about a decade ago and said the city felt safe at the time. Often on his business trips, he hires a bodyguard, but didn't know he would need one in the Big Apple.\n\n'Because I thought New York was safe, I did not think I needed any security in New York,' he explained. 'A few days before the shooting we walked for one block around midnight and I did not feel safe at all.\n\n'If I knew New York had changed like that, I would never have come here. I probably would have diverted my business trip and stayed in Europe.\n\n'You don't need to be a genius to realize New York is very very dangerous right now. I don't think it's safe for anyone. There are too many people who have nothing to lose.'\n\nJamaux works in Hong Kong for Hi, an online banking planform dealing in cryptocurrency, savings and investments.\n\nPolice are seen at the scene of Jamaux's shooting in Midtown Manhattan on the evening of March 18\n\nJamaux, 33, (pictured inside the ambulance) was rushed to hospital after the shooting. He almost died when one of the bullets severed his femoral artery\n\nThe robber got away with a female accomplice in a black four door sedan BMW, the NYPD says. The Department released this video of the getaway vehicle\n\nThe entrepreneur has also worked in Paris, where he hails from, New York City and London before he settled in Hong Kong to work with the cryptocurrency company in 2019.\n\nJamaux was sporting a Richard Mille watch when the attack took place. The watches cost on average, $200,000, with some designs fetching for as much as $1.3 million.\n\nJamaux bought his for $150,000 in 2020 as an investment, and now it is now worth a cool $450,000.\n\nHe was staying at the Fifty Hotel and Suites on 155 E 50th St where rooms range in price from around $350 to $1,000 per night.\n\nThe attempted robbery comes amid a dangerous crime wave in the once-safe city. In February there was a 60 percent spike in incidents when compared to the same period last year.\n\nThe city's latest crime figures show there were 9,138 incidents last month, as opposed to 5,759 in February 2021 - with double-digit surges in nearly every major category.\n\nThere were 32 murders in February - three more than the same month last year.\n\nMultiple other categories saw spikes, including car theft, which soared by nearly 105 percent; grand larceny, which jumped nearly 80 percent over the previous year; robberies, which surged 56 percent; a 44 percent bump in burglaries and a 22 percent spike in assaults. Rapes also saw a terrifying 35 percent rise.\n\nDuring the month of February, the NYPD reported a 58.7 percent increase in total crime\n\nOverall crime in the city is up more than 45 percent since the same period last year\n\nMayor Eric Adams on Sunday said the spike in crime across New York City has made the Big Apple a 'laughingstock' in need of a 'wartime general' to tackle the ongoing problem.\n\nAdams, speaking at the annual NYPD Holy Name Society communion Mass and breakfast, condemned the lawlessness throughout the city.\n\nHe blamed petty crime and homelessness as contributing factors to the widespread 'dysfunction.'\n\n'Anything goes in the City of New York,' Adams said. 'The most important city on the globe has become the laughingstock of the globe. And the dysfunctionality of our city has cascaded throughout the entire country.'\n\n100 percent a result of Democrat party policies re...\n\nIllegal migrants raise dolphin calf 'after hitting it with stick'\n\nHow Lindsay Clancy drama unfolded as judge declares MISTRIAL\n\nNina Dobrev gets kicked out of Venice Film Festival red carpet\n\nLindsay Clancy prosecutor snaps at protesters and press\n\nWoman chases off car thief while wearing nothing but a bath towel\n\nBalaclava-clad protesters blockade Dover 'in anti-migrant demo'\n\nMoment truck smashed to pieces by speeding passenger train\n\nCraig Melvin calls out Today co-host live for oversleeping\n\nJudge in the Lindsay Clancy murder trial announces a mistrial\n\nShock and controversy as judge declares Lindsay Clancy mistrial\n\nMoment brave Montana woman protects dogs from moose in yard\n\nTrump predicts what's next in the Lindsay Clancy murder trial\n\nThe comments below have been moderated in advance.\n\nThe views expressed in the contents above are those of our users and do not necessarily reflect the views of MailOnline.\n\nWe are no longer accepting comments on this article.", - "chars": 13486, - "sha256": "7be38bbf8646f2d7f76c902cc7729684a754164de69fbd9ebec8e1e71cbd59ac", + "text": "Crypto expert, 33, shot by robber targeting his $450k watch speaks out | Daily Mail Online\n\nAttack comes amid a terrifying surge in crime which the mayor says has made the city a 'laughingstock'\n\nSee more Daily Mail on Google - save us as a Preferred Source\n\nPublished: 21:43 BST, 29 March 2022 | Updated: 00:23 BST, 30 March 2022\n\nA 33-year-old French cryptocurrency expert who was shot at point-blank range by a robber trying to steal his $450,000 Richard Mille watch says he believes he was targeted and followed for hours or days before being ambushed outside his Manhattan hotel.\n\nPierrick Jamaux told DailyMail.com he is shocked by how dangerous the city has become and would never have visited had he known how much it had changed since he lived there 10 years ago.\n\nThe entrepreneur, who was visiting from Hong Kong with his Australian model wife, Sarah Watts, 26, was getting out of an Uber at the Fifty Hotel and Suites in Midtown when he was shot five times on March 18.\n\nSpeaking from his hospital bed in New York, entrepreneur Jamaux told DailyMail.com: 'Given the fact he was waiting there when we arrived and also the violence of the crime, I believe he followed me.\n\n'I believe they found me somewhere, then they tracked me for a few hours or days to figure out what I do, where I go. I think it was organized.'\n\nPierrick Jamaux, 33, (pictured inside the ambulance) was shot five times in the legs during an attempted robbery outside his hotel in NYC\n\nThe NYPD has released these images of the man who shot Jamaux during an attempted robbery in Midtown Manhattan\n\nThe entrepreneur was visiting from Hong Kong with his model wife, Sarah Watts, 26 (pictured together). At the time of the robbery he was wearing a $450,000 Richard Mille watch (pictured)\n\nThe attacked occurred on March 18 as the couple and another woman got out of an Uber outside the Fifty Hotel and Suites in Manhattan\n\nHe believes the armed robber researched the watch he was wearing, which is worth an eye-watering $450,000, before launching his attack.\n\nHe added: 'It cannot be a coincidence because it happened between the Uber and the door of the hotel - there is two meters of distance. The guy was waiting for me there is no doubt about it.\n\n'He started shooting me even before I understood he wanted my watch and from then I was just pushing the gun down and he kept shooting my legs, it was crazy.\n\n'I know he shot five times but I think some of them went through both legs. Three of them are point-blank shooting. I have a lot of bullet holes.'\n\nHead of $68,000-a-year California boarding school steps down... Embarrassing moment FBI cyber chief admits to not knowing... New York AG Letitia James says there is 'significant'...\n\nA 25-year-old female friend of the couple jumped on the robber's back and began to choke him.\n\n'She is one of my really good friends, she is fiery,' Jamaux joked, adding that she'd had a few drinks. 'She jumped on his back and she did a triangle-like choke like in MMA.'\n\nThe bullets shattered his femur bone and severed his femoral artery, and he quickly passed out in the street as he began to bleed out.\n\nThe suspect was unable to wrangle the pricey watch from Jamaux's wrist because its bracelet security mechanism. It is not clear whether the watch came with the feature or it was added.\n\nThe attempted robber got away with a female accomplice in a black four door sedan BMW, the NYPD says.\n\nMiraculously, Jamaux survived the shooting, and credits New York hospitals' experience with tackling shootings for his recovery.\n\nJamaux has since undergone six surgeries but predicts he won't be leaving hospital anytime soon.\n\nJamaux works in Hong Kong for Hi, an online banking planform dealing in cryptocurrency, savings and investments\n\nJamaux lived in New York for a year about a decade ago and said the city felt safe at the time. Often on his business trips, he hires a bodyguard, but didn't know he would need one in the Big Apple. He is pictured here with his wife\n\n'You don't need to be a genius to realize New York is very very dangerous right now. I don't think it's safe for anyone. There are too many people who have nothing to lose,' Jamaux told DailyMail.com\n\n'They hit my femoral artery - it's something where you usually die in 5 minutes - it was a major surgery to save my life,' he said. 'If you are going to get shot, the US is the best place to survive a gunshot wound.\n\n'I feel like the doctors really know what they are doing. I think they unfortunately have a lot of practice.\n\n'I was surprised when I talked to one of the doctors here. I said \"does it happen often?\" and he was like \"yes\" without hesitation.'\n\nJamaux lived in New York for a year about a decade ago and said the city felt safe at the time. Often on his business trips, he hires a bodyguard, but didn't know he would need one in the Big Apple.\n\n'Because I thought New York was safe, I did not think I needed any security in New York,' he explained. 'A few days before the shooting we walked for one block around midnight and I did not feel safe at all.\n\n'If I knew New York had changed like that, I would never have come here. I probably would have diverted my business trip and stayed in Europe.\n\n'You don't need to be a genius to realize New York is very very dangerous right now. I don't think it's safe for anyone. There are too many people who have nothing to lose.'\n\nJamaux works in Hong Kong for Hi, an online banking planform dealing in cryptocurrency, savings and investments.\n\nPolice are seen at the scene of Jamaux's shooting in Midtown Manhattan on the evening of March 18\n\nJamaux, 33, (pictured inside the ambulance) was rushed to hospital after the shooting. He almost died when one of the bullets severed his femoral artery\n\nThe robber got away with a female accomplice in a black four door sedan BMW, the NYPD says. The Department released this video of the getaway vehicle\n\nThe entrepreneur has also worked in Paris, where he hails from, New York City and London before he settled in Hong Kong to work with the cryptocurrency company in 2019.\n\nJamaux was sporting a Richard Mille watch when the attack took place. The watches cost on average, $200,000, with some designs fetching for as much as $1.3 million.\n\nJamaux bought his for $150,000 in 2020 as an investment, and now it is now worth a cool $450,000.\n\nHe was staying at the Fifty Hotel and Suites on 155 E 50th St where rooms range in price from around $350 to $1,000 per night.\n\nThe attempted robbery comes amid a dangerous crime wave in the once-safe city. In February there was a 60 percent spike in incidents when compared to the same period last year.\n\nThe city's latest crime figures show there were 9,138 incidents last month, as opposed to 5,759 in February 2021 - with double-digit surges in nearly every major category.\n\nThere were 32 murders in February - three more than the same month last year.\n\nMultiple other categories saw spikes, including car theft, which soared by nearly 105 percent; grand larceny, which jumped nearly 80 percent over the previous year; robberies, which surged 56 percent; a 44 percent bump in burglaries and a 22 percent spike in assaults. Rapes also saw a terrifying 35 percent rise.\n\nDuring the month of February, the NYPD reported a 58.7 percent increase in total crime\n\nOverall crime in the city is up more than 45 percent since the same period last year\n\nMayor Eric Adams on Sunday said the spike in crime across New York City has made the Big Apple a 'laughingstock' in need of a 'wartime general' to tackle the ongoing problem.\n\nAdams, speaking at the annual NYPD Holy Name Society communion Mass and breakfast, condemned the lawlessness throughout the city.\n\nHe blamed petty crime and homelessness as contributing factors to the widespread 'dysfunction.'\n\n'Anything goes in the City of New York,' Adams said. 'The most important city on the globe has become the laughingstock of the globe. And the dysfunctionality of our city has cascaded throughout the entire country.'\n\n100 percent a result of Democrat party policies re...\n\nIllegal migrants raise dolphin calf 'after hitting it with stick'\n\nHow Lindsay Clancy drama unfolded as judge declares MISTRIAL\n\nNina Dobrev gets kicked out of Venice Film Festival red carpet\n\nLindsay Clancy prosecutor snaps at protesters and press\n\nWoman chases off car thief while wearing nothing but a bath towel\n\nBalaclava-clad protesters blockade Dover 'in anti-migrant demo'", + "chars": 8439, + "sha256": "f1b613b2a6f5e6235cd877dbfe94d70291c8b841d049f643d2193e7db2868816", "staged_file": "01_dailymail-co-uk.txt", - "paragraphs_kept": "ALL 100 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 32-90 of 100", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:52:11+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 32-90 plus headline [0]; dropped 31 leading and 9 trailing paragraphs. Case-term hits on page: 69.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "122": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://timesofindia.indiatimes.com/city/pune/woman-cop-suspended-for-bid-to-extort-crypto-from-trader/articleshow/89980215.cms", "source": "timesofindia.indiatimes.com", "language": "unknown", - "text": "Wakad: Woman Cop Suspended For Bid To Extort Crypto From Trader | Pune News - Times of India\n\nWoman cop suspended for bid to extort crypto from trader\n\nA woman constable from the Pune cyber police has been suspended following a suo motu inquiry by the city police over an information that she threatened and tried to extort an unspecified amount in the form of cryptocurrencies from a Wakad-based electronic goods dealer, who also deals in\n\nPune: A woman constable from the Pune cyber police has been suspended following a suo motu inquiry by the city police over an information that she threatened and tried to extort an unspecified amount in the form of cryptocurrencies from a Wakad-based electronic goods dealer, who also deals in digital currencies.\n\nAdditional commissioner of police (crime) Ramnath Pokale issued the suspension order on Wednesday night based on the inquiry conducted by deputy commissioner of police (cyber) Bhagyashri Navatake.\n\nThe TOI on Thursday contacted the suspended woman constable for her version, but she preferred against speaking on the issue. The complainant businessman, when contacted by TOI, also avoided making any comment and said that the Pimpri Chinchwad police were already investigating the matter.\n\nThe police said the dealer was involved in a financial dispute with another man from Pimpri Chinchwad and the latter is on friendly terms with the constable.\n\nNearly three months back, the man asked the constable to intervene and settle the dispute for him after which the constable had called the dealer for a meeting at Wakad. This was despite the constable having no locus standi in the matter and the Wakad police were already examining the dispute.\n\nThe police said that during the meeting, the constable threatened the dealer with implicating him in a cheating case and asked him to make a transfer of cryptocurrencies in her favour if he wanted to avoid such a case and subsequent arrest.\n\n9 easy-to-do yoga poses that improve memory and intelligence\n\nHow to make South Indian-style Rava Masala Dosa at home\n\n10 baby boy names that mean \"gift from god\"\n\n10 India’s most visited natural destinations\n\n10 places in the hills to visit in November before it gets too cold\n\nHow to use Turmeric (Haldi) for weight loss\n\n8 life lessons that humans can learn from animals\n\nHoax bomb threats: Flight from Frankfurt to Mumbai receives threat alert\n\nAccused no longer Indian govt employee, satisfied with cooperation: US on Pannun assasination probe\n\n'You will all die': What bomb threat posts for seven flights said\n\nSupreme Court upholds validity of Section 6A of Citizenship Act in Assam\n\nWho was Liam Payne, former One Direction band member who died at 31\n\nHow Cauvery flows into your taps in Bengaluru\n\nNayab Singh Saini Oath Taking Ceremony Live Updates: Nayab Singh Saini takes oath as Haryana CM in presence of PM Modi, other NDA leaders\n\nLaw is not blind: No blindfold for Supreme Court's new Lady Justice statue, that now holds Constitution in place of sword\n\nNew IRCTC train ticket reservation rules! Indian Railways changes advance booking rules - check here\n\nSunday Special: Retracing garba’s grand odyssey\n\nHamas chief Yahya Sinwar dead? Israel offers big update\n\n'My family needs justice': Zeeshan on father Baba Siddique's assassination\n\nWhy Modi must give Pakistan a little bit of Maldives treatment\n\n'Gap in action and words': India slams Canada for inaction against Bishnoi gang\n\nUGC NET June 2024 result declared: Over 1.12 lakh qualify for Ph.D admission\n\nBahraich violence: 5 held after encounter, 2 suffer gunshot injuries\n\nLawrence Bishnoi: From college rowdy to India’s most dreaded gangster\n\nIntel mass layoffs begins: Over 2,000 jobs in these locations impacted\n\nWT20 WC Live: Beth Mooney falls; Australia eye fighting total\n\nGavaskar reacts to Siraj's fiery exchange with Conway\n\nAbout usCreate Your Own AdTerms of Use and Grievance Redressal Policy Privacy policyAdvertise with usRSSNewsletterFeedbackePaperSitemapArchives\n\nThe Economic TimesHindi Economic TimesNavbharat TimesMaharashtra TimesVijaya KarnatakaTelugu SamayamTamil SamayamMalayalam SamayamI am GujaratTimesPointsIndiatimesBrand CapitalEducation TimesTimes FoodMumbai MirrorBangalore MirrorHindi Podcast\n\nHeadlinesSports NewsBusiness NewsIndia NewsWorld NewsBollywood NewsHealth+ TipsIndian TV ShowsCelebrity PhotosTechnology News\n\nKarwa ChauthBigg Boss 18 Contestants ListSalman KhanJigra CollectionPapayaVicky JainRushad RanaOptical illusionPsychology TestBroccoli vs Cauliflower\n\nAUS vs SA Live ScoreRohit SharmaLiam PayneUGC Net June ResultSL vs WI Live ScoreIND vs NZ HighlightsUGC NET ResultInfosys Q2 ResultHaryana Cabinet Ministers ListJustin TrudeauFlights Bomb ThreatJharkhand Election ScheduleMaharashtra Election 2024US Presidential Election 2024Maharashtra Election ScheduleJharkhand Election ScheduleLive Cricket Score\n\nDiwali WishesDhanteras 2024Fake PaneerLiam PayneVettaiyan CollectionVicky Vidya Ka Woh Wala Video CollectionLawrence BishnoiJigra OTT ReleaseCow GheeBigg Boss 18Salman KhanShraddha KapoorRenukaswamys WifeSharad Purnima Moonrise TimeSwatantrya Veer SavarkarSharad Purnima 2024Top Load Washing MachinesBest Premium LaptopsIntel LayoffsWordle Answer\n\nETimesTravel DestinationsCricbuzz.comTVLifestyleNewspaper SubscriptionFood NewsTimes PrimeWhats Hot\n\nCouponDuniaTechGigTimesJobsBollywood NewsTimes MobileGadgetsWork with UsColombia\n\nInjury scare for Team India as Rishabh Pant hobbles off the fieldHappy Dhanteras 2023: Images, Quotes, Wishes, Messages, Cards, Greetings, Pictures and GIFsDelhi BJP decides to go local, focus on roads, water, sanitation in election campaignLiam Payne's final meeting with Argentina fans at hotel goes viral; boy says 'You saved my life' - WATCHDA hike calculator: Dearness allowance & relief hiked by 3% - here’s how much extra salary, pension central government staff & pensioners will getKartikay Agarwal: Decoding how he is playing a role in the AI revolution and entrepreneurship renaissanceRaima Sen on playing iconic Suchitra Sen: It would be an honourTrending couple tattoo ideasBigg Boss Tamil 8 Preview: Emotional turmoil as housemates tease Dharsha Gupta over her cookingSalman Khan’s security beefed up after Baba Siddique’s murder: Arbaaz reacts, Vivek Oberoi's old video goes viral, and all that happenedLong-distance Karwa Chauth? Here’s how to celebrate when you are miles away from your partnerKamala avoiding any interviews that won't post-edit her answers: MuskCol CK Nayudu Trophy Cricket: Himachal Pradesh escape with a draw against RajasthanTony Khan hails Shelton Benjamin’s AEW in-ring debut as he sets up clash with Swerve StricklandKartik Maas 2024 Start and End Date: Time, Puja Rituals and Significance7 deadliest reptiles in the world from venomous snakes to turtlesDesi ghee and olive oil mixture: Can it help regrow hair?WWE Superstar Seth Rollins confirms date and occasion for in-ring return\n\nCopyright © 2024 Bennett, Coleman & Co. Ltd. All rights reserved. For reprint rights: Times Syndication Service", - "chars": 7037, - "sha256": "ddbf5f32f336bd6b8b045cb81956090a5ba1955cb9366c40bf1c4dcaa892047a", + "text": "Wakad: Woman Cop Suspended For Bid To Extort Crypto From Trader | Pune News - Times of India\n\nA woman constable from the Pune cyber police has been suspended following a suo motu inquiry by the city police over an information that she threatened and tried to extort an unspecified amount in the form of cryptocurrencies from a Wakad-based electronic goods dealer, who also deals in\n\nPune: A woman constable from the Pune cyber police has been suspended following a suo motu inquiry by the city police over an information that she threatened and tried to extort an unspecified amount in the form of cryptocurrencies from a Wakad-based electronic goods dealer, who also deals in digital currencies.\n\nAdditional commissioner of police (crime) Ramnath Pokale issued the suspension order on Wednesday night based on the inquiry conducted by deputy commissioner of police (cyber) Bhagyashri Navatake.\n\nThe TOI on Thursday contacted the suspended woman constable for her version, but she preferred against speaking on the issue. The complainant businessman, when contacted by TOI, also avoided making any comment and said that the Pimpri Chinchwad police were already investigating the matter.\n\nThe police said the dealer was involved in a financial dispute with another man from Pimpri Chinchwad and the latter is on friendly terms with the constable.\n\nNearly three months back, the man asked the constable to intervene and settle the dispute for him after which the constable had called the dealer for a meeting at Wakad. This was despite the constable having no locus standi in the matter and the Wakad police were already examining the dispute.\n\nThe police said that during the meeting, the constable threatened the dealer with implicating him in a cheating case and asked him to make a transfer of cryptocurrencies in her favour if he wanted to avoid such a case and subsequent arrest.\n\n9 easy-to-do yoga poses that improve memory and intelligence\n\nHow to make South Indian-style Rava Masala Dosa at home\n\n10 baby boy names that mean \"gift from god\"", + "chars": 2047, + "sha256": "521aaa1b7706f60adc8074b37dc1abf1f084458afd9146a4baffbc7a44767c20", "staged_file": "01_timesofindia-indiatimes-com.txt", - "paragraphs_kept": "ALL 46 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-11 of 46", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:52:33+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-11 plus headline [0]; dropped 1 leading and 34 trailing paragraphs. Case-term hits on page: 23.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "121": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://wsvn.com/news/local/miami-dade/edgewater-man-says-hes-out-about-1m-after-armed-robber-steals-phone-with-crypto-wallet-app-pricey-watch/", "source": "wsvn.com", "language": "unknown", - "text": "Edgewater man says he’s out ‘about $1M’ after armed robber steals phone with crypto wallet app, pricey watch - WSVN 7News | Miami News, Weather, Sports | Fort Lauderdale\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n\n\n\n\n\n\n\n Skip to content\n\nEdgewater man says he’s out ‘about $1M’ after armed robber steals phone with crypto wallet app, pricey watch\n\nMIAMI (WSVN) - A South Florida businessman said he was ambushed by an armed robber who knew exactly what he wanted: his crypto wallet and his pricey watch.\n\nThe victim, who asked not to be identified or show his face on camera, said he was targeted as he arrived to his home in Miami’s Edgewater neighborhood, at around 11 p.m., Wednesday.\n\n“I could have been dead,” he said.\n\nSurveillance video recorded the terrifying moments.\n\nThe victim said he was coming from after a meeting when the unthinkable occurred.\n\n“Pulls a gun, run towards me, put it onto my face and tells me, ‘Get on the ground! Give me everything you got!'” said the businessman.\n\nEverything he had, the victim said, had a major price tag, beginning with a watch.\n\n“That specific day, I took it out from the safe for that specific meeting, estimated at $400,000. It’s a Patek Philippe rose gold watch,” said the businessman. “When I purchased it, it wasn’t $400,000, way less. It was an investment, just like in the stock market.”\n\nBut thats not the only investment taken, according to the victim.\n\nThe businessman said the robber swiped his phone. On it was a crypto wallet, an app that serves as a bank for digital money.\n\nThe total of everything taken was a pretty penny.\n\n“Estimated about a million dollars,” said the businessman.\n\nHe said he’s sharing his story with 7News in hopes that the bad guys are caught.\n\n“I think I was targeted. Someone knew me, someone knew where I live. I don’t think it was a coincidence,” he said. “They knew where I lived. The car was already parked there.”\n\nThe surveillance video appears to show the robbers were waiting. They are seen pulling up and parallel parking moments before the victim arrived\n\nThe businessman said he fears someone else could strike.\n\n“Another guy in the car, did a quick U-turn, jumped back to the car, then they flew off,” he said.\n\nNow, the victim said, he’s moving out of Edgewater and is done investing in watches.\n\n“This morning I made some phone calls. I’ve actually sold my watch collection,” he said. “I don’t want to wear anything expensive anymore. I don’t want anything on me that’s flashy.”\n\nPolice continue to investigate.\n\nIf you have any information on this robbery or the subjects’ whereabouts, call Miami-Dade Crime Stoppers at 305-471-TIPS. Remember, you can always remain anonymous, and you may be eligible for a reward of up to $5,000.\n\nCopyright 2026 Sunbeam Television Corp. All rights reserved. This material may not be published, broadcast, rewritten or redistributed.\n\nJoin our Newsletter for the latest news right to your inbox\n\nTherapist intern arrested over alleged sexual relationship with client\n\nFDOT orders removal of Flock cameras from state highways amid privacy, surveillance concerns\n\nBCPS: Lockdowns lifted at Hollywood Hills High, Stirling Elementary after threat made near schools\n\n2 hospitalized after stabbing ‘involving students’ at Miami Northwestern Senior High\n\nState attorney cites ‘stand your ground’ after not pressing charges against woman in fatal North Lauderdale shooting", - "chars": 3414, - "sha256": "d6eb2a259532a32bd8d9cc41d28d5745431a514b382c2135445bc346599d22b6", + "text": "Edgewater man says he’s out ‘about $1M’ after armed robber steals phone with crypto wallet app, pricey watch - WSVN 7News | Miami News, Weather, Sports | Fort Lauderdale\n\nMIAMI (WSVN) - A South Florida businessman said he was ambushed by an armed robber who knew exactly what he wanted: his crypto wallet and his pricey watch.\n\nThe victim, who asked not to be identified or show his face on camera, said he was targeted as he arrived to his home in Miami’s Edgewater neighborhood, at around 11 p.m., Wednesday.\n\n“I could have been dead,” he said.\n\nSurveillance video recorded the terrifying moments.\n\nThe victim said he was coming from after a meeting when the unthinkable occurred.\n\n“Pulls a gun, run towards me, put it onto my face and tells me, ‘Get on the ground! Give me everything you got!'” said the businessman.\n\nEverything he had, the victim said, had a major price tag, beginning with a watch.\n\n“That specific day, I took it out from the safe for that specific meeting, estimated at $400,000. It’s a Patek Philippe rose gold watch,” said the businessman. “When I purchased it, it wasn’t $400,000, way less. It was an investment, just like in the stock market.”\n\nBut thats not the only investment taken, according to the victim.\n\nThe businessman said the robber swiped his phone. On it was a crypto wallet, an app that serves as a bank for digital money.\n\nThe total of everything taken was a pretty penny.\n\n“Estimated about a million dollars,” said the businessman.\n\nHe said he’s sharing his story with 7News in hopes that the bad guys are caught.\n\n“I think I was targeted. Someone knew me, someone knew where I live. I don’t think it was a coincidence,” he said. “They knew where I lived. The car was already parked there.”\n\nThe surveillance video appears to show the robbers were waiting. They are seen pulling up and parallel parking moments before the victim arrived\n\nThe businessman said he fears someone else could strike.\n\n“Another guy in the car, did a quick U-turn, jumped back to the car, then they flew off,” he said.\n\nNow, the victim said, he’s moving out of Edgewater and is done investing in watches.\n\n“This morning I made some phone calls. I’ve actually sold my watch collection,” he said. “I don’t want to wear anything expensive anymore. I don’t want anything on me that’s flashy.”\n\nPolice continue to investigate.\n\nIf you have any information on this robbery or the subjects’ whereabouts, call Miami-Dade Crime Stoppers at 305-471-TIPS. Remember, you can always remain anonymous, and you may be eligible for a reward of up to $5,000.", + "chars": 2560, + "sha256": "93597bddc304649c47fd14bcc7f23abd2d75ecd4761cbe2edfbaebb3ff5b5263", "staged_file": "01_wsvn-com.txt", - "paragraphs_kept": "ALL 58 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 30-50 of 58", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:52:35+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 30-50 plus headline [0]; dropped 29 leading and 7 trailing paragraphs. Case-term hits on page: 15.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "118": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://nypost.com/2022/02/09/brooklyn-crypto-consultant-hog-tied-beaten-during-home-invasion/", "source": "nypost.com", "language": "unknown", @@ -6914,107 +8417,163 @@ "chars": 3484, "sha256": "15cc4eb65df4a4174d96acc40816aaffa75d9ce7158773d9150c75464069498c", "staged_file": "01_nypost-com.txt", - "paragraphs_kept": "ALL 28 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-27 of 28", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:52:38+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-27 plus headline [0]; dropped 0 leading and 0 trailing paragraphs. Case-term hits on page: 24.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "117": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://timesofindia.indiatimes.com/city/surat/cryptocurrency-deal-turns-into-2cr-dacoity/articleshow/89392699.cms", "source": "timesofindia.indiatimes.com", "language": "unknown", - "text": "Cryptocurrency Deal Turns Into 2cr Dacoity | Surat News - Times of India\n\nSurat: Cryptocurrency deal turns into Rs 2 crore dacoity\n\nThe hoax call about an alleged armed robbery at angadia firm opposite Varachha police station that led the police into a wild goose chase on Friday afternoon finally turned out to be a huge case of dacoity worth Rs 2 crore late on Saturday night.\n\nCCTV grab shows the accused fleeing the spot with the money\n\nSURAT: The hoax call about an alleged armed robbery at angadia firm opposite Varachha police station that led the police into a wild goose chase on Friday afternoon finally turned out to be a huge case of dacoity worth Rs 2 crore late on Saturday night.\n\nWhile it had all happened right under the police’s nose, the entire episode got too confusing sans any complaints filed leading cops about to close the case as a hoax call.\n\nHowever, a Hyderabad-based victim emerged at the police station to file a complaint of dacoity.\n\nThe emergence of the victim, an auto parts businessman, cleared the picture after the pieces fit like a jig-saw puzzle, even as cops could not find a complainant then at the spot that day. Based on his complaint, Varachha police registered an offence of dacoity (IPC 395) against Pintoo Kumar Jha, Amit, Suman Singh, Madhukar, Rakesh, Raju, Vicky, Shahrukh and some other people.\n\nAccording to the case details, Vinay Jain (29), a resident of Film Nagar in Hyderabad told the Varachha police that he had come to the city to invest in cryptocurrency after being lured by the accused, but instead got looted of Rs 2 crore.\n\n“Around two months ago, Jain came in contact with one Lakshminarayan in Hyderabad who deals in cryptocurrency. Lakshminarayan lured Jain to invest in crypto for better returns, and after he agreed, introduced him to P K Jha.\n\nAfter a few meetings with Jha in Hyderabad, Jain along with his brother Aakash, Lakhminarayan and driver Shinu drove down to Surat in his father’s Fortuner car on February 3. Before embarking on their Surat journey, Jain deposited Rs 6 crore in an angadia firm there which he later collected in Surat. Jain claimed he had collected the amount from his relatives to invest in crypto,” said the police.\n\nThe next day, Vinay Jain along with the three others reached the angadia firm named ‘Shree Siddhi Vinayak Enterprise’ located at Central Bazar in Varachha with Rs 2 crore to open his crypto account. Jha took the cash amount from Jain, but the money did not get transferred in Jain’s account for a long time.\n\nIn the meantime, Jha prepared to leave the place with the cash, when Jain asked him to wait till the account showed his money.\n\nThis started an altercation when around eight other people joined him and started to thrash Jain and others before disappearing with the amount before cops reached the scene.\n\n“It was a pre plan by the accused to beat them up and steal the cash. Jain and the other three left the city after the incident and reached Mumbai. However, they decided to file a police complaint and returned again to Surat on Saturday and filed a complaint,” cops added.\n\n9 most unique and rare birds in the world\n\n10 foods that contain highest protein per 100 grams\n\n8 Indian cities where non-vegetarian food is banned\n\nHow to make South-Indian style Chicken Pakora\n\n10 lines from Shakespeare's sonnets that are profound life lessons\n\nMost beautiful hill stations in the Western Ghats for a serene vacation\n\n8 yoga poses that can reduce waist size effectively\n\n7 home remedies to remove yellow stains from teeth\n\n10 books that will help transform your life in the next 3 months\n\nGanesh Chaturthi 2024: 10 South Indian dishes to make for Lord Ganesha\n\nAmid Shannon Sharpe Viral Video, Former ESPN Host Michelle Beadle Reacts Claiming It Was Not Her\n\n2 Army officers thrashed, their female friend gang-raped in Madhya Pradesh\n\nAyushman Bharat insurance scheme expanded to cover elderly above 70\n\n'Will be demolished if... ': Himachal minister's assurance amid Shimla mosque row\n\nMumbai's Haji Ali and Mahim dargahs cancel Eid shamiana\n\nGarena Free Fire MAX redeem codes for September 11, 2024: Win free room cards, skins, diamonds, pet skins, and more rewards today\n\nGK for students: Top 8 Largest Mammals in the World\n\nGlut in milk production leaves Karnataka govt in spot of bother\n\nA tiny flower nearly killed a tiger habitat, until a snip in time saved it\n\n6 failed attempts later, Assam boy cracks CDS; posted in Siachen\n\n'Waited for 2 hours': Mamata on meeting with doctors as deadlock over live streaming continues\n\n'Leading light of the Left': Sitaram Yechury passes away; PM Modi, Rahul condole demise\n\nWhy you should not be fooled by ‘20-year SIP crorepati’ dream\n\nWatch: SpaceX conducts first private spacewalk; key details\n\nHow Sitaram Yechury's defiance made Indira Gandhi resign as JNU chancellor\n\nWhen Rohit became second fastest batter after Kohli to achieve this feat\n\nWhy this Kerala beach is divers’ envy, drivers’ pride\n\nWhat Airtel CEO Gopal Vittal wrote in letter to Jio, Vi, Tata Tele and BSNL CEOs\n\nDGCA to conduct safety audit of all flying schools; 33 to be checked in 3 months\n\nElon Musk's daughter calls father 'abhorrent' for offering Swift 'a child'\n\nAbout usCreate Your Own AdTerms of Use and Grievance Redressal Policy Privacy policyAdvertise with usRSSNewsletterFeedbackePaperSitemapArchives\n\nThe Economic TimesHindi Economic TimesNavbharat TimesMaharashtra TimesVijaya KarnatakaTelugu SamayamTamil SamayamMalayalam SamayamI am GujaratTimesPointsIndiatimesBrand CapitalEducation TimesTimes FoodMumbai MirrorBangalore MirrorMX PlayerHindi Podcast\n\nHeadlinesSports NewsBusiness NewsIndia NewsWorld NewsBollywood NewsHealth+ TipsIndian TV ShowsCelebrity PhotosTechnology News\n\nKitchen Sponge Side EffectsMalaika Arora Father Death News Live UpdateStree 2 CollectionVitamin B 12Weight GainVitaminsKanjeevaram SariNasaSister ShivaniKaun Banega Crorepati 16\n\nElon MuskAyushman Bharat SchemeKolkata Doctor Rape CaseStock Trading ScamUS Presidential DebateSunil GavaskarTech LayoffsSpaceXIndia vs Korea LiveIBPS ResultEngineer RashidWolf Attack in BahraichRahul GandhiBangladesh SquadJey USO Luxurious LifestyleCJI ChandrachudLive Cricket Score\n\nAlia BhattMalaika Arora Father DeathArbaaz KhanNatasa StankovicMr Bachchan OTT ReleaseNational Parks In IndiaSelena GomezGOAT CollectionVikas Sethi DeathMalayalam ProducersIndia's Best Dancer 4Simi GarewalDilli BabuIndian National ParksLaung BenefitsVikas SethiiPhone 16Dubai Princess Sheikha MahraMG Windsor EvWordle Answer\n\nETimesTravel DestinationsCricbuzz.comTVLifestyleNewspaper SubscriptionFood NewsTimes PrimeWhats Hot\n\nCouponDuniaTechGigTimesJobsBollywood NewsTimes MobileGadgetsCareersColombia\n\nEpilepsy medication shows promise of treating sleep apnoea symptoms: StudyDigest this: Unhealthy gut may be linked to Parkinson’s disease'Played a big role in turning the cricket around': Ricky Ponting applauds Virat Kohli’s brilliance as India’s former captainAadhaar card update: Do you have to compulsorily update details on your Aadhaar every 10 years?Single Indians are now choosing slow, meaningful dates over-elaborate outings, reveals an online dating platform’s surveyExclusive- Saurabh Gumber reveals joining a new show during Ganeshotsav says, \"I consider it as Bappa's small gift and believe he has great plans for me ahead\"Pakistan: Bilawal cautions Shehbaz govt against political victimisation, points to Imran Khan's caseMahindra Thar Roxx with VIN 0001 to be auctiond for charity: How to registerVijay Sathya-starrer 'Dhil Raja' to release in SeptemberHarvard University Sees Drop in Black Freshman Enrollment Post-Supreme Court Ruling on Affirmative ActionFinding divinity in a world addicted to noiseTovino Thomas praises Prithviraj Sukumaran as director: \"One of the brilliant directors I have ever worked with\"Border Gavaskar Trophy: When Sourav Ganguly's Brisbane heroics set the tone for an enlivening seriesNTR Jr’s Devara crosses US $1 million mark for its premiere shows in USA with 15 days to release8 animals that reproduce without matingIt will take time to get back to the top: Pakistan coach ZamanThe Luckiest Zodiac Signs: Who's Got the Midas Touch?EXPLAINED: What India need to do in next 10 Tests to qualify for World Test Championship final\n\nCopyright © 2024 Bennett, Coleman & Co. Ltd. All rights reserved. For reprint rights: Times Syndication Service", - "chars": 8393, - "sha256": "497c9478e153a2ed43d7e1bef2a635500ad0614101682b49a2e269f11c8fd745", + "text": "Cryptocurrency Deal Turns Into 2cr Dacoity | Surat News - Times of India\n\nThe hoax call about an alleged armed robbery at angadia firm opposite Varachha police station that led the police into a wild goose chase on Friday afternoon finally turned out to be a huge case of dacoity worth Rs 2 crore late on Saturday night.\n\nCCTV grab shows the accused fleeing the spot with the money\n\nSURAT: The hoax call about an alleged armed robbery at angadia firm opposite Varachha police station that led the police into a wild goose chase on Friday afternoon finally turned out to be a huge case of dacoity worth Rs 2 crore late on Saturday night.\n\nWhile it had all happened right under the police’s nose, the entire episode got too confusing sans any complaints filed leading cops about to close the case as a hoax call.\n\nHowever, a Hyderabad-based victim emerged at the police station to file a complaint of dacoity.\n\nThe emergence of the victim, an auto parts businessman, cleared the picture after the pieces fit like a jig-saw puzzle, even as cops could not find a complainant then at the spot that day. Based on his complaint, Varachha police registered an offence of dacoity (IPC 395) against Pintoo Kumar Jha, Amit, Suman Singh, Madhukar, Rakesh, Raju, Vicky, Shahrukh and some other people.\n\nAccording to the case details, Vinay Jain (29), a resident of Film Nagar in Hyderabad told the Varachha police that he had come to the city to invest in cryptocurrency after being lured by the accused, but instead got looted of Rs 2 crore.\n\n“Around two months ago, Jain came in contact with one Lakshminarayan in Hyderabad who deals in cryptocurrency. Lakshminarayan lured Jain to invest in crypto for better returns, and after he agreed, introduced him to P K Jha.\n\nAfter a few meetings with Jha in Hyderabad, Jain along with his brother Aakash, Lakhminarayan and driver Shinu drove down to Surat in his father’s Fortuner car on February 3. Before embarking on their Surat journey, Jain deposited Rs 6 crore in an angadia firm there which he later collected in Surat. Jain claimed he had collected the amount from his relatives to invest in crypto,” said the police.\n\nThe next day, Vinay Jain along with the three others reached the angadia firm named ‘Shree Siddhi Vinayak Enterprise’ located at Central Bazar in Varachha with Rs 2 crore to open his crypto account. Jha took the cash amount from Jain, but the money did not get transferred in Jain’s account for a long time.\n\nIn the meantime, Jha prepared to leave the place with the cash, when Jain asked him to wait till the account showed his money.\n\nThis started an altercation when around eight other people joined him and started to thrash Jain and others before disappearing with the amount before cops reached the scene.\n\n“It was a pre plan by the accused to beat them up and steal the cash. Jain and the other three left the city after the incident and reached Mumbai. However, they decided to file a police complaint and returned again to Surat on Saturday and filed a complaint,” cops added.", + "chars": 3044, + "sha256": "dad83793913b09f8c31ee6cfe568aa83be74c91bcb12b6870bea6526c36a7c8e", "staged_file": "01_timesofindia-indiatimes-com.txt", - "paragraphs_kept": "ALL 55 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-14 of 55", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:52:41+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-14 plus headline [0]; dropped 1 leading and 40 trailing paragraphs. Case-term hits on page: 28.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "116": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.ndtv.com/india-news/pune-bitcoin-fraud-pune-bitcoin-fraud-news-8-arrested-for-kidnapping-man-to-extort-crypto-worth-rs-300-crores-2743871", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "ndtv.com", + "language": "unknown", + "text": "Pune Bitcoin Fraud, Pune Bitcoin Fraud News: 8 Arrested For Kidnapping Man To Extort Crypto Worth Rs 300 crores\n\nDuring the investigation, it was revealed that a constable, Dilip Tukaram Khandare, while working with Pune cybercrime cell, had learnt that share trader Vinay Naik has bitcoin cryptocurrency worth Rs 300 crore.\n\nPune Bitcoin Fraud: All accused are in police custody.\n\nAt least eight people, including a policeman, have been arrested in Pune's Pimpri Chinchwad for allegedly kidnapping a man to extort bitcoin cryptocurrency worth Rs 300 crore, the police informed on Wednesday.\n\nAccording to Zone 2 Deputy Commissioner of Police (DCP) Anand Bhoite, during the investigation, it was revealed that a constable, Dilip Tukaram Khandare, while working with Pune cybercrime cell, had learnt that share trader Vinay Naik has bitcoin cryptocurrency worth Rs 300 crore.\n\n\"Following this, Khandare hatched a conspiracy with other history sheeters to kidnap Vinay Naik and extort bitcoins,\" he said.\n\nMr Bhoite added that the accused had kidnapped the victim of Tathawade from a hotel on January 14. The investigation began after an FIR was registered by the victim's friend.\n\nAs per the police, fearing arrest, the accused released the victim and dropped him at a nearby area. The victim then informed the police that he was kidnapped for bitcoins.\n\nThe arrested accused have been identified as Sunil Ram Shinde, Vasant Shyamrao Chavan, Francis Timothy D'Souza, Mayur Mahendra Shirke, Pradip Kashinath Kate, Dilip Tukaram Khandare, Nico Rajesh Bansal, Shirish Chandrakant Khot, and constable Khandare being the mastermind of this conspiracy.\n\nAll accused are in police custody. Further investigation is underway.", + "chars": 1716, + "sha256": "6d82433c550116011775da508cf05f4e908e5df636acae14bdaa4895bc3346b3", + "staged_file": "01_ndtv-com-wayback.txt", + "paragraphs_kept": "headline [0] + 2-10 of 14", + "method": "Wayback Machine snapshot 20250722103950, deterministic extraction", + "fetched_at": "2026-09-05T13:30:16+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20250722103950/https://www.ndtv.com/india-news/pune-bitcoin-fraud-pune-bitcoin-fraud-news-8-arrested-for-kidnapping-man-to-extort-crypto-worth-rs-300-crores-2743871", + "snapshot": "20250722103950", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2025-07-22", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-10 plus headline [0]; dropped 1 leading and 3 trailing paragraphs. Case-term hits on page: 20.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "114": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.tf1info.fr/justice-faits-divers/reportage-temoignage-video-il-est-venu-a-mon-domicile-avec-une-arme-un-influenceur-specialise-en-cryptomonnaie-raconte-son-agression-2346584.html", "source": "tf1info.fr", "language": "unknown", - "text": "\"Il est venu à mon domicile avec une arme...\" : un influenceur spécialisé en cryptomonnaie raconte son agression | TF1 Info\n\n\"Il est venu à mon domicile avec une arme...\" : un influenceur spécialisé en cryptomonnaie raconte son agression\n\npar La rédaction de TF1 (nouvelle fenêtre) | Reportage : Elsa ASSALIT et Léa MERLIER\n\nLes ravisseurs ciblent désormais les influenceurs et ceux qui ont fait fortune dans les cryptomonnaies.\n\nUne fois le mot de passe du compte récupéré, l'argent virtuel est moins protégé que la monnaie réelle.\n\nOwen Simonin raconte au JT de TF1 comment l'un de ses abonnés s'en est pris à lui.\n\nLes tentatives d'enlèvement se multiplient dans le monde des cryptomonnaies\n\nAjoutez TF1info à vos sources sur Google\n\nL'enlèvement contre rançon du chef d'entreprise David Balland s'inscrit dans un nouveau contexte. Désormais, les malfaiteurs s'en prennent aux influenceurs et à ceux qui ont fait fortune dans les cryptomonnaies. C'est arrivé il y a deux ans à Owen Simonin, un influenceur spécialisé en cryptomonnaie suivi par des centaines de milliers de personnes sur les réseaux sociaux. Celui-ci raconte son agression aux équipes du JT dans la vidéo visible ci-dessus : \"Un jour, un de mes abonnés, quelqu'un qui me suivait sur Internet, a tout simplement réussi à obtenir l'adresse de mon domicile de l'époque. Et cet abonné m'a tout simplement suivi pendant quelques jours afin de prendre la décision de venir dans mon domicile avec une arme. Et à ce moment-là, a tout simplement essayé de m'extorquer des cryptomonnaies.\"\n\nLe jeune homme réussit à repousser son agresseur, qui finira par se rendre à la police quelques jours plus tard. Mais l'expérience traumatisante l'a poussé à déménager et à renforcer sa sécurité sur internet. \"Les gens ont compris que la cryptomonnaie, c'est comme de l'argent, ça a de la valeur\", nous explique l'influenceur.\n\nNoyer les transactions de sorte que l'adresse du ravisseur ou de l'organisation criminelle ne puisse jamais être identifiée\n\nPourquoi s'en prendre physiquement à ces détenteurs de cryptomonnaies ? Car pour accéder à l'argent, les agresseurs ont besoin d'un code d'accès. L'argent virtuel est moins protégé que la monnaie réelle. Il n'y a pas de banque. Et une fois le mot de passe récupéré, il n'y a plus qu'à transférer les cryptomonnaies.\n\n\"Les transactions sont beaucoup plus immédiates, on parle de l'ordre de quelques minutes. Elles sont en général irréversibles. Ensuite elles vont être noyées parmi des dizaines et des dizaines d'autres transactions, de sorte que l'adresse du ravisseur ou de l'organisation criminelle ne puisse jamais être identifiée\", détaille l'expert en sécurité crypto Rémi d'Alise.\n\n\"Une cible facile\" : comment des malfrats ont enlevé et séquestré le père d'un influenceur en échange d'une rançon\n\nParler d'argent sur les réseaux sociaux attise les convoitises. Qu'il s'agisse de voyages, de vêtements, de partenariats avec des marques prestigieuses, les influenceurs sont les nouvelles cibles des braqueurs. \"La sensation de se faire cambrioler, que quelqu'un rentre chez toi, dans ton intimité, dans ton chez-toi, ça fait peur\", explique Inoxtag, récemment victime d'un cambriolage (nouvelle fenêtre).\n\nD'une manière générale, pour se protéger des agresseurs, il est conseillé de ne pas donner votre adresse sur internet et d'éviter de laisser des indices permettant de localiser votre domicile.\n\nPolice, justice et faits diversLes tentatives d'enlèvement se multiplient dans le monde des cryptomonnaies\n\n\"Être le plus fulgurant possible pour détourner de l'otage\" : TF1 avec le GIGN au cœur d'un exercice lié aux cryptomonnaies\n\n\"Ils étaient agressifs\" : une voisine raconte la tentative d'enlèvement sur fond de cryptomonnaie en Seine-et-Marne\n\nCryptomonnaies : deux hommes interpellés après une tentative d'enlèvement en Seine-et-Marne\n\n\"Beaucoup de véhicules étaient stationnés sur le parking\" : enlevés pour une rançon en cryptomonnaie, une mère et son fils libérés par le GIGN\n\nElle aurait été prise pour cible \"par erreur\" : une famille séquestrée pour des cryptomonnaies en Seine-et-Marne\n\nYvelines : un couple séquestré chez lui, 900.000 euros en cryptomonnaies dérobés\n\nMagistrate de Grenoble enlevée avec sa mère : six suspects mis en examen, dont un mineur\n\n\"On se demande qui va être le prochain\" : Éric Larchevêque réagit sur LCI à l'inquiétante recrudescence des cryptorapts\n\nCryptomonnaie : ce que l'on sait du rapt d'une magistrate et de sa mère dans un village de l'Isère\n\nDOCUMENT TF1 - Notre enquête sur les jeunes recrues d'un groupe criminel derrière plusieurs rapts d'entrepreneurs de cryptomonnaies\n\nLes États-Unis, la Russie et la Chine plus petits, l'Afrique plus grande... La France change sa carte du monde\n\n\"J'ai construit une palissade pour avoir la tranquillité\" : à Marseille, des habitants à bout face au surtourisme\n\n\"Des situations incroyables\" : pourquoi autant de villas en bord de mer sont-elles abandonnées sur la Côte d'Azur ?\n\nVÉRIF' - Elon Musk développe-t-il un \"portail temporel\" comme le montre une vidéo ?\n\nVietnam : 11 condamnations à mort pour avoir importé de la drogue dans des tubes de dentifrice depuis la France\n\nRadar de chantier sur le périphérique parisien : les infractions classées sans suite, annonce la préfecture de police\n\nEN DIRECT - Guerre en Ukraine : Vladimir Poutine ordonne de ne pas mener de frappes sur Kiev pendant trois jours\n\nIl faut prendre soin de soi et renforcer son corps : ces conseils pour réduire les risques de chute des personnes âgées\n\n\"14 fois à la caisse le même jour…\" : Un homme découvre un bug sur sa carte cadeau et achète 25.000 euros de marchandises\n\nVous avez la possibilité de la désactiver : la méthode simple et efficace pour dire adieu à l’intelligence artificielle dans WhatsApp\n\nSuisse : urinoirs anti-éclaboussures, slip contre la pollution... Ces innovations décalées mais très sérieuses récompensées lors du prix Ig-Nobel\n\nDes cercueils en forme de chaussure, de guitare, de poisson... Au Ghana, les défunts sont enterrés avec fantaisie\n\nJudo : blessé à l'épaule, Teddy Riner tire un trait sur un 12e titre mondial\n\nMonaco : l'ex-avocat du prince Albert II inculpé pour \"corruption active\"\n\n\"On pourrait aller beaucoup plus loin\" : l'Europe veut construire plus de robots face au quasi-monopole chinois\n\n\"Le vent souffle avec des rafales à 50 km/h\" : l'incendie de Puilaurens continue de progresser\n\nAllemagne : qui est Ulrich Siegmund, tête de liste de l'AfD qui pourrait faire basculer une région à l'extrême droite ?\n\nEN DIRECT - Miss Monde 2026 : Indira Ampiot en quête de la couronne, suivez la cérémonie avec nous\n\nBière, framboise, vanille, wasabi... : la moutarde et le beurre, les produits stars de la rentrée grâce à leurs déclinaisons\n\nDeux anciennes employées de Julio Iglesias déposent une nouvelle plainte pour agression sexuelle et travail forcé\n\nRachida Dati va réintégrer la magistrature, à quelques jours de son procès\n\nNord : une femme de 72 ans retrouvée morte ligotée à son domicile près de Lille\n\nNice : l'accompagnant d'un élève en situation de handicap meurt dans un collège le jour de la rentrée scolaire\n\n\"Il a envoyé les vidéos à sa femme, il n'y a pas de mots\" : après la tuerie familiale en Haute-Saône, un cousin du tireur témoigne\n\nInfirmière disparue fin mai dans le Doubs : son corps retrouvé en Suisse\n\n\"Pour une même base de données, je peux toucher entre 200 et 1.000 euros\" : qui se cache derrière les cyberattaques ?\n\nFinistère : un individu \"héliporté dans un état très critique\" après avoir tué une voisine et blessé le compagnon de celle-ci\n\nGironde : il menace deux enfants avec une arme pour leur lécher les pieds, un homme interpellé et écroué\n\nAffaire Lindsay Clancy : faute d'unanimité, le juge annule le procès\n\n\"30 minutes plus tard, j'étais devant des enfants\" : une journaliste raconte comment elle a été embauchée en seulement huit minutes dans le périscolaire\n\nPologne : bloqué sur un passage à niveau, un poids lourd percuté de plein fouet par un train\n\nFace aux vols, quelles solutions pour les églises ?\n\nVols de fromages : ces meules qui valent de l'or\n\nDrame familial : l'horreur dans un village de Haute-Saône\n\nQuinze kilomètres de câbles volés : la ville dans le noir\n\nAccident en Colombie : un motard percute un bus et finit à l'intérieur !\n\nGare à cette \"arnaque au carré\" qui vise deux fois la même personne\n\nL'expresso : L'homme le plus procédurier de l'année et un mariage les pieds dans l'eau\n\nPolitiqueBudget : dernier examen périlleux\n avant la présidentielle de 2027\n\nInternationalNépal : une crue dévastatrice fait des centaines de morts et de disparus\n\nCulture, médias et divertissement\"Koh-Lanta All Stars 2026\"", - "chars": 8695, - "sha256": "2544e9fb8a9738944d6cb1dd75e74c740df7c6cadb174662791f3eed44aa79c0", + "text": "\"Il est venu à mon domicile avec une arme...\" : un influenceur spécialisé en cryptomonnaie raconte son agression | TF1 Info\n\nLes ravisseurs ciblent désormais les influenceurs et ceux qui ont fait fortune dans les cryptomonnaies.\n\nUne fois le mot de passe du compte récupéré, l'argent virtuel est moins protégé que la monnaie réelle.\n\nOwen Simonin raconte au JT de TF1 comment l'un de ses abonnés s'en est pris à lui.\n\nLes tentatives d'enlèvement se multiplient dans le monde des cryptomonnaies\n\nAjoutez TF1info à vos sources sur Google\n\nL'enlèvement contre rançon du chef d'entreprise David Balland s'inscrit dans un nouveau contexte. Désormais, les malfaiteurs s'en prennent aux influenceurs et à ceux qui ont fait fortune dans les cryptomonnaies. C'est arrivé il y a deux ans à Owen Simonin, un influenceur spécialisé en cryptomonnaie suivi par des centaines de milliers de personnes sur les réseaux sociaux. Celui-ci raconte son agression aux équipes du JT dans la vidéo visible ci-dessus : \"Un jour, un de mes abonnés, quelqu'un qui me suivait sur Internet, a tout simplement réussi à obtenir l'adresse de mon domicile de l'époque. Et cet abonné m'a tout simplement suivi pendant quelques jours afin de prendre la décision de venir dans mon domicile avec une arme. Et à ce moment-là, a tout simplement essayé de m'extorquer des cryptomonnaies.\"\n\nLe jeune homme réussit à repousser son agresseur, qui finira par se rendre à la police quelques jours plus tard. Mais l'expérience traumatisante l'a poussé à déménager et à renforcer sa sécurité sur internet. \"Les gens ont compris que la cryptomonnaie, c'est comme de l'argent, ça a de la valeur\", nous explique l'influenceur.\n\nNoyer les transactions de sorte que l'adresse du ravisseur ou de l'organisation criminelle ne puisse jamais être identifiée\n\nPourquoi s'en prendre physiquement à ces détenteurs de cryptomonnaies ? Car pour accéder à l'argent, les agresseurs ont besoin d'un code d'accès. L'argent virtuel est moins protégé que la monnaie réelle. Il n'y a pas de banque. Et une fois le mot de passe récupéré, il n'y a plus qu'à transférer les cryptomonnaies.\n\n\"Les transactions sont beaucoup plus immédiates, on parle de l'ordre de quelques minutes. Elles sont en général irréversibles. Ensuite elles vont être noyées parmi des dizaines et des dizaines d'autres transactions, de sorte que l'adresse du ravisseur ou de l'organisation criminelle ne puisse jamais être identifiée\", détaille l'expert en sécurité crypto Rémi d'Alise.\n\n\"Une cible facile\" : comment des malfrats ont enlevé et séquestré le père d'un influenceur en échange d'une rançon\n\nParler d'argent sur les réseaux sociaux attise les convoitises. Qu'il s'agisse de voyages, de vêtements, de partenariats avec des marques prestigieuses, les influenceurs sont les nouvelles cibles des braqueurs. \"La sensation de se faire cambrioler, que quelqu'un rentre chez toi, dans ton intimité, dans ton chez-toi, ça fait peur\", explique Inoxtag, récemment victime d'un cambriolage (nouvelle fenêtre).\n\nD'une manière générale, pour se protéger des agresseurs, il est conseillé de ne pas donner votre adresse sur internet et d'éviter de laisser des indices permettant de localiser votre domicile.\n\nPolice, justice et faits diversLes tentatives d'enlèvement se multiplient dans le monde des cryptomonnaies\n\n\"Être le plus fulgurant possible pour détourner de l'otage\" : TF1 avec le GIGN au cœur d'un exercice lié aux cryptomonnaies\n\n\"Ils étaient agressifs\" : une voisine raconte la tentative d'enlèvement sur fond de cryptomonnaie en Seine-et-Marne\n\nCryptomonnaies : deux hommes interpellés après une tentative d'enlèvement en Seine-et-Marne\n\n\"Beaucoup de véhicules étaient stationnés sur le parking\" : enlevés pour une rançon en cryptomonnaie, une mère et son fils libérés par le GIGN", + "chars": 3793, + "sha256": "a3f360a59bc2fd201b792cb48bb7368ff1bab25a9d50fcb6c33f832e981c933a", "staged_file": "01_tf1info-fr.txt", - "paragraphs_kept": "ALL 68 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 3-20 of 68", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:52:44+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-20 plus headline [0]; dropped 2 leading and 47 trailing paragraphs. Case-term hits on page: 8.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "113": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.hln.be/antwerpen/drie-verdachten-van-homeinvasion-blijven-in-de-cel~a243e41b/", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "hln.be", + "language": "unknown", + "text": "Drie verdachten van homeinvasion blijven in de cel | Antwerpen | hln.be\n\nMimoun ‘Mims’ Y. (32) en Mohamed E.A. (22) uit Borgerhout werden gearresteerd toen zij vrijdagochtend probeerden te vluchten uit de woning in de Hertog van Brabantlei in Hoboken. Het Snelle Respons Team (SRT) kon de twee samen met enkele politiepatrouilles inrekenen. Later op de avond werd nog een derde verdachte, een 23-jarige uit Borsbeek, opgepakt.\n\nDe drie stonden vanmorgen voor de raadkamer op verdenking van diefstal met geweld bij nacht in bende. De mannen waren uit op cash geld maar toen zij dat niet vonden, probeerden zij de digitale portefeuille van de bewoner leeg te maken. Dat lukte niet.\n\nDe bewoner, een 34-jarige man, had die ochtend bezoek van zijn 61-jarige moeder. De twee slachtoffers werden hard aangepakt en moesten voor verzorging naar het ziekenhuis.\n\nDe raadkamer besliste de aanhouding van de drie verdachten met een maand te verlengen. Advocaat Koen Vaneecke, die optreedt voor Mohamed E.A., reageerde kort na de raadkamer: “Mijn client wordt verdacht van ernstige feiten. Zijn rol en aandeel zal verder worden onderzocht en in afwachting hiervan blijft hij verder aangehouden. Alleszins werd mijn client nooit eerder veroordeeld.”\n\nEen vierde verdachte die pas woensdag werd opgepakt, een 29-jarige man uit Deurne, komt later voor de raadkamer.\n\nLeraar (34) en moeder thuis overvallen en mishandeld: daders willen codes van kluis met 3 miljoen euro aan bitcoins\n\nSlachtoffer van home invasion ‘werd gedwongen’ tot hulp bij drugslabo’s: hij riskeert nu 6 jaar cel\n\nGangsters riskeren tot negen jaar cel voor home invasion... in verkeerd huis\n\nGratis onbeperkt toegang tot Showbytes? Dat kan!\n\nLog in of maak een account aan en mis niks meer van de sterren.\n\n(Bl)afbetaling. Zo heet de kortfilm die Jan Van Reeth (30, uit Hemiksem) en Tom Goyvaerts (30, uit Wilrijk) onlangs in mekaar staken. De twee boezemvrienden lopen al sinds hun middelbare schooltijd rond met het idee voor een film. “Ook zonder budget kan je tot een mooi resultaat komen.”\n\nVanaf maandag 23 mei voert het Agentschap Wegen en Verkeer (AWV) dringende herstellingswerken uit aan de riolering van de Antwerpse Ring. Op de aansluiting van de E313 naar de ring richting Gent is een leidingbreuk vastgesteld.\n\nOp maandag 23 mei worden de nieuwe Michelinsterren uitgereikt voor België en Luxemburg. Roger Van Damme (51) van Het Gebaar mag al twaalf jaar lang een ster op zijn naam schrijven, en zo gaat hij al het langst mee van de Antwerpse sterrenchefs. Ondertussen is Het Gebaar aan een volledige make-over bezig. “Ik ambieer geen twee sterren, maar je moet wel meeblijven met je tijd.”\n\nIn de nacht van 22 op 23 mei 1936 worden twee socialistische syndicalisten in de Antwerpse binnenstad neergekogeld door een fascist. De moord op Albert Pot (19) en Theo Grijp (37) gaf aanleiding tot de grootste algemene staking ooit in ons land, en betekende meteen ook het begin van onze moderne sociale zekerheid. De gebeurtenissen worden zaterdag om 14 uur door de socialistische vakbond ABVV herdacht.\n\nGeen zin om komend weekend binnen te blijven? En heb je nog geen plannen op zaterdag 21 en zondag 22 mei? Wij helpen je graag verder met vijf leuke tips uit Antwerpen en omstreken.\n\nWie deze zomer niet wil puffen in een veel te warm huis, kan investeren in een airco of lucht-luchtwarmtepomp. Dat is een effectieve manier om de temperatuur binnenshuis het hele jaar door comfortabel te houden. In de zomer worden de kamers gekoeld en ontvochtigd en tijdens de winter doet de lucht-luchtwarmtepomp dienst als energiezuinige elektrische bijverwarming. Maar hoe zit het met de wachttijden voor die aircotoestellen? Ben je hopeloos te laat als je er nog eentje wil voor de zomer? Bouwsite Livios vroeg het aan Lieven Verstaen van Daikin.\n\nVanaf 1 juni verhoogt Orange een aantal van zijn prijzen. Reden daarvoor het ongeziene niveau van inflatie. Vooral minder gebruikte diensten, zoals MMS en internationaal bellen, komen bij Orange in het vizier. Roaming wordt zelfs dubbel zo duur. Daartegenover staat wel een verhoging van de datavolumes. Mijntelco.be bezorgt een overzicht.", + "chars": 4142, + "sha256": "929a72e9be3bd102c2cd948e00811408871c855c086406b31a26686048d425a3", + "staged_file": "01_hln-be-wayback.txt", + "paragraphs_kept": "headline [0] + 3-19 of 45", + "method": "Wayback Machine snapshot 20220523102410, deterministic extraction", + "fetched_at": "2026-09-05T13:30:24+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20220523102410/https://www.hln.be/antwerpen/drie-verdachten-van-homeinvasion-blijven-in-de-cel~a243e41b/", + "snapshot": "20220523102410", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2022-05-23", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-19 plus headline [0]; dropped 2 leading and 25 trailing paragraphs. Case-term hits on page: 2 (WEAK anchor, confirm the page is about this case).", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "112": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.fox13memphis.com/news/thieves-use-truck-to-smash-into-business-steal-atm-police-say/article_b386fe79-227f-51e2-b347-fa32345d7f76.html", "source": "fox13memphis.com", "language": "unknown", - "text": "Thieves use truck to smash into business & steal ATM, police say | News | fox13memphis.com\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n\n\n \n \n\n \n \n \n \n \n Skip to main content\n\nYou are the owner of this article.\n\nYou have permission to edit this article.\n\nThieves use truck to smash into business & steal ATM, police say\n\nMemphis police released video of thieves who used a truck to smash the front doors of a gas station convenience store and haul away an ATM.\n\nThe theft happened Sunday at the Mobil Gas Station on Macon Road near Sycamore View.\n\nMPD said officers were dispatched to an alarm call at the business. When they got to the location, officers saw that the front doors were smashed and the bitcoin ATM had been taken.\n\nSurveillance video shows two people watching as a grey 2004-2008 Ford F-150 backs into the store's front doors. One suspect goes into the business while another lowers the truck's tailgate. A third suspect gets out of the truck, and all three can be seen carrying the ATM out of the store and putting it in the truck bed.\n\nInvestigators need your help in identifying the individuals responsible.\n\nAnyone with information about this incident should call Crime Stoppers at 528-CASH.\n\nGet email notifications on {{subject}} daily!\n\nYour notification has been saved.\n\nThere was a problem saving your notification.\n\nEmail notifications are only sent once a day, and only if there are new matching items.\n\nMetal Museum cuts ribbon on new home in Overton Park\n\nThe Metal Museum will officially open its new home at the former Memphis College of Art campus Saturday. Read MoreMetal Museum cuts ribbon on new home in Overton Park\n\nRiverside Drive to close overnight on weekends in effort to improve downtown safety, city says\n\nMEMPHIS, Tenn. - Riverside Drive will close overnight on weekends as part of an effort to improve downtown safety, city officials said. Read MoreRiverside Drive to close overnight on weekends in effort to improve downtown safety, city says\n\n4 men sentenced for selling guns at Memphis hotel, officials say\n\nFour men were sentenced to federal prison for selling guns in the parking lot of a Memphis hotel, the U.S. Attorney's Office for the Western District of Tennessee said. Read More4 men sentenced for selling guns at Memphis hotel, officials say\n\nOrpheum to honor Dolly Parton with free '9 to 5' screenings\n\nThe Orpheum Theatre Group will honor the late Dolly Parton with four free screenings of \"9 to 5\" on Dolly Day. Read MoreOrpheum to honor Dolly Parton with free '9 to 5' screenings\n\nWATCH: Extreme heat can affect major organs, even for people accustomed to Mid-South summers\n\nWATCH: Extreme heat can affect major organs, even for people accustomed to Mid-South summers Read MoreWATCH: Extreme heat can affect major organs, even for people accustomed to Mid-South summers\n\nExtreme heat can affect major organs, even for people accustomed to Mid-South summers\n\nAfter months of high temperatures, people living in the Mid-South may feel like their bodies have gotten used to the heat. Read MoreExtreme heat can affect major organs, even for people accustomed to Mid-South summers\n\nWATCH: Community groups give update on 121 detained after ICE raid in Berclair\n\nWATCH: Community groups give update on 121 detained after ICE raid in Berclair Read MoreWATCH: Community groups give update on 121 detained after ICE raid in Berclair\n\nWATCH: Keep your lights on: How to prepare for a sky-high MLGW bill\n\nWATCH: Keep your lights on: How to prepare for a sky-high MLGW bill Read MoreWATCH: Keep your lights on: How to prepare for a sky-high MLGW bill\n\nSevere Weather Days declared through weekend due to extreme heat\n\nMEMPHIS, Tenn. - Severe Weather Days are declared from today through SUNDAY. Read MoreSevere Weather Days declared through weekend due to extreme heat\n\nCommunity groups give update on 121 detained after ICE raid in Berclair\n\nIn the days since the raid at El Corral Night Club on Macon Road, community groups say they're still having trouble tracking down all of the 121 people detained. Read MoreCommunity groups give update on 121 detained after ICE raid in Berclair\n\nKeep your lights on: How to prepare for a sky-high MLGW bill\n\nThis summer has been a scorcher. The current heatwave started about 30 days ago. That means the next light bill could feel higher than the heat index. Read MoreKeep your lights on: How to prepare for a sky-high MLGW bill\n\nCooling center reopens due to extreme heat across the Mid-South\n\nThe cooling center is opening in Memphis due to the dangerous heat across the Mid-South. Read MoreCooling center reopens due to extreme heat across the Mid-South\n\n...HEAT ADVISORY REMAINS IN EFFECT UNTIL 8 PM CDT SUNDAY...\n\n* WHAT...Heat index values of 100 to 109. Actual air temperatures as\nhigh as 102 in the afternoon.\n\n* WHERE...Portions of East Arkansas, North Mississippi, Southeast\nMissouri, and West Tennessee.\n\n* WHEN...Until 8 PM CDT Sunday.\n\n* IMPACTS...Hot temperatures and moderate humidity may cause heat\nillnesses.\n\nPRECAUTIONARY/PREPAREDNESS ACTIONS...\n\nDrink plenty of fluids, stay in an air-conditioned room, stay out of\nthe sun, and check up on relatives and neighbors.\n\n&&\n\nTeacher injured after being assaulted by student at MSCS school, SCSO says\n\n1 dead, 3 injured after shooting outside Hickory Hill restaurant, police say\n\nMan charged with murder after girlfriend dies from shooting game, court docs show\n\nSenatobia police chief terminated amid backlash over reported racist text messages\n\n© Copyright 2026\n Rincon Broadcasting Memphis LLC\n 485 S Highland St, Memphis, TN\n | Terms of Use | Privacy Policy\n\nPowered by BLOX Content Management System from BLOX Digital.", - "chars": 5724, - "sha256": "93014cdc7829ee2404ab49cb116cdada5c24672e09169bd6ada77000b2137684", + "text": "Thieves use truck to smash into business & steal ATM, police say | News | fox13memphis.com\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\nYou have permission to edit this article.\n\nThieves use truck to smash into business & steal ATM, police say\n\nMemphis police released video of thieves who used a truck to smash the front doors of a gas station convenience store and haul away an ATM.\n\nThe theft happened Sunday at the Mobil Gas Station on Macon Road near Sycamore View.\n\nMPD said officers were dispatched to an alarm call at the business. When they got to the location, officers saw that the front doors were smashed and the bitcoin ATM had been taken.\n\nSurveillance video shows two people watching as a grey 2004-2008 Ford F-150 backs into the store's front doors. One suspect goes into the business while another lowers the truck's tailgate. A third suspect gets out of the truck, and all three can be seen carrying the ATM out of the store and putting it in the truck bed.\n\nInvestigators need your help in identifying the individuals responsible.\n\nAnyone with information about this incident should call Crime Stoppers at 528-CASH.\n\nGet email notifications on {{subject}} daily!\n\nYour notification has been saved.\n\nThere was a problem saving your notification.\n\nEmail notifications are only sent once a day, and only if there are new matching items.\n\nMetal Museum cuts ribbon on new home in Overton Park\n\nThe Metal Museum will officially open its new home at the former Memphis College of Art campus Saturday. Read MoreMetal Museum cuts ribbon on new home in Overton Park\n\nRiverside Drive to close overnight on weekends in effort to improve downtown safety, city says\n\nMEMPHIS, Tenn. - Riverside Drive will close overnight on weekends as part of an effort to improve downtown safety, city officials said. Read MoreRiverside Drive to close overnight on weekends in effort to improve downtown safety, city says\n\n4 men sentenced for selling guns at Memphis hotel, officials say\n\nFour men were sentenced to federal prison for selling guns in the parking lot of a Memphis hotel, the U.S. Attorney's Office for the Western District of Tennessee said. Read More4 men sentenced for selling guns at Memphis hotel, officials say\n\nOrpheum to honor Dolly Parton with free '9 to 5' screenings\n\nThe Orpheum Theatre Group will honor the late Dolly Parton with four free screenings of \"9 to 5\" on Dolly Day. Read MoreOrpheum to honor Dolly Parton with free '9 to 5' screenings\n\nExtreme heat can affect major organs, even for people accustomed to Mid-South summers\n\nAfter months of high temperatures, people living in the Mid-South may feel like their bodies have gotten used to the heat. Read MoreExtreme heat can affect major organs, even for people accustomed to Mid-South summers", + "chars": 2812, + "sha256": "1e46725e68e80214c6bba9cb8635ed5f2ee82db0ee1c1a7a5ba5658cabe5b2da", "staged_file": "01_fox13memphis-com.txt", - "paragraphs_kept": "ALL 55 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 5-28 excl [25, 26] of 55", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:52:48+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 5-28 plus headline [0]; dropped 4 leading and 26 trailing paragraphs and 2 interior furniture line(s). Case-term hits on page: 13.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "111": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.ccn.com/pakistan-police-schemed-with-criminal-gang-in-bitcoin-ransom-kidnapping", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "ccn.com", + "language": "unknown", + "text": "Pakistan Police Schemed with Criminal Gang in Bitcoin Ransom Kidnapping\n\nA Pakistani crime ring that extorted a partial Bitcoin ransom has been busted.\n\nAll the news of a stand-off between Pakistan and India has shrouded earlier reports of an IT professor who was kidnapped and held for 20 million rupees. Shahid Naseer was kidnapped March 19th, according to a local media outlet . Faisal Yousuf, a student of Naseer’s, is named as the primary suspect.\n\nPolice Involved in Plot to Extort Over 60 BTC\n\nThree police officials were involved with the ransom. One of them worked in a higher office, managing telephones for the city’s Deputy Commissioner. His name is Mazhar Abbas. He was arrested March 23rd. Two other police officials, both guards of a high court judge, were also arrested – Mohsin Abbas and Mohammad Arif.\n\nA Lahore man called Mohammad Tahir is allegedly a Bitcoin money exchanger in the area. Together with Abdul Rauf, he is accused of helping the kidnappers have an outlet for the Bitcoin ransom they were demanding.\n\nThe kidnappers apparently placed a green license plate on a rental car while executing the kidnapping. Green license plates signify two types of official in Pakistan .\n\nNaseer’s family paid out 2.5 million rupees worth of Bitcoin in an effort to bring him home. Police told Dawn, a local media outlet, that this is how they caught the kidnappers, “using digital technology.”\n\nVictim’s Family Makes Down Payment, Police Crack The Case\n\n2.5 million rupees will buy you about 9 BTC at current prices.\n\nThis is the first report we’ve seen about the kidnapping of Naseer. We note that Faisal Yousuf’s only connection to Naseer is that he was a student of the man. Apparently Yousuf had connections with some policemen. We can assume that being an IT professor, Naseer may have educated his students about cryptocurrency.\n\nBitcoin and other cryptocurrencies are routinely used as the preferred method of payment for modern kidnappings. In January, an American was abducted in Costa Rica, and a ransom demand of $1 million in BTC was delivered. The demand was paid but the man was not recovered immediately.\n\nAlso in January, two African men were arrested for kidnapping a young boy and demanding a Bitcoin ransom. Not long before that, a Norwegian millionaire was abducted. The abductors demanded $9 million in Monero, perhaps a wiser choice considering how the Lahore gang was apprehended (blockchain tracing).\n\nAnother assumption that seems reasonable to make, given the arrest of the two Bitcoin mongers, is that their role in the crime may have been oblivious. Some men, three of whom were police, contacted them about selling a significant sum of bitcoins, and they obliged. Whether justice shows them mercy as such remains to be seen.\n\nP. H. Madore has written for CCN since 2014. Please send breaking news tips or requests for an investigation to [email protected]. He lives in Maine, USA. A single father of four young children, he does not discourage financial donations, provided they do not come with strings attached.\n\nSubscription is successful, please check your email to confirm!", + "chars": 3122, + "sha256": "9cdec86ae4a497be35ede5d48a5b9656c8e2e76b84068209d7f76d2377b8652c", + "staged_file": "01_ccn-com-wayback.txt", + "paragraphs_kept": "headline [0] + 3-17 of 22", + "method": "Wayback Machine snapshot 20251015084108, deterministic extraction", + "fetched_at": "2026-09-05T13:30:33+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20251015084108/https://www.ccn.com/pakistan-police-schemed-with-criminal-gang-in-bitcoin-ransom-kidnapping/", + "snapshot": "20251015084108", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2025-10-15", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-17 plus headline [0]; dropped 2 leading and 4 trailing paragraphs. Case-term hits on page: 25.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "110": [ { "field": "url", - "verdict": "DEAD", + "verdict": "KEEP", "url": "https://www.thunderbaypolice.ca/news/eleven-inmates-charges-following-serious-30-hour-assault-and-extortion-incident", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "thunderbaypolice.ca", + "language": "unknown", + "text": "Eleven inmates charges following serious 30-hour assault and extortion incident | Thunderbay\n\nPolice have filed a total of 137 charges against 11 inmates at the Thunder Bay District jail following a recent investigation into a violence incident that occurred at the facility.\n\nThunder Bay Police Service officers with the Uniform Patrol Branch were initially dispatched to the District Jail just before 8:30 a.m. on Wednesday, Dec. 29 following reports of a serious inmate-on-inmate assault.\n\nPolice learned that on Monday, Dec. 27, two male victims were forced into cells and not allowed to leave by 11 male suspects. The victims were repeatedly assaulted by the accused individuals while in the cells.\n\nBetween the assaults, and while still being held captive, the victims were allegedly forced to make phone calls to transfer crypto currency from accounts they had access to the accounts of the accused.\n\nIn the morning hours of Tuesday, Dec. 28, further assaults occurred while the victims were still being held captive. Correctional Officers were able to separate the involved parties during one of these incidents.\n\nVictims were transported to the Thunder Bay Regional Health Sciences Centre for further evaluation of their injuries.\n\nThe investigation found the victims had been held captive for about 30 hours. Further investigation led police to identify 11 accused inmates.\n\nAccused persons facing charges include one Thunder Bay male, one Timmins male, and nine other males from the Greater Toronto Area. Ages of the accused range from 18-to-32 years old. The Thunder Bay Police Service only identifies an accused after charges have been sworn before the courts.\n\nCharges being filed include multiple counts of Assault Causing Bodily Harm, Forcible Confinement, Kidnapping, Extortion, Intimidation Using Violence, Obstruct Peace Officer, and Failure to Comply with Sentence.\n\nThe suspects will remain in custody and will be provided with future court appearance dates for the new charges they face.", + "chars": 2009, + "sha256": "94257a14938d5100b793fdb3980d4bf802cc7c0a16e215a3751072ebc2bc52b5", + "staged_file": "01_thunderbaypolice-ca-wayback.txt", + "paragraphs_kept": "headline [0] + 2-11 of 13", + "method": "Wayback Machine snapshot 20250121171231, deterministic extraction", + "fetched_at": "2026-09-05T13:30:39+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20250121171231/https://www.thunderbaypolice.ca/news/eleven-inmates-charges-following-serious-30-hour-assault-and-extortion-incident", + "snapshot": "20250121171231", + "note": "live URL was DEAD on the first pass; text comes from an archived copy dated 2025-01-21", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-11 plus headline [0]; dropped 1 leading and 1 trailing paragraphs. Case-term hits on page: 11.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "109": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.at5.nl/nieuws/212513/trendwatcher-vincent-everts-tijdens-livestream-in-eigen-woning-overvallen", "source": "at5.nl", "language": "unknown", @@ -7022,11 +8581,12 @@ "chars": 2749, "sha256": "13471fd90786d713ba62b38ea59cd54090675df9a027d16bbfd9b9f8916befbc", "staged_file": "01_at5-nl.txt", - "paragraphs_kept": "ALL 17 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-16 of 17", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:52:55+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-16 plus headline [0]; dropped 0 leading and 0 trailing paragraphs. Case-term hits on page: 18.", + "trimmed_by": "auto (propose_cuts, unreviewed)" }, { "field": "url_2", @@ -7039,286 +8599,338 @@ "108": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.cnnindonesia.com/nasional/20211228141520-12-739596/bule-rampok-uang-dan-bitcoin-wn-italia-di-bali-senilai-total-rp58-m", "source": "cnnindonesia.com", "language": "unknown", - "text": "Bule Rampok Uang dan Bitcoin WN Italia di Bali Senilai Total Rp5,8 M\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n\n\n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n \n\n \n \n \n \n \n \n\n\n \n \n\n \n\n \n \n \n\n \n\n \n \n \n \n \n \n\n \n login\n register\n logout\n\nBule Rampok Uang dan Bitcoin WN Italia di Bali Senilai Total Rp5,8 M\n\nPetugas Polresta Denpasar, Bali, berhasil menangkap dua Warga Negara Asing (WNA) bernama Nicola asal Italia dan Gregory asal Inggris karena melakukan pencurian dan kekerasan (curas).\n\nMereka melakukan perampokan kepada warga asing yang merupakan suami-istri asal Italia bernama Camilla Guadagnuolo dan Principe Nerini.\n\n\"Untuk kerugian selain uang tunai ada bitcoin. Jadi totalnya kerugiannya Rp 5,8 miliar,\" kata Kapolresta Denpasar Kombes Pol Jansen Avitus Panjaitan di Mapolresta Denpasar, Bali, Selasa (28/12).\n\nSelain Nicola dan Gregory, polisi memasukkan dua nama WNA lainnya ke dalam Daftar Pencarian Orang (DPO) yang terlibat aksi curas tersebut yakni WN Polandia dan WN Rusia.\n\n39 Lumba-lumba dan 71 Paus Mati di Perairan Bali hingga NTT di 2021\n\nJansen menerangkan peristiwa itu terjadi pada Kamis (11/12) lalu, sekitar pukul 03:00 Wita, di sebuah villa tempat menginap korban, di Jalan Nakula, Seminyak, Kecamatan Kuta, Kabupaten Badung, Bali.\n\nSaat itu, istri korban terbangun karena mendengar suara ledakan dan saat terbangun korban sudah melihat suaminya disekap di kamar korban oleh para pelaku yang menggunakan pakaian serba hitam serta menggunakan sarung tangan dan penutup kepala.\n\nKemudian, korban ditodong menggunakan pisau lalu diikat di tangan dan kakinya serta dilakban mulut dan kakinya. Selama penyekapan korban dipukul para pelaku secara bergantian dengan bertubi-tubi.\n\nLalu, salah satu pelaku mengambil enam ponsel korban dan satu ponsel lainnya yang berisi akun bitcoin korban dengan meminta password kepada korban.\n\n\"Dan apabila tidak diberitahu, maka pelaku akan membunuh istri korban dengan menempelkan pisau di leher istri korban. Dan selanjutnya korban memberi tahu password handphone tersebut,\" katanya.\n\nJokowi Resmikan Pembangunan RS Internasional di Denpasar\n\nDalam penyekapan yang dilakukan empat orang itu, korban mengetahui dua pelaku yaitu Nicola dan Gregory dari suaranya. Jansen mengatakan identitas pelaku dikenalinya karena Nicola merupakan mantan karyawan korban. Sementara, Gregory dikenali korban karena sempat mengikuti acara pesta di villa yang ditempati Nicola.\n\nSetelah empat korban berhasil kabur, selanjutnya korban melaksanakan pengecekan terhadap akun bincance miliknya. Dan, diketahui ada perpindahan aset digital ke sebuah akun wallet exodus yang diduga milik pelaku Nicola yang dilakukan sebanyak tiga kali dengan total Rp5,8 miliar.\n\n\"Atas kejadian tersebut, kemudian korban melaporkannya ke Polsek Kuta. Modusnya, mereka berkelompok masuk ke rumah tersebut mengancam dan melakukan kekerasan terhadap korban dan mengambil uangnya,\" ujar Jansen.\n\nDari laporan tersebut, polisi pun segera melakukan penyelidikan dan pemeriksaan CCTV hingga saksi di sekitar TKP.\n\nKemudian, pihak kepolisian berhasil menangkap pelaku Nicola di Jalan Raya Kerobokan, Badung, Bali, dan lalu menangkap pelaku Gregory yang tinggal bersama pacarnya di Jalan Setiabudi, Kuta, Bali.\n\nDari hasil pemeriksaan, Nicola mengaku melakukan aksi pencurian itu dengan Gregory dan Matt dan satu teman Matt yang belum dia kenal.\n\nKemudian, setelah melakukan aksinya Nicola dan Gregory kembali bertemu Matt bersama satu orang temannya yang tidak dikenal di satu tempat yang tidak diketahui. Kemudian Nicola mengambil salah satu walet yang berisi uang sebesar Rp 5,8 miliar yang merupakan uang digital bitcoin hasil pencurian milik korban dan satu walet berisi satu saldo lebih kecil untuk diserahkan kepada Matt dan temannya.\n\n\"Untuk motifnya memang tujuannya untuk mengambil harta dari korbannya. Untuk dua rekannya masih DPO satu dari Polandia dan satu lagi dari Rusia,\" ujar Jansen.\n\nSatwa Lindung Dijual di E-commerce, KLHK Laporkan Ribuan Akun", - "chars": 4039, - "sha256": "801acccd8fdc5e9de866a488d444ce0b10a864df7bbf401fc8c8b874b3c65d56", + "text": "Bule Rampok Uang dan Bitcoin WN Italia di Bali Senilai Total Rp5,8 M\n\nPetugas Polresta Denpasar, Bali, berhasil menangkap dua Warga Negara Asing (WNA) bernama Nicola asal Italia dan Gregory asal Inggris karena melakukan pencurian dan kekerasan (curas).\n\nMereka melakukan perampokan kepada warga asing yang merupakan suami-istri asal Italia bernama Camilla Guadagnuolo dan Principe Nerini.\n\n\"Untuk kerugian selain uang tunai ada bitcoin. Jadi totalnya kerugiannya Rp 5,8 miliar,\" kata Kapolresta Denpasar Kombes Pol Jansen Avitus Panjaitan di Mapolresta Denpasar, Bali, Selasa (28/12).\n\nSelain Nicola dan Gregory, polisi memasukkan dua nama WNA lainnya ke dalam Daftar Pencarian Orang (DPO) yang terlibat aksi curas tersebut yakni WN Polandia dan WN Rusia.\n\n39 Lumba-lumba dan 71 Paus Mati di Perairan Bali hingga NTT di 2021\n\nJansen menerangkan peristiwa itu terjadi pada Kamis (11/12) lalu, sekitar pukul 03:00 Wita, di sebuah villa tempat menginap korban, di Jalan Nakula, Seminyak, Kecamatan Kuta, Kabupaten Badung, Bali.\n\nSaat itu, istri korban terbangun karena mendengar suara ledakan dan saat terbangun korban sudah melihat suaminya disekap di kamar korban oleh para pelaku yang menggunakan pakaian serba hitam serta menggunakan sarung tangan dan penutup kepala.\n\nKemudian, korban ditodong menggunakan pisau lalu diikat di tangan dan kakinya serta dilakban mulut dan kakinya. Selama penyekapan korban dipukul para pelaku secara bergantian dengan bertubi-tubi.\n\nLalu, salah satu pelaku mengambil enam ponsel korban dan satu ponsel lainnya yang berisi akun bitcoin korban dengan meminta password kepada korban.\n\n\"Dan apabila tidak diberitahu, maka pelaku akan membunuh istri korban dengan menempelkan pisau di leher istri korban. Dan selanjutnya korban memberi tahu password handphone tersebut,\" katanya.\n\nJokowi Resmikan Pembangunan RS Internasional di Denpasar\n\nDalam penyekapan yang dilakukan empat orang itu, korban mengetahui dua pelaku yaitu Nicola dan Gregory dari suaranya. Jansen mengatakan identitas pelaku dikenalinya karena Nicola merupakan mantan karyawan korban. Sementara, Gregory dikenali korban karena sempat mengikuti acara pesta di villa yang ditempati Nicola.\n\nSetelah empat korban berhasil kabur, selanjutnya korban melaksanakan pengecekan terhadap akun bincance miliknya. Dan, diketahui ada perpindahan aset digital ke sebuah akun wallet exodus yang diduga milik pelaku Nicola yang dilakukan sebanyak tiga kali dengan total Rp5,8 miliar.\n\n\"Atas kejadian tersebut, kemudian korban melaporkannya ke Polsek Kuta. Modusnya, mereka berkelompok masuk ke rumah tersebut mengancam dan melakukan kekerasan terhadap korban dan mengambil uangnya,\" ujar Jansen.\n\nDari laporan tersebut, polisi pun segera melakukan penyelidikan dan pemeriksaan CCTV hingga saksi di sekitar TKP.\n\nKemudian, pihak kepolisian berhasil menangkap pelaku Nicola di Jalan Raya Kerobokan, Badung, Bali, dan lalu menangkap pelaku Gregory yang tinggal bersama pacarnya di Jalan Setiabudi, Kuta, Bali.\n\nDari hasil pemeriksaan, Nicola mengaku melakukan aksi pencurian itu dengan Gregory dan Matt dan satu teman Matt yang belum dia kenal.\n\nKemudian, setelah melakukan aksinya Nicola dan Gregory kembali bertemu Matt bersama satu orang temannya yang tidak dikenal di satu tempat yang tidak diketahui. Kemudian Nicola mengambil salah satu walet yang berisi uang sebesar Rp 5,8 miliar yang merupakan uang digital bitcoin hasil pencurian milik korban dan satu walet berisi satu saldo lebih kecil untuk diserahkan kepada Matt dan temannya.\n\n\"Untuk motifnya memang tujuannya untuk mengambil harta dari korbannya. Untuk dua rekannya masih DPO satu dari Polandia dan satu lagi dari Rusia,\" ujar Jansen.", + "chars": 3677, + "sha256": "c74730978b38c5e35ce077dd4dc13d98d58684644015eed808f77f6d247fbaf3", "staged_file": "01_cnnindonesia-com.txt", - "paragraphs_kept": "ALL 53 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 33-51 of 53", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:52:57+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 33-51 plus headline [0]; dropped 32 leading and 1 trailing paragraphs. Case-term hits on page: 13.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "106": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.latimes.com/california/story/2025-01-17/los-angeles-deputy-crypto-mogul-crimes", "source": "latimes.com", "language": "unknown", - "text": "L.A. deputy was 'crooked cop' on crypto mogul's payroll, feds say - Los Angeles Times\n\n‘A thief and a crooked cop’: L.A. deputy committed crimes for crypto mogul, feds say\n\nSee more from the L.A. Times in Google Search. Set us as preferred\n\nEric Chase Saavedra, an active L.A. County deputy and former federal task force officer, agreed this week to plead guilty to conspiracy and tax crimes.\n\nSaavedra carried out the criminal bidding of Adam Iza, a crypto mogul known as ‘The Godfather,’ including obtaining false search warrants on his behalf.\n\nIza, 24, has also agreed to plead guilty to federal charges, including wire fraud.\n\nA longtime detective in the Los Angeles County Sheriff’s Department’s anti-gang unit has admitted to violating the civil rights of multiple victims through intimidation, illegal search warrants and other abuses of power, according to plea agreements filed this week.\n\nEric Chase Saavedra, an L.A. County deputy and former federal task force officer, agreed this week to plead guilty to conspiracy and tax crimes tied to his role in carrying out the criminal bidding of Adam Iza, a crypto mogul known as “The Godfather,” officials said. Saavedra faces up to 13 years in prison.\n\nIza, 24, has agreed to plead guilty to similar charges, in addition to wire fraud. He faces up to 35 years in prison, though the plea deal is likely to lighten his sentence. Iza has been in custody since September and last month was transported to Las Vegas for surgery to remove rods from a leg-lengthening surgery that prosecutors say he paid for with money hidden from tax collectors.\n\nAs far back as 2021, Iza paid Saavedra’s private security company — a business he ran on the side in addition to working as a deputy — $100,000 per month for round-the-clock bodyguards, court filings say. The hired muscle protected Iza and sometimes committed crimes for him, according to Saavedra’s plea agreement. For each 12-hour shift, Saavedra admitted, he picked two from a roster of 20 to 25 active deputies, paying them $750 cash. Even though it wasn’t official department work, some of the deputies often carried firearms and flashed their LASD badges, according to the agreement.\n\nSaavedra, 41, also admitted to illegally using his department credentials to access sensitive law enforcement databases and obtain personal identifiable information about people Iza had personal or business disputes with, as well as their associates and family members.\n\nIn one case, Saavedra created a fake search warrant that he used to intimidate someone, according to the agreement. In another, the deputy admitted, he misled a narcotics detective, resulting in a drug raid on the home of a man Iza had previously extorted. In a third case, Saavedra said he lied to get a warrant, falsely claiming he needed to track a man’s cellphone as part of a firearms investigation.\n\nAfter he got the warrant and discovered the victim’s location, he gave that information to Iza — and later three people with guns tried to break into the man’s home.\n\n“Mr. Iza’s and Mr. Saavedra’s relationship was little more than a thuggish partnership between a thief and a crooked cop,” said IRS Criminal Investigation Special Agent in Charge Tyler Hatcher. “The public should be able to trust members of law enforcement, but Mr. Saavedra violated his oath for a payday.”\n\nBoth Iza and Saavedra’s plea agreements describe an array of criminal acts involving Saavedra and other unnamed sheriff’s deputies, who allegedly harassed and threatened people to further Iza’s criminal aims. So far, at least six deputies have been relieved of duty in connection with the case, as The Times reported last year. The Sheriff’s Department confirmed Friday afternoon that Saavedra was among them, saying he’d been relieved of duty as of Sept. 23.\n\n“This deplorable behavior is a direct violation of Department standards, betrays public trust, and tarnishes the reputation of all deputies and the entire Department,” the Sheriff’s Department said in a statement. “Those who misuse their badge to exploit their power for personal gain through illegal activities have no place in law enforcement and must be held accountable. They have no place in the Los Angeles County Sheriff’s Department.”\n\nCrypto ‘godfather’ of Bel-Air: Probe widens into L.A. deputies’ alleged links to mogul\n\nAt least six L.A. County sheriff’s deputies have been relieved of duty amid an investigation into their work for a 24-year-old cryptocurrency entrepreneur accused of extortion and hiding millions of dollars from tax collectors.\n\nIn a statement, Iza’s attorney, Josef Sadat, referred to his client as “one of the smartest individuals I have ever met.”\n\n“Hopefully, others involved in this, whose actions were more morally reprehensible than that of Mr. Iza given their comparative age and societal positions, will follow his path sooner than later since truth leads to redemption,” Sadat said.\n\nBrian Gurwitz, the attorney representing Saavedra, offered a short response early Friday.\n\n“Mr. Saavedra recognizes the breach of trust his actions represent and deeply regrets the harm they have caused to the community he dedicated decades to serving,” Gurwitz said. “To respect the Department of Justice’s ongoing investigation, he will not make further public comments at this time.”\n\nSaavedra said in his plea that he first learned of Iza around August 2021, through fellow deputies who had recently worked security for the crypto mogul at his Bel-Air mansion. That same month, Iza hired Saavedra’s company to provide security services.\n\nThe deputy had a lengthy history in the department and in 2018 got a tattoo on his left ankle of the unofficial logo of the Lakewood sheriff’s station, which was a spade with the number 13 inside of it, according to his plea agreement.\n\nSaavedra admitted to recruiting around 20 to 25 deputies and others to accompany Iza 24/7. At times, Saavedra worked the shifts himself.\n\nAccording to his plea agreement, Saavedra regularly used his LASD credentials to access confidential databases to get information for Iza. Sometimes, he had fellow deputies working for his company do the same.\n\nSaavedra said he and the other deputies gave the crypto mogul personal information relating to several people, including three victims — identified in the agreement as R.C., E.Z. and D.D. — with whom Iza had disputes.\n\nOne of the earliest incidents prosecutors described in court filings last year took place during an August 2021 party at Iza’s Bel-Air mansion. Iza wasn’t happy with the party and wanted the party planner — R.C. — to reimburse him for half the cost, prosecutors said.\n\nLast year, prosecutors alleged in an indictment that two of Iza’s bodyguards held R.C. at gunpoint and forced him to transfer back $25,000 he’d been paid for his services.\n\nIn this week’s plea agreement, Saavedra admitted he knew the bodyguards — both of whom are deputies — had held someone at gunpoint. One of Iza’s associates claimed R.C. was a major fentanyl and cocaine dealer, leading Saavedra to pass the information along to a narcotics detectives, according to the court filings.\n\nSoon after, the narcotics detective told Saavedra that they had obtained a warrant but did not find any illegal drugs in R.C.’s home, according to Saavedra’s agreement.\n\nIza also admitted that in October 2022, sheriff’s deputies in his employ illegally detained yet another victim — identified by the initials L.A. According to his plea, Iza held the victim at gunpoint and forced him to transfer $127,000 into a bank account he controlled.\n\nIn late 2021, Saavedra said he learned of a dispute between Iza and E.Z. regarding a laptop believed to hold more than $100 million in cryptocurrency. Through court records and interviews, The Times was able to identify E.Z. as Enzo Zelocchi, a self-described “actor, producer and innovator.”\n\nIza told Saavedra the laptop was stolen and that he wanted it so he could access and convert the cryptocurrency, court filings show. In a previous interview with The Times, Zelocchi said the laptop belonged to him.\n\nIza later told Saavedra that he thought Zelocchi’s associate, D.D., might have the laptop. In December 2021, Saavedra, Iza and two others — including another deputy — went to D.D.’s Orange County home to confront him, according to Saavedra’s agreement, but D.D. refused to open the door and spoke to them through a window.\n\nSaavedra admitted in his plea agreement that he identified himself as law enforcement, showed his badge and told D.D. that a stolen laptop was pinging in his home. D.D. denied having a stolen laptop and after police arrived, the group departed.\n\nIza later told Saavedra he’d hired a private investigator and was spending large sums of money to locate Zelocchi and the laptop with no success, according to Saavedra’s agreement. Iza said he was frustrated by the private investigator’s lack of progress, prompting Saavedra to offer a solution: a search warrant for GPS location information associated with Zelocchi’s phone.\n\nDeputies warned to decontaminate clothes after lead, asbestos found in air near Eaton fire\n\nOn Wednesday, a sheriff’s official warned deputies about “hazardous” airborne contaminants near the Eaton fire.\n\nSaavedra admitted that in January 2022, he applied for and obtained a search warrant for several phone numbers, including Zelocchi’s. According to his plea agreement, Saavedra lied in a sworn affidavit, stating that Zelocchi’s number was tied to a suspect in a firearms investigation.\n\nAfter getting the illegally-obtained warrant, court records show Saavedra began receiving pings for Zelocchi’s phone, identifying the approximate location. Soon after, Saavedra admitted to traveling to an L.A. neighborhood where the phone was pinging and spotting Zelocchi outside a residence in an apartment complex.\n\nAccording to court filings, Saavedra told Iza that he had found Zelocchi and the two surveilled the apartment complex and residence.\n\nIza admitted that he gave orders that led three people to try to force open the door of Zelocchi’s residence, but the effort failed when Zelocchi fired in their direction and they fled.\n\nIn 2022, Iza told Saavedra that one of his business associates — identified in court records as Client 1 — had been involved in stealing large amounts of cryptocurrency, and was interested in hiring private security. According to Saavedra’s plea agreement, Iza told Saavedra he could get the client’s business if Client 1 thought there was something to worry about.\n\nTo do that, Iza allegedly suggested scaring Client 1 with a made-up investigation. So Saavedra created a fake search warrant, using the official Sheriff’s Department template to make it look legitimate.\n\nAfter writing up the false document, which mentioned cryptocurrency and digital services, Saavedra arranged to have another deputy share it with Iza, who showed it to the potential client, court filings say.\n\nAltadena had soul, solitude and community. Can those qualities survive devastating firestorm?\n\nThe Eaton fire cut a brutal swath through Altadena and a cherished way of life in this eclectic foothill community it upended.\n\nNot long afterward, Client 1 hired Saavedra’s company for security.\n\nSaavedra and his company provided services to Iza from August 2021 until around March 2022, when Iza left for Dubai, according to the plea agreement. When Iza returned to L.A. in July 2024, those services resumed until Iza’s arrest in September.\n\nIza also admitted in his plea to stealing more than $37 million by fraudulently gaining access to Meta Platforms Inc. business manager accounts and their associated lines of credit from 2020 to 2022.\n\nBoth Iza and Saavedra also admitted to federal tax crimes. Iza avoided the assessment of nearly $7 million in federal income tax due for 2021. Saavedra received approximately $373,146 in unreported income and subscribed to a false tax return for 2021.\n\nAs part of his plea agreement, Saavedra said he would pay restitution to his victims, and pay his back taxes with interest. He also agreed to forfeit dozens of designer bags and shoes as well as a money counting machine, all of which prosecutors said were either ill-gotten gains or goods used to further criminal activity.\n\nFrom the steps of the federal courthouse, U.S. Atty. E. Martin Estrada addressed reporters on Friday morning — his last day in office. He referred to Iza as a “massive cyber fraudster” who used deputies as his “enforcers,” and said that he and Saavedra both “profited handsomely from their criminal scheme.”\n\nHe thanked Sheriff Robert Luna for cooperating with federal authorities to ensure justice, and hinted at the possibility of more to come, saying the investigation is “very much ongoing.”\n\nEx-L.A. County sheriff’s deputy gets prison time for using search warrant for a private client\n\nUsing drones and Instagram, L.A. heist mastermind kept pulling jobs. Then one ended in murder\n\nThe ‘crypto kids’ of Los Angeles: Easy money, risky lives and a violent fallout\n\nBrittny Mejia is a Metro reporter covering federal courts and immigration for the Los Angeles Times. She was a Pulitzer Prize finalist in 2021 for her investigation with colleague Jack Dolan that exposed failures in Los Angeles County’s safety-net healthcare system. She joined The Times in 2014.\n\nKeri Blakinger covers the Los Angeles County Sheriff’s Department. Before joining the Los Angeles Times in 2023, she spent nearly seven years in Texas, first covering criminal justice for the Houston Chronicle and then covering prisons for the Marshall Project. Blakinger was a 2024 Pulitzer Prize finalist in feature writing for For her insightful, humane portrait, reported with great difficulty, of men on Death Row in Texas who play clandestine games of “Dungeons & Dragons,” countering their extreme isolation with elaborate fantasy. Her work has appeared everywhere from the BBC to the New York Daily News, from Vice to the Washington Post Magazine, where her 2019 reporting on women in jail helped earn a National Magazine Award. She is the author of “Corrections in Ink,” a 2022 memoir about her time in prison.\n\nSoCal man who threatened mosque arrested with AR-15 and ‘thousands’ of rounds of ammo, feds say\n\nWatch driver of stolen Mercedes lead police on erratic, slow-speed chase through South L.A.\n\nCaregiver sentenced in strangling murders of 2 dementia care residents\n\nMistrial is declared in Lindsay Clancy child killings case after jury deadlocks\n\nUpdate: Rebuilding Is Underway On West Poppyfields Drive\n\nIn this episode, we bring you the update on how an Altadena resident and her neighborhood are coming along, plus a re-run of the two-part series we did on the Poppyfields people back in June.\n\nHow A Hillside Strangler Nearly Went Free\n\nThe Hillside Strangler murders terrorized Los Angeles in the late 1970s. The killers were a pair of sadistic cousins. One confessed. The other was set to stand trial—until L.A. prosecutors flinched.\n\nEmpress Of on Dream House, Blood Orange & Going to Her First Hardcore Festival Alone\n\nHosts Fidel Martínez and Suzy Exposito sit down with Lorely Rodriguez –aka Empress Of– indie pop singer, songwriter, and producer, for a conversation about identity, resilience, and her new album Dream House, made while simultaneously rebuilding an actual house in Altadena alongside her mom.\n\nA billionaire was accused of stealing Malibu sand. Now he’s donating a new beach to the public\n\nL.A. renames Pershing Square after Biddy Mason, founder of L.A.’s First AME Church\n\n‘People aren’t food.’ Footage shows shark circling swimmer at SoCal beach\n\nL.A. freeways, roads to be closed to general traffic for 2028 Olympics. How will it hit your commute?", - "chars": 15725, - "sha256": "f80c256a93a19fa716567aab634d092e852fa0e63fa0f8c2e2d2b9431a3d4067", + "text": "L.A. deputy was 'crooked cop' on crypto mogul's payroll, feds say - Los Angeles Times\n\nEric Chase Saavedra, an active L.A. County deputy and former federal task force officer, agreed this week to plead guilty to conspiracy and tax crimes.\n\nSaavedra carried out the criminal bidding of Adam Iza, a crypto mogul known as ‘The Godfather,’ including obtaining false search warrants on his behalf.\n\nIza, 24, has also agreed to plead guilty to federal charges, including wire fraud.\n\nA longtime detective in the Los Angeles County Sheriff’s Department’s anti-gang unit has admitted to violating the civil rights of multiple victims through intimidation, illegal search warrants and other abuses of power, according to plea agreements filed this week.\n\nEric Chase Saavedra, an L.A. County deputy and former federal task force officer, agreed this week to plead guilty to conspiracy and tax crimes tied to his role in carrying out the criminal bidding of Adam Iza, a crypto mogul known as “The Godfather,” officials said. Saavedra faces up to 13 years in prison.\n\nIza, 24, has agreed to plead guilty to similar charges, in addition to wire fraud. He faces up to 35 years in prison, though the plea deal is likely to lighten his sentence. Iza has been in custody since September and last month was transported to Las Vegas for surgery to remove rods from a leg-lengthening surgery that prosecutors say he paid for with money hidden from tax collectors.\n\nAs far back as 2021, Iza paid Saavedra’s private security company — a business he ran on the side in addition to working as a deputy — $100,000 per month for round-the-clock bodyguards, court filings say. The hired muscle protected Iza and sometimes committed crimes for him, according to Saavedra’s plea agreement. For each 12-hour shift, Saavedra admitted, he picked two from a roster of 20 to 25 active deputies, paying them $750 cash. Even though it wasn’t official department work, some of the deputies often carried firearms and flashed their LASD badges, according to the agreement.\n\nSaavedra, 41, also admitted to illegally using his department credentials to access sensitive law enforcement databases and obtain personal identifiable information about people Iza had personal or business disputes with, as well as their associates and family members.\n\nIn one case, Saavedra created a fake search warrant that he used to intimidate someone, according to the agreement. In another, the deputy admitted, he misled a narcotics detective, resulting in a drug raid on the home of a man Iza had previously extorted. In a third case, Saavedra said he lied to get a warrant, falsely claiming he needed to track a man’s cellphone as part of a firearms investigation.\n\nAfter he got the warrant and discovered the victim’s location, he gave that information to Iza — and later three people with guns tried to break into the man’s home.\n\n“Mr. Iza’s and Mr. Saavedra’s relationship was little more than a thuggish partnership between a thief and a crooked cop,” said IRS Criminal Investigation Special Agent in Charge Tyler Hatcher. “The public should be able to trust members of law enforcement, but Mr. Saavedra violated his oath for a payday.”\n\nBoth Iza and Saavedra’s plea agreements describe an array of criminal acts involving Saavedra and other unnamed sheriff’s deputies, who allegedly harassed and threatened people to further Iza’s criminal aims. So far, at least six deputies have been relieved of duty in connection with the case, as The Times reported last year. The Sheriff’s Department confirmed Friday afternoon that Saavedra was among them, saying he’d been relieved of duty as of Sept. 23.\n\n“This deplorable behavior is a direct violation of Department standards, betrays public trust, and tarnishes the reputation of all deputies and the entire Department,” the Sheriff’s Department said in a statement. “Those who misuse their badge to exploit their power for personal gain through illegal activities have no place in law enforcement and must be held accountable. They have no place in the Los Angeles County Sheriff’s Department.”\n\nCrypto ‘godfather’ of Bel-Air: Probe widens into L.A. deputies’ alleged links to mogul\n\nAt least six L.A. County sheriff’s deputies have been relieved of duty amid an investigation into their work for a 24-year-old cryptocurrency entrepreneur accused of extortion and hiding millions of dollars from tax collectors.\n\nIn a statement, Iza’s attorney, Josef Sadat, referred to his client as “one of the smartest individuals I have ever met.”\n\n“Hopefully, others involved in this, whose actions were more morally reprehensible than that of Mr. Iza given their comparative age and societal positions, will follow his path sooner than later since truth leads to redemption,” Sadat said.\n\nBrian Gurwitz, the attorney representing Saavedra, offered a short response early Friday.\n\n“Mr. Saavedra recognizes the breach of trust his actions represent and deeply regrets the harm they have caused to the community he dedicated decades to serving,” Gurwitz said. “To respect the Department of Justice’s ongoing investigation, he will not make further public comments at this time.”\n\nSaavedra said in his plea that he first learned of Iza around August 2021, through fellow deputies who had recently worked security for the crypto mogul at his Bel-Air mansion. That same month, Iza hired Saavedra’s company to provide security services.\n\nThe deputy had a lengthy history in the department and in 2018 got a tattoo on his left ankle of the unofficial logo of the Lakewood sheriff’s station, which was a spade with the number 13 inside of it, according to his plea agreement.\n\nSaavedra admitted to recruiting around 20 to 25 deputies and others to accompany Iza 24/7. At times, Saavedra worked the shifts himself.\n\nAccording to his plea agreement, Saavedra regularly used his LASD credentials to access confidential databases to get information for Iza. Sometimes, he had fellow deputies working for his company do the same.\n\nSaavedra said he and the other deputies gave the crypto mogul personal information relating to several people, including three victims — identified in the agreement as R.C., E.Z. and D.D. — with whom Iza had disputes.\n\nOne of the earliest incidents prosecutors described in court filings last year took place during an August 2021 party at Iza’s Bel-Air mansion. Iza wasn’t happy with the party and wanted the party planner — R.C. — to reimburse him for half the cost, prosecutors said.\n\nLast year, prosecutors alleged in an indictment that two of Iza’s bodyguards held R.C. at gunpoint and forced him to transfer back $25,000 he’d been paid for his services.\n\nIn this week’s plea agreement, Saavedra admitted he knew the bodyguards — both of whom are deputies — had held someone at gunpoint. One of Iza’s associates claimed R.C. was a major fentanyl and cocaine dealer, leading Saavedra to pass the information along to a narcotics detectives, according to the court filings.\n\nSoon after, the narcotics detective told Saavedra that they had obtained a warrant but did not find any illegal drugs in R.C.’s home, according to Saavedra’s agreement.\n\nIza also admitted that in October 2022, sheriff’s deputies in his employ illegally detained yet another victim — identified by the initials L.A. According to his plea, Iza held the victim at gunpoint and forced him to transfer $127,000 into a bank account he controlled.\n\nIn late 2021, Saavedra said he learned of a dispute between Iza and E.Z. regarding a laptop believed to hold more than $100 million in cryptocurrency. Through court records and interviews, The Times was able to identify E.Z. as Enzo Zelocchi, a self-described “actor, producer and innovator.”\n\nIza told Saavedra the laptop was stolen and that he wanted it so he could access and convert the cryptocurrency, court filings show. In a previous interview with The Times, Zelocchi said the laptop belonged to him.\n\nIza later told Saavedra that he thought Zelocchi’s associate, D.D., might have the laptop. In December 2021, Saavedra, Iza and two others — including another deputy — went to D.D.’s Orange County home to confront him, according to Saavedra’s agreement, but D.D. refused to open the door and spoke to them through a window.\n\nSaavedra admitted in his plea agreement that he identified himself as law enforcement, showed his badge and told D.D. that a stolen laptop was pinging in his home. D.D. denied having a stolen laptop and after police arrived, the group departed.\n\nIza later told Saavedra he’d hired a private investigator and was spending large sums of money to locate Zelocchi and the laptop with no success, according to Saavedra’s agreement. Iza said he was frustrated by the private investigator’s lack of progress, prompting Saavedra to offer a solution: a search warrant for GPS location information associated with Zelocchi’s phone.\n\nDeputies warned to decontaminate clothes after lead, asbestos found in air near Eaton fire\n\nOn Wednesday, a sheriff’s official warned deputies about “hazardous” airborne contaminants near the Eaton fire.\n\nSaavedra admitted that in January 2022, he applied for and obtained a search warrant for several phone numbers, including Zelocchi’s. According to his plea agreement, Saavedra lied in a sworn affidavit, stating that Zelocchi’s number was tied to a suspect in a firearms investigation.\n\nAfter getting the illegally-obtained warrant, court records show Saavedra began receiving pings for Zelocchi’s phone, identifying the approximate location. Soon after, Saavedra admitted to traveling to an L.A. neighborhood where the phone was pinging and spotting Zelocchi outside a residence in an apartment complex.\n\nAccording to court filings, Saavedra told Iza that he had found Zelocchi and the two surveilled the apartment complex and residence.\n\nIza admitted that he gave orders that led three people to try to force open the door of Zelocchi’s residence, but the effort failed when Zelocchi fired in their direction and they fled.\n\nIn 2022, Iza told Saavedra that one of his business associates — identified in court records as Client 1 — had been involved in stealing large amounts of cryptocurrency, and was interested in hiring private security. According to Saavedra’s plea agreement, Iza told Saavedra he could get the client’s business if Client 1 thought there was something to worry about.\n\nTo do that, Iza allegedly suggested scaring Client 1 with a made-up investigation. So Saavedra created a fake search warrant, using the official Sheriff’s Department template to make it look legitimate.\n\nAfter writing up the false document, which mentioned cryptocurrency and digital services, Saavedra arranged to have another deputy share it with Iza, who showed it to the potential client, court filings say.\n\nAltadena had soul, solitude and community. Can those qualities survive devastating firestorm?\n\nThe Eaton fire cut a brutal swath through Altadena and a cherished way of life in this eclectic foothill community it upended.\n\nNot long afterward, Client 1 hired Saavedra’s company for security.\n\nSaavedra and his company provided services to Iza from August 2021 until around March 2022, when Iza left for Dubai, according to the plea agreement. When Iza returned to L.A. in July 2024, those services resumed until Iza’s arrest in September.\n\nIza also admitted in his plea to stealing more than $37 million by fraudulently gaining access to Meta Platforms Inc. business manager accounts and their associated lines of credit from 2020 to 2022.\n\nBoth Iza and Saavedra also admitted to federal tax crimes. Iza avoided the assessment of nearly $7 million in federal income tax due for 2021. Saavedra received approximately $373,146 in unreported income and subscribed to a false tax return for 2021.\n\nAs part of his plea agreement, Saavedra said he would pay restitution to his victims, and pay his back taxes with interest. He also agreed to forfeit dozens of designer bags and shoes as well as a money counting machine, all of which prosecutors said were either ill-gotten gains or goods used to further criminal activity.\n\nFrom the steps of the federal courthouse, U.S. Atty. E. Martin Estrada addressed reporters on Friday morning — his last day in office. He referred to Iza as a “massive cyber fraudster” who used deputies as his “enforcers,” and said that he and Saavedra both “profited handsomely from their criminal scheme.”\n\nHe thanked Sheriff Robert Luna for cooperating with federal authorities to ensure justice, and hinted at the possibility of more to come, saying the investigation is “very much ongoing.”\n\nEx-L.A. County sheriff’s deputy gets prison time for using search warrant for a private client\n\nUsing drones and Instagram, L.A. heist mastermind kept pulling jobs. Then one ended in murder\n\nThe ‘crypto kids’ of Los Angeles: Easy money, risky lives and a violent fallout\n\nBrittny Mejia is a Metro reporter covering federal courts and immigration for the Los Angeles Times. She was a Pulitzer Prize finalist in 2021 for her investigation with colleague Jack Dolan that exposed failures in Los Angeles County’s safety-net healthcare system. She joined The Times in 2014.\n\nKeri Blakinger covers the Los Angeles County Sheriff’s Department. Before joining the Los Angeles Times in 2023, she spent nearly seven years in Texas, first covering criminal justice for the Houston Chronicle and then covering prisons for the Marshall Project. Blakinger was a 2024 Pulitzer Prize finalist in feature writing for For her insightful, humane portrait, reported with great difficulty, of men on Death Row in Texas who play clandestine games of “Dungeons & Dragons,” countering their extreme isolation with elaborate fantasy. Her work has appeared everywhere from the BBC to the New York Daily News, from Vice to the Washington Post Magazine, where her 2019 reporting on women in jail helped earn a National Magazine Award. She is the author of “Corrections in Ink,” a 2022 memoir about her time in prison.", + "chars": 13996, + "sha256": "c7265bce8bcee98902eb03f9d6439ad970911d2e98bd5905c0274ab2d593366a", "staged_file": "01_latimes-com.txt", - "paragraphs_kept": "ALL 74 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 3-59 of 74", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:52:59+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-59 plus headline [0]; dropped 2 leading and 14 trailing paragraphs. Case-term hits on page: 23.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "105": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.reuters.com/world/thieves-rip-bitcoin-atm-barcelona-crypto-store-2021-11-12/#:~:text=An%20unverified%20video%20purporting%20to,Allen;%20Editing%20by%20Toby%20Chopra", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "reuters.com", + "language": "unknown", + "text": "Thieves rip bitcoin ATM from Barcelona crypto-store | Reuters\n\nMADRID, Nov 12 (Reuters) - Spanish police are investigating the robbery of a 'bitcoin ATM' in a raid on a cryptocurrency exchange outlet in a wealthy Barcelona neighbourhood, local media reported on Friday.\n\nBitcoin ATMs allow customers to purchase cryptocurrency using cash or a debit card, while some also let users to exchange their crypto holdings for cash.\n\nAccording to data from the Coin ATM radar website, which tracks the location of crypto ATMs, Spain has 158 such machines, the highest number in Europe.\n\nCatalonia's Mossos d'Esquadra police force said an ATM had been stolen at around 3 a.m. and declined to provide any more information to avoid hindering the investigation.\n\nCiting police sources, EFE news agency said thieves took the bitcoin ATM from a shop on Beethoven street in the Sarria area, home to a branch of the GBTC cryptocurrency exchange.\n\nGBTC did not return multiple requests for comment and the police declined to confirm the exact location of the robbery.\n\nAn unverified video purporting to show the crime showed an SUV ramming into the closed shutters of the GBTC storefront before half a dozen or so people in hoods carried the cash machine into a second car waiting on the street.\n\nOne of the assailants sprayed a fire extinguisher at onlookers as the two cars sped off into the night.\n\nReporting by Nathan Allen; Editing by Toby Chopra\n\nOur Standards: The Thomson Reuters Trust Principles.", + "chars": 1488, + "sha256": "e90b091aa86036667f76d5353a85bb7083859981427322cad1d0c6bfdef560cd", + "staged_file": "01_reuters-com-wayback.txt", + "paragraphs_kept": "headline [0] + 2-11 of 22", + "method": "Wayback Machine snapshot 20230606163845, deterministic extraction", + "fetched_at": "2026-09-05T13:30:45+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20230606163845/https://www.reuters.com/world/thieves-rip-bitcoin-atm-barcelona-crypto-store-2021-11-12/", + "snapshot": "20230606163845", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2023-06-06", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-11 plus headline [0]; dropped 1 leading and 10 trailing paragraphs. Case-term hits on page: 12.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "104": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.scmp.com/news/hong-kong/law-and-crime/article/3156021/hong-kong-police-hunt-triad-gang-members-who-kidnapped", "source": "scmp.com", "language": "unknown", - "text": "Hong Kong police rescue cryptocurrency trader kidnapped by triad gang who demanded HK$30 million ransom | South China Morning Post\n\nHong Kong police rescue cryptocurrency trader kidnapped by triad gang who demanded HK$30 million ransom\n\nThe victim, 39, was lured into Kowloon Bay industrial unit on November 6 to carry out cryptocurrency transaction\n\nHe refused to arrange payment of HK$30 million ransom and officers rescued him six days later, while manhunt is under way for at least eight others\n\nPublished: 6:32pm, 14 Nov 2021Updated: 11:27pm, 14 Nov 2021\n\nPolice have made a dramatic rescue of a cryptocurrency trader who was kidnapped by suspected triad members and held at a house in northern Hong Kong for nearly a week as his captors tried to extract a HK$30 million (US$3.85 million) ransom from his family.\n\nPolice raided the residence in the New Territories after being contacted by the family, and just as officers were swooping on the location, the trader managed to climb out a window and drop to the ground, the force revealed on Sunday.\n\nBut the kidnappers had beaten the victim, 39, with hammers in their unsuccessful attempt to force the ransom payment and he suffered leg fractures requiring hospital treatment, a source told the Post.\n\nOfficers arrested seven people and were hunting for about eight others, believed to be members of a Sun Yee On triad faction, including the suspected division boss.\n\nAuthorities were investigating whether any money was stolen from the man as he was forced to reveal the passwords for his bank and cryptocurrency accounts, acting Senior Superintendent Alan Chung of the Kowloon West regional crime unit said. According to the source, the digital currency holdings were worth more than HK$20 million.", - "chars": 1755, - "sha256": "2415fd6144e5d257c152cf5a20084df8ca1a7fefc96409cfada8564536e63721", + "text": "Hong Kong police rescue cryptocurrency trader kidnapped by triad gang who demanded HK$30 million ransom | South China Morning Post\n\nHe refused to arrange payment of HK$30 million ransom and officers rescued him six days later, while manhunt is under way for at least eight others\n\nPublished: 6:32pm, 14 Nov 2021Updated: 11:27pm, 14 Nov 2021\n\nPolice have made a dramatic rescue of a cryptocurrency trader who was kidnapped by suspected triad members and held at a house in northern Hong Kong for nearly a week as his captors tried to extract a HK$30 million (US$3.85 million) ransom from his family.\n\nPolice raided the residence in the New Territories after being contacted by the family, and just as officers were swooping on the location, the trader managed to climb out a window and drop to the ground, the force revealed on Sunday.\n\nBut the kidnappers had beaten the victim, 39, with hammers in their unsuccessful attempt to force the ransom payment and he suffered leg fractures requiring hospital treatment, a source told the Post.\n\nOfficers arrested seven people and were hunting for about eight others, believed to be members of a Sun Yee On triad faction, including the suspected division boss.\n\nAuthorities were investigating whether any money was stolen from the man as he was forced to reveal the passwords for his bank and cryptocurrency accounts, acting Senior Superintendent Alan Chung of the Kowloon West regional crime unit said. According to the source, the digital currency holdings were worth more than HK$20 million.", + "chars": 1536, + "sha256": "d1a4a7d98788c14e669967d70d2dac141c4802937c58eb089defcbbed1eafb0f", "staged_file": "01_scmp-com.txt", - "paragraphs_kept": "ALL 10 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 3-9 of 10", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:53:03+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-9 plus headline [0]; dropped 2 leading and 0 trailing paragraphs. Case-term hits on page: 20.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "103": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://english.elpais.com/usa/2021-11-03/criminal-gang-assaults-founder-of-social-media-network-tuenti-in-his-madrid-home-in-apparent-attempt-to-steal-his-bitcoin-fortune.html", "source": "english.elpais.com", "language": "unknown", - "text": "Gang assaults founder of social network Tuenti in his Madrid home in apparent attempt to steal bitcoin fortune | U.S. | EL PAÍS EnglishSkip to content\n\nMadrid - Nov 03, 2021 - 10:56Updated Nov 03, 2021 - 12:36CET\n\nA group of hooded assailants on Tuesday entered the Madrid home of the founder of social network Tuenti, Zaryn Dentzel, in an apparent bid to steal his bitcoin fortune. That’s according to the American entrepreneur himself, who reported the incident to police after they were called to his apartment. As was first reported by online Spanish daily El Español and later confirmed to EL PAÍS by police sources, Dentzel was left with a cut to his chest and was beaten by the criminal gang in a bid to obtain the passwords of his bank accounts and electronic wallets. The Tuenti founder is yet to file a formal report at a police station.\n\nDentzel, 38, made Spain his home in the mid-2000s, when he decided to create a social network in Spain for young people called Tuenti, after having spent time as a student in the Extremadura region learning Spanish during his university years. His social network ended up counting on millions of users and was acquired by Spanish telecoms giant Telefónica in 2010 for €70 million. He stayed at the helm of the company after the sale. In 2016 the social network itself was closed and Tuenti remained as a telecommunications operator.\n\nAccording to the account recorded by police officers based on the victim’s testimony, he was in his home on Tuesday with a maintenance technician when the doorbell rang. He opened it to find “four or five” hooded men who covered up the security cameras with items of clothing as soon as they entered the property. They also covered his eyes and began to beat him, according to his account.\n\nThe incident began at around 3pm and lasted for several hours, according to Dentzel. After the assault, the gang left the house. Police were called by a neighbor who had heard shouts. Dentzel told officers that he had heard them take items with them but that he was unable at that moment to determine how many were missing or their value. The officers confirmed that the entrepreneur was left with a small wound on his chest.\n\nThe National Police in Madrid have taken charge of the investigation, which is ongoing and has so far not seen any arrests. The officers who were in the house took samples as well as statements and images that will allow for the facts of the case to be established.\n\nThe Tuenti founder divides his time between the Californian city of Santa Bárbara in the United States, and Madrid. He returned to Spain just a few weeks ago after spending a period in his home country. The property where the incident took place is located in Ruiz de Alarcón street, and is a penthouse apartment next to the Prado Museum with impressive views of Retiro Park.\n\nThe entrepreneur has been investing in bitcoin for several years and his fortune in this virtual currency could be worth millions of euros. As such, his accounts are likely to be protected with more levels of security than just a password.\n\nMáster Universitario en Energías Renovables\n\nMáster en Producción Editorial y Diseño Gráfico\n\nMejora tu francés con una Learning Serie.\n\nEpisodios diarios, culturales y personalizados.\n\nEvaluación de nivel y certificado pedagógico al acabar la formación.\n\nPrueba 7 días gratis y sin compromiso.\n\nMejora tu inglés con con una Learning Serie.\n\nMejora tu italiano con una Learning Serie.\n\nMejora tu alemán con una Learning Serie.\n\nMáster oficial en Comunicación Política y Empresarial\n\nMáster Universitario en Inteligencia Artificial\n\nMáster Universitario en Ingeniería Biomédica\n\nMáster en Psicología Clínica Infantojuvenil\n\n¡Disfruta con nuestros Crucigramas para expertos!\n\nJuega a nuestros Sudoku medio y mejora día a día tu nivel\n\nJuega a las nuevas Sopas de letras clásicas y temáticas de EL PAÍS", - "chars": 3885, - "sha256": "7739a3a6ed84e1a4c27c45774bd5a7bc8a6e8641e3acb2c91f6e384bcfb228bd", + "text": "Gang assaults founder of social network Tuenti in his Madrid home in apparent attempt to steal bitcoin fortune | U.S. | EL PAÍS EnglishSkip to content\n\nMadrid - Nov 03, 2021 - 10:56Updated Nov 03, 2021 - 12:36CET\n\nA group of hooded assailants on Tuesday entered the Madrid home of the founder of social network Tuenti, Zaryn Dentzel, in an apparent bid to steal his bitcoin fortune. That’s according to the American entrepreneur himself, who reported the incident to police after they were called to his apartment. As was first reported by online Spanish daily El Español and later confirmed to EL PAÍS by police sources, Dentzel was left with a cut to his chest and was beaten by the criminal gang in a bid to obtain the passwords of his bank accounts and electronic wallets. The Tuenti founder is yet to file a formal report at a police station.\n\nDentzel, 38, made Spain his home in the mid-2000s, when he decided to create a social network in Spain for young people called Tuenti, after having spent time as a student in the Extremadura region learning Spanish during his university years. His social network ended up counting on millions of users and was acquired by Spanish telecoms giant Telefónica in 2010 for €70 million. He stayed at the helm of the company after the sale. In 2016 the social network itself was closed and Tuenti remained as a telecommunications operator.\n\nAccording to the account recorded by police officers based on the victim’s testimony, he was in his home on Tuesday with a maintenance technician when the doorbell rang. He opened it to find “four or five” hooded men who covered up the security cameras with items of clothing as soon as they entered the property. They also covered his eyes and began to beat him, according to his account.\n\nThe incident began at around 3pm and lasted for several hours, according to Dentzel. After the assault, the gang left the house. Police were called by a neighbor who had heard shouts. Dentzel told officers that he had heard them take items with them but that he was unable at that moment to determine how many were missing or their value. The officers confirmed that the entrepreneur was left with a small wound on his chest.\n\nThe National Police in Madrid have taken charge of the investigation, which is ongoing and has so far not seen any arrests. The officers who were in the house took samples as well as statements and images that will allow for the facts of the case to be established.\n\nThe Tuenti founder divides his time between the Californian city of Santa Bárbara in the United States, and Madrid. He returned to Spain just a few weeks ago after spending a period in his home country. The property where the incident took place is located in Ruiz de Alarcón street, and is a penthouse apartment next to the Prado Museum with impressive views of Retiro Park.\n\nThe entrepreneur has been investing in bitcoin for several years and his fortune in this virtual currency could be worth millions of euros. As such, his accounts are likely to be protected with more levels of security than just a password.\n\nMáster Universitario en Energías Renovables\n\nMáster en Producción Editorial y Diseño Gráfico\n\nMejora tu francés con una Learning Serie.\n\nEpisodios diarios, culturales y personalizados.\n\nEvaluación de nivel y certificado pedagógico al acabar la formación.\n\nPrueba 7 días gratis y sin compromiso.\n\nMejora tu inglés con con una Learning Serie.\n\nMejora tu italiano con una Learning Serie.\n\nMejora tu alemán con una Learning Serie.\n\nMáster oficial en Comunicación Política y Empresarial\n\nMáster Universitario en Inteligencia Artificial\n\nMáster Universitario en Ingeniería Biomédica\n\nMáster en Psicología Clínica Infantojuvenil\n\n¡Disfruta con nuestros Crucigramas para expertos!", + "chars": 3758, + "sha256": "58cb11de091aeb65d1fc1e6ac3c5ad20d86b89af44b428b946b85d250bbabdf8", "staged_file": "01_english-elpais-com.txt", - "paragraphs_kept": "ALL 25 paragraphs, untrimmed", + "paragraphs_kept": "0-22 of 25", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:53:06+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 0-22; dropped 0 leading and 2 trailing paragraphs. Case-term hits on page: 13.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "102": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.vice.com/en/article/man-shot-dead-in-hail-of-gunfire-over-crypto-mining-rigs-police-say/", "source": "vice.com", "language": "unknown", - "text": "Man Shot Dead in Hail of Gunfire Over Crypto Mining Rigs, Police Say\n\nGet unlimited access to everything VICE has to offer.\n\nOn October 20, a man opened fire on people attempting to steal his cryptocurrency mining equipment in the Abkhazia region bordering Russia. According to police, the man killed one of his own friends while fending off the attackers and is now in custody.\n\nAbkhazia is a disputed territory along the Black Sea where officials have been fighting cryptocurrency miners for years. Electricity in the country is ten times cheaper than in neighboring Georgia and miners have flooded the area and stressed the power grid, leading to rolling blackouts. The problem is so bad that Abkhazia has estimated there is one crypto-mining facility for every 400 residents. Abkhazia briefly legalized mining, but then outlawed it again this year and began to seize and destroy the machines.\n\nAuthorities in Abkhazia have just started the investigation of the cryptocurrency shooting but early reports indicated it was a robbery gone wrong. According to a statement from the General Prosecutor’s Office of Abkhazia, a group of men running a cryptocurrency mining operation in the village of Aatsy tried to stop the theft of their machines by at least five men using Kalashnikov rifles and Makarov pistols. Amid the gunfire, police say that one of the men killed his friend.\n\n“When stopping the theft of equipment for the extraction of cryptocurrency by at least five persons, they opened fire from the available firearms, as a result of which Pachial R.G., realizing the social danger of his actions when firing shots from close range, comitted the murder of A.B. Ardzibna,” the statement said, according to Google translate.\n\nAccording to Echo of the Caucasus, there are conflicting reports about what actually happened during the shooting. The official statement is worded strangely and friends and family of the deceased are keeping quiet so as not to disrupt the investigation, though the outlet notes that it appears indisputable that the shooting occurred around and because of a Bitcoin mine.\n\n“Astamur Ardzinba was killed. A friend, a classmate of my eldest son. A well-mannered young man whom I loved in a fatherly way. I have been broken since yesterday,” Abkhazia blogger David Dasnia said on his Facebook page, Echo of the Caucasus reported. “I cry like a child from impotence. Only one thought comes to my mind: what about his father? May his murderers be cursed forever and ever! When will total order be restored in Abkhazia?”\n\nAbkhazia, Crime, cryptocurrecy, Tech, worldnews\n\n3 Iconic 90s Groups Who Shockingly Never Earned a No. 1 Hit\n\nKacey Musgraves Has Big, Sparkly Balls, and This Fellow Country Star Doesn’t Like It (Yes, It’s a Man)\n\n3 Mid-90s Grunge Bands That Just Barely Missed the Genre’s Peak\n\nThank for your puchase!\n\nYou have successfully purchased.", - "chars": 2884, - "sha256": "8f0272dad31fd06bec85a32c1b1fb1de448fbf332f010b2be45c0715d861926b", + "text": "Man Shot Dead in Hail of Gunfire Over Crypto Mining Rigs, Police Say\n\nGet unlimited access to everything VICE has to offer.\n\nOn October 20, a man opened fire on people attempting to steal his cryptocurrency mining equipment in the Abkhazia region bordering Russia. According to police, the man killed one of his own friends while fending off the attackers and is now in custody.\n\nAbkhazia is a disputed territory along the Black Sea where officials have been fighting cryptocurrency miners for years. Electricity in the country is ten times cheaper than in neighboring Georgia and miners have flooded the area and stressed the power grid, leading to rolling blackouts. The problem is so bad that Abkhazia has estimated there is one crypto-mining facility for every 400 residents. Abkhazia briefly legalized mining, but then outlawed it again this year and began to seize and destroy the machines.\n\nAuthorities in Abkhazia have just started the investigation of the cryptocurrency shooting but early reports indicated it was a robbery gone wrong. According to a statement from the General Prosecutor’s Office of Abkhazia, a group of men running a cryptocurrency mining operation in the village of Aatsy tried to stop the theft of their machines by at least five men using Kalashnikov rifles and Makarov pistols. Amid the gunfire, police say that one of the men killed his friend.\n\n“When stopping the theft of equipment for the extraction of cryptocurrency by at least five persons, they opened fire from the available firearms, as a result of which Pachial R.G., realizing the social danger of his actions when firing shots from close range, comitted the murder of A.B. Ardzibna,” the statement said, according to Google translate.\n\nAccording to Echo of the Caucasus, there are conflicting reports about what actually happened during the shooting. The official statement is worded strangely and friends and family of the deceased are keeping quiet so as not to disrupt the investigation, though the outlet notes that it appears indisputable that the shooting occurred around and because of a Bitcoin mine.\n\n“Astamur Ardzinba was killed. A friend, a classmate of my eldest son. A well-mannered young man whom I loved in a fatherly way. I have been broken since yesterday,” Abkhazia blogger David Dasnia said on his Facebook page, Echo of the Caucasus reported. “I cry like a child from impotence. Only one thought comes to my mind: what about his father? May his murderers be cursed forever and ever! When will total order be restored in Abkhazia?”\n\nAbkhazia, Crime, cryptocurrecy, Tech, worldnews\n\n3 Iconic 90s Groups Who Shockingly Never Earned a No. 1 Hit\n\nKacey Musgraves Has Big, Sparkly Balls, and This Fellow Country Star Doesn’t Like It (Yes, It’s a Man)", + "chars": 2760, + "sha256": "446c5be7e164814292b4b04e67f0e3efc845b72dc3a9ce133bc424f12fb7ea1b", "staged_file": "01_vice-com.txt", - "paragraphs_kept": "ALL 14 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-10 of 14", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:53:09+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-10 plus headline [0]; dropped 0 leading and 3 trailing paragraphs. Case-term hits on page: 15.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "101": [ { "field": "url", - "verdict": "ERROR", + "verdict": "KEEP", "url": "https://www.nbcbayarea.com/news/local/thieves-break-into-silicon-valley-liquor-store-to-steal-bitcoin-atm/2677196/", - "source": null, - "note": "IncompleteRead: IncompleteRead(353819 bytes read)" + "source": "nbcbayarea.com", + "language": "unknown", + "text": "Thieves Break Into Silicon Valley Liquor Store to Steal Bitcoin ATM – NBC Bay Area\n\nPolice said they are reviewing the surveillance video and are investigating.\n\nNo other information was available on the incident.\n\nBitcoin ATMs have popped up across the United States over the past year. The machine allows customers to buy or sell the digital currency, and sometimes extract cash, according to a Reuters report on the growing popularity of Bitcoin ATMs.\n\nNBC Bay Area’s Raj Mathai spoke with Business and Tech Reporter Scott Budman about the brazen burglary at a Sunnyvale liquor store.\n\n\"Honestly, if I was going after Bitcoin and trying to steal it, I would hack instead,\" said Caroline Chen, a business professor at San Jose State University. \"Because then I know I can steal millions of dollars of Bitcoin in one fell swoop, instead of the ATM at the local convenience store that has $200 of actual cash in it.\"\n\nThere are now over 48,000 Bitcoin ATMs across the nation, according to independent research site howmanybitcoinatms.com.\n\nMeanwhile, Bitcoin this week bounced back by topping $55,000, CNBC reported. It marked the highest level for the cryptocurrency since mid-May.", + "chars": 1182, + "sha256": "9ec641137a5795ef3f381d47b78361c3741870ba10ae6698b63d1c5eafb4bca7", + "staged_file": "01_nbcbayarea-com-wayback.txt", + "paragraphs_kept": "headline [0] + 8-14 of 19", + "method": "Wayback Machine snapshot 20260211201130, deterministic extraction", + "fetched_at": "2026-09-05T13:30:54+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260211201130/https://www.nbcbayarea.com/news/local/thieves-break-into-silicon-valley-liquor-store-to-steal-bitcoin-atm/2677196/", + "snapshot": "20260211201130", + "note": "live URL was ERROR on the first pass; text comes from an archived copy dated 2026-02-11", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 8-14 plus headline [0]; dropped 7 leading and 4 trailing paragraphs. Case-term hits on page: 23.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "99": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.nzherald.co.nz/nz/crypto-heist-raiders-steal-safe-containing-4m-in-cryptocurrency-from-westmere-home/PI3L5LMS6PCSVABJDYSW5O4YGA/", "source": "nzherald.co.nz", "language": "unknown", - "text": "Crypto heist: Raiders steal safe containing $4m in cryptocurrency from Westmere home - NZ Herald\n\nAdvertise with NZME.\n\nRaiders stole a safe containing $4 million in cryptocurrency in what appears to be a sophisticated \"inside job\" targeting a wealthy businessman's home, the Weekend Herald can reveal.\n\nMark Geor, who manages Rock and Rubble, a quarry transporting service, said his family home in the affluent Auckland suburb of Westmere\n was burgled while it was being renovated - and the thieves took an extraordinary haul.\n\nIn his only interview, Geor described the burglary as \"fishy\".\n\n\"We have lived there since 2017 and never had an issue. This burglary was executed with surgical precision,\" he said.\n\n\"Someone has done their homework; they knew exactly where the security cameras are and where the safe was. They won't have any idea of what's inside the safe. If they are able to crack it open, I think they will take out what they can sell,\" Geor said.\n\nIn early August, while their home was being renovated, Geor, 33, his wife Clare,32, and their two young sons moved to Takapuna.\n\nOn September 9, when Geor went to the Westmere house to collect the mail, he noticed a builder's wheelbarrow with a pillow on it. He had a \"hunch\" and felt something wasn't right.\n\nHe discovered the house had been broken into. Burglars had entered through a side door, where there were no security cameras.\n\n\"When I realised the front door and side doors were unlocked, I thought, 'S***, this isn't good,'\" Geor said. \"They turned off the power and disarmed my alarm and back-up battery. The electrical switchboard, control box for the alarm was in the same room as the safe. If you set the alarm there is a wee delay before it goes off, it looks like they were able to shut it off pretty quickly, so they knew what they were doing.\"\n\nAll that was left behind was a small crowbar, an electrician's screwdriver and glove prints. Forensic experts were unable to obtain fingerprints or footprints because of the concrete floors.\n\nPolice confirmed they had received reports of a burglary at an address in Westmere, but said: \"Police made inquiries into this which included reviewing vehicles which had been in the area. However, as there are no active lines of inquiry the matter has been filed pending any further information.\"\n\nGeor says he is a \"realist\" and isn't hopeful he'll get the safe back. But he is offering a substantial reward in exchange for its return with the cryptocurrency and other valuables, including $10,000 in cash, Rolex and Tag Hauer watches, diamond jewellery and family heirlooms.\n\n\"They won't have any idea of what's inside the safe. If they are able to crack it open, I think they will take out what they can sell. The cryptocurrency is on a USB stick among other USB sticks of family and wedding photos and wills ... If they find it they might think that's just paper and biff it or they could take it to people who do know about cryptocurrency. I am worried they now know more than they set out to know,\" Geor said.\n\nAlthough there is no evidence the safe has been cracked open or funds have been withdrawn, Geor can't claim insurance for the cryptocurrency he has lost.\n\n\"Unfortunately, there is no such thing as insurance.\"\n\nCryptocurrencies have enjoyed a meteoric rise over the past year with almost one in five people planning to or having invested, according to a Financial Services Council survey in June.\n\nBut because the currencies are decentralised they are also difficult to trace, making them attractive for use by criminals. The hackers who demanded a ransom from the Waikato District Health Board after a huge cyber attack this year wanted to be paid in cryptocurrency.\n\nThe rise of cryptocurrencies had also given way to the emergence of various scams that use the asset to lure people into them.\n\nIn July, MPs announced they would hold an inquiry into risks to users, the monetary system, and the environment. It will look at how such currencies are created and traded, their use and misuse, and the implications they might have for the tax system and regulators.\n\nGeor said the burglars weren't in a rush and also took his wife's costume jewellery and handwritten letters from her grandmother, and rummaged through her underwear drawer.\n\n\"I think the worse thing is the total violation of our privacy. Clare now feels unsettled about staying in this house.\"\n\nMike Campbell, a private investigator and friend of the Geor family, believes the burglary happened between 8.30pm and midnight.\n\nHe says CCTV footage from a neighbour's security cameras revealed possible suspects driving a white Subaru Legacy wagon and a 2005 Toyota ute with a hood on the back between 9pm and 9.30pm.\n\nOne neighbour told Campbell he noticed a car that seemed to be sussing out the neighbourhood, two days before the burglary.\n\n\"The safe was bolted to the concrete floor and weighs about 160 kilos so you'd need a big strong person to cut it away and shift it out of the cupboard in the stairwell,\" Campbell said.\n\n\"They had to drag it across the room and put it in a wheelbarrow to take it to the front of the house and have a vehicle big enough for the safe.\"\n\nCampbell also believes the burglary was an \"inside job\".\n\nIt is the first cryptocurrency theft he has been involved in the 40 years he's been a private investigator, he said.\n\n\"Whoever went there obviously knew there was a camera in the front of the house. They found the switchboard, had sufficient ability to disconnect the power so that's not coincidental, that involves knowledge.\n\n\"We are relying on someone honest among the tradesmen to nominate a suspect. It could be someone on site who has told someone else who is a crook - that's how these things usually go.\"\n\nCampbell is interested to hear from locksmiths and engineering companies around Auckland.\n\n\"We are concerned the crooks have got the safe and will bulls*** a locksmith to prise it open or talk to people with the ability to open it. Or it could be in a storage unit to let the heat settle. If they are dumb arses who have tried to prise the safe door open with a couple of small screwdrivers that could indicate their mentality.\n\n\"A plate was found at the scene that was prised off the safe door. That suggests to me they weren't the most experienced or brightest of offenders if they thought they could get into it that way,\" Campbell said.\n\nHe is urging the public to call 0800 384 4227 with information.\n\n\"We need the safe back and information that leads to the offenders being arrested. The loss to Mark involves millions of dollars, so you can imagine the value of information that results in the recovery, will be very, very considerable.\"\n\nGeor said his message to the raiders is: \"GIVE IT BACK.\"\n\n\"I am gutted, I feel f***ing robbed. Truly, despite the money, I feel stupid for having all my possessions in there. There is nothing fair or reasonable about this, I just want my stuff.\n\n\"I am offering a reward because there is a lot of money involved and also for the sentimental things,\" Geor added. \"I have a few things of my younger sister who died in 2011 and I can't ever replace those things.\"\n\nA police spokesperson said while police didn't have data \"immediately available\" about construction thefts, \"anecdotally we believe there has been an increase in Auckland City district around burglaries at construction sites\".\n\n\"This is because opportunistic thieves would take the opportunity to target these sites knowing that they will be empty under alert level 4. We encourage tradies to ensure they have their tools secured and if possible CCTV cameras as this will reduce the likelihood of becoming a target of this type of crime.\"\n\nLotto Powerball: One lucky ticket holder is $28m richer!\n\n'God, what is that?': Passengers reveal mid-air fright as flames shoot from engine\n\nPerson dies in hospital from injuries after Gisborne car v cyclist crash\n\nLEGO and Star Wars a perfect pair at interactive exhibit for the whole family", - "chars": 7992, - "sha256": "521cdc5c9ce716f84c4dfaba4c9833beb7205d26ad76c41b12b7f626b6e501b7", + "text": "Crypto heist: Raiders steal safe containing $4m in cryptocurrency from Westmere home - NZ Herald\n\nRaiders stole a safe containing $4 million in cryptocurrency in what appears to be a sophisticated \"inside job\" targeting a wealthy businessman's home, the Weekend Herald can reveal.\n\nMark Geor, who manages Rock and Rubble, a quarry transporting service, said his family home in the affluent Auckland suburb of Westmere\n was burgled while it was being renovated - and the thieves took an extraordinary haul.\n\nIn his only interview, Geor described the burglary as \"fishy\".\n\n\"We have lived there since 2017 and never had an issue. This burglary was executed with surgical precision,\" he said.\n\n\"Someone has done their homework; they knew exactly where the security cameras are and where the safe was. They won't have any idea of what's inside the safe. If they are able to crack it open, I think they will take out what they can sell,\" Geor said.\n\nIn early August, while their home was being renovated, Geor, 33, his wife Clare,32, and their two young sons moved to Takapuna.\n\nOn September 9, when Geor went to the Westmere house to collect the mail, he noticed a builder's wheelbarrow with a pillow on it. He had a \"hunch\" and felt something wasn't right.\n\nHe discovered the house had been broken into. Burglars had entered through a side door, where there were no security cameras.\n\n\"When I realised the front door and side doors were unlocked, I thought, 'S***, this isn't good,'\" Geor said. \"They turned off the power and disarmed my alarm and back-up battery. The electrical switchboard, control box for the alarm was in the same room as the safe. If you set the alarm there is a wee delay before it goes off, it looks like they were able to shut it off pretty quickly, so they knew what they were doing.\"\n\nAll that was left behind was a small crowbar, an electrician's screwdriver and glove prints. Forensic experts were unable to obtain fingerprints or footprints because of the concrete floors.\n\nPolice confirmed they had received reports of a burglary at an address in Westmere, but said: \"Police made inquiries into this which included reviewing vehicles which had been in the area. However, as there are no active lines of inquiry the matter has been filed pending any further information.\"\n\nGeor says he is a \"realist\" and isn't hopeful he'll get the safe back. But he is offering a substantial reward in exchange for its return with the cryptocurrency and other valuables, including $10,000 in cash, Rolex and Tag Hauer watches, diamond jewellery and family heirlooms.\n\n\"They won't have any idea of what's inside the safe. If they are able to crack it open, I think they will take out what they can sell. The cryptocurrency is on a USB stick among other USB sticks of family and wedding photos and wills ... If they find it they might think that's just paper and biff it or they could take it to people who do know about cryptocurrency. I am worried they now know more than they set out to know,\" Geor said.\n\nAlthough there is no evidence the safe has been cracked open or funds have been withdrawn, Geor can't claim insurance for the cryptocurrency he has lost.\n\n\"Unfortunately, there is no such thing as insurance.\"\n\nCryptocurrencies have enjoyed a meteoric rise over the past year with almost one in five people planning to or having invested, according to a Financial Services Council survey in June.\n\nBut because the currencies are decentralised they are also difficult to trace, making them attractive for use by criminals. The hackers who demanded a ransom from the Waikato District Health Board after a huge cyber attack this year wanted to be paid in cryptocurrency.\n\nThe rise of cryptocurrencies had also given way to the emergence of various scams that use the asset to lure people into them.\n\nIn July, MPs announced they would hold an inquiry into risks to users, the monetary system, and the environment. It will look at how such currencies are created and traded, their use and misuse, and the implications they might have for the tax system and regulators.\n\nGeor said the burglars weren't in a rush and also took his wife's costume jewellery and handwritten letters from her grandmother, and rummaged through her underwear drawer.\n\n\"I think the worse thing is the total violation of our privacy. Clare now feels unsettled about staying in this house.\"\n\nMike Campbell, a private investigator and friend of the Geor family, believes the burglary happened between 8.30pm and midnight.\n\nHe says CCTV footage from a neighbour's security cameras revealed possible suspects driving a white Subaru Legacy wagon and a 2005 Toyota ute with a hood on the back between 9pm and 9.30pm.\n\nOne neighbour told Campbell he noticed a car that seemed to be sussing out the neighbourhood, two days before the burglary.\n\n\"The safe was bolted to the concrete floor and weighs about 160 kilos so you'd need a big strong person to cut it away and shift it out of the cupboard in the stairwell,\" Campbell said.\n\n\"They had to drag it across the room and put it in a wheelbarrow to take it to the front of the house and have a vehicle big enough for the safe.\"\n\nCampbell also believes the burglary was an \"inside job\".\n\nIt is the first cryptocurrency theft he has been involved in the 40 years he's been a private investigator, he said.\n\n\"Whoever went there obviously knew there was a camera in the front of the house. They found the switchboard, had sufficient ability to disconnect the power so that's not coincidental, that involves knowledge.\n\n\"We are relying on someone honest among the tradesmen to nominate a suspect. It could be someone on site who has told someone else who is a crook - that's how these things usually go.\"\n\nCampbell is interested to hear from locksmiths and engineering companies around Auckland.\n\n\"We are concerned the crooks have got the safe and will bulls*** a locksmith to prise it open or talk to people with the ability to open it. Or it could be in a storage unit to let the heat settle. If they are dumb arses who have tried to prise the safe door open with a couple of small screwdrivers that could indicate their mentality.\n\n\"A plate was found at the scene that was prised off the safe door. That suggests to me they weren't the most experienced or brightest of offenders if they thought they could get into it that way,\" Campbell said.\n\nHe is urging the public to call 0800 384 4227 with information.\n\n\"We need the safe back and information that leads to the offenders being arrested. The loss to Mark involves millions of dollars, so you can imagine the value of information that results in the recovery, will be very, very considerable.\"\n\nGeor said his message to the raiders is: \"GIVE IT BACK.\"\n\n\"I am gutted, I feel f***ing robbed. Truly, despite the money, I feel stupid for having all my possessions in there. There is nothing fair or reasonable about this, I just want my stuff.\n\n\"I am offering a reward because there is a lot of money involved and also for the sentimental things,\" Geor added. \"I have a few things of my younger sister who died in 2011 and I can't ever replace those things.\"\n\nA police spokesperson said while police didn't have data \"immediately available\" about construction thefts, \"anecdotally we believe there has been an increase in Auckland City district around burglaries at construction sites\".\n\n\"This is because opportunistic thieves would take the opportunity to target these sites knowing that they will be empty under alert level 4. We encourage tradies to ensure they have their tools secured and if possible CCTV cameras as this will reduce the likelihood of becoming a target of this type of crime.\"\n\nLotto Powerball: One lucky ticket holder is $28m richer!", + "chars": 7733, + "sha256": "ab45ae56f73f85d78daf366e8b70de3141f342bebfc30c157106ecbc9a941fc3", "staged_file": "01_nzherald-co-nz.txt", - "paragraphs_kept": "ALL 46 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-42 of 46", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:53:15+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-42 plus headline [0]; dropped 1 leading and 3 trailing paragraphs. Case-term hits on page: 22.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "97": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.estrepublicain.fr/faits-divers-justice/2021/10/22/assassinat-a-plancher-bas-l-etudiant-tue-pour-200-000-de-cryptomonnaie", "source": "estrepublicain.fr", "language": "unknown", - "text": "Haute-Saône. Assassinat à Plancher-Bas : l’étudiant tué pour 200 000 € de cryptomonnaie\n\nPour pouvoir enregistrer un article, un compte est nécessaire.\n\nAssassinat à Plancher-Bas : l’étudiant tué pour 200 000 € de cryptomonnaie\n\nHaute-Saône \n \n Assassinat à Plancher-Bas : l’étudiant tué pour 200 000 € de cryptomonnaie\n\nLe corps d’un jeune homme de 19 ans lardé d’une vingtaine de coups de couteau a été découvert, en août dernier, dans un étang de Plancher-Bas, en Haute-Saône. Deux mois après l’incarcération préventive de trois premiers suspects, un couple a été arrêté, mis en examen et écroué pour complicité d’assassinat. Tous rêvaient de voler 200.000 € de cryptomonnaie appartenant à Simon Arthuis, leur victime, révèle le procureur de Besançon.\n\nWilly GRAFF - \n \n 22 oct. 2021 à 19:12\n \n | mis à jour le 26 oct. 2021 à 09:24\n - Temps de lecture :\n\nLire dans l'application\n \n \n \n Ajoutez-nous à vos favoris\n\nC’est une affaire effarante, tant par son extrême cruauté et que par sa nature bassement crapuleuse. Le procureur de la République de Besançon a détaillé ce vendredi les dessous de l’enquête ouverte suite à la découverte d’un corps supplicié, lardé d’une vingtaine de coups de couteau, le 18 août dernier dans un étang de Plancher-Bas (Haute-Saône). Celui de Simon Arthuis, étudiant ingénieur en informatique sans histoire âgé de 19 ans, résidant à Tours.\n\nTrois premiers hommes, l’amant de la victime, un Montbéliardais âgé de 33 ans, et deux individus de 18 et 23 ans, avaient été rapidement placés en garde à vue, puis mis en examen pour assassinat. Une notion qui implique la préméditation du crime. « Ils admettent tous trois être impliqués dans la mort de ce jeune homme de 19 ans, même si personne ne reconnaît avoir donné les coups mortels », rappelle le procureur Étienne Manteaux. Le compagnon du défunt avait initialement tenté de brouiller les pistes, en narrant aux gendarmes le scénario d’une agression de nature homophobe, dont lui seul aurait réchappé.\n\nUn couple présumé complice, mais jusqu’à quel point ?\n\nLe dossier, complexe, vient de prendre un nouveau tournant. Les limiers de la section de recherches (SR) de Besançon ont interpellé ce mercredi 20 octobre deux nouvelles personnes : le frère jumeau de l’amant et sa compagne. Quel est le réel rôle joué par ce couple ? Les investigations à venir doivent encore lever le voile.\n\n« Après avoir nié, eux aussi ont reconnu leur implication, tout en la minimisant. Ils admettent avoir été informés du projet avant la mort de la victime et ne pas l’avoir dénoncé », indique le procureur. Tous deux ont été mis en examen pour complicité d’assassinat et placés en détention provisoire.\n\n200 000 euros de cryptomonnaie dans le viseur\n\nLe mobile de ce terrible guet-apens est assumé : extorquer à ce jeune ingénieur de l’argent. « Il avait créé un logiciel pour boursicoter », précise le colonel de gendarmerie Yves Raguin, générant sur son compte « environ 200 000 € de différentes cryptomonnaies, dont du Bitcoin ».\n\nLes cinq suspects, d’une condition sociale très modeste, admettent l’avoir piégé pour le voler. « Mais dès qu’on rentre dans le détail, leurs versions divergent », constate le procureur.\n\nSelon Étienne Manteaux, l’autopsie révèle quelques pistes macabres : « Les très nombreux coups constatés entre le sternum et le bas de la face peuvent attester d’une séance de torture ou d’un geste passionnel. On sait aussi qu’aucun de ces coups n’était mortel en lui-même, et que la victime était agonisante quand elle a été jetée dans l’étang ».\n\nAutre élément à charge pour le couple récemment incarcéré : la victime avait de son plein gré déjeuner le 18 août midi à leur domicile, à Plancher-les-Mines. Où elle aurait été droguée, selon les trois premiers suspects. « Des analyses toxicologiques sont en cours pour le confirmer », prolonge le procureur. La femme mise en cause devra aussi s’expliquer sur l’ouverture d’un compte Boursorama à son nom… Quelques jours avant l’assassinat du jeune détenteur de cryptomonnaie.\n\nArticles les plus lusFaits-divers - Justice\n\nHaute-Saône.Homicide et double infanticide à Gy : qui était l’auteur présumé des crimes ?\n\nHaute-Saône.Quatre morts dont deux enfants à Gy : identité des victimes, contexte de ...\n\nDoubs.Disparition d’Aude Fagot : son corps retrouvé dans une forêt suisse", - "chars": 4314, - "sha256": "d02d11f798b8ec116495ad7f0068a4e0ef5f5420f5f851ca408706badac50b66", + "text": "Haute-Saône. Assassinat à Plancher-Bas : l’étudiant tué pour 200 000 € de cryptomonnaie\n\nPour pouvoir enregistrer un article, un compte est nécessaire.\n\nAssassinat à Plancher-Bas : l’étudiant tué pour 200 000 € de cryptomonnaie\n\nHaute-Saône \n \n Assassinat à Plancher-Bas : l’étudiant tué pour 200 000 € de cryptomonnaie\n\nLe corps d’un jeune homme de 19 ans lardé d’une vingtaine de coups de couteau a été découvert, en août dernier, dans un étang de Plancher-Bas, en Haute-Saône. Deux mois après l’incarcération préventive de trois premiers suspects, un couple a été arrêté, mis en examen et écroué pour complicité d’assassinat. Tous rêvaient de voler 200.000 € de cryptomonnaie appartenant à Simon Arthuis, leur victime, révèle le procureur de Besançon.\n\nLire dans l'application\n \n \n \n Ajoutez-nous à vos favoris\n\nC’est une affaire effarante, tant par son extrême cruauté et que par sa nature bassement crapuleuse. Le procureur de la République de Besançon a détaillé ce vendredi les dessous de l’enquête ouverte suite à la découverte d’un corps supplicié, lardé d’une vingtaine de coups de couteau, le 18 août dernier dans un étang de Plancher-Bas (Haute-Saône). Celui de Simon Arthuis, étudiant ingénieur en informatique sans histoire âgé de 19 ans, résidant à Tours.\n\nTrois premiers hommes, l’amant de la victime, un Montbéliardais âgé de 33 ans, et deux individus de 18 et 23 ans, avaient été rapidement placés en garde à vue, puis mis en examen pour assassinat. Une notion qui implique la préméditation du crime. « Ils admettent tous trois être impliqués dans la mort de ce jeune homme de 19 ans, même si personne ne reconnaît avoir donné les coups mortels », rappelle le procureur Étienne Manteaux. Le compagnon du défunt avait initialement tenté de brouiller les pistes, en narrant aux gendarmes le scénario d’une agression de nature homophobe, dont lui seul aurait réchappé.\n\nUn couple présumé complice, mais jusqu’à quel point ?\n\nLe dossier, complexe, vient de prendre un nouveau tournant. Les limiers de la section de recherches (SR) de Besançon ont interpellé ce mercredi 20 octobre deux nouvelles personnes : le frère jumeau de l’amant et sa compagne. Quel est le réel rôle joué par ce couple ? Les investigations à venir doivent encore lever le voile.\n\n« Après avoir nié, eux aussi ont reconnu leur implication, tout en la minimisant. Ils admettent avoir été informés du projet avant la mort de la victime et ne pas l’avoir dénoncé », indique le procureur. Tous deux ont été mis en examen pour complicité d’assassinat et placés en détention provisoire.\n\n200 000 euros de cryptomonnaie dans le viseur\n\nLe mobile de ce terrible guet-apens est assumé : extorquer à ce jeune ingénieur de l’argent. « Il avait créé un logiciel pour boursicoter », précise le colonel de gendarmerie Yves Raguin, générant sur son compte « environ 200 000 € de différentes cryptomonnaies, dont du Bitcoin ».\n\nLes cinq suspects, d’une condition sociale très modeste, admettent l’avoir piégé pour le voler. « Mais dès qu’on rentre dans le détail, leurs versions divergent », constate le procureur.\n\nSelon Étienne Manteaux, l’autopsie révèle quelques pistes macabres : « Les très nombreux coups constatés entre le sternum et le bas de la face peuvent attester d’une séance de torture ou d’un geste passionnel. On sait aussi qu’aucun de ces coups n’était mortel en lui-même, et que la victime était agonisante quand elle a été jetée dans l’étang ».\n\nAutre élément à charge pour le couple récemment incarcéré : la victime avait de son plein gré déjeuner le 18 août midi à leur domicile, à Plancher-les-Mines. Où elle aurait été droguée, selon les trois premiers suspects. « Des analyses toxicologiques sont en cours pour le confirmer », prolonge le procureur. La femme mise en cause devra aussi s’expliquer sur l’ouverture d’un compte Boursorama à son nom… Quelques jours avant l’assassinat du jeune détenteur de cryptomonnaie.\n\nArticles les plus lusFaits-divers - Justice\n\nHaute-Saône.Homicide et double infanticide à Gy : qui était l’auteur présumé des crimes ?\n\nHaute-Saône.Quatre morts dont deux enfants à Gy : identité des victimes, contexte de ...", + "chars": 4137, + "sha256": "3b0a5496ba8df7a8f0072725bc2769a95e3f2510aaa26a198ff961cd3a405639", "staged_file": "01_estrepublicain-fr.txt", - "paragraphs_kept": "ALL 21 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-19 excl [5] of 21", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:53:21+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-19 plus headline [0]; dropped 0 leading and 1 trailing paragraphs and 1 interior furniture line(s). Case-term hits on page: 13.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "96": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://cryptonews.com/news/crypto-trader-s-murder-blamed-on-social-media-bragging-11376/", "source": "cryptonews.com", "language": "unknown", - "text": "Crypto Trader’s Murder Blamed On Social Media Bragging\n\nBrazil\n \n \n Crime\n \n \n \n \n \n Cryptocurrency\n \n \n Latin America\n \n \n \n \n \n Security\n \n \n \n \n \n Trading\n\nThree Arrows Capital Liquidators Request Contempt Sanctions for Co-Founder Kyle Davies – What's Going On?\n\nLatin American Crypto Holders Shift to Bitget Exchange Following Binance and Coinbase SEC Crackdown\n\nThe Rise of Cryptocurrencies in Arab Countries: Understanding Saudi Arabia's Latest Move\n\nHop Protocol Rewards Sybil Hunters with Innovative Airdrop Tool – How Does it Work?\n\nIn what some see as yet another cautionary tale, the recent tragic killing of teenage Brazilian crypto trader Wesley Pessano Santarem has been linked to the lavish lifestyle the victim had been showcasing on his social media accounts – reminding crypto holders of the importance of safeguarding not only their funds, but their lives.\n\nThe 19-year-old has gained a significant following on Instagram, where he had amassed about 134,000 followers. He also ran an account on YouTube where he published videos in which he offered investment advice.\n\nPessano was gunned down in broad daylight. He was rolling in his Porsche Boxster sports car through the streets of Sao Pedro da Aldeia, a city in Brazil’s south-eastern state of Rio de Janeiro, to get a haircut, as reported by The Independent, when he was ambushed by a group of killers who travelled in a silver Volkswagen.\n\nA second passenger who sat in his Porsche was injured in the shooting and later transported to a hospital. The Brazilian police said Passano was hit by a minimum of four bullets, one of which was a headshot. An investigation into the murder has been initiated.\n\nClaiming to have secured financial freedom at the age of 18, Pessano often portrayed himself driving luxury cars, among others a Chevrolet Camaro and a Mercedes-Benz automobile. On one of the pictures, the trader was seen ‘talking’ on the so-called money phone, pretending to be making a call from a thick stack of cash. This type of photos, as is argued, may have potentially attracted unwanted attention to Pessano’s finances.\n\nThe latest violent event joins a worrying string of gruesome attacks on crypto traders that has been observed worldwide.\n\nLast January, a trader in Hong Kong was robbed of nearly half a million dollars worth of bitcoin (BTC). A Norwegian trader was forced to jump from a window of his house last year when an armed man showed up at his door. The same year in the Netherlands, crypto community was shocked by a brutal robbery attempt in which three armed robbers with police vests broke into a residential building and tortured a 38-year-old trader for over an hour using a drill. In 2018, a Norwegian trader was found dead in his apartment in Oslo after selling bitcoins to another person for cash.\n\nAnd these are just a few of many reported attacks, threatening crypto traders’/holders’ personal safety. It is not clear how many crypto-related attacks or attempted attacks have gone unreported.\n\n– Regulators Take Notice as Bragging Crypto Derivatives Traders Get Caught\n\n– Police in Latvia Thwart Brutal Crypto Theft and Murder Plot\n\n– Crypto Scammers Now Stalking Dating Apps Like Tinder for Prey\n\n– ‘Flood’ of Crypto Scam Cases Hit Spanish Courts\n\n– 7-Eleven Branch Workers Thwart Crypto Fraudsters\n\n– Cybercriminal ‘Bitcoin Billionaire’ JokerStash Retires\n\nXRP Price Analysis: Wealth Managers Show Growing Interest in XRP\n\nXRP Price Prediction: Ripple Edges Bitcoin In South Korea\n\nXRP News: Ripple Rallies on Fed Dovish Tone, $10 Dream Returns\n\nWhere Could XRP Price Go This September as CLARITY Act Nears?\n\nSEC Chair Paul Atkins Sets September 15 Senate Vote for CLARITY Act\n\nEthereum Price Suppressed as Selling Pressure Mounts\n\nRipple News: BIS Turns to XRP Ledger for 3–5 Second Data Verification\n\nEthereum News: Double Three Pattern Hints at Another Rally\n\nBest Crypto to Buy Now in September 2026 – Top Crypto to Invest In\n\nNew Cryptocurrencies to Invest in Today – Top New Crypto Coins\n\n8 Best Crypto Presales in September 2026\n\nEarly Access to 6 New & Upcoming Coinbase Listings in September 2026\n\n10 New & Upcoming Binance Listings in 2026\n\nNext Crypto to Explode in 2026 – Our Top Picks\n\nBitcoin (BTC) Price Prediction 2026, 2027 – 2030\n\nXRP (XRP) Price Prediction 2026, 2027 – 2030\n\nEthereum Price Prediction 2026, 2027 – 2030\n\nAt Cryptonews, we aim to make cryptocurrency, blockchain, and Web3 understandable, and information available to everyone, no matter what level you are in your investment journey. Founded in 2017, Cryptonews has been dedicated to delivering reliable, multilingual coverage of the cryptocurrency industry.\n\nDiscover trending tokens still in presale — early-stage picks with potential.\n\nSmart tools made for everyday crypto users\n\nBitcoin FOMC Outlook Shifts: BTC Eyes $92K as Scalability Projects Gain Momentum\n\nBitcoin ETF News: BlackRock IBIT Captures 62% of Inflows\n\nGet dialed in every Tuesday & Friday with quick updates on the world of crypto\n\nEnter your email for our free Newsletter\n\nThis site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.", - "chars": 5134, - "sha256": "d92cc43bea5bd5f77f4f40fc04029ba40c519dcbc01e6666cb4f9cda61bb30a9", + "text": "Crypto Trader’s Murder Blamed On Social Media Bragging\n\nThree Arrows Capital Liquidators Request Contempt Sanctions for Co-Founder Kyle Davies – What's Going On?\n\nLatin American Crypto Holders Shift to Bitget Exchange Following Binance and Coinbase SEC Crackdown\n\nThe Rise of Cryptocurrencies in Arab Countries: Understanding Saudi Arabia's Latest Move\n\nHop Protocol Rewards Sybil Hunters with Innovative Airdrop Tool – How Does it Work?\n\nIn what some see as yet another cautionary tale, the recent tragic killing of teenage Brazilian crypto trader Wesley Pessano Santarem has been linked to the lavish lifestyle the victim had been showcasing on his social media accounts – reminding crypto holders of the importance of safeguarding not only their funds, but their lives.\n\nThe 19-year-old has gained a significant following on Instagram, where he had amassed about 134,000 followers. He also ran an account on YouTube where he published videos in which he offered investment advice.\n\nPessano was gunned down in broad daylight. He was rolling in his Porsche Boxster sports car through the streets of Sao Pedro da Aldeia, a city in Brazil’s south-eastern state of Rio de Janeiro, to get a haircut, as reported by The Independent, when he was ambushed by a group of killers who travelled in a silver Volkswagen.\n\nA second passenger who sat in his Porsche was injured in the shooting and later transported to a hospital. The Brazilian police said Passano was hit by a minimum of four bullets, one of which was a headshot. An investigation into the murder has been initiated.\n\nClaiming to have secured financial freedom at the age of 18, Pessano often portrayed himself driving luxury cars, among others a Chevrolet Camaro and a Mercedes-Benz automobile. On one of the pictures, the trader was seen ‘talking’ on the so-called money phone, pretending to be making a call from a thick stack of cash. This type of photos, as is argued, may have potentially attracted unwanted attention to Pessano’s finances.\n\nThe latest violent event joins a worrying string of gruesome attacks on crypto traders that has been observed worldwide.\n\nLast January, a trader in Hong Kong was robbed of nearly half a million dollars worth of bitcoin (BTC). A Norwegian trader was forced to jump from a window of his house last year when an armed man showed up at his door. The same year in the Netherlands, crypto community was shocked by a brutal robbery attempt in which three armed robbers with police vests broke into a residential building and tortured a 38-year-old trader for over an hour using a drill. In 2018, a Norwegian trader was found dead in his apartment in Oslo after selling bitcoins to another person for cash.\n\nAnd these are just a few of many reported attacks, threatening crypto traders’/holders’ personal safety. It is not clear how many crypto-related attacks or attempted attacks have gone unreported.", + "chars": 2898, + "sha256": "4d6bbfa7c4e2925b64e46ef26bc52c731b5a8267e29323db79481441cf0821ff", "staged_file": "01_cryptonews-com.txt", - "paragraphs_kept": "ALL 45 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-13 of 45", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:53:24+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-13 plus headline [0]; dropped 1 leading and 31 trailing paragraphs. Case-term hits on page: 31.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "94": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.scmp.com/news/hong-kong/law-and-crime/article/3142919/bitcoin-trader-robbed-hk3-million-cash-when-sellers", "source": "scmp.com", "language": "unknown", - "text": "Bitcoin trader robbed of HK$3 million in cash when ‘sellers’ in Hong Kong show up with knife | South China Morning Post\n\nBitcoin trader robbed of HK$3 million in cash when ‘sellers’ in Hong Kong show up with knife\n\nThe 39-year-old trader from South Korea arrived for the exchange on Ashley Road in Tsim Sha Tsui\n\nArmed gang snatches bag of cash he is carrying, cuts victim’s hand and then flees\n\nPublished: 11:09pm, 28 Jul 2021Updated: 3:18am, 29 Jul 2021\n\nA cryptocurrency trader was robbed of more than HK$3 million (US$128,500) in cash at knifepoint when he went to meet a bitcoin seller in Hong Kong on Wednesday afternoon.\n\nThe 39-year-old trader from South Korea arrived at Astoria Building on Ashley Road in Tsim Sha Tsui for the exchange at about 6.20pm. He was approached by four men, one of whom attacked him with the knife.\n\nThe criminals snatched a bag he was carrying with about HK$3.29 million inside and fled. The trader asked a friend to call police and officers searched the area but failed to locate the suspects.\n\nThe victim suffered a cut to his hand and was sent to hospital for treatment. Detectives from the Yau Tsim district crime squad are investigating.\n\nSeveral robberies involving digital currency have taken place in Hong Kong this year. In June, a 22-year-old cryptocurrency trader was sprayed in his eyes with an unknown substance and robbed of HK$2 million while on his way to buy the digital money in Kwun Tong. Three men and a woman were later arrested.", - "chars": 1487, - "sha256": "db1581127b1a9721437fab8f3ead39d363f9dd28cfeea1daa0f5790b58f40d06", + "text": "Bitcoin trader robbed of HK$3 million in cash when ‘sellers’ in Hong Kong show up with knife | South China Morning Post\n\nA cryptocurrency trader was robbed of more than HK$3 million (US$128,500) in cash at knifepoint when he went to meet a bitcoin seller in Hong Kong on Wednesday afternoon.\n\nThe 39-year-old trader from South Korea arrived at Astoria Building on Ashley Road in Tsim Sha Tsui for the exchange at about 6.20pm. He was approached by four men, one of whom attacked him with the knife.\n\nThe criminals snatched a bag he was carrying with about HK$3.29 million inside and fled. The trader asked a friend to call police and officers searched the area but failed to locate the suspects.\n\nThe victim suffered a cut to his hand and was sent to hospital for treatment. Detectives from the Yau Tsim district crime squad are investigating.\n\nSeveral robberies involving digital currency have taken place in Hong Kong this year. In June, a 22-year-old cryptocurrency trader was sprayed in his eyes with an unknown substance and robbed of HK$2 million while on his way to buy the digital money in Kwun Tong. Three men and a woman were later arrested.", + "chars": 1151, + "sha256": "8f6d627a022f43b46f3f30aed8e2bdf98f05383b2e6aed3889e923e4a9e61b1b", "staged_file": "01_scmp-com.txt", - "paragraphs_kept": "ALL 10 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 5-9 of 10", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:53:27+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 5-9 plus headline [0]; dropped 4 leading and 0 trailing paragraphs. Case-term hits on page: 22.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "93": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://saharareporters.com/2021/12/19/reavealed-identities-rogue-police-officers-who-extorted-n22million-worth-bitcoin-young", "source": "saharareporters.com", "language": "unknown", - "text": "REAVEALED: Identities Of Rogue Police Officers Who Extorted N22million Worth Of Bitcoin From Young Men At Gunpoint In Lagos | Sahara Reporters\n \n\n\n\n\n \n\n \n \n \n Skip to main content\n\nREAVEALED: Identities Of Rogue Police Officers Who Extorted N22million Worth Of Bitcoin From Young Men At Gunpoint In Lagos\n\nThe duo said they were treated like criminals while Nwawe, a former Public Relations Officer of the Sokoto and Akwa-Ibom states police commands respectively asked the officers to kill them if they cannot pay N20million as bail.\n\nA Deputy Superintendent of Police with force number 14534, Cordelia Nwawe, and Inspector Austin, both attached to Force Criminal Investigation Department Annex, Alagbon Close, Lagos State, have been identified as officers who extorted N22million worth of bitcoin from two young Nigerians, Morakinyo Tobiloba Peter and Yusuf Samson Dayo.\n\nSaharaReporters had reported that Peter and Dayo, both realtors, were stopped on July 14, 2021 while driving along the Ikoyi/Ajah Expressway by a team of police officers in mufti led by Austin, who adopted a fictitious name “Osas”.\n\n[story_link align=\"left\"]102523[/story_link]\n\n“We were driving on the Ikoyi/Ajah Expressway precisely at 1004 on the 14th of July 2021, when a team of police officers in mufty accosted us and ordered us to park. We parked and the police officers jumped into the car and ordered us to open our phones,” one of the victims had told SaharaReporters.\n\n“Since we have nothing to hide, we gave them our phones and they found nothing incriminating. To our surprise, they ordered us to drive down to their office, we insisted we must know our offences before we can move down to the station. But the police officers descended on us and beat us for disobedience. They claimed we were too fresh not to be a fraudster. We begged them and showed them that we are realtors. We gave them our identity cards and showed them some of our ongoing projects but they insisted we were fraudsters.\n\n“When we got to the police station at FCID Annex, Alagbon Close, Lagos, we were quickly pushed into the cell and they went away with our mobile phones. The police officers returned some hours later and told us we were trading in Bitcoins.\n\n“Before we know it, they started beating us and calling us Yahoo boys, we told them we were not Yahoo boys. We explained that we are realtors and it was because of the decline in naira that we converted our money into bitcoin, but they kept beating us and they said we should write statement around 8:00pm in the night,” he added.\n\nThe duo added that the statements written by them were torn into pieces by the policemen while they were forced to sign another ones written by the officers alleging that they were Internet fraudsters.\n\n“We wrote the statements and they tore it into pieces and wrote another statement for us and forced us to sign it. We did signed the statement and they took them before their boss, DSP Cordelia Nwawe with force number 145341, Admin section, FCID Annex, Alagbon Lagos,” they added.\n\n“Mrs Uwawe asked her officers what happened and they narrated the whole story to her, they told her we are Yahoo boys which we denied and the woman said they should give us bail condition, they demanded N20million from us and when we said we don't have such amount of money, the woman said they should go and kill us if we insist we cannot pay them N20million as bail.\n\n“Officer Austin who led the team also adopted a fictitious name so that people will not know his true name. He was addressed as Osas by DSP Uwawe, he was the one who took us to the cell and threatened to kill the two of us if we cannot transfer the N20million in bitcoin to them.\n\n“So when he bought out his gun and was taking us out of the cell to kill us as ordered by her boss, DSP Uwanue, we now succumbed to him and said he should remove the money from our account, he insisted he wanted bitcoin and not naira, he provided another bitcoin account and he transferred N22million equivalent of bitcoin from our account.”\n\nThey urged human rights activists and the government to intervene on their behalf.\n\nSpeaking on the incident, a human rights lawyer, Adegbola Odunyemi asked the Inspector-General of Police to investigate the matter.\n\n“I hereby call on well meaning Nigerians to prevail on the office of the Inspector-General of Police; Minister of Police Affairs; Chairman, Police Service Commission; Speaker, House of Representatives; the Senate President and His Excellency, President Muhammadu Buhari, to help us recover this money from these criminal elements parading themselves as police officers.\n\n“My clients are realtors and it was because of the decline in naira that made them to convert their money into bitcoin, they are not Yahoo boys.”", - "chars": 4767, - "sha256": "c02c66a6b7b1be4dc3a9dae8c8f176f27ec80a3871f593f7678e771b312b2281", + "text": "REAVEALED: Identities Of Rogue Police Officers Who Extorted N22million Worth Of Bitcoin From Young Men At Gunpoint In Lagos | Sahara Reporters\n \n\n \n \n \n Skip to main content\n\nREAVEALED: Identities Of Rogue Police Officers Who Extorted N22million Worth Of Bitcoin From Young Men At Gunpoint In Lagos\n\nThe duo said they were treated like criminals while Nwawe, a former Public Relations Officer of the Sokoto and Akwa-Ibom states police commands respectively asked the officers to kill them if they cannot pay N20million as bail.\n\nA Deputy Superintendent of Police with force number 14534, Cordelia Nwawe, and Inspector Austin, both attached to Force Criminal Investigation Department Annex, Alagbon Close, Lagos State, have been identified as officers who extorted N22million worth of bitcoin from two young Nigerians, Morakinyo Tobiloba Peter and Yusuf Samson Dayo.\n\nSaharaReporters had reported that Peter and Dayo, both realtors, were stopped on July 14, 2021 while driving along the Ikoyi/Ajah Expressway by a team of police officers in mufti led by Austin, who adopted a fictitious name “Osas”.\n\n[story_link align=\"left\"]102523[/story_link]\n\n“We were driving on the Ikoyi/Ajah Expressway precisely at 1004 on the 14th of July 2021, when a team of police officers in mufty accosted us and ordered us to park. We parked and the police officers jumped into the car and ordered us to open our phones,” one of the victims had told SaharaReporters.\n\n“Since we have nothing to hide, we gave them our phones and they found nothing incriminating. To our surprise, they ordered us to drive down to their office, we insisted we must know our offences before we can move down to the station. But the police officers descended on us and beat us for disobedience. They claimed we were too fresh not to be a fraudster. We begged them and showed them that we are realtors. We gave them our identity cards and showed them some of our ongoing projects but they insisted we were fraudsters.\n\n“When we got to the police station at FCID Annex, Alagbon Close, Lagos, we were quickly pushed into the cell and they went away with our mobile phones. The police officers returned some hours later and told us we were trading in Bitcoins.\n\n“Before we know it, they started beating us and calling us Yahoo boys, we told them we were not Yahoo boys. We explained that we are realtors and it was because of the decline in naira that we converted our money into bitcoin, but they kept beating us and they said we should write statement around 8:00pm in the night,” he added.\n\nThe duo added that the statements written by them were torn into pieces by the policemen while they were forced to sign another ones written by the officers alleging that they were Internet fraudsters.\n\n“We wrote the statements and they tore it into pieces and wrote another statement for us and forced us to sign it. We did signed the statement and they took them before their boss, DSP Cordelia Nwawe with force number 145341, Admin section, FCID Annex, Alagbon Lagos,” they added.\n\n“Mrs Uwawe asked her officers what happened and they narrated the whole story to her, they told her we are Yahoo boys which we denied and the woman said they should give us bail condition, they demanded N20million from us and when we said we don't have such amount of money, the woman said they should go and kill us if we insist we cannot pay them N20million as bail.\n\n“Officer Austin who led the team also adopted a fictitious name so that people will not know his true name. He was addressed as Osas by DSP Uwawe, he was the one who took us to the cell and threatened to kill the two of us if we cannot transfer the N20million in bitcoin to them.\n\n“So when he bought out his gun and was taking us out of the cell to kill us as ordered by her boss, DSP Uwanue, we now succumbed to him and said he should remove the money from our account, he insisted he wanted bitcoin and not naira, he provided another bitcoin account and he transferred N22million equivalent of bitcoin from our account.”\n\nThey urged human rights activists and the government to intervene on their behalf.\n\nSpeaking on the incident, a human rights lawyer, Adegbola Odunyemi asked the Inspector-General of Police to investigate the matter.\n\n“I hereby call on well meaning Nigerians to prevail on the office of the Inspector-General of Police; Minister of Police Affairs; Chairman, Police Service Commission; Speaker, House of Representatives; the Senate President and His Excellency, President Muhammadu Buhari, to help us recover this money from these criminal elements parading themselves as police officers.\n\n“My clients are realtors and it was because of the decline in naira that made them to convert their money into bitcoin, they are not Yahoo boys.”", + "chars": 4761, + "sha256": "7cf3541a2b5732428b921702ffdda1cdcb4906cd88970d2e7b0bfda30abe9545", "staged_file": "01_saharareporters-com.txt", - "paragraphs_kept": "ALL 22 paragraphs, untrimmed", + "paragraphs_kept": "0-21 excl [1, 2] of 22", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:53:29+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 0-21; dropped 0 leading and 0 trailing paragraphs and 2 interior furniture line(s). Case-term hits on page: 30.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "92": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://cryptonews.com.au/news/tinder-date-goes-bad-in-attempted-crypto-grab-91283/", "source": "cryptonews.com.au", "language": "unknown", - "text": "Tinder Date Goes Bad in Attempted Crypto Grab - Crypto News Australia\n\nHome BitcoinTinder Date Goes Bad in Attempted Crypto Grab\n\nTinder Date Goes Bad in Attempted Crypto Grab\n\nBy Ben Carey\n July 10, 2021\n In Bitcoin, Crime, Crypto News, Scams\n\nA US man was drugged by a woman he met on Tinder who then attempted to steal his crypto.\n\nThe man, who was a client of Casa, a company that offers heightened Bitcoin security, reported the attempted robbery to the Casa team, who performed a postmortem on the incident.\n\nOver the weekend, a CasaHODL client survived a ‘wrench attack’ – he was drugged and persuaded to give up access to phone, accounts, and passwords. With the client’s permission, we are sharing the story to help others learn to protect themselves.\n\nTweet from Nick Neuman, CEO & co-founder of CasaHODL\n\nA blog post written by Casa’s Jameson Lopp details the strange and concerning attack. According to the victim, the woman claimed to be a crypto trader on her bio, which intrigued him and helped him establish common ground with her. After chatting online, they met up at a coffee shop. He thought she looked different from her photos, but not enough to raise any red flags.\n\nLater, they went back to his place for a drink and while he was in the bathroom it is suspected the woman laced his drink with scopolamine, also known as ‘Devil’s Breath’, or a benzodiazepine. Both drugs cause loss of inhibition and memory. He woke up the next day, noticing that his phone was missing and that attempts had been made to withdraw crypto from several of his accounts.\n\nThankfully, the man was not harmed in any way and the perpetrator only managed to steal a small amount of his crypto, largely thanks to Casa’s multisig technology. The scammer managed to get a small amount of bitcoin out of one of his exchange accounts. He was able to block some of the other requested purchases and withdrawals by contacting those custodians to inform them of the compromise.\n\nThe attacker managed to get a small amount of bitcoin out of one of our client’s exchange accounts. He was able to block some of the other requested purchases and withdrawals by contacting those custodians to inform them of the compromise. Since the attacker only had one of the client’s five keys to his Casa multisig, those funds could not be spent.\n\nAlthough this incident is bizarre, it is sadly not unprecedented. As the price of Bitcoin continues to rise, so too do the scams, particularly romance scams. According to Australian government website Scam Watch, there were 277 reports of romance scams in June alone, resulting in losses of A$5,857,472. Many of these incidents do not make the news though there have been some high-profile cases; Australian schoolteacher Melanie Kilgour was involved in a romance scam in 2020 that cost her an estimated $50,000 worth of bitcoin.\n\nCrypto News Australia has put together an excellent guide on how to avoid Bitcoin scams, including a section on romance scams, which we strongly recommend you check out. Additionally, at the end of his postmortem, Lopp provides a list of useful strategies to help protect yourself and minimise the risk of becoming a victim of a romance scam.\n\nBen Carey is a Brisbane-based writer, with a wide range of experience, from copywriting to game design and film and tv scriptwriting. He's been following, investing, and trading crypto since 2017. He has three lambos (in Gran Turismo), and can often be seen around town wearing a Bitcoin or Ethereum themed Christmas sweater.\n\nColdcard Hacker Starts Swapping Stolen Bitcoin for Ether\n\nBitcoin Breaks $80K as Mass Short Liquidations Fuel Crypto Rally\n\nBitcoin ETFs Stage Comeback While XRP Funds Rack Up 11-Day Inflow Streak", - "chars": 3720, - "sha256": "f35f1773450090b15ccf64294464d15b0efad785848974d6d3e3f44df76a19b3", + "text": "Tinder Date Goes Bad in Attempted Crypto Grab - Crypto News Australia\n\nA US man was drugged by a woman he met on Tinder who then attempted to steal his crypto.\n\nThe man, who was a client of Casa, a company that offers heightened Bitcoin security, reported the attempted robbery to the Casa team, who performed a postmortem on the incident.\n\nOver the weekend, a CasaHODL client survived a ‘wrench attack’ – he was drugged and persuaded to give up access to phone, accounts, and passwords. With the client’s permission, we are sharing the story to help others learn to protect themselves.\n\nTweet from Nick Neuman, CEO & co-founder of CasaHODL\n\nA blog post written by Casa’s Jameson Lopp details the strange and concerning attack. According to the victim, the woman claimed to be a crypto trader on her bio, which intrigued him and helped him establish common ground with her. After chatting online, they met up at a coffee shop. He thought she looked different from her photos, but not enough to raise any red flags.\n\nLater, they went back to his place for a drink and while he was in the bathroom it is suspected the woman laced his drink with scopolamine, also known as ‘Devil’s Breath’, or a benzodiazepine. Both drugs cause loss of inhibition and memory. He woke up the next day, noticing that his phone was missing and that attempts had been made to withdraw crypto from several of his accounts.\n\nThankfully, the man was not harmed in any way and the perpetrator only managed to steal a small amount of his crypto, largely thanks to Casa’s multisig technology. The scammer managed to get a small amount of bitcoin out of one of his exchange accounts. He was able to block some of the other requested purchases and withdrawals by contacting those custodians to inform them of the compromise.\n\nThe attacker managed to get a small amount of bitcoin out of one of our client’s exchange accounts. He was able to block some of the other requested purchases and withdrawals by contacting those custodians to inform them of the compromise. Since the attacker only had one of the client’s five keys to his Casa multisig, those funds could not be spent.\n\nAlthough this incident is bizarre, it is sadly not unprecedented. As the price of Bitcoin continues to rise, so too do the scams, particularly romance scams. According to Australian government website Scam Watch, there were 277 reports of romance scams in June alone, resulting in losses of A$5,857,472. Many of these incidents do not make the news though there have been some high-profile cases; Australian schoolteacher Melanie Kilgour was involved in a romance scam in 2020 that cost her an estimated $50,000 worth of bitcoin.\n\nCrypto News Australia has put together an excellent guide on how to avoid Bitcoin scams, including a section on romance scams, which we strongly recommend you check out. Additionally, at the end of his postmortem, Lopp provides a list of useful strategies to help protect yourself and minimise the risk of becoming a victim of a romance scam.\n\nBen Carey is a Brisbane-based writer, with a wide range of experience, from copywriting to game design and film and tv scriptwriting. He's been following, investing, and trading crypto since 2017. He has three lambos (in Gran Turismo), and can often be seen around town wearing a Bitcoin or Ethereum themed Christmas sweater.", + "chars": 3348, + "sha256": "778784751e42e7b07acdb0965a74e3eab5271d3739ac0820e9b1d94bdf31c3db", "staged_file": "01_cryptonews-com-au.txt", - "paragraphs_kept": "ALL 18 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 4-14 of 18", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:53:31+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 4-14 plus headline [0]; dropped 3 leading and 3 trailing paragraphs. Case-term hits on page: 8.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "91": [ { "field": "url", - "verdict": "DEAD", + "verdict": "UNTRIMMED", "url": "https://epp.genproc.gov.ru/web/proc_55/mass-media/news?item=85667782", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "epp.genproc.gov.ru", + "language": "unknown", + "text": "О прокуратуре\n \n\n\n \n Структура\n \n\n \n Руководство\n \n\n \n График приема граждан\n \n\n \n Кадровое обеспечение\n \n\n \n Государственные закупки\n \n\n \n 300 лет прокуратуре России\n \n\n\n \n Деятельность\n \n\n\n \n Противодействие коррупции\n \n\n \n ЕРКНМ/ЕРП. Поиск КНМ/Сводный план\n \n\n \n Статистические данные\n \n\n \n Защита прав ветеранов\n \n\n \n Правовое просвещение\n \n\n \n Защита прав детей\n \n\n\n \n Документы\n \n\n\n \n Нормативные акты\n \n\n \n Правовые основы деятельности\n \n\n\n \n Для СМИ\n \n\n\n \n Новости\n \n\n \n Мероприятия и встречи\n \n\n \n Интервью и выступления\n \n\n \n Медиафайлы\n \n\n \n Аккредитация СМИ\n \n\n \n Конкурс\n \n\n\n \n Интернет-приемная\n \n\n\n \n Обращение в прокуратуру\n \n\n \n Уведомления об экстремизме\n \n\n \n Запись на прием\n \n\n\n \n Контакты\n\nПрокуратура Октябрьского административного округа г. Омска\n\nВ Омске вынесен приговор по уголовному делу о разбойном нападении с причинением ущерба на сумму более 87 млн рублей\n\nОктябрьский районный суд г. Омска вынес приговор по уголовному делу в отношении 3 жителей Москвы и Московской области. Двое из них признаны виновными в совершении преступления, предусмотренного пп. «а», «б» ч. 4 ст. 162 УК РФ (разбой), ч. 4 ст. 327 УК РФ (использование поддельных документов), а третий – по ч. 4 ст. 159 УК РФ (мошенничество).\n\nВ суде установлено, в июле 2021 г. данные лица, получив информацию о том, что житель г. Омска имеет в собственности значительные средства в криптовалюте, прибыли в город и в течение 10 дней вели за ним наблюдение, выясняя маршруты передвижения и распорядок дня.\n\nВ один из дней они остановили потерпевшего на улице, предъявили поддельные удостоверения, после чего посадили мужчину в автомобиль и принудили передать им 3 млн рублей и перевести более 84 млн рублей в криптовалюте.\n\nС места нападения злоумышленники скрылись и распорядились похищенным по своему усмотрению.\n\nВ результате оперативно-розыскных мероприятий они были задержаны, вину в совершении преступлений не признали.\n\nСуд приговорил указанных лиц к лишению свободы на срок от 6 лет 6 месяцев до 9 лет с отбыванием наказания в исправительной колонии строгого режима.\n\nКроме того, суд обязал их в полном объеме возместить причиненный потерпевшему ущерб.\n\nПриговор в законную силу не вступил.\n\n© 2003-2024 Прокуратура Октябрьского административного округа г. Омска\n\nАдрес:\n 644021, Омская область, г. Омск, ул. 9-я Линия, д. 161\n\n© 2003-2024 Генеральная прокуратура Российской Федерации\n\nОбычная версия\n \n \n \n Черно-белая версия\n \n \n \n Бело-черная версия\n \n \n \n Зелено-коричневая версия\n \n \n \n Синяя версия\n\nОбычный шрифт\n \n \n \n Увеличенный шрифт 1.5\n \n\n \n \n Увеличенный шрифт 2\n\nОбычный\n \n \n \n Большой\n \n \n \n Очень большой", + "chars": 2619, + "sha256": "144fa714aefb2ff0ba9e28105db4644260fa8e6c6b6214282debdf6ed968cb8e", + "staged_file": "01_epp-genproc-gov-ru-wayback.txt", + "paragraphs_kept": "ALL 46 paragraphs, untrimmed", + "method": "Wayback Machine snapshot 20240405180639, deterministic extraction", + "fetched_at": "2026-09-05T13:31:00+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20240405180639/https://epp.genproc.gov.ru/web/proc_55/mass-media/news?item=85667782", + "snapshot": "20240405180639", + "note": "live URL was DEAD on the first pass; text comes from an archived copy dated 2024-04-05", + "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." } ], "90": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://opsporingverzocht.avrotros.nl/zaken/item/overvallers-aan-de-haal-met-waardevolle-cryptomunten/", "source": "opsporingverzocht.avrotros.nl", "language": "unknown", - "text": "Overvallers aan de haal met waardevolle cryptomunten | Opsporing Verzocht\n\nOvervallers aan de haal met waardevolle cryptomunten\n\nDe 39-jarige bewoner van een appartement aan de Coopmansstraat in Leeuwarden werd op 24 juni 2021 zwaar mishandeld tijdens een overval. De drie daders zijn ruim een uur binnen geweest en maakten waardevolle cryptomunten buit.\n\nRond 20.40 uur die donderdag werd bij het slachtoffer aangebeld. Drie mannen in groene jacks deden zich voor als storingsmonteurs en vroegen of hij een storing had. Voor hij het wist werd hij bij zijn keel gegrepen en hardhandig de woonkamer in gesleurd, waar hij werd mishandeld. De bewoner moest onder bedreiging de code voor toegang tot zijn cryptomunten geven.\n\nZe hebben de code letterlijk uit me geslagen.”\n\nUpdate: gewelddadige beroving eigenaar cryptomunten\n\nDe overvallers waren ervan op de hoogte dat de bewoner in het bezit was van cryptomunten. Hij heeft het er met een aantal mensen in zijn omgeving over gehad en mogelijk is die informatie via-via bij de daders terechtgekomen. De politie onderzoekt dit scenario nog.\n\nEén van de daders heeft een licht getinte huidskleur en is rond 35 jaar oud. Net als de andere twee mannen droeg hij die avond een groen jack.\n\nEen paar minuten voor de overval reed een Volkswagen Polo over de Pasteurweg in Leeuwarden. Door het tijdstip en de rijrichting denkt de politie dat het mogelijk de daders waren die in deze auto reden.\n\nMocht de Polo niets met de overval te maken heeft, wil de politie graag met de inzittende(n) spreken, maar dan als belangrijke getuige(n).\n\nTransacties van cryptomunten zijn openbaar. De politie kan dus precies zien waar de munten in de afgelopen maanden zijn geweest en waar ze op dit moment zijn.\n\nConcreet heeft het rechercheteam een deel van de buit kunnen ‘bevriezen’, waardoor de criminelen er momenteel niets mee kunnen doen. De volgende stap is om die munten ook daadwerkelijk terug te krijgen bij het slachtoffer.\n\nWie zijn de daders van de woningoverval?\n\nWie reed of reden op donderdagavond 24 juni in de VW Polo?\n\nGeef je tip online door via het tipformulier van de politie.\n\nVeeg met twee vingers om de kaart te verschuiven.\n\nMaurice van der Veen (54) om het leven gebracht\n\nDader op beeld die brand stichtte bij woning burgemeester\n\nEigenaar snackbar jaagt overvaller de deur uit\n\nPolitie vindt botresten van onbekende man\n\nUnieke sieraden gestolen bij inbraak familiebedrijf\n\nDappere vrouw werkt overvaller naar buiten", - "chars": 2469, - "sha256": "2a10be56ae38bf8e675e828a56429f5faac24a9bf7bc0f0f64a9dd6b64ba4f25", + "text": "Overvallers aan de haal met waardevolle cryptomunten | Opsporing Verzocht\n\nDe 39-jarige bewoner van een appartement aan de Coopmansstraat in Leeuwarden werd op 24 juni 2021 zwaar mishandeld tijdens een overval. De drie daders zijn ruim een uur binnen geweest en maakten waardevolle cryptomunten buit.\n\nRond 20.40 uur die donderdag werd bij het slachtoffer aangebeld. Drie mannen in groene jacks deden zich voor als storingsmonteurs en vroegen of hij een storing had. Voor hij het wist werd hij bij zijn keel gegrepen en hardhandig de woonkamer in gesleurd, waar hij werd mishandeld. De bewoner moest onder bedreiging de code voor toegang tot zijn cryptomunten geven.\n\nZe hebben de code letterlijk uit me geslagen.”\n\nUpdate: gewelddadige beroving eigenaar cryptomunten\n\nDe overvallers waren ervan op de hoogte dat de bewoner in het bezit was van cryptomunten. Hij heeft het er met een aantal mensen in zijn omgeving over gehad en mogelijk is die informatie via-via bij de daders terechtgekomen. De politie onderzoekt dit scenario nog.\n\nEén van de daders heeft een licht getinte huidskleur en is rond 35 jaar oud. Net als de andere twee mannen droeg hij die avond een groen jack.\n\nEen paar minuten voor de overval reed een Volkswagen Polo over de Pasteurweg in Leeuwarden. Door het tijdstip en de rijrichting denkt de politie dat het mogelijk de daders waren die in deze auto reden.\n\nMocht de Polo niets met de overval te maken heeft, wil de politie graag met de inzittende(n) spreken, maar dan als belangrijke getuige(n).\n\nTransacties van cryptomunten zijn openbaar. De politie kan dus precies zien waar de munten in de afgelopen maanden zijn geweest en waar ze op dit moment zijn.\n\nConcreet heeft het rechercheteam een deel van de buit kunnen ‘bevriezen’, waardoor de criminelen er momenteel niets mee kunnen doen. De volgende stap is om die munten ook daadwerkelijk terug te krijgen bij het slachtoffer.\n\nWie zijn de daders van de woningoverval?\n\nWie reed of reden op donderdagavond 24 juni in de VW Polo?\n\nGeef je tip online door via het tipformulier van de politie.\n\nVeeg met twee vingers om de kaart te verschuiven.", + "chars": 2119, + "sha256": "a41e1b1697bc73682e3be5bfc8106dea6f8f28296d2e2c49741ff27b1de515fb", "staged_file": "01_opsporingverzocht-avrotros-nl.txt", - "paragraphs_kept": "ALL 22 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-15 of 22", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:53:38+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-15 plus headline [0]; dropped 1 leading and 6 trailing paragraphs. Case-term hits on page: 4.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "89": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.scmp.com/news/hong-kong/law-and-crime/article/3137401/hong-kong-cryptocurrency-trader-targeted-hk2-million", "source": "scmp.com", "language": "unknown", - "text": "Hong Kong cryptocurrency trader targeted in HK$2 million robbery, sparking citywide hunt for suspects | South China Morning Post\n\nHong Kong cryptocurrency trader targeted in HK$2 million robbery, sparking citywide hunt for suspects\n\nAssailants sprayed unknown substance in 22-year-old victim’s eyes during attack in Kwun Tong, before grabbing bag full of cash\n\nPolice say gang fled in white car which they later abandoned before running away on foot\n\nPublished: 8:14pm, 15 Jun 2021Updated: 8:52pm, 15 Jun 2021\n\nA citywide police hunt is under way for a gang of thieves after a cryptocurrency trader was sprayed in his eyes with an unknown substance and robbed of HK$2 million while he was on his way to buy bitcoin in Hong Kong on Tuesday.\n\nThe suspects struck in broad daylight in the car park of Legend Tower on Shing Yip Street in Kwun Tong, shortly before 4.30pm.\n\nAccording to police, the 22-year-old victim was targeted after he parked his car.\n\n“While he was waiting for a lift, two men approached him and sprayed an unknown liquid into his eyes before snatching his green bag containing HK$2 million,” a police spokesman said, adding the victim said the substance had left him briefly unable to see.\n\nOfficers said the two robbers fled in a white car driven by a third man, the three suspects later abandoned the car at the junction of Hoi Yuen Road and Shing Yip Street, and fled on foot heading towards Wai Yip Street.\n\nOfficers combed the area, but no arrests were made. The spokesman said the victim did not request hospital treatment in the incident.", - "chars": 1563, - "sha256": "e3497776882b210ca8c73434faf8970992ca5db09f136d18bcd43c2e5e35dd99", + "text": "Hong Kong cryptocurrency trader targeted in HK$2 million robbery, sparking citywide hunt for suspects | South China Morning Post\n\nA citywide police hunt is under way for a gang of thieves after a cryptocurrency trader was sprayed in his eyes with an unknown substance and robbed of HK$2 million while he was on his way to buy bitcoin in Hong Kong on Tuesday.\n\nThe suspects struck in broad daylight in the car park of Legend Tower on Shing Yip Street in Kwun Tong, shortly before 4.30pm.\n\nAccording to police, the 22-year-old victim was targeted after he parked his car.\n\n“While he was waiting for a lift, two men approached him and sprayed an unknown liquid into his eyes before snatching his green bag containing HK$2 million,” a police spokesman said, adding the victim said the substance had left him briefly unable to see.\n\nOfficers said the two robbers fled in a white car driven by a third man, the three suspects later abandoned the car at the junction of Hoi Yuen Road and Shing Yip Street, and fled on foot heading towards Wai Yip Street.\n\nOfficers combed the area, but no arrests were made. The spokesman said the victim did not request hospital treatment in the incident.", + "chars": 1182, + "sha256": "b4318b0c6c5a32a7cbceee0f443e9641d4820fe1d5adcfdbd9f42938560dba53", "staged_file": "01_scmp-com.txt", - "paragraphs_kept": "ALL 11 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 5-10 of 11", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:53:43+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 5-10 plus headline [0]; dropped 4 leading and 0 trailing paragraphs. Case-term hits on page: 14.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "88": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://cryptonews.com/news/woman-20-gets-5-year-jail-term-after-stealing-usd-87k-worth-of-crypto-from-man-in-dating-app-scam/", "source": "cryptonews.com", "language": "unknown", - "text": "Woman Gets 5-year Jail Term After Stealing USD 87K Worth of Crypto in Dating App Scam\n\nCrime\n \n \n \n \n \n Cryptocurrency\n \n \n Scam\n \n \n \n \n \n South Korea\n\nTim Alper is a British journalist and features writer who has worked at Cryptonews.com since 2018. He has written for media outlets such as the BBC, the Guardian, and Chosun Ilbo. He has also worked...\n\nNaver-Dunamu Crypto ‘Mega-Company’ Could Be Worth $2.1B a Year – Experts\n\nRussia Losing ‘Millions of Dollars a Year to Illegal Crypto Miners’ – Report\n\nRussian Economist: BTC Will Hit $120k-$130k Again Before End of Year\n\nRussia’s Central Bank: Tokenization Will Let Foreigners Buy Domestic Shares\n\nS Korean Tax Agency: Pay Your Bills or We’ll Take Your Crypto Cold Wallets\n\nA South Korean woman who met a man on a smartphone chat app, drugged him, and stole USD 87,000 in crypto from his phone has been sentenced to five years in prison.\n\nPer Newsis, the Suwon District Court heard how a 20-year-old woman (named by the court as A) met a man via an app and then arranged to meet him on June 10, 2021. In the early hours of June 11, the duo went to a “love motel” in Gyeonggi Province. The man, who is in his 40s and was named by the court as B, had told A about the scale of his crypto holdings during their conversation on the chat app platform.\n\nBut the court heard that A then proceeded to lace B’s drink with sleeping pills, before using his phone to transfer tokens from a smartphone-based crypto wallet to her own wallet.\n\nEDaily reported that the smartphone in question was protected with a fingerprint sensor – but that A was able to press B’s finger against the sensor to unlock the device while he was unconscious.\n\nWhen B regained consciousness, he confronted A, who then proceeded to threaten him with telling B’s family about the “sordid” nature of their encounter.\n\nB proceeded to report the incident to the police – but A attempted to confuse the police officers who questioned her by claiming that B had in fact raped her, and had given her the crypto in an attempt to silence her.\n\nThe court and presiding judge Hwang In-seong found A guilty of robbery, threatening behavior, and injury, as well as violations of the Drug Management Act. She was also found guilty of perverting the course of justice.\n\nThe judge stated that the sentence was justified due to the fact that the amount of crypto holdings stolen was high, and that A had attempted to sow the seeds of confusion in the ensuing police investigation.\n\n– ‘Wave of Crypto Muggings’ Hits London’s Financial District\n\n– Norwegian Police Warn Crypto Owners After Armed Robbery in Sweden\n\n– Asian Lonely Hearts Falling Victim to Bitcoin, Tether Scammers\n\n– Impostors Make Deep Fake Videos of Ordinary ‘More Believable’ People to Promote Crypto Scams\n\n– NFT Self Defense: Staying Safe in Web3\n\n– American Entrepreneur Tortured by Gang Trying to Steal His Bitcoin\n\n– Man ‘Murdered’ as Crypto Miners’ Bid to Protect Rigs Turns Deadly\n\n– Crypto Trader’s Murder Blamed On Social Media Bragging\n\n– Hong Kong Crypto Robbers Strike Again: Gang Makes off with 450k Tether Haul\n\n– Police in Latvia Thwart Brutal Crypto Theft and Murder Plot\n\nXRP Price Analysis: Wealth Managers Show Growing Interest in XRP\n\nXRP Price Prediction: Ripple Edges Bitcoin In South Korea\n\nXRP News: Ripple Rallies on Fed Dovish Tone, $10 Dream Returns\n\nWhere Could XRP Price Go This September as CLARITY Act Nears?\n\nSEC Chair Paul Atkins Sets September 15 Senate Vote for CLARITY Act\n\nEthereum Price Suppressed as Selling Pressure Mounts\n\nRipple News: BIS Turns to XRP Ledger for 3–5 Second Data Verification\n\nEthereum News: Double Three Pattern Hints at Another Rally\n\nBest Crypto to Buy Now in September 2026 – Top Crypto to Invest In\n\nNew Cryptocurrencies to Invest in Today – Top New Crypto Coins\n\n8 Best Crypto Presales in September 2026\n\nEarly Access to 6 New & Upcoming Coinbase Listings in September 2026\n\n10 New & Upcoming Binance Listings in 2026\n\nNext Crypto to Explode in 2026 – Our Top Picks\n\nBitcoin (BTC) Price Prediction 2026, 2027 – 2030\n\nXRP (XRP) Price Prediction 2026, 2027 – 2030\n\nEthereum Price Prediction 2026, 2027 – 2030\n\nAt Cryptonews, we aim to make cryptocurrency, blockchain, and Web3 understandable, and information available to everyone, no matter what level you are in your investment journey. Founded in 2017, Cryptonews has been dedicated to delivering reliable, multilingual coverage of the cryptocurrency industry.\n\nDiscover trending tokens still in presale — early-stage picks with potential.\n\nSmart tools made for everyday crypto users\n\nBitcoin FOMC Outlook Shifts: BTC Eyes $92K as Scalability Projects Gain Momentum\n\nBitcoin ETF News: BlackRock IBIT Captures 62% of Inflows\n\nTim Alper is a British journalist and features writer who has worked at Cryptonews.com since 2018. He has written for media outlets such as the BBC, the Guardian, and Chosun Ilbo. He has also worked on media projects with Samsung, Sony, LG, Hyundai, Korean Air, Microsoft, Accenture, and more. His crypto-related articles have also been published on The Motley Fool and FXEmpire.\n\nGet dialed in every Tuesday & Friday with quick updates on the world of crypto\n\nEnter your email for our free Newsletter\n\nThis site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.", - "chars": 5307, - "sha256": "be4dc7f2f713ed37193375da9a20de1789d1349532adcc4bf8ec35d46a0de1d0", + "text": "Woman Gets 5-year Jail Term After Stealing USD 87K Worth of Crypto in Dating App Scam\n\nA South Korean woman who met a man on a smartphone chat app, drugged him, and stole USD 87,000 in crypto from his phone has been sentenced to five years in prison.\n\nPer Newsis, the Suwon District Court heard how a 20-year-old woman (named by the court as A) met a man via an app and then arranged to meet him on June 10, 2021. In the early hours of June 11, the duo went to a “love motel” in Gyeonggi Province. The man, who is in his 40s and was named by the court as B, had told A about the scale of his crypto holdings during their conversation on the chat app platform.\n\nBut the court heard that A then proceeded to lace B’s drink with sleeping pills, before using his phone to transfer tokens from a smartphone-based crypto wallet to her own wallet.\n\nEDaily reported that the smartphone in question was protected with a fingerprint sensor – but that A was able to press B’s finger against the sensor to unlock the device while he was unconscious.\n\nWhen B regained consciousness, he confronted A, who then proceeded to threaten him with telling B’s family about the “sordid” nature of their encounter.\n\nB proceeded to report the incident to the police – but A attempted to confuse the police officers who questioned her by claiming that B had in fact raped her, and had given her the crypto in an attempt to silence her.\n\nThe court and presiding judge Hwang In-seong found A guilty of robbery, threatening behavior, and injury, as well as violations of the Drug Management Act. She was also found guilty of perverting the course of justice.\n\nThe judge stated that the sentence was justified due to the fact that the amount of crypto holdings stolen was high, and that A had attempted to sow the seeds of confusion in the ensuing police investigation.", + "chars": 1840, + "sha256": "355060f77848fa9ae13782da33bef6a5b8550ed791211520d1606a278977f7a6", "staged_file": "01_cryptonews-com.txt", - "paragraphs_kept": "ALL 52 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 8-15 of 52", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:53:45+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 8-15 plus headline [0]; dropped 7 leading and 36 trailing paragraphs. Case-term hits on page: 13.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "86": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.bbc.com/news/uk-england-leeds-58929107", "source": "bbc.com", "language": "unknown", @@ -7326,47 +8938,50 @@ "chars": 1006, "sha256": "bd5642c3a255f79eec800be60da33c88f48957d89f7a0accd5ffa2e94728e7fd", "staged_file": "01_bbc-com.txt", - "paragraphs_kept": "ALL 8 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-7 of 8", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:53:49+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-7 plus headline [0]; dropped 0 leading and 0 trailing paragraphs. Case-term hits on page: 8.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "85": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://calgaryherald.com/news/crime/police-seek-suspects-in-canyon-meadows-home-invasion", "source": "calgaryherald.com", "language": "unknown", - "text": "Armed men force their way into Calgary home, steal cryptocurrency keys | Calgary Herald\n\nThis advertisement has not loaded yet, but your article continues below.\n\nCalgary police are asking the public to help identify a suspect linked to a violent home invasion earlier this week in the southwest community of Canyon Meadows.\n\nAround midnight on April 13, two men armed with handguns forced their way into an apartment in the 11600 block of Elbow Drive S.W., police said.\n\nThe men tied up the apartment’s resident and stole computers, jewelry and bank cards from the suite. They also took cryptocurrency keys, which allow holders access to digital financial accounts.\n\nThe men forced the victim to disclose his bank PINs, then put him in a storage room and fled.\n\nYour weekday lunchtime roundup of curated links, news highlights, analysis and features.\n\nBy signing up you consent to receive the above newsletter from Postmedia Network Inc.\n\nThanks for signing up!\n\nA welcome email is on its way. If you don't see it, please check your junk folder.\n\nThe next issue of Noon News Roundup will soon be in your inbox.\n\nWe encountered an issue signing you up. Please try again\n\nInterested in more newsletters? Browse here.\n\nThe victim, who sustained minor injuries, was able to free himself and call 911, police said.\n\nA man later used one of the victim’s bank cards to withdraw money at an ATM in Crescent Heights, near the intersection of 12th Avenue and Centre Street N.E. The ATM recorded an image of the man, who is unknown to the victim.\n\nAnyone with information on the crime or the suspects is urged to call the police non-emergency line at 403-266-1234. Anonymous tips can also be submitted to Crime Stoppers at 1-800-222-8477 or calgarycrimestoppers.org.\n\nThis advertisement has not loaded yet.\n\nYou must be logged in to join the discussion or read more comments.\n\nPostmedia is committed to maintaining a lively but civil forum for discussion. Please keep comments relevant and respectful. Comments may take up to an hour to appear on the site. You will receive an email if there is a reply to your comment, an update to a thread you follow or if a user you follow comments. Visit our Community Guidelines for more information.\n\nThis website uses cookies to personalize your content (including ads), and allows us to analyze our traffic. Read more about cookies here. By continuing to use our site, you agree to our Terms of Use and Privacy Policy.", - "chars": 2450, - "sha256": "61f25f82de44607e1c952cdfc56b86deb520c7fd5fef59ea18afed97510e24ff", + "text": "Armed men force their way into Calgary home, steal cryptocurrency keys | Calgary Herald\n\nThis advertisement has not loaded yet, but your article continues below.\n\nCalgary police are asking the public to help identify a suspect linked to a violent home invasion earlier this week in the southwest community of Canyon Meadows.\n\nAround midnight on April 13, two men armed with handguns forced their way into an apartment in the 11600 block of Elbow Drive S.W., police said.\n\nThe men tied up the apartment’s resident and stole computers, jewelry and bank cards from the suite. They also took cryptocurrency keys, which allow holders access to digital financial accounts.\n\nThe men forced the victim to disclose his bank PINs, then put him in a storage room and fled.\n\nYour weekday lunchtime roundup of curated links, news highlights, analysis and features.", + "chars": 851, + "sha256": "7a9c9fdfc7a760491796c481832131792007c6ce1770e2a9361a70023ba6ee7e", "staged_file": "01_calgaryherald-com.txt", - "paragraphs_kept": "ALL 20 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-6 of 20", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:53:51+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-6 plus headline [0]; dropped 0 leading and 13 trailing paragraphs. Case-term hits on page: 9.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "84": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://zbroya.info/uk/blog/20398_na-zaporizhzhi-mainer-dav-zbroinu-vidsich-grabizhnikam/", "source": "zbroya.info", "language": "unknown", - "text": "На Запоріжжі майнер дав збройну відсіч грабіжникам\n\n8 квітня о 20:40 до відділення поліції № 4 Пологівського районного управління ГУНП в Запорізькій області повідомили, що в Оріхові у дворі будинку по вулиці Івана Мазепи чутно постріли.\nНа місце події прибули правоохоронці.\n\nВстановлено, що троє невідомих знаходячись у дворі місцевого мешканця 1990 року народження, розпорошили газовий балончик та намагалися заволодіти обладнанням для майнінгу «Bitcoin Antminer S9». Його вартість становить близько 40 тисяч гривень.\n\nПроте, власник дав відсіч та здійснив кілька пострілів зі свого травматичного пістолета «Форт-12РМ» вгору та один постріл під ноги нападників. Після цього зловмисники розбіглися.\n\nПрацівники поліції одразу затримали двох чоловіків, а ще один втік на автомобілі «Жигулі». Однак введена в дію операція «Перехват» не залишила йому шансів для втечі.\n\nОсобовий склад поліції регіону швидко зорієнтували на розшук зловмисника, надали його прикмети та номерні знаки автомобіля. Невдовзі підозрюваного чоловіка встановили працівники групи реагування патрульної поліції в районі Оріхівського автовокзалу.\n\nЯк з'ясувалося пізніше, він змінив номерні знаки на автомобілі, залишив його в лісопосадці, а сам намагався поїхати автобусом.\n\nЗараз відомо, що всі учасники правопорушення – мешканці Дніпропетровської області, 1991, 1992 та 1993 років народження. Вони затримані в порядку статті 208 Кримінального процесуального кодексу України.\n\nЗа даним фактом відкрито кримінальне провадження за п. 2 ст. 15 (Замах на злочин), ч. 2 ст. 186 (Грабіж) Кримінального кодексу України. Вирішується питання повідомлення фігурантам про підозру та обрання запобіжного заходу у вигляді тримання під вартою.\n\nЖаль, не сказали, какой род занятий майнера кроме майнинга. Депутат, судья, полицейский или журналист?\n\nно все же странно - как это полиция не открыла дела против манера за ... хулиганство, покушение на умышленное убийство, нанесение средних телесных и т.п....\n\nкак это бывает обычно.\n\nмайнерам уже дают наградные травматы?\n\nОбычный Форт-12рм, что там от наградного?))\n\nБудь ласка, залогіньтесь щоб мати можливість коментувати", - "chars": 2129, - "sha256": "8a197e9a0e0ecf2f5ca6cc77989defc6f9f5c47682b3f925102b2724006e196d", + "text": "На Запоріжжі майнер дав збройну відсіч грабіжникам\n\n8 квітня о 20:40 до відділення поліції № 4 Пологівського районного управління ГУНП в Запорізькій області повідомили, що в Оріхові у дворі будинку по вулиці Івана Мазепи чутно постріли.\nНа місце події прибули правоохоронці.\n\nВстановлено, що троє невідомих знаходячись у дворі місцевого мешканця 1990 року народження, розпорошили газовий балончик та намагалися заволодіти обладнанням для майнінгу «Bitcoin Antminer S9». Його вартість становить близько 40 тисяч гривень.\n\nПроте, власник дав відсіч та здійснив кілька пострілів зі свого травматичного пістолета «Форт-12РМ» вгору та один постріл під ноги нападників. Після цього зловмисники розбіглися.\n\nПрацівники поліції одразу затримали двох чоловіків, а ще один втік на автомобілі «Жигулі». Однак введена в дію операція «Перехват» не залишила йому шансів для втечі.\n\nОсобовий склад поліції регіону швидко зорієнтували на розшук зловмисника, надали його прикмети та номерні знаки автомобіля. Невдовзі підозрюваного чоловіка встановили працівники групи реагування патрульної поліції в районі Оріхівського автовокзалу.\n\nЯк з'ясувалося пізніше, він змінив номерні знаки на автомобілі, залишив його в лісопосадці, а сам намагався поїхати автобусом.\n\nЗараз відомо, що всі учасники правопорушення – мешканці Дніпропетровської області, 1991, 1992 та 1993 років народження. Вони затримані в порядку статті 208 Кримінального процесуального кодексу України.\n\nЗа даним фактом відкрито кримінальне провадження за п. 2 ст. 15 (Замах на злочин), ч. 2 ст. 186 (Грабіж) Кримінального кодексу України. Вирішується питання повідомлення фігурантам про підозру та обрання запобіжного заходу у вигляді тримання під вартою.\n\nЖаль, не сказали, какой род занятий майнера кроме майнинга. Депутат, судья, полицейский или журналист?\n\nно все же странно - как это полиция не открыла дела против манера за ... хулиганство, покушение на умышленное убийство, нанесение средних телесных и т.п....\n\nкак это бывает обычно.\n\nмайнерам уже дают наградные травматы?\n\nОбычный Форт-12рм, что там от наградного?))", + "chars": 2071, + "sha256": "5ddda3871fa25464d0e8ed69399684bc32d2c5a49ea7b017c708d0ad8a553adb", "staged_file": "01_zbroya-info.txt", - "paragraphs_kept": "ALL 15 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-13 of 15", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:53:53+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-13 plus headline [0]; dropped 0 leading and 1 trailing paragraphs. Case-term hits on page: 4.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "83": [ @@ -7390,25 +9005,26 @@ "82": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.stadtmagazin-muenchen24.de/bitcoin-raub-in-muenchen-taeter-erbeuten-virtuelles-geld-im-wert-von-knapp-100-000-euro-87276", "source": "stadtmagazin-muenchen24.de", "language": "unknown", - "text": "Bitcoin-Raub in München: Täter erbeuten virtuelles Geld im Wert von knapp 100.000 Euro - Stadtmagazin München 24\n\nFeldmoching \n \n M24 News \n \n Polizeireport\n\nBitcoin-Raub in München: Täter erbeuten virtuelles Geld im Wert von knapp 100.000 Euro\n\n1. April 2021 \n \n Bitcoin, Bitcoin gestohlen, Bitcoins, Dülferstraße, Raub\n\nEin 29-Jähriger aus Berlin wollte am Dienstag auf einem Parkplatz in München-Feldmoching einen Handel mit Bitcoins abwickeln. Als er den vermeintlichen Käufern auf dem Handy das Wallet mit einem hohen fünfstelligen Betrag durch das Vorzeigen nachweisen wollte, wurde ihm das Smartphone entrissen. Die vier Täter flohen daraufhin mit zwei Autos. Die Polizei konnte die Männer aus dem Landkreis Mühldorf stellen und verhaften.\n\nBereits am Dienstag, 16. März 2021, gegen 19 Uhr, hat sich ein 29-Jähriger aus Berlin auf einem Parkplatz in der Dülferstraße in München-Feldmoching mit zwei unbekannten Männern getroffen. Es ging um ein Bitcoin-Geschäft. Der Berliner entsperrte sein Smartphone und zeigte den Männern den Inhalt seiner elektronischen Geldbörse, dem sogenannten Wallet, in der ein Betrag im hohen fünfstelligen Bereich ausgewiesen war.\n\nIn diesem Moment wurde er von zwei anderen Männern angegriffen. Sie packten und umklammerten ihn und rissen ihm sein Mobiltelefon aus der Hand. Im Anschluss flohen die Täter mit zwei verschiedenen Fahrzeugen. Der 29-Jährige aus Berlin verständigte umgehend die Polizei und eines der beiden Fahrzeuges konnte im Rahmen der Fahndung gestellt werden. Darin saßen drei Tatverdächtige im Alter von 21 bis 29 Jahren aus dem Landkreis Mühldorf, die festgenommen wurden.\n\nDas zweite Auto konnte nicht mehr ausfindig gemacht werden. Die Polizei nahm aber den vierten Tatverdächtigen, einen 30-Jährigen ebenfalls aus dem Landkreis Mühldorf, später nach weiteren Ermittlungs- und Fahndungsmaßnahmen in München fest.\n\nGegen drei der Bitcoin-Räuber erging Haftbefehl. Die Ermittlungen dieses virtuellen Geldraubes laufen beim Kommissariat 21.\n\nAktuell informiert bleiben?\n\nWollen Sie wissen, was in München los ist?\n\nDann abonnieren Sie den Newsletter M24 aktuell vom Stadtmagazin München 24.\n\nMünchen: Brandanschlag auf Rüstungsfirma\n\nFotostrecke Hofbräu Sommerfest im Biergarten Chinesischer Turm\n\nFotostrecke Brunnenfest 2026 am Viktualienmarkt in München\n\nSchon gelesen ?\n\nBerg am Laim \n \n M24 News \n \n Polizeireport\n\nBiergarten \n \n Englischer Garten \n \n M24 News\n\nSpektakulärer Großbrand in Supermarkt in Thalkirchen\n\nDiese Website verwendet Cookies, um Ihnen ein besseres Nutzererlebnis zu bieten und unsere Dienste zu verbessern. Wir verwenden Cookies für [z.B. Analyse, Personalisierung, Werbung]. Sie können Ihre Cookie-Einstellungen jederzeit anpassen und Ihre Einwilligung widerrufen. Möchten Sie zustimmen? Mehr erfahren in der Datenschutzerklärung", - "chars": 2815, - "sha256": "396311604a0d8dc1a0338d83ec7c2b001973513d20f64489c7f7a33fb409ff8a", + "text": "Bitcoin-Raub in München: Täter erbeuten virtuelles Geld im Wert von knapp 100.000 Euro - Stadtmagazin München 24\n\nEin 29-Jähriger aus Berlin wollte am Dienstag auf einem Parkplatz in München-Feldmoching einen Handel mit Bitcoins abwickeln. Als er den vermeintlichen Käufern auf dem Handy das Wallet mit einem hohen fünfstelligen Betrag durch das Vorzeigen nachweisen wollte, wurde ihm das Smartphone entrissen. Die vier Täter flohen daraufhin mit zwei Autos. Die Polizei konnte die Männer aus dem Landkreis Mühldorf stellen und verhaften.\n\nBereits am Dienstag, 16. März 2021, gegen 19 Uhr, hat sich ein 29-Jähriger aus Berlin auf einem Parkplatz in der Dülferstraße in München-Feldmoching mit zwei unbekannten Männern getroffen. Es ging um ein Bitcoin-Geschäft. Der Berliner entsperrte sein Smartphone und zeigte den Männern den Inhalt seiner elektronischen Geldbörse, dem sogenannten Wallet, in der ein Betrag im hohen fünfstelligen Bereich ausgewiesen war.\n\nIn diesem Moment wurde er von zwei anderen Männern angegriffen. Sie packten und umklammerten ihn und rissen ihm sein Mobiltelefon aus der Hand. Im Anschluss flohen die Täter mit zwei verschiedenen Fahrzeugen. Der 29-Jährige aus Berlin verständigte umgehend die Polizei und eines der beiden Fahrzeuges konnte im Rahmen der Fahndung gestellt werden. Darin saßen drei Tatverdächtige im Alter von 21 bis 29 Jahren aus dem Landkreis Mühldorf, die festgenommen wurden.\n\nDas zweite Auto konnte nicht mehr ausfindig gemacht werden. Die Polizei nahm aber den vierten Tatverdächtigen, einen 30-Jährigen ebenfalls aus dem Landkreis Mühldorf, später nach weiteren Ermittlungs- und Fahndungsmaßnahmen in München fest.\n\nGegen drei der Bitcoin-Räuber erging Haftbefehl. Die Ermittlungen dieses virtuellen Geldraubes laufen beim Kommissariat 21.\n\nAktuell informiert bleiben?\n\nWollen Sie wissen, was in München los ist?", + "chars": 1862, + "sha256": "bc4f92c52581377a28a953806630e0fcfe3605f04ad44764aaaad1dbff6a8aff", "staged_file": "01_stadtmagazin-muenchen24-de.txt", - "paragraphs_kept": "ALL 20 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 4-10 of 20", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:53:59+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 4-10 plus headline [0]; dropped 3 leading and 9 trailing paragraphs. Case-term hits on page: 4.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "81": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://oglobo.globo.com/politica/policia-de-pe-indicia-dez-pessoas-pelo-primeiro-sequestro-com-resgate-em-criptomoedas-cometido-no-pais-25045059", "source": "oglobo.globo.com", "language": "unknown", @@ -7416,11 +9032,12 @@ "chars": 4055, "sha256": "6aa42630d710d56bad64c05364fffbeab930cad7b318683d204fc0ab98b857b1", "staged_file": "01_oglobo-globo-com.txt", - "paragraphs_kept": "ALL 17 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-16 of 17", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:54:02+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-16 plus headline [0]; dropped 0 leading and 0 trailing paragraphs. Case-term hits on page: 2 (WEAK anchor, confirm the page is about this case).", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "80": [ @@ -7429,7 +9046,9 @@ "verdict": "BLOCKED", "url": "https://dailytimes.com.pk/725764/", "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such", + "archive_tried": "2026-09-05T13:31:07+00:00", + "archive_note": "no Wayback Machine snapshot exists for this URL" } ], "79": [ @@ -7438,31 +9057,35 @@ "verdict": "THIN", "url": "https://www.aftonbladet.se/nyheter/krim/a/Gajal6/bevapnad-bitcoin-liga-trangde-sig-in-hos-par--kom-over-miljonbelopp", "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule", + "archive_tried": "2026-09-05T13:31:10+00:00", + "archive_note": "Wayback snapshot 20260215081756 extracted to only 176 chars (page needs a browser to render)", + "archive_url": "http://web.archive.org/web/20260215081756/https://www.aftonbladet.se/nyheter/krim/a/Gajal6/bevapnad-bitcoin-liga-trangde-sig-in-hos-par--kom-over-miljonbelopp" } ], "78": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://cointelegraph.com/news/polish-crypto-exchange-employee-in-induced-coma-after-armed-attack", "source": "cointelegraph.com", "language": "unknown", - "text": "Polish crypto exchange employee in induced coma after armed attack\n\nWritten by Marie Huilletformer writerReviewed by Alex Cohenformer editor\n\nOn Jan. 22, an attacker shot two employees at a cryptocurrency and gold exchange in the Polish city of Olsztyn, escaping with over $120,000 in gold.\n\nPolish police have detained a suspect in an armed attack on FlyingAtom, a cryptocurrency and gold exchange in the city of Olsztyn in northeastern Poland. The incident, which occurred around 7 p.m. local time on Jan. 22, resulted in the injuries of two employees — one of whose situation was severe enough to necessitate an induced coma.\n\nAccording to local media reports from Jan. 23, the masked attacker escaped with gold worth 450,000 zloty (roughly $120,000), fleeing the exchange's office on the fourth floor of a skyscraper in the city center. Following the incident, police secured the area and scoured surveillance footage, cordoning off multiple roads in the city and searching passing cars. Roads were re-opened by the following morning.\n\nOn Jan. 23, FlyingAtom publicized an announcement offering a prize of 100,000 zloty for any information that could help to identify the perpetrator.\n\nA local crypto outlet reported on Jan. 24 that a suspect was subsequently detained in connection with the investigation. The outlet cited the press spokesman of the Municipal Police Headquarters in Olsztyn, Andrzej Jurkun, with a comment on the evening of Jan. 23 that “in Bydgoszcz [the police] detained a man who may be related to the attack. We do not provide more information, activities are underway. \"\n\nOn Jan. 25, FlyingAtom published a Facebook post thanking the police for their successful capture of the suspect, as well as medical authorities for their ongoing care of the injured victims, appearing to confirm the earlier report of the suspect's detention. Since the attack, the exchange's office has been closed and will likely resume operations in early March, according to a post from Feb. 1.\n\nWhile many criminal incidents related to cryptocurrency are perpetrated online, there is nonetheless a persistent risk of physical robbery in the industry. In late January, an armed gang posing as cryptocurrency buyers stole about 3.5 million Hong Kong dollars ($450,000) from a woman in Hong Kong. While she was luckily unscathed during the incident, other victims of cryptocurrency-related attacks have suffered kidnap and torture, or been forced to escape in highly dangerous circumstances.\n\nCointelegraph is committed to independent, transparent journalism. This news article is produced in accordance with Cointelegraph’s Editorial Policy and aims to provide accurate and timely information. Readers are encouraged to verify information independently.\n\nBitcoin ETF inflows hit $3.8B in strongest three-week stretch of 2026\n\nBitcoin ETF inflows hit $731M, highest since January as BTC reclaims $80K\n\nBitcoin reclaims $80K as DXY falls amid continuing suspected yen intervention", - "chars": 2980, - "sha256": "39f4a25b22d42787907a5c01bb7a20ba1dd4229bc230644f8051e71a0fbaecb0", + "text": "Polish crypto exchange employee in induced coma after armed attack\n\nOn Jan. 22, an attacker shot two employees at a cryptocurrency and gold exchange in the Polish city of Olsztyn, escaping with over $120,000 in gold.\n\nPolish police have detained a suspect in an armed attack on FlyingAtom, a cryptocurrency and gold exchange in the city of Olsztyn in northeastern Poland. The incident, which occurred around 7 p.m. local time on Jan. 22, resulted in the injuries of two employees — one of whose situation was severe enough to necessitate an induced coma.\n\nAccording to local media reports from Jan. 23, the masked attacker escaped with gold worth 450,000 zloty (roughly $120,000), fleeing the exchange's office on the fourth floor of a skyscraper in the city center. Following the incident, police secured the area and scoured surveillance footage, cordoning off multiple roads in the city and searching passing cars. Roads were re-opened by the following morning.\n\nOn Jan. 23, FlyingAtom publicized an announcement offering a prize of 100,000 zloty for any information that could help to identify the perpetrator.\n\nA local crypto outlet reported on Jan. 24 that a suspect was subsequently detained in connection with the investigation. The outlet cited the press spokesman of the Municipal Police Headquarters in Olsztyn, Andrzej Jurkun, with a comment on the evening of Jan. 23 that “in Bydgoszcz [the police] detained a man who may be related to the attack. We do not provide more information, activities are underway. \"\n\nOn Jan. 25, FlyingAtom published a Facebook post thanking the police for their successful capture of the suspect, as well as medical authorities for their ongoing care of the injured victims, appearing to confirm the earlier report of the suspect's detention. Since the attack, the exchange's office has been closed and will likely resume operations in early March, according to a post from Feb. 1.\n\nWhile many criminal incidents related to cryptocurrency are perpetrated online, there is nonetheless a persistent risk of physical robbery in the industry. In late January, an armed gang posing as cryptocurrency buyers stole about 3.5 million Hong Kong dollars ($450,000) from a woman in Hong Kong. While she was luckily unscathed during the incident, other victims of cryptocurrency-related attacks have suffered kidnap and torture, or been forced to escape in highly dangerous circumstances.\n\nCointelegraph is committed to independent, transparent journalism. This news article is produced in accordance with Cointelegraph’s Editorial Policy and aims to provide accurate and timely information. Readers are encouraged to verify information independently.", + "chars": 2681, + "sha256": "5ae8334d6d4cc218882f237515c0991fd925d34b5cdc175eec8b703de7b57051", "staged_file": "01_cointelegraph-com.txt", - "paragraphs_kept": "ALL 13 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-9 of 13", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:54:10+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-9 plus headline [0]; dropped 1 leading and 3 trailing paragraphs. Case-term hits on page: 22.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "77": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.scmp.com/news/hong-kong/law-and-crime/article/3118249/gang-snatches-hk35-million-hong-kong-cryptocurrency", "source": "scmp.com", "language": "unknown", @@ -7470,65 +9093,69 @@ "chars": 1641, "sha256": "279a1011a2f74e2727eb2fa3d1b6357f02a3c1e2eb3a5b6f4b5b9b156843eede", "staged_file": "01_scmp-com.txt", - "paragraphs_kept": "ALL 11 paragraphs, untrimmed", + "paragraphs_kept": "0-10 of 11", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:54:12+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 0-10; dropped 0 leading and 0 trailing paragraphs. Case-term hits on page: 14.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "76": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.thestandard.com.hk/breaking-news/article/162670/Gang-of-six-rob-more-than-HK3-million-in-bitcoin-from-trader-flee-after-kicking-him-out-of-the-car", "source": "thestandard.com.hk", "language": "unknown", - "text": "Gang of six rob more than HK$3 million in bitcoin from trader, flee after kicking him out of the car\n\nA 37-year-old male trader trying to capitalize on the surge of Bitcoin was robbed of around HK$3 million in cash -- the value of 15 bitcoins -- and two mobile phones, minutes after being lured into in-person transaction of the cryptocurrency.\n\nThe incident comes as more traders who want to avoid the hassle of paying the service fee of online Bitcoin transactions choose to sell bitcoins in person.\n\nA gang of six South Asian men in their 30s remain at large after fleeing on Tai Tam Road, Chai Wan in two cars.\n\nThe trader surnamed Lee was left empty-handed, after the suspects ran away with HK$3 million cash that they pretended to pay him and Lee's 15 bitcoins worth HK$235,000 each were transferred to bitcoin wallet, according to police.\n\nLee told police that he was picked up by two South Asian men posing as buyers in a white car outside a hotel in North Point around 5pm on Monday.\n\nHe was then driven to Chai Wan, during which he transferred 15 bitcoins to the duo on his mobile phones, while the pair handed him HK$3 million in cash.\n\nBut as Lee was counting his proceeds, the car pulled over on a hillside near Shan Tsui Court on Tai Tam Road.\n\nShortly afterwards, a black car arrived and four South Asian men jumped into the white car, snatched the banknotes and two mobile phones before fleeing the scene in the black car.\n\nLater, the two buyers shouted at Lee: “Money is gone, get off my car!” and kicked him out of the car before driving away.\n\nThe incident came to light at around 8pm when Lee walked for about five minutes and approached a police officer at the nearby Hing Man Estate on Tai Tam Road.\n\nLee was not injured as police combed Hing Man Estate late Monday evening but to no avail.\n\nThe six suspects remained at large as of last night.\n\nThe case has been classified as robbery and is being investigated by the Eastern District Crime Squad.\n\nLee, who has been a full-time Bitcoin trader for seven years, agreed to make the transaction with the two buyers via WeChat at 1pm Monday.\n\nHe had also traded his bitcoins with the two for HK$1 million online Sunday night.\n\nIn 2018, a 34-year-old local male buyer was robbed of HK$1.4 million in cash following an in-person Bitcoin transaction hoax in North Point.\n\nTrading bitcoins in person has become popular recently, in which the buyer will clarify the acceptable currencies, banknotes and payment forms with traders beforehand, as banks are more aggressively acting against Bitcoin companies.\n\nOther means to purchase bitcoins, including through a Bitcoin ATM, a “Bitcoin Wallet” that can be downloaded on phones and computers and exchanges, are also popular.\n\nThe price of Bitcoin has surged five times in less than a year and hit an all-time high last Christmas and early this month.\n\nAt midnight yesterday, the price per bitcoin broke through US$31,000 (HK$ 240,335), according to CryptoCompare, a website that discusses the value of various cryptocurrencies.\n\nAbout 18.5 million out of a total of 21 million bitcoins have been mined and all the bitcoins will be snapped up by 2040.\n\nOnce all the bitcoins have been mined, buyers will still be incentivized to process transactions with fees.\n\nHKTB promotes major mega events and new global campaign at Chengdu networking summit\n\nInternational Schools Fair 2026 end on high note as families gain key academic insights\n\nTesla driver dies after collapsing at wheel in Island Eastern Corridor collision\n\nGolfer airlifted to hospital after collapsing at Sai Kung Kau Sai Chau golf course\n\nFormer district councillor among three arrested over alleged seditious acts outside Prince Edward station\n\nSuspended digital display screen dangles mid-air at Hong Kong Airport Terminal 2\n\nInternational Schools Fair opens today and ends at 4pm at Cordis Hotel\n\nHK Disneyland Hotel pauses for glow-up but holiday treats await\n\nHKMA alerts public to rising scams involving unauthorized mobile wallet card binding\n\nDEVB demands departmental reports over malfunctioning lifts at Queen Mary Hospital\n\nPansy Ho shares candid memories of late father Stanley Ho and friendships with Leslie Cheung and Anita Mui\n\nHKO recaps extraordinary 15-day journey of resurrected tropical cyclone Saudel\n\nLeslie Cheung 70th birthday exhibition brings the legend back to fans\n\nCopyright © 2026 The Standard - A division of Sing Tao News Corporation Limited. All rights reserved.", - "chars": 4471, - "sha256": "6ba46f7802d214f0aa238c4823adc5190e2d63edf38a514b116c6e4c9a4333a5", + "text": "Gang of six rob more than HK$3 million in bitcoin from trader, flee after kicking him out of the car\n\nA 37-year-old male trader trying to capitalize on the surge of Bitcoin was robbed of around HK$3 million in cash -- the value of 15 bitcoins -- and two mobile phones, minutes after being lured into in-person transaction of the cryptocurrency.\n\nThe incident comes as more traders who want to avoid the hassle of paying the service fee of online Bitcoin transactions choose to sell bitcoins in person.\n\nA gang of six South Asian men in their 30s remain at large after fleeing on Tai Tam Road, Chai Wan in two cars.\n\nThe trader surnamed Lee was left empty-handed, after the suspects ran away with HK$3 million cash that they pretended to pay him and Lee's 15 bitcoins worth HK$235,000 each were transferred to bitcoin wallet, according to police.\n\nLee told police that he was picked up by two South Asian men posing as buyers in a white car outside a hotel in North Point around 5pm on Monday.\n\nHe was then driven to Chai Wan, during which he transferred 15 bitcoins to the duo on his mobile phones, while the pair handed him HK$3 million in cash.\n\nBut as Lee was counting his proceeds, the car pulled over on a hillside near Shan Tsui Court on Tai Tam Road.\n\nShortly afterwards, a black car arrived and four South Asian men jumped into the white car, snatched the banknotes and two mobile phones before fleeing the scene in the black car.\n\nLater, the two buyers shouted at Lee: “Money is gone, get off my car!” and kicked him out of the car before driving away.\n\nThe incident came to light at around 8pm when Lee walked for about five minutes and approached a police officer at the nearby Hing Man Estate on Tai Tam Road.\n\nLee was not injured as police combed Hing Man Estate late Monday evening but to no avail.\n\nThe six suspects remained at large as of last night.\n\nThe case has been classified as robbery and is being investigated by the Eastern District Crime Squad.\n\nLee, who has been a full-time Bitcoin trader for seven years, agreed to make the transaction with the two buyers via WeChat at 1pm Monday.\n\nHe had also traded his bitcoins with the two for HK$1 million online Sunday night.\n\nIn 2018, a 34-year-old local male buyer was robbed of HK$1.4 million in cash following an in-person Bitcoin transaction hoax in North Point.\n\nTrading bitcoins in person has become popular recently, in which the buyer will clarify the acceptable currencies, banknotes and payment forms with traders beforehand, as banks are more aggressively acting against Bitcoin companies.\n\nOther means to purchase bitcoins, including through a Bitcoin ATM, a “Bitcoin Wallet” that can be downloaded on phones and computers and exchanges, are also popular.\n\nThe price of Bitcoin has surged five times in less than a year and hit an all-time high last Christmas and early this month.\n\nAt midnight yesterday, the price per bitcoin broke through US$31,000 (HK$ 240,335), according to CryptoCompare, a website that discusses the value of various cryptocurrencies.\n\nAbout 18.5 million out of a total of 21 million bitcoins have been mined and all the bitcoins will be snapped up by 2040.\n\nOnce all the bitcoins have been mined, buyers will still be incentivized to process transactions with fees.", + "chars": 3272, + "sha256": "b40f4bc48298d51df1455b23e4adf52fc3fd04175f323598f3fedad36853ffaf", "staged_file": "01_thestandard-com-hk.txt", - "paragraphs_kept": "ALL 37 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-22 of 37", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:54:14+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-22 plus headline [0]; dropped 0 leading and 14 trailing paragraphs. Case-term hits on page: 11.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "74": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://lb.ua/news/2020/12/24/473829_ternopoli_zatrimali.html", "source": "lb.ua", "language": "unknown", - "text": "У Тернополі автовикрадачі катували чоловіка і вимагали у нього 800 тисяч\n\n«Організм був надто виснажений. Це фактор ризику і він реалізувався». Що відбувається з колишніми полоненими після звільнення\n\nПочаївській лаврі надали додаткові 60 днів на розірвання зв'язків із РПЦ\n\nФото​Стихійне лихо в Непалі: що відомо про долю 57 українців?\n\nУкраїна звернулася до МСЕ з вимогою відключити нашу територію від зон обслуговування російської супутникової системи \"Рассвет\"\n\nУ Міноборони роз’яснили, як саме Євгенія Хмару звільнили з військової служби\n\nФотоПосол Італії в Україні вручив найвищу державну нагороду двом українським діячам мистецтва\n\nНа Одещині знайшли мертвою 15-річну дівчину: поліція затримала 19-річного односельця\n\nРосіяни атакували Україну балістикою та БПЛА: вибухи у Києві, Полтаві, Запоріжжі та Кривому Розі\n\nФотоСмертність перевищує народжуваність в Україні вже 30 років поспіль: LB.Talks про те, від чого помирає Україна РЕПОРТАЖ\n\nГоловна —\n Політика — 24 грудня 2020, 12:40\n\nУ Тернополі затримали автовикрадачів, які катували чоловіка і вимагали у нього $800 тисяч\n\nЗатримано організатора, співорганізатора та виконавця.\n\nУ Тернополі затримали викрадачів авто, які катували чоловіка та вимагали у нього 800 тисяч доларів. Їм інкримінують одразу три статті Кримінального\nкодексу: незаконне позбавлення волі, вимагання та незаконне заволодіння транспортним засобом.\n\nПро це повідомляє пресслужба Міністерства внутрішніх справ.\n\nЗа словами заступника начальника відділу розслідування особливо тяжких злочинів СУ ГУНП в Тернопільській області Віталія Гатанюка, впродовж ночі група невідомих осіб утримувала та катувала\nуродженця області. Чоловік мешкає в Києві, займається бізнесом, пов'язаним з криптовалютою. До Тернополя разом з дружиною він приїхав до родича на день народження.\n\nНа виїзді з міста близько 19:00 група невідомих трьома авто заблокувала йому дорогу. Зловмисники витягли чоловіка з салону та силою заштовхали в багажник іномарки, надягнувши на руки кайданки.\nДружину посадили в інше авто і повезли у невідомому напрямку. Викрали зловмисники і автомобіль марки Toyota Camry.\n\nПро злочин та своє місце знаходження повідомив сам потерпілий уже під ранок після ночі катувань. Викрадачі не знайшли у нього другий телефон. За словами потерпілого, невідомі катували його і\nпогрожували вбивством, якщо він не заплатить їм 800 тисяч доларів.\n\nПравоохоронцям вдалося затримати двох із семи підозрюваних - співорганізатора та виконавця. Їм обрали запобіжний захід у вигляді тримання під вартою з правом внесення застави у розмірі 630 та 500\nтисяч гривень відповідно. Ще одного викрадача затримали через півтори доби. Самостійно прийшов та здався до поліції і організатор. Щодо нього в суді знаходиться кримінальне провадження за збут\nнаркотиків у складі організованої злочинної групи.\n\nМісце перебування ще трьох підозрюваних встановлюється. Наразі відомо, що один з групи уже встиг перетнути кордон.\n\nДружину потерпілого утримували в одному з готелів Тернополя. До неї фізичну силу не застосовували.\n\nВикрадене авто працівники поліції знайшли за кілька кілометрів від місця злочину.\n\nНагадаємо, у листопаді в Києві два брати викрали криптовалютника і відпустили його за $50 тис.\n\nУ грудні в місті Ірпінь Київської області затримали організовану озброєну групу, яка займалася розбійними\nнападами. Четверо мешканців Ірпеня та раніше судимий уродженець Херсонщини створили організовану групу - банду та 30 листопада цього року скоїли розбійний напад на родину колишнього бізнесмена у\nКиївській області.\n\nВони катувлаи його родину та забрали усі гроші та прикраси.\n\nФотоНа Харківщині 14-річний хлопець за добу викрав три автомобілі і тричі потрапив у ДТП\n\nМер Тернополя відмовляється вводити карантин вихідного дня\n\nФотоЧоловіка-\"бодімодифікатора\" з Тернополя засудили до довічного за вбивство тату-майстрині\n\nФотоЗеленський розпочав робочу поїздку до Запорізької області\n\nУвічнення пам’яті Кернеса в Харкові: єдність і боротьба протилежностей\n\nУ грудні 30 депутатів пропустили 90% голосувань Ради, - КВУ\n\nФотоОфіс генпрокурора передав справу Татарова з НАБУ до СБУ (оновлено)\n\nЗеленський підписав закон, який продовжує дію особливого порядку місцевого самоврядування в ОРДЛО\n\nКандидати в мери Борисполя. Хто злетить?\n\nУ Запоріжжі втретє за два тижні обрали голову облради\n\n​Нардепу від \"Cлуги народу\" присудили 2 млн гривень моральної компенсації за кримінальне переслідування\n\nОфіс з просування експорту запустив портал для підтримки експортерів\n\nВАКС продовжив термін домашнього арешту Микитасю до 23 лютого\n\nПродовжуючи переглядати LB.ua ви підтверджуєте, що ознайомилися з Правилами користування сайтом та погоджуєтеся на використання файлів cookies", - "chars": 4671, - "sha256": "35b10c6abc328f40d830db3e7684193c8422bd937b074890460113493be04bd0", + "text": "У Тернополі автовикрадачі катували чоловіка і вимагали у нього 800 тисяч\n\nЗатримано організатора, співорганізатора та виконавця.\n\nУ Тернополі затримали викрадачів авто, які катували чоловіка та вимагали у нього 800 тисяч доларів. Їм інкримінують одразу три статті Кримінального\nкодексу: незаконне позбавлення волі, вимагання та незаконне заволодіння транспортним засобом.\n\nПро це повідомляє пресслужба Міністерства внутрішніх справ.\n\nЗа словами заступника начальника відділу розслідування особливо тяжких злочинів СУ ГУНП в Тернопільській області Віталія Гатанюка, впродовж ночі група невідомих осіб утримувала та катувала\nуродженця області. Чоловік мешкає в Києві, займається бізнесом, пов'язаним з криптовалютою. До Тернополя разом з дружиною він приїхав до родича на день народження.\n\nНа виїзді з міста близько 19:00 група невідомих трьома авто заблокувала йому дорогу. Зловмисники витягли чоловіка з салону та силою заштовхали в багажник іномарки, надягнувши на руки кайданки.\nДружину посадили в інше авто і повезли у невідомому напрямку. Викрали зловмисники і автомобіль марки Toyota Camry.\n\nПро злочин та своє місце знаходження повідомив сам потерпілий уже під ранок після ночі катувань. Викрадачі не знайшли у нього другий телефон. За словами потерпілого, невідомі катували його і\nпогрожували вбивством, якщо він не заплатить їм 800 тисяч доларів.\n\nПравоохоронцям вдалося затримати двох із семи підозрюваних - співорганізатора та виконавця. Їм обрали запобіжний захід у вигляді тримання під вартою з правом внесення застави у розмірі 630 та 500\nтисяч гривень відповідно. Ще одного викрадача затримали через півтори доби. Самостійно прийшов та здався до поліції і організатор. Щодо нього в суді знаходиться кримінальне провадження за збут\nнаркотиків у складі організованої злочинної групи.\n\nМісце перебування ще трьох підозрюваних встановлюється. Наразі відомо, що один з групи уже встиг перетнути кордон.\n\nДружину потерпілого утримували в одному з готелів Тернополя. До неї фізичну силу не застосовували.\n\nВикрадене авто працівники поліції знайшли за кілька кілометрів від місця злочину.\n\nНагадаємо, у листопаді в Києві два брати викрали криптовалютника і відпустили його за $50 тис.\n\nУ грудні в місті Ірпінь Київської області затримали організовану озброєну групу, яка займалася розбійними\nнападами. Четверо мешканців Ірпеня та раніше судимий уродженець Херсонщини створили організовану групу - банду та 30 листопада цього року скоїли розбійний напад на родину колишнього бізнесмена у\nКиївській області.\n\nВони катувлаи його родину та забрали усі гроші та прикраси.", + "chars": 2572, + "sha256": "f4cd058cf90c278c1040bfed219e3fc2ec6d9c341ed7bb1cbbdb218d896c68cc", "staged_file": "01_lb-ua.txt", - "paragraphs_kept": "ALL 39 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 12-24 of 39", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:54:18+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 12-24 plus headline [0]; dropped 11 leading and 14 trailing paragraphs. Case-term hits on page: 5.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "73": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://gulfnews.com/uae/crime/attempt-to-rob-dh500000-foiled-in-dubai-gang-of-four-members-arrested-1.76204045", "source": "gulfnews.com", "language": "unknown", - "text": "Attempt to rob Dh500,000 foiled in Dubai, gang of four members arrested\n\nDefendants attacked bitcoin buyer and his friends and sprayed deodorants on their faces\n\nRobbers in Dubai tried to snatch Dh500,000 in cash from an investor who wanted to buy bitcoins. Picture for illustrative purposes only.Gulf News Archives\n\nDubai: A group of four Dubai-based expatriates has been accused of attempted robbery of Dh500,000 from an investor in a fraudulent bitcoin transaction.\n\nAccording to the Dubai Court of First Instance, the four Ukrainian defendants aged between 28 and 34 years, broke into an office in the Al Barsha area of Dubai and tried to steal the cryptocurrency after attacking the investor and two of his friends.\n\nA 33-year-old Egyptian witness, who was told by the investor and another person to join them in buying the cryptocurrency, said that he went to the office carrying Dh500,000 in cash in a bag. “A man told us to wait until the arrival of the bitcoin seller. As they were getting late, the victim told the man that they would leave, when the door opened and the four Ukrainian suspects came in, attacked the victim and tried to steal the money,” said the Egyptian witness.\n\nThe four defendants physically assaulted the victims and sprayed a deodorant directly on to the victims’ faces.\n\n“As the victim raised an alarm, screaming ‘thieves ... thieves’ the attackers couldn’t steal the money and they escaped from the spot,” added the Egyptian witness.\n\nDubai Police have arrested all the four defendants who were charged with attempted robbery.\n\nAlso Read: Dubai-based carpenter, who had 29 narcotic pills hidden in his stomach, sentenced to jail\n\nAlso Read: Indian expat who forged boss’s signature 47 times jailed in Dubai\n\nAlso Read: Sales manager in Dubai embezzled Dh788,000 from company, using fake documents\n\nAlso Read: Three expats scam Dubai law firm customer\n\nThe next hearing is scheduled for January 11.\n\nMan arrested in Sharjah for killing two sisters\n\nDubai arrests singer over Dh9,000 fake visa scam\n\nMan thought he was a cat after taking drugs: Prosecutor\n\nTwo fined Dh50,000 each over petrol station dispute", - "chars": 2142, - "sha256": "2a995827abea34c39bb196dd7a9394b7c059a34cd426887af1ab1d53ff0a8d7d", + "text": "Attempt to rob Dh500,000 foiled in Dubai, gang of four members arrested\n\nRobbers in Dubai tried to snatch Dh500,000 in cash from an investor who wanted to buy bitcoins. Picture for illustrative purposes only.Gulf News Archives\n\nDubai: A group of four Dubai-based expatriates has been accused of attempted robbery of Dh500,000 from an investor in a fraudulent bitcoin transaction.\n\nAccording to the Dubai Court of First Instance, the four Ukrainian defendants aged between 28 and 34 years, broke into an office in the Al Barsha area of Dubai and tried to steal the cryptocurrency after attacking the investor and two of his friends.\n\nA 33-year-old Egyptian witness, who was told by the investor and another person to join them in buying the cryptocurrency, said that he went to the office carrying Dh500,000 in cash in a bag. “A man told us to wait until the arrival of the bitcoin seller. As they were getting late, the victim told the man that they would leave, when the door opened and the four Ukrainian suspects came in, attacked the victim and tried to steal the money,” said the Egyptian witness.\n\nThe four defendants physically assaulted the victims and sprayed a deodorant directly on to the victims’ faces.\n\n“As the victim raised an alarm, screaming ‘thieves ... thieves’ the attackers couldn’t steal the money and they escaped from the spot,” added the Egyptian witness.\n\nDubai Police have arrested all the four defendants who were charged with attempted robbery.\n\nThe next hearing is scheduled for January 11.", + "chars": 1520, + "sha256": "7cf7b6e0ccab211843ece76993faaff27d8e42ac3dc8343123cf84555af37ef9", "staged_file": "01_gulfnews-com.txt", - "paragraphs_kept": "ALL 18 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-13 excl [9, 10, 11, 12] of 18", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:54:19+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-13 plus headline [0]; dropped 1 leading and 4 trailing paragraphs and 4 interior furniture line(s). Case-term hits on page: 17.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "72": [ @@ -7552,37 +9179,64 @@ "71": [ { "field": "url", - "verdict": "DEAD", + "verdict": "KEEP", "url": "https://cointelegraph.com/news/bungled-bitcoin-atm-theft-in-meatspace-won-t-ruin-thanksgiving", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "cointelegraph.com", + "language": "unknown", + "text": "Bungled Bitcoin ATM theft in ‘meatspace’ won't ruin Thanksgiving\n\nTRX$0.3197 0.72%LINK$8.87 1.77%XLM$0.1527 1.41%HYPE$42.46 4.37%BTC$72,144 1.86%XMR$345.30 2.42%ETH$2,226 1.90%SOL$83.41 2.13%DOGE$0.0923 1.87%ADA$0.2414 1.08%BCH$427.32 1.10%BNB$603.92 2.14%XRP$1.34 1.35%\n\nWritten by Samuel Haig,Former Staff Writer\n\nReviewed by Alex Cohen,Former Staff Editor\n\nTwo thieves have destroyed the front wall of a deli in Canada after a failed attempt to steal a Bitcoin ATM.\n\nA delicatessen in the Canadian town of Kelowna, British Colombia has been severely damaged after two bumbling crooks attempted to steal a Bitcoin ATM installed in a store adjacent to it.\n\nAt roughly 3am on October 7, the two suspects unsuccessfully attempted to steal the Bitcoin ATM located on the back wall of the neighbouring store. While attempting to flee empty-handed they backed their white GMC Sierra pick-up truck into L&D Meats and Deli and smashed its front wall.\n\nThe chance they’ll be caught seems quite high, as local police noted that the thieves managed to leave their tailgate behind. Solana Paré, a spokesperson for Kelowna police stated:\n\n“A preliminary assessment conducted by staff on-site, suggests that despite the thousands of dollars in damage caused, nothing appears to be taken from inside the business as the suspects were unsuccessful in taking the Bitcoin ATM.”\n\nGiven how inept the attempted theft was, you have to wonder if the criminals were hoping to steal the “Bitcoins’ inside the machine, or if they were after cash.\n\nThe deli’s owner Don Favell lamented the timing of the incident, noting that Thanksgiving is quickly approaching and his customers are expecting to receive pre-ordered meat before the holiday.\n\nFavell said the damages will be covered by his insurance and that he is now focused on trying to get his business up and running again. He told local media: “That’s all we can do, look after everybody.”\n\n“They will get their turkeys,” he vowed.\n\nBitcoin ATM theft does not appear to attract the most sophisticated of criminals. In November 201, two thieves broke into a grocery store in British Colombia to crack open a Bitcoin ATM installed inside. They stole $4,000 but accidentally left $50,000 behi.\n\nCointelegraph is committed to independent, transparent journalism. This news article is produced in accordance with Cointelegraph’s Editorial Policy and aims to provide accurate and timely information. Readers are encouraged to verify information independently. Read our Editorial Policy https://cointelegraph.com/editorial-policy", + "chars": 2554, + "sha256": "ccc49d8a61836b2a729133426baf5cfd040cba67ce28312711a44d387d54dd49", + "staged_file": "01_cointelegraph-com-wayback.txt", + "paragraphs_kept": "headline [0] + 1-14 of 15", + "method": "Wayback Machine snapshot 20260413150353, deterministic extraction", + "fetched_at": "2026-09-05T13:31:16+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260413150353/https://cointelegraph.com/news/bungled-bitcoin-atm-theft-in-meatspace-won-t-ruin-thanksgiving", + "snapshot": "20260413150353", + "note": "live URL was DEAD on the first pass; text comes from an archived copy dated 2026-04-13", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-14 plus headline [0]; dropped 0 leading and 0 trailing paragraphs. Case-term hits on page: 7.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "70": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://forklog.com/en/three-sbu-officers-face-charges-over-kidnapping-of-a-businessman-and-extortion-of-7-btc/", "source": "forklog.com", "language": "unknown", - "text": "Three SBU officers face charges over kidnapping of a businessman and extortion of 7 BTC | ForkLog\n\nThe iconic magazine about Bitcoin, blockchain technology and the digital economy.\n\nAI translated#Crimes#Intelligence Agencies#Law Enforcement#Ukraine\n\nThree SBU officers face charges over kidnapping of a businessman and extortion of 7 BTC\n\nThe State Bureau of Investigation of Ukraine has established the involvement of three officers of the Cyber Department of the Security Service (SBU) in the kidnapping of a cryptocurrency trader and the theft of money from him. This is reported in the ruling of the Pechersky District Court of Kyiv.\n\nAccording to the investigation, in autumn 2020, senior management of the SBU received information that the entrepreneur had a large amount of cryptocurrency.\n\nIn broad daylight on 1 October 2020 in Kyiv, outside a pub on Mykhailivska Street, security forces approached the businessman and shoved him into a Volkswagen T5. In the car they took the victim’s mobile phone and keys to the apartment, from which two laptops and a tablet were subsequently removed.\n\nThen they brought the trader to a forest near Parkova Road and, for about an hour and a half, beat him inside the car and demanded to hand over $200 000. After the refusal, the security forces transported the kidnapped person to the Shevchenkivske Police Department.\n\nThere they continued to extort funds, lowering the amount to $80 000. The businessman agreed and called his wife, who transferred 7 BTC (at the time equivalent to the ransom) to the cryptocurrency wallet indicated by the security forces.\n\nAfter this, one of the SBU officers filed a report stating that the entrepreneur had allegedly been detained by them late on 1 October as a person wanted for extradition at the request of the Russian Federation.\n\nAccording to the State Bureau of Investigation, the criminal group included:\n\nDeputy Head of the First Directorate of the Department of Counterintelligence Protection of State Interests in the Information Security sphere of the SBU;\n\nHead of the Department of Counterintelligence Protection of State Interests in the Information Security sphere of the SBU’s Sumy Region Directorate;\n\nSenior operative of the 3rd Department of the 1st Directorate of the Department of Counterintelligence Protection of State Interests in the Information Security sphere of the SBU.\n\nThey were charged with theft of cryptocurrency, robbery with violence, kidnapping, and abuse of office.\n\nAll three suspects were placed under house arrest. They have been suspended from their posts.\n\nThe investigation is also examining the involvement of eight more SBU employees.\n\nEarlier in July, a Ukrainian blogger staged her kidnapping for a ransom of 5 BTC.\n\nFound a mistake in the text? Select it and press CTRL+ENTER\n\nMoscow Authorities Conduct Raids at ‘Gorbushka’ Shopping Center\n\nUkraine Urged Not to Push Crypto Business Abroad\n\nNorth Korea Uses Scam Networks to Launder Stolen Crypto Assets\n\nBybit Files Lawsuit Against North Korea and Lazarus Group\n\nCrypto Community Criticizes New York’s Real Estate Database Publication\n\nOpen-Source Intelligence Platform Osiris Released on GitHub\n\nBonzo Lend Loses $9M in Oracle Price Attack\n\nSocket Identifies Malicious Version of Injective SDK in npm\n\nWe use cookies to improve the quality of our service.\n\nBy using this website, you agree to the Privacy policy.", - "chars": 3398, - "sha256": "a898e2b976eb18803e6ed413e7bf67557527bb10ac400d3fb748c6a5571b646b", + "text": "Three SBU officers face charges over kidnapping of a businessman and extortion of 7 BTC | ForkLog\n\nThe iconic magazine about Bitcoin, blockchain technology and the digital economy.\n\nAI translated#Crimes#Intelligence Agencies#Law Enforcement#Ukraine\n\nThree SBU officers face charges over kidnapping of a businessman and extortion of 7 BTC\n\nThe State Bureau of Investigation of Ukraine has established the involvement of three officers of the Cyber Department of the Security Service (SBU) in the kidnapping of a cryptocurrency trader and the theft of money from him. This is reported in the ruling of the Pechersky District Court of Kyiv.\n\nAccording to the investigation, in autumn 2020, senior management of the SBU received information that the entrepreneur had a large amount of cryptocurrency.\n\nIn broad daylight on 1 October 2020 in Kyiv, outside a pub on Mykhailivska Street, security forces approached the businessman and shoved him into a Volkswagen T5. In the car they took the victim’s mobile phone and keys to the apartment, from which two laptops and a tablet were subsequently removed.\n\nThen they brought the trader to a forest near Parkova Road and, for about an hour and a half, beat him inside the car and demanded to hand over $200 000. After the refusal, the security forces transported the kidnapped person to the Shevchenkivske Police Department.\n\nThere they continued to extort funds, lowering the amount to $80 000. The businessman agreed and called his wife, who transferred 7 BTC (at the time equivalent to the ransom) to the cryptocurrency wallet indicated by the security forces.\n\nAfter this, one of the SBU officers filed a report stating that the entrepreneur had allegedly been detained by them late on 1 October as a person wanted for extradition at the request of the Russian Federation.\n\nAccording to the State Bureau of Investigation, the criminal group included:\n\nDeputy Head of the First Directorate of the Department of Counterintelligence Protection of State Interests in the Information Security sphere of the SBU;\n\nHead of the Department of Counterintelligence Protection of State Interests in the Information Security sphere of the SBU’s Sumy Region Directorate;\n\nSenior operative of the 3rd Department of the 1st Directorate of the Department of Counterintelligence Protection of State Interests in the Information Security sphere of the SBU.\n\nThey were charged with theft of cryptocurrency, robbery with violence, kidnapping, and abuse of office.\n\nAll three suspects were placed under house arrest. They have been suspended from their posts.\n\nThe investigation is also examining the involvement of eight more SBU employees.\n\nEarlier in July, a Ukrainian blogger staged her kidnapping for a ransom of 5 BTC.", + "chars": 2747, + "sha256": "7e986fa113323950203125a5a0ade110accd47bfe1838b326370bb7b3f0aac1a", "staged_file": "01_forklog-com.txt", - "paragraphs_kept": "ALL 29 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-17 of 29", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:54:26+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-17 plus headline [0]; dropped 0 leading and 11 trailing paragraphs. Case-term hits on page: 11.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "69": [ { "field": "url", - "verdict": "THIN", + "verdict": "KEEP", "url": "https://www.the-sun.com/news/3729816/student-forced-bitcoin-knifepoint-cops/", - "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "source": "the-sun.com", + "language": "unknown", + "text": "Student forced to transfer bitcoin now worth £68k after being held at knifepoint stunned after cops drop probe | The US Sun\n\nA FRESHER was robbed at knifepoint for Bitcoin now worth a whopping £68,000 during his first week at university.\n\nThe lad was forced to move back home after eight thugs stormed his accommodation in Kent and demanded the security passwords to his financial apps.\n\nNow his horrified mum has warned others to take care after the 20-minute ordeal at Canterbury Christ Church University.\n\nShe said her son had been discussing cryptocurrency with a new friend on campus just five days after he started his course.\n\nShe said: \"It was the first friend my son made from university and he was from London.\n\n\"They were just having lads' talk.\n\n\"The conversation turned to financial and the friend started talking about cyber currency.\"\n\nThe mother alleges the other student then invited eight school friends over from East London - and her son instantly \"knew he was in trouble\".\n\nDeadly shark attack kills woman, 39, just 50ft from shore as beaches shut\n\nI'm a 36F - I found the best sports bra and it passes the bounce test\n\n$750 new 'cash back' check will be in your hands in DAYS\n\nJeopardy! fans go wild as unexpected contestant to appear on famous game show\n\nNo one was ever charged in connection with the incident.\n\nThe student's cryptocurrency was worth £6,000 at the time of the robbery last year - but its value has leapt over the past 12 months.\n\nA further £3,000 of his grant money was also stolen.\n\nAfter the violent mugging, the victim phoned the police before rushing over to a security hut on the university premises.\n\nThe victim's mum alleges the security guards didn't attend the scene.\n\nShe said: \"He phoned the police and they didn't attend because there was something more important on that night.\n\n\"The only action the university took was moving him to different accommodation.\n\n\"He was too traumatised so he moved back home even though he had safer and better accommodation.\n\n\"He was terrified, emasculated, humiliated and abused.\n\n\"You don't hand over nearly £10,000 if you don't think you're not going to get injured.\"\n\nNone of the money could be refunded and the police investigation was dropped after eight months.\n\nThe victim's mother said she was frustrated with the response from the security staff at the campus and how the police handled the case.\n\nIn a warning to other students, she said: \"The police commonly call Freshers' Week 'fishing week' because all the criminals come down. They know the students have got grants, laptops, and new stuff.\n\n\"Attacks, assaults, and muggings are quite common across the country.\"\n\nCanterbury District Commander Chief Inspector Mark Hedges confirmed that police were contacted about the robbery.\n\nHe said: \"The incident was reported around 45 minutes after the robbery had taken place and during the call, it was established the offenders had left the scene.\n\nHe was terrified, emasculated, humiliated and abused\n\n\"As a result, it was arranged for officers to visit the victim the following day, when further details of the robbery were disclosed, including the theft of a mobile phone and the transfer of a significant amount of cryptocurrency from the victim's account.\n\n\"A thorough investigation into the incident was carried out, including a review of local CCTV opportunities, analysis of Bitcoin 'wallet' IDs and exploration of possible forensic evidence.\n\n\"However, the case did not meet the evidential test and the three suspects were refused charge.\n\n\"Kent Police takes the safety of the county's student population extremely seriously and encourages all young people to take all steps possible to ensure they do not become victims of crime while studying away from home.\"\n\nA spokesperson for CCCU said the safety of students is of \"paramount importance\".\n\nThey added: \"The reported incident was investigated and thoroughly reviewed.\n\n\"We offered the student wellbeing counselling, financial support, and relocation of accommodation.\"\n\nInside Bitcoin tycoon’s £8m ocean-front 'fortress' with ‘moat’ and jacuzzi after making crypto £100m fortune\n\nWe pay for your stories!\n\nDo you have a story for The Sun news desk?\n\nEmail us at exclusive@the-sun.co.uk or call 02077824104. You can WhatsApp us on 07423 720 250. We pay for videos too. Click here to upload yours", + "chars": 4353, + "sha256": "e4aa5af6c5ecea76a8b165ff20ea4251e7fa20441d3794972ab023cbd28d4dd3", + "staged_file": "01_the-sun-com-wayback.txt", + "paragraphs_kept": "headline [0] + 1-40 of 42", + "method": "Wayback Machine snapshot 20220926063911, deterministic extraction", + "fetched_at": "2026-09-05T13:31:25+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20220926063911/https://www.the-sun.com/news/3729816/student-forced-bitcoin-knifepoint-cops/", + "snapshot": "20220926063911", + "note": "live URL was THIN on the first pass; text comes from an archived copy dated 2022-09-26", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-40 plus headline [0]; dropped 0 leading and 1 trailing paragraphs. Case-term hits on page: 10.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "67": [ @@ -7591,31 +9245,34 @@ "verdict": "BLOCKED", "url": "https://dailyvoice.com/new-york/rivertowns/news/duo-planned-westchester-home-invasion-robbery-for-tens-of-millions-in-bitcoin-feds-say/836137/", "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such", + "archive_tried": "2026-09-05T13:31:30+00:00", + "archive_note": "no Wayback Machine snapshot exists for this URL" } ], "64": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.bbc.com/news/articles/cw5w5zyg979o", "source": "bbc.com", "language": "unknown", - "text": "Man convicted after cryptocurrency robbery\n\nA 28-year-old man from Lanarkshire has been convicted after having up to £1.2m worth of cryptocurrency in his account following a violent robbery.\n\nJohn Ross D'Alfonso was described as the \"technical\" brains behind the crime - thought to be the first robbery in Scotland involving stolen cryptocurrency.\n\nHe had denied being part of the raid itself but was found guilty of reset, meaning he knowingly had something that was stolen and intended to keep it.\n\nThe High Court in Glasgow heard that three men went into a home in Blantyre in Lanarkshire and forced the homeowner to transfer his Bitcoin, a form of digital cash, to D'Alfonso's account.\n\nThe court was told that one of the men in the house was armed with a machete, and another repeatedly struck a woman on the head with a personalised Toblerone bar until it was covered in blood.\n\nThe three men then escaped in an expensive Audi car belonging to the homeowner after the cash was transferred.\n\nThe court heard that because of the unstable nature of the value of Bitcoin, it could have been worth anywhere between £100,000 and £1.2m when stolen on 18 March 2020.\n\nBitcoin to blockchain: What key crypto words mean\n\nNatWest limits crypto transfers over scam fears\n\nDrugs gang jailed for £5m cryptocurrency operation\n\nD'Alfonso, who was a delivery driver from Cambuslang, had been described as the technical mind behind the robbery and denied being involved on the day.\n\nHe insisted a \"scary\" relative had forced him to put the money into his account.\n\nJurors were told there was \"no dispute\" the digital cash had been stolen and that it ended up in D'Alfonso's account and was transferred elsewhere.\n\nProsecutors said D'Alfonso had not been at the robbery that night and instead gave \"technical expertise\" to help steal the money.\n\nD'Alfonso was cleared of robbery and assault charges and will be sentenced later this month in Edinburgh.\n\nDet Insp Craig Potter, of Police Scotland’s Cyber Investigations unit called the case a complex investigation.\n\n\"This is a complex and constantly evolving technology,\" he said.\n\n\"Specialist cybercrime officers were able to follow the movement of funds to show he had been responsible for the bitcoin wallet which received the stolen funds.\n\n\"This conviction demonstrates Police Scotland capability and commitment to tackling criminality involving the digital space and bringing criminals operating in this world to justice.\"\n\nTurkish crypto boss handed 11,196 years in prison\n\nDrug dealer ordered to pay back dark web millions", - "chars": 2566, - "sha256": "0ea40d48faa18a047ddb781aeed768a9e66ba57f5aee90c987c029bb9128214b", + "text": "Man convicted after cryptocurrency robbery\n\nA 28-year-old man from Lanarkshire has been convicted after having up to £1.2m worth of cryptocurrency in his account following a violent robbery.\n\nJohn Ross D'Alfonso was described as the \"technical\" brains behind the crime - thought to be the first robbery in Scotland involving stolen cryptocurrency.\n\nHe had denied being part of the raid itself but was found guilty of reset, meaning he knowingly had something that was stolen and intended to keep it.\n\nThe High Court in Glasgow heard that three men went into a home in Blantyre in Lanarkshire and forced the homeowner to transfer his Bitcoin, a form of digital cash, to D'Alfonso's account.\n\nThe court was told that one of the men in the house was armed with a machete, and another repeatedly struck a woman on the head with a personalised Toblerone bar until it was covered in blood.\n\nThe three men then escaped in an expensive Audi car belonging to the homeowner after the cash was transferred.\n\nThe court heard that because of the unstable nature of the value of Bitcoin, it could have been worth anywhere between £100,000 and £1.2m when stolen on 18 March 2020.\n\nBitcoin to blockchain: What key crypto words mean\n\nNatWest limits crypto transfers over scam fears\n\nDrugs gang jailed for £5m cryptocurrency operation\n\nD'Alfonso, who was a delivery driver from Cambuslang, had been described as the technical mind behind the robbery and denied being involved on the day.\n\nHe insisted a \"scary\" relative had forced him to put the money into his account.\n\nJurors were told there was \"no dispute\" the digital cash had been stolen and that it ended up in D'Alfonso's account and was transferred elsewhere.\n\nProsecutors said D'Alfonso had not been at the robbery that night and instead gave \"technical expertise\" to help steal the money.\n\nD'Alfonso was cleared of robbery and assault charges and will be sentenced later this month in Edinburgh.\n\nDet Insp Craig Potter, of Police Scotland’s Cyber Investigations unit called the case a complex investigation.\n\n\"This is a complex and constantly evolving technology,\" he said.\n\n\"Specialist cybercrime officers were able to follow the movement of funds to show he had been responsible for the bitcoin wallet which received the stolen funds.\n\n\"This conviction demonstrates Police Scotland capability and commitment to tackling criminality involving the digital space and bringing criminals operating in this world to justice.\"", + "chars": 2464, + "sha256": "73f09b7ad13a6241902b0a3b4c2150387e74f7b2284613025a5c61fcb521589d", "staged_file": "01_bbc-com.txt", - "paragraphs_kept": "ALL 22 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-19 of 22", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:54:31+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-19 plus headline [0]; dropped 0 leading and 2 trailing paragraphs. Case-term hits on page: 7.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "63": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.bbc.com/news/uk-england-cumbria-62879543", "source": "bbc.com", "language": "unknown", @@ -7623,83 +9280,113 @@ "chars": 2986, "sha256": "19fba304d4b6c3b38d88703db292bf6a82c7bc949d859d98d0d8ea984931c787", "staged_file": "01_bbc-com.txt", - "paragraphs_kept": "ALL 19 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-18 of 19", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:54:33+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-18 plus headline [0]; dropped 0 leading and 0 trailing paragraphs. Case-term hits on page: 4.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "62": [ { "field": "url", - "verdict": "DEAD", + "verdict": "KEEP", "url": "https://www.cbsnews.com/philadelphia/news/philadelphia-police-searching-for-2-suspects-who-broke-into-bitcoin-machine-stole-cash-box/", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "cbsnews.com", + "language": "unknown", + "text": "Philadelphia Police Searching For 2 Suspects Who Broke Into Bitcoin Machine, Stole Cash Box - CBS Philadelphia\n\nPHILADELPHIA (CBS) -- Philadelphia police are searching for two suspects who broke into a Bitcoin machine and took the cash box from inside. The incident happened Tuesday, shortly before 6 a.m., at a store on the 7200 block of Frankford Avenue in the Mayfair section of the city.\n\nThe store manager says this wasn't the thieves' first rodeo, suggesting the suspects looked like they knew what they were doing. He's hoping someone at home knows who the two men are.\n\n\"It happened really fast. They came, I don't know what they call it, a machete or something, and they just popped it open,\" Mayfair Quick Mart Manager Hashid Alsaidi said.\n\nPolice released surveillance video they want you to see.\n\nTwo brazen robbers used crowbars to break into a bitcoin ATM early on Tuesday morning.\n\n\"They looked like they knew what they were doing. It was so fast,\" Alsaidi said.\n\nAlsaidi manages the store on the 7200 block of Frankford Avenue in Mayfair.\n\nHe says it all happened in a matter of seconds.\n\nAs the store employee called 911, the robbers took off in a white car.\n\n\"I think people can send money overseas from this machine and they can buy Bitcoin currency,\" Alsaidi said.\n\nWhat surprised Alsaidi is, they didn't touch the ATM that was within an arm's reach.\n\nHe says the bitcoin ATM isn't very popular and he doesn't believe the pair made away with much.\n\n\"Honestly, it wasn't doing good anyway,\" Alsaidi said.\n\nThe \"Bitbox\" may be unavailable now, but store management says it'll be operational again soon as police work to make an arrest.\n\nIf you have any information about this incident, contact police at 215-686-3153.", + "chars": 1735, + "sha256": "444bd78441c7d440c5097214a5d0591e8496b5dfc620b75d40febf9bcdd0ed43", + "staged_file": "01_cbsnews-com-wayback.txt", + "paragraphs_kept": "headline [0] + 1-15 of 24", + "method": "Wayback Machine snapshot 20260217184636, deterministic extraction", + "fetched_at": "2026-09-05T13:31:32+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260217184636/https://www.cbsnews.com/philadelphia/news/philadelphia-police-searching-for-2-suspects-who-broke-into-bitcoin-machine-stole-cash-box/", + "snapshot": "20260217184636", + "note": "live URL was DEAD on the first pass; text comes from an archived copy dated 2026-02-17", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-15 plus headline [0]; dropped 0 leading and 8 trailing paragraphs. Case-term hits on page: 9.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "61": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.asiaone.com/singapore/man-out-bail-cheating-charges-allegedly-kidnapped-thailand", "source": "asiaone.com", "language": "unknown", - "text": "Man out on bail for cheating charges allegedly kidnapped in Thailand, Singapore News - AsiaOne\n\nMan out on bail for cheating charges allegedly kidnapped in Thailand\n\nPUBLISHED ONJanuary 14, 2020 12:14 AMBYDavid Sun\n\nA Singaporean businessman facing cheating charges here was allegedly kidnapped and tortured in Thailand last week.\n\nDespite paying his captors more than $60,000 in Bitcoin for his freedom, Mark Cheng Jin Quan, 32, claimed they were still going to execute him at gunpoint until he managed to escape.\n\nThe blockchain adviser with Singapore fintech company X Infinity said he reported the kidnapping to Thai police last Friday, hours after his escape.\n\nHe was worried about his Singaporean acquaintance, Kim Lee Yao Wei, 31, who had also been kidnapped after accompanying him on the business trip to Thailand.\n\nBut in a dramatic twist yesterday, the Royal Thai Police told a press conference that Lee was the alleged mastermind of the kidnapping and had been arrested and charged with robbery, illegal detention, physical assault and illegal possession of firearms.\n\nCheng was slapped with one charge under the Securities and Futures Act and three charges for criminal breach of trust in the State Courts here last year.\n\nHe is alleged to have dishonestly misappropriated more than $300,000 belonging to an investments company in 2014.\n\nCheng was given bail of $120,000 for permission to go to Thailand and Malaysia for work-related matters last Wednesday.\n\nHe reportedly arrived at Suvarnabhumi Airport in Bangkok with Lee, whom he knew through Bitcoin dealings, on Thursday morning.\n\nCheng claimed Lee had persuaded him to go to Thailand and negotiate a business deal with some locals.\n\nThey took a private taxi at the airport and later stopped at a petrol kiosk along the way at Lee's suggestion, Cheng told Chinese evening daily Lianhe Wanbao.\n\nAt the kiosk, a group of masked men allegedly grabbed and bundled them into a nearby car. They were then blindfolded, beaten and drugged.\n\nOver the next 12 hours, he was taken to four different locations in forested areas where he was tortured, Cheng told Wanbao.\n\n\"They took off my clothes, splashed ice water on me and gave me electric shocks. They demanded that I hand over US$1 million (S$1.3m) in Bitcoin,\" he said.\n\nBut he told them he could give them only 1.4 million baht (S$62,400) in Bitcoin. After he paid them, they took him to a hut in a padi field where they pointed a gun at his head.\n\nHe had earlier heard men digging what he believed to be a grave, he told Wanbao.\n\n\"One of them held the gun against the back of my head while the others stepped away.\n\n\"Fortunately, I know martial arts. I reached behind my head and grabbed the pistol, and then I fled,\" he said.\n\nRoyal Thai Police spokesman Colonel Krisana Pattanacharoen said a good Samaritan picked up Cheng at the side of the road and took him to Ongkharak Police Station, some 60km from Bangkok, where he made a report at about 7.30am last Friday, Thai news outlet Siam Rath reported.\n\nColonel Krisana added that Lee was arrested on Sunday in a Bangkok hotel after a manhunt.\n\nMr Chano Pemberger, a 24-year-old Thai actor, who allegedly owns the car used in the kidnapping, is currently a person of interest in the case, Thai news outlet Sanook reported.\n\nCheng is still shocked by the revelation that Lee had allegedly masterminded the kidnapping, Wanbao reported.\n\n\"I didn't expect my friend to be involved. I really don't know who I can trust now,\" he said.\n\nCheng, who claims he is currently under police protection in a safe house in Thailand, is expected to testify in Lee's trial at a later date.\n\nCheng, who co-founded Avelife, a non-governmental organisation that focuses on social enterprise and the environment, is the first Singaporean to win the Queen's Young Leaders Award in 2016 for his involvement in environmental initiatives.\n\nIt is not known if he will return to Singapore for his next court hearing on Feb 3.\n\nThis article was first published in The New Paper. Permission required for reproduction.\n\nKidnap/AbductionThailandbailcriminal breach of trustbitcoins\n\nThis website is best viewed using the latest versions of web browsers.", - "chars": 4187, - "sha256": "011e89035709e1ebffaf9ab7dcf2bc17a5f1f01e360e85f60b1718108317f82f", + "text": "Man out on bail for cheating charges allegedly kidnapped in Thailand, Singapore News - AsiaOne\n\nA Singaporean businessman facing cheating charges here was allegedly kidnapped and tortured in Thailand last week.\n\nDespite paying his captors more than $60,000 in Bitcoin for his freedom, Mark Cheng Jin Quan, 32, claimed they were still going to execute him at gunpoint until he managed to escape.\n\nThe blockchain adviser with Singapore fintech company X Infinity said he reported the kidnapping to Thai police last Friday, hours after his escape.\n\nHe was worried about his Singaporean acquaintance, Kim Lee Yao Wei, 31, who had also been kidnapped after accompanying him on the business trip to Thailand.\n\nBut in a dramatic twist yesterday, the Royal Thai Police told a press conference that Lee was the alleged mastermind of the kidnapping and had been arrested and charged with robbery, illegal detention, physical assault and illegal possession of firearms.\n\nCheng was slapped with one charge under the Securities and Futures Act and three charges for criminal breach of trust in the State Courts here last year.\n\nHe is alleged to have dishonestly misappropriated more than $300,000 belonging to an investments company in 2014.\n\nCheng was given bail of $120,000 for permission to go to Thailand and Malaysia for work-related matters last Wednesday.\n\nHe reportedly arrived at Suvarnabhumi Airport in Bangkok with Lee, whom he knew through Bitcoin dealings, on Thursday morning.\n\nCheng claimed Lee had persuaded him to go to Thailand and negotiate a business deal with some locals.\n\nThey took a private taxi at the airport and later stopped at a petrol kiosk along the way at Lee's suggestion, Cheng told Chinese evening daily Lianhe Wanbao.\n\nAt the kiosk, a group of masked men allegedly grabbed and bundled them into a nearby car. They were then blindfolded, beaten and drugged.\n\nOver the next 12 hours, he was taken to four different locations in forested areas where he was tortured, Cheng told Wanbao.\n\n\"They took off my clothes, splashed ice water on me and gave me electric shocks. They demanded that I hand over US$1 million (S$1.3m) in Bitcoin,\" he said.\n\nBut he told them he could give them only 1.4 million baht (S$62,400) in Bitcoin. After he paid them, they took him to a hut in a padi field where they pointed a gun at his head.\n\nHe had earlier heard men digging what he believed to be a grave, he told Wanbao.\n\n\"One of them held the gun against the back of my head while the others stepped away.\n\n\"Fortunately, I know martial arts. I reached behind my head and grabbed the pistol, and then I fled,\" he said.\n\nRoyal Thai Police spokesman Colonel Krisana Pattanacharoen said a good Samaritan picked up Cheng at the side of the road and took him to Ongkharak Police Station, some 60km from Bangkok, where he made a report at about 7.30am last Friday, Thai news outlet Siam Rath reported.\n\nColonel Krisana added that Lee was arrested on Sunday in a Bangkok hotel after a manhunt.\n\nMr Chano Pemberger, a 24-year-old Thai actor, who allegedly owns the car used in the kidnapping, is currently a person of interest in the case, Thai news outlet Sanook reported.\n\nCheng is still shocked by the revelation that Lee had allegedly masterminded the kidnapping, Wanbao reported.\n\n\"I didn't expect my friend to be involved. I really don't know who I can trust now,\" he said.\n\nCheng, who claims he is currently under police protection in a safe house in Thailand, is expected to testify in Lee's trial at a later date.\n\nCheng, who co-founded Avelife, a non-governmental organisation that focuses on social enterprise and the environment, is the first Singaporean to win the Queen's Young Leaders Award in 2016 for his involvement in environmental initiatives.\n\nIt is not known if he will return to Singapore for his next court hearing on Feb 3.\n\nKidnap/AbductionThailandbailcriminal breach of trustbitcoins\n\nThis website is best viewed using the latest versions of web browsers.", + "chars": 3977, + "sha256": "a24df643dfe60474940bb3eabe571a4a5d4558e7c41220440b8a6b74884a68c2", "staged_file": "01_asiaone-com.txt", - "paragraphs_kept": "ALL 32 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 3-31 excl [29] of 32", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:54:37+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-31 plus headline [0]; dropped 2 leading and 0 trailing paragraphs and 1 interior furniture line(s). Case-term hits on page: 26.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "60": [ { "field": "url", - "verdict": "THIN", + "verdict": "KEEP", "url": "https://www.lancs.live/news/lancashire-news/kidnapped-teen-crypto-trader-hid-25569752", - "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "source": "lancs.live", + "language": "unknown", + "text": "Kidnapped teen crypto trader hid hairs from car boot to help police if he was murdered | Lancs Live\n\nA teenage crypto trader was lured to a Preston apartment and kidnapped by a gang, who tried to tried to rob him of £20,000.\n\nThe 17-year-old entrepreneur was tied down in a hotel bathroom, with a pillow over his head, and threatened with a machete, before being bundled into a car boot and driven round. The boy was so scared he hid hairs he found in the car boot in his pocket, to provide forensic evidence for a murder investigation if he was killed.\n\nHe was eventually dumped in Chorley and ran to a stranger’s house for help, Preston Crown Court heard.\n\nIn January 2020, the successful 17-year-old, who can not be named for legal reasons, had reached his £10,000 cryptocurrency withdrawal limit and needed help accessing more funds to continue his enterprise, Preston Crown Court heard. News of the teenager's success was 'common knowledge' and Tasmina Rhaman, 21, contacted him, offering to help.\n\nUsing a fake Snapchat profile, Rhaman arranged to meet the teenager at the Travelodge in New Hall Lane but when Rhaman was delayed they rearranged the meeting for the Winckley Square apartments on Sunday January 16. Clare Thomas, prosecuting, said the teenager hoped to meet in a public place, but Rahman insisted on meeting indoors.\n\n\"That is because there was a plan to kidnap him\", she told the court.\n\nOn January 16, the trader and a friend went to the apartment, which had been paid for by Rahman. However when they arrived she told them she needed a phone charger and the boys agreed to fetch one from home.\n\nWhile they were away, Rahman's 16-year-old cousin, and Takudzwa Murombedzi, 20, went to the hotel room and lay in wait. The 16-year-old had a machete and had his hood up, while Murombedzi wore a balaclava. \"They had an arrangement to act together to get money from him\", Ms Thomas said.\n\nWhen the teenager returned he was \"outnumbered and taken by surprise.\" Murombedzi and the 16-year-old forced the teenager into the hotel bathroom, where bin bags had been taped to the walls to create the impression there would be blood shed.\n\n\"His hands were restrained, his mobile phone taken from him, a pillow placed over his head and bin bags stuffed in his mouth\", Ms Thomas said. \"They said they knew he had £20,000 and said he would be killed if he didn't give it to them. He was forced to open his mobile phone and they said they would hurt his mum and his younger brother if he did not give it to them.\n\n\"Ms Rahman was smiling as he was being tied up and threatened with the machete. The victim said he did not have £20,000 and was forced to sit on the toilet until they got a chair. They said they would share on social media to humiliate him.\"\n\nMs Thomas said the plan seemed to be Rahman's idea to get the victim's home address and pay his family a visit. The 16-year-old made a bizarre claim that he too was a victim of the gang, but said he would help the teenager by taking the money from him and handing it over to the girl.\n\n\"He (the victim) formed the impression the 16-year-old was the mastermind\", Ms Thomas said.\n\nRahman went to the teenager's home, along with Albert Kahiya, 19, who was the gang's designated driver. Kahiya told the victim's mum her son was with friends and he was there to collect some things. \"She was shocked and scared that her son was missing, and she had a young child in the house\", Ms Thomas said.\n\n\"He (the victim) was put on the phone and told to drop £20,000 out of the window. He hoped his mum would realise he was in danger and phone the police.\"\n\nBack at the hotel the teenager was untied and the bin bags were removed from his mouth and hands. He was ordered into the boot of a waiting Peugeot, where he feared he would be killed. With Kahiya in the driver's seat, and Murombedzi in the passenger seat, the terrified teenager attempted to gather forensic evidence for what he feared could be a future murder investigation. He was eventually let out in Chorley, where he ran to a random house in distress.\n\nIn a victim statement, the teenager says he feels uneasy and paranoid since the kidnap. He feels threatened and victimised when he leaves the house and finds it hard to get up for college.\n\nBefore this happened he was very sociable and enjoyed going out with his family, but now he is constantly watching his back. When he leaves the house he worries he is being followed, he said.\n\nHis parents have also been affected and constantly check the home security. He suffers flashbacks and panic attacks and is on a waiting list for counselling. In a letter to the court, the 16-year-old defendant said he was sorry for what he had done, and hoped the victim and his family got peace of mind from the outcome of the hearing. He said he hoped to train as a youth worker to help other young people.\n\nBeverley Hackett, defending Kahiya said he did not know the true extent of what he was getting involved in when he agreed to go to Preston. Ms Hackett said her client was an otherwise unremarkable young person, with no criminal record, wo lives with his parents and works in a warehouse.\n\nSpeaking on behalf of Murombedzi, Daniel Harman said: “He is an impressive young man who made a catastrophic, life changing mistake.” He added his client had acted with an extreme level of naivety.\n\nMurombedzi, of Harebell Road, Didcock, Oxfordshire, and the 16-year-old defendant pleaded guilty to robbery and conspiracy to kidnap. Rahman, of Holland Road, Sheffield, and Kahiya, of Willow Way, Coventry, pleaded guilty to conspiracy to kidnap.\n\nSentencing, Judge Darren Preston said: “Your victim appears to have done well for himself trading in cryptocurrency, despite being only 17 years old. Together you hatched a plot, whereby Rahman lured him into your collective web using a fake Snapchat name because it seems he was unable, due to his age, to get sufficiient credit to trade as he wanted to.\n\n“There was a plot to set him up. He feared for his life. This was a terrifying experience for anyone, let alone a 17-year-old. The whole enterprise was planned. It was designed to cause maximum fear and distress\n\n“The effects on him have been long lasting with serious psychological and social consequences. Each of you got involved in this serious criminality, and given that you are all from decent families, and two or three of you have been in employment and contributing to society. All of you are polite, decent, family oriented individuals. Why you got involved in this is difficult to fathom as this is serious criminality. If you were adults you would be getting sentences measured in double figures.”\n\nHe sentenced Murombedzi and the 16-year-old defendant to six years each for the robbery and five years for the kidnap to run concurrently, to be served in a young offenders institute. Kahiya, who played a lesser role, was sentenced to four years. Rahman was not represented at the hearing and will be sentenced on January 16.", + "chars": 6990, + "sha256": "2658ae3848b5cef53bb2d14f1314fb9644f9eb7718d21bf32f86dc0a30aa405d", + "staged_file": "01_lancs-live-wayback.txt", + "paragraphs_kept": "headline [0] + 3-28 of 35", + "method": "Wayback Machine snapshot 20260211223451, deterministic extraction", + "fetched_at": "2026-09-05T13:31:37+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260211223451/https://www.lancs.live/news/lancashire-news/kidnapped-teen-crypto-trader-hid-25569752", + "snapshot": "20260211223451", + "note": "live URL was THIN on the first pass; text comes from an archived copy dated 2026-02-11", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-28 plus headline [0]; dropped 2 leading and 6 trailing paragraphs. Case-term hits on page: 16.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "59": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.vanguardngr.com/2020/02/4-arrested-over-killing-of-delta-pdp-member/", "source": "vanguardngr.com", "language": "unknown", - "text": "4 arrested over killing of Delta PDP member - Vanguard News\n\nHome » News » 4 arrested over killing of Delta PDP member\n\n4 arrested over killing of Delta PDP member\n\nFour persons have been arrested in connection with the killing of a member of the Peoples Democratic Party, PDP in Abraka, Ethiope East local government area of Delta State.\n\nThe victim, Iroro Wisdom Ovie, a father of two, was beaten and shot by unknown gunmen last month at his Lucas area residence along the Police Station axis of Abraka.\n\nConfirming the arrest of the suspects yesterday, a security source at the Abraka police station disclosed that eight members of the Vikings confraternity were fingered in the incident, adding that four of the suspects including a bosom friend of the victim have been arrested and are currently in police custody.\n\nHe said: “Two of the suspects are members of the anti-cult group while the other arrested suspect is the leader of the Vikings confraternity in the area.\n\nALSO READ: We deserve SUVs, not cars for oversight functions — Reps\n\n“Investigations so far have also revealed that the bosom friend of the victim arrested had hinted one of the suspects of the discovery of $10, 000 in the victim’s Bitcoin wallet and then contacted the other suspects for the robbery operation.\n\n“From the confessional statements of the suspects, their intentions for carrying out the operation was to dispossess Iroro of the $10, 000 in his Bitcoin wallet but were disappointed to find out that what was left when they struck was $400.\n\n“According to them, they were forced to shoot him twice as he made an attempt to identify them while they were trying to open his account through his phone.\n\n“They eventually left with the phone and days later planned to sell the phone to a buyer, who rather than purchasing it decided to contact security operatives. With the help of the anti-cult group, the police were able to arrest four of the suspects.”\n\nContacted, the Delta State Police Public Relations Officer, Onome Onovwakpoyeya, promised to get details of the incident, but she was yet to as at press time.\n\nVanguard News Nigeria.\n\nEbonyi Police arrest 620 suspects, recover 31 firearms\n\nSoldiers kill 324 terrorists, arrest 375, rescue 621 kidnapped victims in August\n\nTwo suspects arrested over 55-year-old man’s abduction in Ondo\n\nComments expressed here do not reflect the opinions of Vanguard newspapers or any employee thereof.", - "chars": 2427, - "sha256": "1e7a3ff6ff3e046910828826252887d4baf872597fd0a66e050f6f849f861100", + "text": "4 arrested over killing of Delta PDP member - Vanguard News\n\nFour persons have been arrested in connection with the killing of a member of the Peoples Democratic Party, PDP in Abraka, Ethiope East local government area of Delta State.\n\nThe victim, Iroro Wisdom Ovie, a father of two, was beaten and shot by unknown gunmen last month at his Lucas area residence along the Police Station axis of Abraka.\n\nConfirming the arrest of the suspects yesterday, a security source at the Abraka police station disclosed that eight members of the Vikings confraternity were fingered in the incident, adding that four of the suspects including a bosom friend of the victim have been arrested and are currently in police custody.\n\nHe said: “Two of the suspects are members of the anti-cult group while the other arrested suspect is the leader of the Vikings confraternity in the area.\n\n“Investigations so far have also revealed that the bosom friend of the victim arrested had hinted one of the suspects of the discovery of $10, 000 in the victim’s Bitcoin wallet and then contacted the other suspects for the robbery operation.\n\n“From the confessional statements of the suspects, their intentions for carrying out the operation was to dispossess Iroro of the $10, 000 in his Bitcoin wallet but were disappointed to find out that what was left when they struck was $400.\n\n“According to them, they were forced to shoot him twice as he made an attempt to identify them while they were trying to open his account through his phone.\n\n“They eventually left with the phone and days later planned to sell the phone to a buyer, who rather than purchasing it decided to contact security operatives. With the help of the anti-cult group, the police were able to arrest four of the suspects.”\n\nContacted, the Delta State Police Public Relations Officer, Onome Onovwakpoyeya, promised to get details of the incident, but she was yet to as at press time.\n\nVanguard News Nigeria.\n\nEbonyi Police arrest 620 suspects, recover 31 firearms\n\nSoldiers kill 324 terrorists, arrest 375, rescue 621 kidnapped victims in August\n\nTwo suspects arrested over 55-year-old man’s abduction in Ondo\n\nComments expressed here do not reflect the opinions of Vanguard newspapers or any employee thereof.", + "chars": 2254, + "sha256": "5deefeb904e7ad4bae87a8e8cf5686d8c47963439e8a4e7698efa9dc8ae60a0a", "staged_file": "01_vanguardngr-com.txt", - "paragraphs_kept": "ALL 18 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 3-17 excl [7] of 18", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:54:41+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-17 plus headline [0]; dropped 2 leading and 0 trailing paragraphs and 1 interior furniture line(s). Case-term hits on page: 10.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "58": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.theguardian.com/world/2019/jun/26/police-say-abducted-norwegian-woman-anne-elisabeth-hagen-probably-murdered?utm_term=Autofeed&CMP=twt_gu&utm_medium=&utm_source=Twitter#Echobox=1561567155", "source": "theguardian.com", "language": "unknown", - "text": "Police say abducted Norwegian woman probably murdered | Norway | The Guardian\n \n \n \n \n \n \n \n \n \n \n \n \n\n \n\n\n\n\n \n\n\n\n\n\n\n\n\n\n \n\n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n\n\n\n \n \n \n \n\n \n\n \n\n \n\n \n Skip to main contentSkip to navigation\n\nPolice say abducted Norwegian woman probably murdered\n\nInvestigator says kidnapping possibly staged to disguise killing of Anne-Elisabeth Hagen, wife of wealthy investor\n\nThe wife of a wealthy Norwegian businessman who disappeared nearly eight months ago was probably killed and the murder made to look like a kidnapping, police have said.\n\nAnne-Elisabeth Hagen, whose husband, Tom Hagen, is a real estate investor and energy magnate, went missing from their home in Lørenskog, near Oslo, on 31 October.\n\nThe Verdens Gang daily reported that the presumed abductors had demanded €9m (£8m) in the cryptocurrency Monero, a digital cash system that is especially hard to trace. A ransom note had been found at the couple’s home. Police at the time refused to confirm the sum but said they had advised the family not to pay.\n\nOnline contacts with the presumed kidnappers earlier in the investigation were unable to confirm that those people were holding Hagen, 68, or that she was still alive.\n\nTommy Brøske, the lead investigator, told a news conference: “As a result, our main hypothesis has been modified – Anne-Elisabeth was killed. There may have been an attempt to disguise the murder as a kidnapping.”.\n\nHe added that the supposed abductors’ lack of a desire to “bank the ransom” was one of the other key factors behind the conclusion. He declined to state whether police had any suspects in the case.\n\nThe family’s lawyer, Svein Holden, told reporters he viewed the crime as a “kidnapping that turned into a possible murder”.\n\nTom Hagen, in his late 60s, has an estimated fortune of €174m, according to the magazine Kapital.", - "chars": 1902, - "sha256": "3aab55da14f756ad3d782cf83029fcfdbc28d43789f11d0e6c99ee8043908062", + "text": "Police say abducted Norwegian woman probably murdered | Norway | The Guardian\n \n \n \n \n \n \n \n \n \n \n \n \n\nThe wife of a wealthy Norwegian businessman who disappeared nearly eight months ago was probably killed and the murder made to look like a kidnapping, police have said.\n\nAnne-Elisabeth Hagen, whose husband, Tom Hagen, is a real estate investor and energy magnate, went missing from their home in Lørenskog, near Oslo, on 31 October.\n\nThe Verdens Gang daily reported that the presumed abductors had demanded €9m (£8m) in the cryptocurrency Monero, a digital cash system that is especially hard to trace. A ransom note had been found at the couple’s home. Police at the time refused to confirm the sum but said they had advised the family not to pay.\n\nOnline contacts with the presumed kidnappers earlier in the investigation were unable to confirm that those people were holding Hagen, 68, or that she was still alive.\n\nTommy Brøske, the lead investigator, told a news conference: “As a result, our main hypothesis has been modified – Anne-Elisabeth was killed. There may have been an attempt to disguise the murder as a kidnapping.”.\n\nHe added that the supposed abductors’ lack of a desire to “bank the ransom” was one of the other key factors behind the conclusion. He declined to state whether police had any suspects in the case.\n\nThe family’s lawyer, Svein Holden, told reporters he viewed the crime as a “kidnapping that turned into a possible murder”.\n\nTom Hagen, in his late 60s, has an estimated fortune of €174m, according to the magazine Kapital.", + "chars": 1559, + "sha256": "9b811b02abcbef1d9c0acf0892c7f9f12044d3b4d0e6c611037f92d6cf381d21", "staged_file": "01_theguardian-com.txt", - "paragraphs_kept": "ALL 55 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 47-54 of 55", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:54:43+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 47-54 plus headline [0]; dropped 46 leading and 0 trailing paragraphs. Case-term hits on page: 14.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "57": [ @@ -7708,22 +9395,37 @@ "verdict": "BLOCKED", "url": "https://www.castanet.net/cgi-bin2/stats/clickcounter.cgi?id=274789&cid=414202®ion=700", "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such", + "archive_tried": "2026-09-05T13:31:41+00:00", + "archive_note": "no Wayback Machine snapshot exists for this URL" } ], "56": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.ndtv.com/india-news/kingpin-of-bitcoin-scam-worth-rs-485-crore-murdered-by-associates-in-dehradun-police-2093504", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "ndtv.com", + "language": "unknown", + "text": "Kingpin Of Bitcoin Scam Worth Rs 485 Crore Murdered By Associates In Dehradun: Police\n\nThe attackers tortured Abdul Shakoor till he fell unconscious and left the body at the emergency ward of a private hospital in Dehradun on Thursday night before fleeing. They were arrested on Friday, the officer said.\n\nKingpin of a bitcoin scam worth Rs 485 crore beaten to death in Dehradun: Cops (Representational Image)\n\nThe kingpin of a bitcoin scam worth Rs 485 crore that had its roots in Kerala was beaten to death by five of his associates in Dehradun, a senior police official said this morning.\n\n\"The scam has its roots in Kerala and the kingpin, Abdul Shakoor, as well as his associates hail from the southern state,\" senior police officer in Dehradun Arun Mohan Joshi said.\n\nThe police officer added that a search was underway to arrest five more close aides of Abdul Shakoor - Ashique, Arshad, Yasin, Rehaab and Muneef.\n\nGiving details, the police officer said, \"(Abdul) Shakoor ran a bitcoin business and had allegedly collected around Rs 485 crore for investing in crypto-currency from residents of Pandikkad, Manjeri and Malappuram in Kerala.\"\n\n\"Shakoor's animosity with his team members started when he allegedly suffered losses in the business and escaped to Dehradun as people who had invested in bitcoins through his associates began chasing them for their money,\" police said.\n\n\"When his associates asked him about the money, Shakoor allegedly told them that his bitcoin account had been hacked. Not convinced, his associates hatched a plan to retrieve the password of his account.\n\nThey arrived in Dehradun, where Shakoor had been living in a rented house, and pressured him for the password. As Shakoor refused to give in, they began torturing him as they believed Shakoor still had hundreds of crores in his account and was deceiving them,\" police official Arun Joshi added.\n\n\"The torture continued, ultimately leading to Shakoor's death,\" police officials said, adding that the body had multiple injury marks.\n\n\"His killers took him to two hospitals in the city as he fell unconscious but when doctors at both facilities declared him dead, they fled leaving his body behind,\" Police officer Arun Joshi said.\n\n\"The accused are being interrogated even as the search for five others is on,\" police officials said.", + "chars": 2322, + "sha256": "b0011f410e6b48ee9bda0f0c29667d6d5088de9b460e0bd10de7afea203f50cb", + "staged_file": "01_ndtv-com-wayback.txt", + "paragraphs_kept": "headline [0] + 2-13 of 16", + "method": "Wayback Machine snapshot 20251217074518, deterministic extraction", + "fetched_at": "2026-09-05T13:31:46+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20251217074518/https://www.ndtv.com/india-news/kingpin-of-bitcoin-scam-worth-rs-485-crore-murdered-by-associates-in-dehradun-police-2093504", + "snapshot": "20251217074518", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2025-12-17", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-13 plus headline [0]; dropped 1 leading and 2 trailing paragraphs. Case-term hits on page: 29.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "55": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://ooe.orf.at/stories/3006096/", "source": "ooe.orf.at", "language": "unknown", @@ -7731,233 +9433,296 @@ "chars": 1255, "sha256": "b1510c57bb51689ab70da5e46fa565b0854b70ec9bd7b1dc80a3b7883125f825", "staged_file": "01_ooe-orf-at.txt", - "paragraphs_kept": "ALL 6 paragraphs, untrimmed", + "paragraphs_kept": "0-5 of 6", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:54:48+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 0-5; dropped 0 leading and 0 trailing paragraphs. Case-term hits on page: 1 (WEAK anchor, confirm the page is about this case).", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "54": [ { "field": "url", - "verdict": "DEAD", + "verdict": "KEEP", "url": "https://cointelegraph.com/news/gang-of-masked-men-raid-bitcoin-embassy-in-birmingham", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "cointelegraph.com", + "language": "unknown", + "text": "Gang of Masked Men Raid Bitcoin Exchange in Birmingham\n\nTRX$0.2754 1.90%ETH$2,099 9.11%XRP$1.46 12.99%BTC$71,254 9.10%XLM$0.1635 6.79%BCH$526.55 13.48%BNB$659.98 5.79%HYPE$33.06 6.01%SOL$88.40 12.64%ADA$0.2762 9.16%XMR$338.16 12.17%LINK$8.98 9.79%DOGE$0.09848 8.16%\n\nWritten by Thomas Simms,Former Staff Writer\n\nReviewed by Igor Belkin,Former Staff Editor\n\nPolice are looking for a gang of masked men who raided a Bitcoin exchange in the English city of Birmingham.\n\nA gang of masked men have raided a Bitcoin (BTC) exchange in the English city of Birmingham, sparking a police investigation.\n\nLocal Facebook page Brumz Updates posted footage of the burglars ransacking the building as sirens blared on July 15.\n\nWitnesses look on helplessly as the robbery unfolds — and seconds later, the gang speed away from the scene in a waiting car.\n\nWest Midlands Police has launched an investigation, but have confirmed that nothing of value was stolen from the business.\n\nAccording to the Daily Mail, the thieves had attempted to steal a Bitcoin ATM using a rope attached to their car.\n\nThe owner of the establishment, Adam Gramowski, told the newspaper that he believes the robbers were after cash inside the machine rather than cryptocurrency, adding:\n\n“There are no BTC [Bitcoin] in the machine, they are being sent directly from our server.”\n\nViolent raids targeting Bitcoin businesses and traders are becoming more common. In February, a Bitcoin trader was attacked in his own home by a group of robbers disguised as the police.\n\nCointelegraph is committed to independent, transparent journalism. This news article is produced in accordance with Cointelegraph’s Editorial Policy and aims to provide accurate and timely information. Readers are encouraged to verify information independently. Read our Editorial Policy https://cointelegraph.com/editorial-policy", + "chars": 1857, + "sha256": "2b5df404771eba8122f5ce2e512dec754846242b11bf5c2c2e54ccbf15d48ad0", + "staged_file": "01_cointelegraph-com-wayback.txt", + "paragraphs_kept": "headline [0] + 1-13 of 14", + "method": "Wayback Machine snapshot 20260207041923, deterministic extraction", + "fetched_at": "2026-09-05T13:31:54+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260207041923/https://cointelegraph.com/news/gang-of-masked-men-raid-bitcoin-embassy-in-birmingham", + "snapshot": "20260207041923", + "note": "live URL was DEAD on the first pass; text comes from an archived copy dated 2026-02-07", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-13 plus headline [0]; dropped 0 leading and 0 trailing paragraphs. Case-term hits on page: 11.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "53": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.newsweek.com/cryptocurrency-traders-abducted-tortured-india-criminal-gang-arrested-bitcoin-ransom-1449274", "source": "newsweek.com", "language": "unknown", - "text": "Criminal Gang Abducts and Tortures Cryptocurrency Traders, Demands Massive Bitcoin Ransom - Newsweek\n\nU.S.\n\nIran WarRussia-UkraineMiddle EastChina And AsiaLive BlogBetter PlanetAll World News\n\nFamily & ParentingEntertainmentTravelPetsAutomotiveRelationshipsScienceHealthPersonal FinanceBetter WorkplacesReaders Choice\n\nHealthFinanceProductsEducationWorkplacesCorporate ResponsibilityAll Rankings\n\nFacebookInstagramThreadsYouTubeRedditTikTokTwitter/X\n\nNewslettersNewsmakersDare to DreamUnconventionalEventsEssaysPodcastsVantageInsightsMagazineCEO CircleAnnouncementsLeadershipDev Pragad\n\nA criminal gang operating in India kidnapped and tortured cryptocurrency traders in recent weeks before demanding 80 bitcoins as ransom, police say. The ordeal—which lasted more than two weeks for the victims—came to an end yesterday as seven people linked to the gang were arrested, the Hindustan Times newspaper reported. Law enforcement in Jaipur city said the police operation on Sunday lasted 13 hours. Three men had been held captive for 15 days inside a high-rise building and were beaten or tortured, deputy commissioner of police (DCP) Vikas Sharma told local media. The individuals were named as Luftan Shaikh, 19, Mohammad Shazad, 36 and Malang Shah, 44. \"The gang kidnapped Shaikh and Shazad, two bitcoin traders, and demanded 80 bitcoin worth ₹8 crore ($1.2 million). Shah was kidnapped two days later. The gang demanded ₹10 lakh ($15,000) from his family members,\" the deputy commissioner said in a statement. The price of digital currency bitcoin fluctuates daily, which likely explains the difference in exchange rate. Police said officers were alerted to the scheme after a 20-minute chase resulted in the arrest of a suspect who was seen carrying a pistol in Bhakrota, which is a residential area in Jaipur. The man told officers about the kidnapping and gave up the location of the apartment building. India-based media outlet NDTV reported that the cryptocurrency traders had been lured into the region by gang members who claimed to be selling bitcoins at a low price. \"[The gang] wanted to extort money from the trio. They held them hostage in the flat and had threatened to kill them if the demands were not met,\" NDTV quoted Sharma as saying. \"Not even their family members were aware of the abduction. The victims had lost all hope because they had no access to anyone.\" Police said they seized guns and SUVs from the criminals. The suspects were identified by local media as Jitendra Kumar, 21, Deepak Kumar, 22, Anupam Soni, 19, Pawan Kumar, 20, Bhawani Singh, 19, Lokendra Singh, 24 and Rahul Kumar, 19. Lokendra Singh is from Rajasthan and the others are originally from Haryana. As reported by The Next Web, it's not the first time cryptocurrency traders have been targeted by extortion gangs. In January this year, it emerged that police in South Africa had arrested two suspects who allegedly kidnapped a 13-year-old boy and demanded bitcoins from his parents. He was safely returned to his family, local media outlet Times Live reported. The pair were caught after attempting to kidnap a teenage girl.\n\nSee more of our trusted coverage when you search.to see more of our trusted coverage when you search.\n\nA criminal gang operating in India kidnapped and tortured cryptocurrency traders in recent weeks before demanding 80 bitcoins as ransom, police say.\n\nThe ordeal—which lasted more than two weeks for the victims—came to an end yesterday as seven people linked to the gang were arrested, the Hindustan Times newspaper reported. Law enforcement in Jaipur city said the police operation on Sunday lasted 13 hours.\n\nThree men had been held captive for 15 days inside a high-rise building and were beaten or tortured, deputy commissioner of police (DCP) Vikas Sharma told local media. The individuals were named as Luftan Shaikh, 19, Mohammad Shazad, 36 and Malang Shah, 44.\n\n\"The gang kidnapped Shaikh and Shazad, two bitcoin traders, and demanded 80 bitcoin worth ₹8 crore ($1.2 million). Shah was kidnapped two days later. The gang demanded ₹10 lakh ($15,000) from his family members,\" the deputy commissioner said in a statement. The price of digital currency bitcoin fluctuates daily, which likely explains the difference in exchange rate.\n\nPolice said officers were alerted to the scheme after a 20-minute chase resulted in the arrest of a suspect who was seen carrying a pistol in Bhakrota, which is a residential area in Jaipur. The man told officers about the kidnapping and gave up the location of the apartment building.\n\nIndia-based media outlet NDTV reported that the cryptocurrency traders had been lured into the region by gang members who claimed to be selling bitcoins at a low price.\n\n\"[The gang] wanted to extort money from the trio. They held them hostage in the flat and had threatened to kill them if the demands were not met,\" NDTV quoted Sharma as saying. \"Not even their family members were aware of the abduction. The victims had lost all hope because they had no access to anyone.\" Police said they seized guns and SUVs from the criminals.\n\nThe suspects were identified by local media as Jitendra Kumar, 21, Deepak Kumar, 22, Anupam Soni, 19, Pawan Kumar, 20, Bhawani Singh, 19, Lokendra Singh, 24 and Rahul Kumar, 19. Lokendra Singh is from Rajasthan and the others are originally from Haryana.\n\nAs reported by The Next Web, it's not the first time cryptocurrency traders have been targeted by extortion gangs. In January this year, it emerged that police in South Africa had arrested two suspects who allegedly kidnapped a 13-year-old boy and demanded bitcoins from his parents. He was safely returned to his family, local media outlet Times Live reported. The pair were caught after attempting to kidnap a teenage girl.\n\n...", - "chars": 5773, - "sha256": "b4cd0788a584b641b6c9021f6a4f267cc9f00e61f59cd59a869007fcf8964496", + "text": "Criminal Gang Abducts and Tortures Cryptocurrency Traders, Demands Massive Bitcoin Ransom - Newsweek\n\nA criminal gang operating in India kidnapped and tortured cryptocurrency traders in recent weeks before demanding 80 bitcoins as ransom, police say. The ordeal—which lasted more than two weeks for the victims—came to an end yesterday as seven people linked to the gang were arrested, the Hindustan Times newspaper reported. Law enforcement in Jaipur city said the police operation on Sunday lasted 13 hours. Three men had been held captive for 15 days inside a high-rise building and were beaten or tortured, deputy commissioner of police (DCP) Vikas Sharma told local media. The individuals were named as Luftan Shaikh, 19, Mohammad Shazad, 36 and Malang Shah, 44. \"The gang kidnapped Shaikh and Shazad, two bitcoin traders, and demanded 80 bitcoin worth ₹8 crore ($1.2 million). Shah was kidnapped two days later. The gang demanded ₹10 lakh ($15,000) from his family members,\" the deputy commissioner said in a statement. The price of digital currency bitcoin fluctuates daily, which likely explains the difference in exchange rate. Police said officers were alerted to the scheme after a 20-minute chase resulted in the arrest of a suspect who was seen carrying a pistol in Bhakrota, which is a residential area in Jaipur. The man told officers about the kidnapping and gave up the location of the apartment building. India-based media outlet NDTV reported that the cryptocurrency traders had been lured into the region by gang members who claimed to be selling bitcoins at a low price. \"[The gang] wanted to extort money from the trio. They held them hostage in the flat and had threatened to kill them if the demands were not met,\" NDTV quoted Sharma as saying. \"Not even their family members were aware of the abduction. The victims had lost all hope because they had no access to anyone.\" Police said they seized guns and SUVs from the criminals. The suspects were identified by local media as Jitendra Kumar, 21, Deepak Kumar, 22, Anupam Soni, 19, Pawan Kumar, 20, Bhawani Singh, 19, Lokendra Singh, 24 and Rahul Kumar, 19. Lokendra Singh is from Rajasthan and the others are originally from Haryana. As reported by The Next Web, it's not the first time cryptocurrency traders have been targeted by extortion gangs. In January this year, it emerged that police in South Africa had arrested two suspects who allegedly kidnapped a 13-year-old boy and demanded bitcoins from his parents. He was safely returned to his family, local media outlet Times Live reported. The pair were caught after attempting to kidnap a teenage girl.\n\nSee more of our trusted coverage when you search.to see more of our trusted coverage when you search.\n\nA criminal gang operating in India kidnapped and tortured cryptocurrency traders in recent weeks before demanding 80 bitcoins as ransom, police say.\n\nThe ordeal—which lasted more than two weeks for the victims—came to an end yesterday as seven people linked to the gang were arrested, the Hindustan Times newspaper reported. Law enforcement in Jaipur city said the police operation on Sunday lasted 13 hours.\n\nThree men had been held captive for 15 days inside a high-rise building and were beaten or tortured, deputy commissioner of police (DCP) Vikas Sharma told local media. The individuals were named as Luftan Shaikh, 19, Mohammad Shazad, 36 and Malang Shah, 44.\n\n\"The gang kidnapped Shaikh and Shazad, two bitcoin traders, and demanded 80 bitcoin worth ₹8 crore ($1.2 million). Shah was kidnapped two days later. The gang demanded ₹10 lakh ($15,000) from his family members,\" the deputy commissioner said in a statement. The price of digital currency bitcoin fluctuates daily, which likely explains the difference in exchange rate.\n\nPolice said officers were alerted to the scheme after a 20-minute chase resulted in the arrest of a suspect who was seen carrying a pistol in Bhakrota, which is a residential area in Jaipur. The man told officers about the kidnapping and gave up the location of the apartment building.\n\nIndia-based media outlet NDTV reported that the cryptocurrency traders had been lured into the region by gang members who claimed to be selling bitcoins at a low price.\n\n\"[The gang] wanted to extort money from the trio. They held them hostage in the flat and had threatened to kill them if the demands were not met,\" NDTV quoted Sharma as saying. \"Not even their family members were aware of the abduction. The victims had lost all hope because they had no access to anyone.\" Police said they seized guns and SUVs from the criminals.\n\nThe suspects were identified by local media as Jitendra Kumar, 21, Deepak Kumar, 22, Anupam Soni, 19, Pawan Kumar, 20, Bhawani Singh, 19, Lokendra Singh, 24 and Rahul Kumar, 19. Lokendra Singh is from Rajasthan and the others are originally from Haryana.\n\nAs reported by The Next Web, it's not the first time cryptocurrency traders have been targeted by extortion gangs. In January this year, it emerged that police in South Africa had arrested two suspects who allegedly kidnapped a 13-year-old boy and demanded bitcoins from his parents. He was safely returned to his family, local media outlet Times Live reported. The pair were caught after attempting to kidnap a teenage girl.", + "chars": 5283, + "sha256": "48422bb4ffbbbfa210df906039030e2857a3e9c68fcc89f44f2928429de183cc", "staged_file": "01_newsweek-com.txt", - "paragraphs_kept": "ALL 19 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 7-17 of 19", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:54:51+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 7-17 plus headline [0]; dropped 6 leading and 1 trailing paragraphs. Case-term hits on page: 41.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "52": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.tv2.no/nyheter/innenriks/bitcoin-millionaer-oppsokt-av-mann-med-hagle-hoppet-fra-balkongen/10828524/", "source": "tv2.no", "language": "unknown", - "text": "Bitcoin-millionær flyktet: Bitcoin-millionær oppsøkt av mann med hagle – hoppet fra balkongen\n\nBitcoin-millionær oppsøkt av mann med hagle – hoppet fra balkongen\n\nMangemillionæren stirret inn i løpet på en avsagd hagle da han åpnet døra.\n\nRANET HJEMME: Offeret ble oppsøkt i sin egen bolig hjemme i Oslo. Han kom seg unna uten å gi fra seg verdier. Dette er et illustrasjonsbilde. Foto: Kyrre Lien / NTB Scanpix\n\nPublisert 08.09.2019 13:21\n \n Sist oppdatert 08.09.2019\n\nDenne artikkelen er over ett år gammel, og kan inneholde utdatert informasjon.\n\nHendelsen skjedde om ettermiddagen den 14. mai i år. Mangemillionæren i 40-årene befant seg hjemme i boligblokka i Oslo da det ringte på døra.Da han åpnet, sto en mann utenfor med en avsagd hagle i hendene. Raneren banet seg vei inn i leiligheten og sa «legg deg ned, ellers skyter jeg», ifølge en tiltale som er tatt ut av Oslo statsadvokatembeter.Raneren fikk ikke med seg noen verdier fordi mangemillionæren klarte å flykte.\n\nOm du ikke har en TV 2-konto fra før kan du lage en, helt uten kostnad!", - "chars": 1050, - "sha256": "e5eb301cfa292074aac3a4ba546ee1fbffddcba48ac62c1e7dfdf84afc0591f1", + "text": "Bitcoin-millionær flyktet: Bitcoin-millionær oppsøkt av mann med hagle – hoppet fra balkongen\n\nMangemillionæren stirret inn i løpet på en avsagd hagle da han åpnet døra.\n\nRANET HJEMME: Offeret ble oppsøkt i sin egen bolig hjemme i Oslo. Han kom seg unna uten å gi fra seg verdier. Dette er et illustrasjonsbilde. Foto: Kyrre Lien / NTB Scanpix\n\nPublisert 08.09.2019 13:21\n \n Sist oppdatert 08.09.2019\n\nDenne artikkelen er over ett år gammel, og kan inneholde utdatert informasjon.\n\nHendelsen skjedde om ettermiddagen den 14. mai i år. Mangemillionæren i 40-årene befant seg hjemme i boligblokka i Oslo da det ringte på døra.Da han åpnet, sto en mann utenfor med en avsagd hagle i hendene. Raneren banet seg vei inn i leiligheten og sa «legg deg ned, ellers skyter jeg», ifølge en tiltale som er tatt ut av Oslo statsadvokatembeter.Raneren fikk ikke med seg noen verdier fordi mangemillionæren klarte å flykte.\n\nOm du ikke har en TV 2-konto fra før kan du lage en, helt uten kostnad!", + "chars": 982, + "sha256": "7e7411bc1f8e26907c252755b3d6c016b19f88e22dc8a8976abc237815fa113a", "staged_file": "01_tv2-no.txt", - "paragraphs_kept": "ALL 8 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-7 of 8", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:54:54+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-7 plus headline [0]; dropped 1 leading and 0 trailing paragraphs. Case-term hits on page: 4.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "51": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.northamptonchron.co.uk/news/masked-men-with-weapons-rob-northampton-shop-for-bitcoin-machine-73035", "source": "northamptonchron.co.uk", "language": "unknown", - "text": "Masked men with weapons rob Northampton shop for bitcoin machine\n\nRobbers in Northampton threatened a shopkeeper with a machete for a device that turns cash into digital currency.\n\nAt around 8.30pm on Tuesday (March 12) three men went to the Costcutter shop on St Leonard’s Road, in Far Cotton, leaving one person waiting outside, Northamptonshire Police today confirmed.\n\nTwo men then went inside, one threatened staff with a curved machete while the other smashed a Bitcoin machine off the shop wall with a sledgehammer.\n\nThe offenders then left the shop with the machine, walking away along Haines Road and Euston Road.\n\nA spokeswoman for Northamptonshire Police said: \"All the men wore face coverings and gloves. The one with the machete is described as wearing a black balaclava, black puffer parka jacket, blue jogging bottoms and light coloured trainers.\n\n\"The man with the sledgehammer wore a black balaclava, grey/green puffer style parka jacket, black jogging bottoms and black trainers.\n\n\"The third man wore a grey puffer style parka jacket and had a grey face covering.\"\n\nAnyone who witnessed the robbery, saw the men in the area at the time, or who has information about the incident is asked to call Northamptonshire Police on 101.\n\n© 2026 Iconic Media Group Ltd. All rights reserved.Cookie SettingsTerms and ConditionsPrivacy notice", - "chars": 1347, - "sha256": "7aebab7b9e2f653214cd7ae384adb4842d0802a247562c3384bf51a57c25d62e", + "text": "Masked men with weapons rob Northampton shop for bitcoin machine\n\nRobbers in Northampton threatened a shopkeeper with a machete for a device that turns cash into digital currency.\n\nAt around 8.30pm on Tuesday (March 12) three men went to the Costcutter shop on St Leonard’s Road, in Far Cotton, leaving one person waiting outside, Northamptonshire Police today confirmed.\n\nTwo men then went inside, one threatened staff with a curved machete while the other smashed a Bitcoin machine off the shop wall with a sledgehammer.\n\nThe offenders then left the shop with the machine, walking away along Haines Road and Euston Road.\n\nA spokeswoman for Northamptonshire Police said: \"All the men wore face coverings and gloves. The one with the machete is described as wearing a black balaclava, black puffer parka jacket, blue jogging bottoms and light coloured trainers.\n\n\"The man with the sledgehammer wore a black balaclava, grey/green puffer style parka jacket, black jogging bottoms and black trainers.\n\n\"The third man wore a grey puffer style parka jacket and had a grey face covering.\"\n\nAnyone who witnessed the robbery, saw the men in the area at the time, or who has information about the incident is asked to call Northamptonshire Police on 101.", + "chars": 1245, + "sha256": "6b25e6197eba888787c94086050cec2a467dfaecfd833ee62e6f548a22e01fd6", "staged_file": "01_northamptonchron-co-uk.txt", - "paragraphs_kept": "ALL 10 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-8 of 10", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:54:58+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-8 plus headline [0]; dropped 0 leading and 1 trailing paragraphs. Case-term hits on page: 8.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "50": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.the-independent.com/tech/bitcoin-robbery-torture-cryptocurrency-netherlands-a8807986.html", "source": "the-independent.com", "language": "unknown", - "text": "Bitcoin trader brutally tortured with drill in cryptocurrency robbery | The Independent | The Independent\n\nPlease refresh the page or navigate to another page on the site to be automatically logged inPlease refresh your browser to be logged in\n\nPolice in the Netherlands are investigating the brutal torture of a bitcoin trader, whose home was raided by criminals looking for cryptocurrency.\n\nThree robbers disguised as police entered the victim's home in Drenthe and attacked him with a drill in front of his four-year-old daughter, Dutch publication De Telegraaf reported.\n\nThe hour-long ordeal also involved the victim being threatened with firearms, before the perpetrators fled in an escape vehicle. The digital nature of bitcoin and other cryptocurrencies mean long and complex passwords – or private keys – are required to access assets and transfer them to another digital wallet.\n\nPolice did not reveal the identity of the victim but it is not believed any cryptocurrency was stolen during the raid.\n\nA spokesperson for Northern Netherlands Police told The Independent that the investigation is ongoing.\n\nIt is not the first time criminals have targeted cryptocurrency investors and traders, with the earliest reported instance taking place in 2015.\n\nIn February of that year, New York City firefighter Dwayne Richards was stabbed in Willamsburg, Brooklyn, by muggers who demanded he transferred bitcoin to their digital wallets.\n\nCryptocurrency mystery deepens as $143m goes missing\n\nBitcoin, which is currently worth around $3,800 (£2,800), is semi-anonymous and therefore difficult to trace to a single individual.\n\nSince its peak in late 2017, bitcoin has lost close to three quarters of its value, yet still remains an attractive prospect for criminals.\n\nIn one of the most notable examples of criminals targeting holders of bitcoin, kidnappers in the Ukraine made more than $1 million in digital currency in 2017 after ransoming cryptocurrency analyst Pavel Lerner.\n\nThe UK's first bitcoin heist took place in January last year, when armed robbers broke into the home of cryptocurrency trader Danny Aston in Moulsford, South Oxfordshire.\n\nMr Aston was tied up during the home invasion and an unknown quantity of bitcoin was seized by the attackers.\n\nJoin thought-provoking conversations, follow other Independent readers and see their replies", - "chars": 2357, - "sha256": "68e352faaf95afe530ef631f701f8c57f9966f5c8f1073326f33019cdf137194", + "text": "Bitcoin trader brutally tortured with drill in cryptocurrency robbery | The Independent | The Independent\n\nPolice in the Netherlands are investigating the brutal torture of a bitcoin trader, whose home was raided by criminals looking for cryptocurrency.\n\nThree robbers disguised as police entered the victim's home in Drenthe and attacked him with a drill in front of his four-year-old daughter, Dutch publication De Telegraaf reported.\n\nThe hour-long ordeal also involved the victim being threatened with firearms, before the perpetrators fled in an escape vehicle. The digital nature of bitcoin and other cryptocurrencies mean long and complex passwords – or private keys – are required to access assets and transfer them to another digital wallet.\n\nPolice did not reveal the identity of the victim but it is not believed any cryptocurrency was stolen during the raid.\n\nA spokesperson for Northern Netherlands Police told The Independent that the investigation is ongoing.\n\nIt is not the first time criminals have targeted cryptocurrency investors and traders, with the earliest reported instance taking place in 2015.\n\nIn February of that year, New York City firefighter Dwayne Richards was stabbed in Willamsburg, Brooklyn, by muggers who demanded he transferred bitcoin to their digital wallets.\n\nCryptocurrency mystery deepens as $143m goes missing\n\nBitcoin, which is currently worth around $3,800 (£2,800), is semi-anonymous and therefore difficult to trace to a single individual.\n\nSince its peak in late 2017, bitcoin has lost close to three quarters of its value, yet still remains an attractive prospect for criminals.\n\nIn one of the most notable examples of criminals targeting holders of bitcoin, kidnappers in the Ukraine made more than $1 million in digital currency in 2017 after ransoming cryptocurrency analyst Pavel Lerner.\n\nThe UK's first bitcoin heist took place in January last year, when armed robbers broke into the home of cryptocurrency trader Danny Aston in Moulsford, South Oxfordshire.\n\nMr Aston was tied up during the home invasion and an unknown quantity of bitcoin was seized by the attackers.", + "chars": 2125, + "sha256": "81a3950a187586d450229a51d4460c71bdb34b1c10c225c8440b9440320af208", "staged_file": "01_the-independent-com.txt", - "paragraphs_kept": "ALL 16 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-14 of 16", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:55:00+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-14 plus headline [0]; dropped 1 leading and 1 trailing paragraphs. Case-term hits on page: 3.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "49": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.timeslive.co.za/news/south-africa/2019-01-17-mpumalanga-police-arrest-two-bitcoin-kidnapping-suspects/", "source": "timeslive.co.za", "language": "unknown", - "text": "Mpumalanga police arrest two Bitcoin kidnapping suspects\n\nMpumalanga police, after months of hard work, have arrested two people alleged to be behind the kidnapping of a young Witbank boy and the attempted kidnapping of a girl from Middelburg.\n\nMpumalanga police, after months of hard work, have arrested two people alleged to be behind the kidnapping of a Witbank teenager and the attempted kidnapping of a girl from Middelburg.\n\nThe incidents happened in May and August 2018.\n\nIn the Witbank case, the suspects demanded ransom in the form of Bitcoins for the safe return of the 13-year-old boy. Police suspect a similar plan in the second case, had the abduction succeeded.\n\n\"These cases were the first of their kind in Mpumalanga and a task team comprising of different units within the South African Police Service was immediately established by police management to investigate this matter,\" said Brigadier Leonard Hlathi.\n\n\"The dedicated formations left no stone unturned in their investigation, knitting all clues and eventually their efforts yielded positive results as the suspects were arrested thereafter at different locations,\" he added.\n\nThe suspects behind the kidnappings in the neighbouring towns are men aged 30 and 31. One was nabbed in November in Germiston in Gauteng, while the second was arrested in Ladysmith, KwaZulu-Natal, on December 30.\n\nThe first victim was the Witbank boy, who was snatched near his home on May 20 as he walked back from a nearby spaza shop with a friend.\n\nPart of the brazen kidnapping, which happened in broad daylight, was captured on a neighbour's CCTV camera.\n\nTimesLIVE saw the footage, which showed the moments the boy was forced into a silver-coloured Toyota Corolla‚ which sped off with him inside, while his friend stood in disbelief.\n\nAfter his parents rushed to the police station to report the kidnapping, they returned to find a ransom note in their yard. The amount demanded was the equivalent of R1.5m.\n\nA few days later, he was reunited with his family unharmed. Police had not disclosed whether any ransom had been paid for his safe return.\n\n\"A few months later, on 21 August 2018, the suspects attempted to kidnap a 13-year-old girl in Aerorand, Middelburg,\" said Hlathi.\n\n\"They dragged her into their vehicle, a VW Polo, but the girl shouted for help and was heard by a group of people working nearby, who swiftly came to her aid and helped her escape.\n\n\"The suspects fled the scene, thereafter leaving their vehicle abandoned with their belongings inside. During the investigation, it was established that they (suspects) had the same intentions as in the first case,\" Hlathi said.\n\nThe two suspects appeared in court on Tuesday and were granted R1,000 bail each, Hlathi said.\n\nAccording to Markets.com‚ Bitcoin is a finite‚ decentralised digital currency which is not tied to any government or bank.\n\nSurprises in Mosimane squad for Afcon qualifiers against Guinea, Eritrea\n\nIEC had no power to condone UDF Party’s late ward nominations, court rules\n\nAttorney, TMPD official in R6m fraud, money laundering case denied bail\n\nAd hoc committee descends into chaos as DA, ActionSA walk out over squabbling MPs\n\nWATCH | We’ll be back, says March and March after clash with refugees", - "chars": 3245, - "sha256": "c59e2e8fa38bd229cf3b7143d61c49ff14488f2786d3544b835bed8c959d1d29", + "text": "Mpumalanga police arrest two Bitcoin kidnapping suspects\n\nMpumalanga police, after months of hard work, have arrested two people alleged to be behind the kidnapping of a young Witbank boy and the attempted kidnapping of a girl from Middelburg.\n\nMpumalanga police, after months of hard work, have arrested two people alleged to be behind the kidnapping of a Witbank teenager and the attempted kidnapping of a girl from Middelburg.\n\nThe incidents happened in May and August 2018.\n\nIn the Witbank case, the suspects demanded ransom in the form of Bitcoins for the safe return of the 13-year-old boy. Police suspect a similar plan in the second case, had the abduction succeeded.\n\n\"These cases were the first of their kind in Mpumalanga and a task team comprising of different units within the South African Police Service was immediately established by police management to investigate this matter,\" said Brigadier Leonard Hlathi.\n\n\"The dedicated formations left no stone unturned in their investigation, knitting all clues and eventually their efforts yielded positive results as the suspects were arrested thereafter at different locations,\" he added.\n\nThe suspects behind the kidnappings in the neighbouring towns are men aged 30 and 31. One was nabbed in November in Germiston in Gauteng, while the second was arrested in Ladysmith, KwaZulu-Natal, on December 30.\n\nThe first victim was the Witbank boy, who was snatched near his home on May 20 as he walked back from a nearby spaza shop with a friend.\n\nPart of the brazen kidnapping, which happened in broad daylight, was captured on a neighbour's CCTV camera.\n\nTimesLIVE saw the footage, which showed the moments the boy was forced into a silver-coloured Toyota Corolla‚ which sped off with him inside, while his friend stood in disbelief.\n\nAfter his parents rushed to the police station to report the kidnapping, they returned to find a ransom note in their yard. The amount demanded was the equivalent of R1.5m.\n\nA few days later, he was reunited with his family unharmed. Police had not disclosed whether any ransom had been paid for his safe return.\n\n\"A few months later, on 21 August 2018, the suspects attempted to kidnap a 13-year-old girl in Aerorand, Middelburg,\" said Hlathi.\n\n\"They dragged her into their vehicle, a VW Polo, but the girl shouted for help and was heard by a group of people working nearby, who swiftly came to her aid and helped her escape.\n\n\"The suspects fled the scene, thereafter leaving their vehicle abandoned with their belongings inside. During the investigation, it was established that they (suspects) had the same intentions as in the first case,\" Hlathi said.\n\nThe two suspects appeared in court on Tuesday and were granted R1,000 bail each, Hlathi said.\n\nAccording to Markets.com‚ Bitcoin is a finite‚ decentralised digital currency which is not tied to any government or bank.", + "chars": 2868, + "sha256": "bc069c1f522605e6d76a73efafc1e4c22a73baf466173b256337590e7c735e65", "staged_file": "01_timeslive-co-za.txt", - "paragraphs_kept": "ALL 23 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-17 of 23", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:55:03+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-17 plus headline [0]; dropped 0 leading and 5 trailing paragraphs. Case-term hits on page: 7.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "48": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.financemagnates.com/cryptocurrency/news/south-africa-man-tortured-for-bitcoins-in-intensive-care/", "source": "financemagnates.com", "language": "unknown", - "text": "South Africa: Man Tortured for Bitcoins, in Intensive Care | Finance Magnates\n\n> \n South Africa: Man Tortured for Bitcoins, in Intensive Care\n\nSouth Africa: Man Tortured for Bitcoins, in Intensive Care\n\nTuesday, 04/12/2018 | 14:24 GMT by\n Simon Golstein\n\nThe victim was burned with a hot iron and lost Bitcoin worth hundreds of thousands of dollars.\n\nA Bitcoin \n Bitcoin\n \n While some may still be wondering what is Bitcoin, who created Bitcoin, or how does Bitcoin work, one thing is certain: Bitcoin has changed the world.No one can remain indifferent to this revolutionary, decentralized, digital asset nor to its blockchain technology.In fact, we’ve gone a long way ever since a Florida resident Laszlo Hanyecz made BTC’s first official commercial transaction with a real company by trading 10,000 Bitcoins for 2 pizzas at his local Papa John’s.One could now argue that \n \n While some may still be wondering what is Bitcoin, who created Bitcoin, or how does Bitcoin work, one thing is certain: Bitcoin has changed the world.No one can remain indifferent to this revolutionary, decentralized, digital asset nor to its blockchain technology.In fact, we’ve gone a long way ever since a Florida resident Laszlo Hanyecz made BTC’s first official commercial transaction with a real company by trading 10,000 Bitcoins for 2 pizzas at his local Papa John’s.One could now argue that \n Read this Term trader in South Africa was lured to a residence under false pretences and set upon by five individuals who wanted his cryptocurrency. The crime took place in Soweto, a township in Johannesburg.\n\nAccording to local news source Soweto Urban, \"Andrew\", of Lanseria, was invited to give a presentation at a private residence by a man he had met on Facebook, and later in person. When he got there, someone came up behind him and knocked him out by way of a chemical-soaked cloth to the face.\n\nHe awoke in a different house, surrounded by five individuals. These stripped him, assaulted him, and burned him with a hot iron, demanding to know his account details. They also threatened to kill him.\n\nHe transferred Bitcoin worth approximately 900,000 rand ($65,984) to the assailants, who also robbed him of two mobile phones, two laptops, 3,000 rand in cash, and then dumped him blindfolded on the side of a road.\n\nAndrew is currently in intensive care being treated for burns.\n\nIn September 2018, a Cape Town businessman named Liyaqat Parker was held hostage for over two months by kidnappers who demanded 50 bitcoins. And outside of South Africa, a complicated case in India saw a man complain to the police that he was kidnapped by nine corrupt police officers. In the end, it transpired that he himself was the kidnapper, of a different individual; he had taken revenge for losing money in a BitConnect-related scheme. He extorted millions of dollars worth of Bitcoin from his victims and is currently in hiding.\n\nViolent crimes involving Bitcoin do seem to have peaked; in late 2017/early 2018 stories were breaking more frequently. Examples include: armed men attempting to rob a Bitcoin exchange in Canada; a man assaulted and forced to transfer bitcoins in Taiwan; armed men breaking into a house and threatening a man's family to get him to transfer bitcoins in Oxfordshire; a gang in New Delhi involved in kidnappings and fraud; and a New York man (armed of course) accosting a man and stealing his digital wallet.\n\nThere seems to have been fewer of these kinds of stories as the year has progressed; perhaps there is, after all, a positive to be found in the waning value of Cryptocurrencies \n Cryptocurrencies\n \n By using cryptography, virtual currencies, known as cryptocurrencies, are nearly counterfeit-proof digital currencies that are built on blockchain technology. Comprised of decentralized networks, blockchain technology is not overseen by a central authority.Therefore, cryptocurrencies function in a decentralized nature which theoretically makes them immune to government interference. The term, cryptocurrency derives from the origin of the encryption techniques that are employed to secure the netw\n \n By using cryptography, virtual currencies, known as cryptocurrencies, are nearly counterfeit-proof digital currencies that are built on blockchain technology. Comprised of decentralized networks, blockchain technology is not overseen by a central authority.Therefore, cryptocurrencies function in a decentralized nature which theoretically makes them immune to government interference. The term, cryptocurrency derives from the origin of the encryption techniques that are employed to secure the netw\n Read this Term. This, however, is unlikely to be a comfort to Andrew.\n\nTickmill's Ingmar Mattus: The \"Mindset Problem\" Killing CFD Brokers Who Won't Diversify\n\nWeekly Review: Nigeria Proposes New CFD Rules; SVG Pauses Crypto Applications \n Saturday, 05/09/2026 | 07:00 GMT\n\nFederal Courts Now Disagree on Kalshi’s Sports Contracts. New Jersey Wants the Supreme Court to Settle the Fight \n Friday, 04/09/2026 | 19:15 GMT\n\nCySEC Flags 10 Websites as Unauthorised for Investment or Crypto Services \n Friday, 04/09/2026 | 17:27 GMT\n\nEurope's Economic Crossroads: Recession Fears and S&P Global's Contrasting Outlook\n\nDecarbonization and Climate Realities: Shaping the Future Investment Landscape\n\nCoinbase Lets UK Users Trade US Stocks While Wall Street Sleeps\n\n7 Things We Wish Someone Had Told Us Before We Started Trading\n\nHow Low Can SIlver Go? XAG/USD Breaks 200-Day EMA, Opening 29% Drop Silver Price Prediction to $45 \n Wednesday, 02/09/2026 | 12:14 GMT\n\nBitcoin Price Prediction: Golden Cross Nears as $84K Blocks $100K per BTC \n Tuesday, 01/09/2026 | 09:17 GMT\n\nGold Drops 3%, but Bullish EMA Cross Keeps $4900 Price Prediction Alive \n Monday, 31/08/2026 | 10:28 GMT\n\nCraig Wright Talks About Metanet: a New, More Commercial Internet\n\nMonex to Open Coincheck in the US to Cater to Institutional Traders\n\nSaudi Arabia and the UAE Central Banks to Create Joint Token\n\nMark Karpeles of Mt Gox Faces Ten Year Sentence for Embezzlement\n\nThe Netherlands to License Crypto Firms that Report Customers\n\nUK Crypto Exchange CEX.IO Updates KYC - No More Anonymous Transactions\n\nThe Stablecoin in the Headlines Is Not the Stablecoin I Know\n\nSaint Vincent Regulator Freezes Virtual Asset Applications, Existing Submissions Continue\n\nKraken Parent Pushes IPO to Q2 2027 at Earliest\n\nASIC Crypto License Applications Pass 45 Before September Deadline\n\nBinance’s Push Into US Stock Options Shows How Far It Has Moved Beyond Crypto\n\nBybit Launches Options on Its Own SpaceX and NVIDIA Perpetual\n\nNigeria Proposes New FX Rules; Revolut Gains US Bank Approval\n\nToday’s financial news recap covers Nigeria proposes new FX and CFD rules, Revolut secures conditional US bank approval, and Saint Vincent freezes new virtual asset applications.\n\n\nFinance Magnates Daily Recap brings you the latest news from forex and CFD brokers, fintech, payments, cryptocurrency, digital assets, trading platforms, financial regulation and global markets. \n\n\nGet the key company news, executive moves, deals, regulatory updates and market developments of the day, in just a few minutes. New episodes published every weekday. \n\n\nRead more: https://www.financemagnates.com \n\n\n#FinanceMagnates #ForexNews #FintechNews\n\nXTB Founder Sells $410m; Tickmill’s Mattus Warns Brokers\n\nToday’s financial news recap covers XTB founder Jakub Zabłocki sells another $410 million in shares, Tickmill’s Ingmar Mattus warns of a mindset problem, and Kraken’s parent pushes its IPO to 2027.\n\n\nFinance Magnates Daily Recap brings you the latest news from forex and CFD brokers, fintech, payments, cryptocurrency, digital assets, trading platforms, financial regulation and global markets. \n\n\nGet the key company news, executive moves, deals, regulatory updates and market developments of the day, in just a few minutes. New episodes published every weekday. \n\n\nRead more: https://www.financemagnates.com \n\n\n#FinanceMagnates #ForexNews #FintechNews\n\nFTMO Enters Futures Prop Trading; Brazil Sees Strong Retail Activity\n\nToday’s financial news recap covers FTMO launches futures prop trading, Brazil's retail derivatives market posts strong daily activity, and Leverate adds direct crypto deposits.\n\n\nFinance Magnates Daily Recap brings you the latest news from forex and CFD brokers, fintech, payments, cryptocurrency, digital assets, trading platforms, financial regulation and global markets. \n\n\nGet the key company news, executive moves, deals, regulatory updates and market developments of the day, in just a few minutes. New episodes published every weekday. \n\n\nRead more: https://www.financemagnates.com \n\n\n#FinanceMagnates #ForexNews #FintechNews\n\nNobody looks forward to their annual CPD requirements.\n\nBut Continuing Professional Development doesn’t have to be a box-checking exercise.\n\nFM Academy takes a more engaging, practical approach to CPD, helping finance professionals get useful knowledge from their learning, not just the credits.\n\nExplore FM Academy: https://lnkd.in/dPBd3AFG\n\n#FinanceMagnates #FMAcademy #CPD #Fintech #ProfessionalDevelopment\n\nCapital.com UK Revenue Falls; eToro Partners with Leeds\n\nToday's Monday, the 31st of August 2026, and these are our main stories: Capital.com's UK revenue falls sharply, eToro expands its football partnerships, and the FCA steps up action on whistleblowing.\n\n!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|} !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}", - "chars": 9578, - "sha256": "5c4dec4dde5a91dce5c179c250c21a43f02dc9f66a99ae0b4f37a27ec458f075", + "text": "South Africa: Man Tortured for Bitcoins, in Intensive Care | Finance Magnates\n\nThe victim was burned with a hot iron and lost Bitcoin worth hundreds of thousands of dollars.\n\nA Bitcoin \n Bitcoin\n \n While some may still be wondering what is Bitcoin, who created Bitcoin, or how does Bitcoin work, one thing is certain: Bitcoin has changed the world.No one can remain indifferent to this revolutionary, decentralized, digital asset nor to its blockchain technology.In fact, we’ve gone a long way ever since a Florida resident Laszlo Hanyecz made BTC’s first official commercial transaction with a real company by trading 10,000 Bitcoins for 2 pizzas at his local Papa John’s.One could now argue that \n \n While some may still be wondering what is Bitcoin, who created Bitcoin, or how does Bitcoin work, one thing is certain: Bitcoin has changed the world.No one can remain indifferent to this revolutionary, decentralized, digital asset nor to its blockchain technology.In fact, we’ve gone a long way ever since a Florida resident Laszlo Hanyecz made BTC’s first official commercial transaction with a real company by trading 10,000 Bitcoins for 2 pizzas at his local Papa John’s.One could now argue that \n Read this Term trader in South Africa was lured to a residence under false pretences and set upon by five individuals who wanted his cryptocurrency. The crime took place in Soweto, a township in Johannesburg.\n\nAccording to local news source Soweto Urban, \"Andrew\", of Lanseria, was invited to give a presentation at a private residence by a man he had met on Facebook, and later in person. When he got there, someone came up behind him and knocked him out by way of a chemical-soaked cloth to the face.\n\nHe awoke in a different house, surrounded by five individuals. These stripped him, assaulted him, and burned him with a hot iron, demanding to know his account details. They also threatened to kill him.\n\nHe transferred Bitcoin worth approximately 900,000 rand ($65,984) to the assailants, who also robbed him of two mobile phones, two laptops, 3,000 rand in cash, and then dumped him blindfolded on the side of a road.\n\nAndrew is currently in intensive care being treated for burns.\n\nIn September 2018, a Cape Town businessman named Liyaqat Parker was held hostage for over two months by kidnappers who demanded 50 bitcoins. And outside of South Africa, a complicated case in India saw a man complain to the police that he was kidnapped by nine corrupt police officers. In the end, it transpired that he himself was the kidnapper, of a different individual; he had taken revenge for losing money in a BitConnect-related scheme. He extorted millions of dollars worth of Bitcoin from his victims and is currently in hiding.\n\nViolent crimes involving Bitcoin do seem to have peaked; in late 2017/early 2018 stories were breaking more frequently. Examples include: armed men attempting to rob a Bitcoin exchange in Canada; a man assaulted and forced to transfer bitcoins in Taiwan; armed men breaking into a house and threatening a man's family to get him to transfer bitcoins in Oxfordshire; a gang in New Delhi involved in kidnappings and fraud; and a New York man (armed of course) accosting a man and stealing his digital wallet.\n\nThere seems to have been fewer of these kinds of stories as the year has progressed; perhaps there is, after all, a positive to be found in the waning value of Cryptocurrencies \n Cryptocurrencies\n \n By using cryptography, virtual currencies, known as cryptocurrencies, are nearly counterfeit-proof digital currencies that are built on blockchain technology. Comprised of decentralized networks, blockchain technology is not overseen by a central authority.Therefore, cryptocurrencies function in a decentralized nature which theoretically makes them immune to government interference. The term, cryptocurrency derives from the origin of the encryption techniques that are employed to secure the netw\n \n By using cryptography, virtual currencies, known as cryptocurrencies, are nearly counterfeit-proof digital currencies that are built on blockchain technology. Comprised of decentralized networks, blockchain technology is not overseen by a central authority.Therefore, cryptocurrencies function in a decentralized nature which theoretically makes them immune to government interference. The term, cryptocurrency derives from the origin of the encryption techniques that are employed to secure the netw\n Read this Term. This, however, is unlikely to be a comfort to Andrew.\n\nTickmill's Ingmar Mattus: The \"Mindset Problem\" Killing CFD Brokers Who Won't Diversify\n\nWeekly Review: Nigeria Proposes New CFD Rules; SVG Pauses Crypto Applications \n Saturday, 05/09/2026 | 07:00 GMT\n\nFederal Courts Now Disagree on Kalshi’s Sports Contracts. New Jersey Wants the Supreme Court to Settle the Fight \n Friday, 04/09/2026 | 19:15 GMT", + "chars": 4863, + "sha256": "2a6d83f0347b9e6a429dc76ed6cb31a38e8fb2276f417f7493c65f962b4c86cc", "staged_file": "01_financemagnates-com.txt", - "paragraphs_kept": "ALL 62 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 4-15 of 62", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:55:07+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 4-15 plus headline [0]; dropped 3 leading and 46 trailing paragraphs. Case-term hits on page: 14.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "46": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://nypost.com/2018/11/06/friends-accused-of-torturing-pal-to-steal-his-cryptocurrency/", "source": "nypost.com", "language": "unknown", - "text": "Friends accused of torturing pal to steal his cryptocurrency | New York Post\n\nSee more of our coverage in your search results.\n\nThese guys are accused of taking a “bit” out of crime.\n\nA group of young professional men ransacked their pal’s luxury apartment after a night of drinking and forced him to cough up his cryptocurrency account login information, the Manhattan District Attorney’s Office charges in a new complaint.\n\nDefendant Stephen Orso, 25, allegedly demanded that Nicholas Truglia “provide him with login information for his cryptocurrency accounts while holding his head underwater in the bathtub, punching him in the stomach and throwing hot wax on him,” court papers charge.\n\nCryptocurrencies, like bitcoin, serve as a digital medium of exchange and payment.\n\nOrso, the son of a wealthy venture capitalist, and three pals, David Leica, 19, Steven Dorn, 29, and Chris David, 25, escorted a soused Truglia to his high-rise apartment on West 42nd Street at about 2:50 a.m. on Sept. 7, according to a criminal complaint.\n\nSurveillance video shows the crew leaving about two hours later, and David appears “to be concealing a rectangular object under his sweatshirt consistent with a laptop computer,” the papers allege.\n\nTruglia, 27, told cops he woke up and realized his laptop, two mobile phones and a thumb drive containing his cryptocurrency account information were missing.\n\nThe complaint doesn’t say whether the men, who flaunt their extravagant lifestyles in online posts, hacked into Truglia’s cryptocurrency account or stole any funds. Nor does it say which currency network he uses.\n\nThe next day, Truglia pinged his iPhone and it allegedly showed up in the vicinity of an apartment shared by the defendants.\n\nLeica allegedly sent Truglia’s iPhone to him in an Uber the next day and David allegedly returned the laptop, which was splattered in wax, court papers say.\n\nDefense lawyer Stacey Richman, who represents all four defendants, said that the accusations are outright falsehoods and that Truglia has since recanted.\n\nShe said that her clients were only trying to do the right thing by “helping a person who had overimbibed” get home from the club.\n\n“For his own safety, they stepped up,” she said.\n\n“I provided audio to the district attorney’s office wherein the complainant admits these allegations are false,” she maintained.\n\n“It’s disappointing that our standard of journalism does not permit the innocent to have their day in court and slanders them upon accusation.”\n\nThe jet-setting defendants’ social media accounts show them consorting with celebrities, including bad-boy quarterback Johnny Manziel and superstar Knicks player Kristaps Porzingis.\n\nOn Instagram, Orso, Leica and Dorn are shown smiling in front of a private jet and in dozens of photographs while posing with a string of stunning models at clubs and red-carpet events.\n\nThe defendants are each charged with one count of second-degree burglary.\n\nThe four men were all released without bail. They are due back in court March 14 to find out whether they’ve been indicted.\n\nAdditional reporting by Steven Hirsch and Tina Moore", - "chars": 3126, - "sha256": "a950210362a1a513ca22178ced5866dcdff774d749a75c701c129562dcf73af7", + "text": "Friends accused of torturing pal to steal his cryptocurrency | New York Post\n\nSee more of our coverage in your search results.\n\nThese guys are accused of taking a “bit” out of crime.\n\nA group of young professional men ransacked their pal’s luxury apartment after a night of drinking and forced him to cough up his cryptocurrency account login information, the Manhattan District Attorney’s Office charges in a new complaint.\n\nDefendant Stephen Orso, 25, allegedly demanded that Nicholas Truglia “provide him with login information for his cryptocurrency accounts while holding his head underwater in the bathtub, punching him in the stomach and throwing hot wax on him,” court papers charge.\n\nCryptocurrencies, like bitcoin, serve as a digital medium of exchange and payment.\n\nOrso, the son of a wealthy venture capitalist, and three pals, David Leica, 19, Steven Dorn, 29, and Chris David, 25, escorted a soused Truglia to his high-rise apartment on West 42nd Street at about 2:50 a.m. on Sept. 7, according to a criminal complaint.\n\nSurveillance video shows the crew leaving about two hours later, and David appears “to be concealing a rectangular object under his sweatshirt consistent with a laptop computer,” the papers allege.\n\nTruglia, 27, told cops he woke up and realized his laptop, two mobile phones and a thumb drive containing his cryptocurrency account information were missing.\n\nThe complaint doesn’t say whether the men, who flaunt their extravagant lifestyles in online posts, hacked into Truglia’s cryptocurrency account or stole any funds. Nor does it say which currency network he uses.\n\nThe next day, Truglia pinged his iPhone and it allegedly showed up in the vicinity of an apartment shared by the defendants.\n\nLeica allegedly sent Truglia’s iPhone to him in an Uber the next day and David allegedly returned the laptop, which was splattered in wax, court papers say.\n\nDefense lawyer Stacey Richman, who represents all four defendants, said that the accusations are outright falsehoods and that Truglia has since recanted.\n\nShe said that her clients were only trying to do the right thing by “helping a person who had overimbibed” get home from the club.\n\n“For his own safety, they stepped up,” she said.\n\n“I provided audio to the district attorney’s office wherein the complainant admits these allegations are false,” she maintained.\n\n“It’s disappointing that our standard of journalism does not permit the innocent to have their day in court and slanders them upon accusation.”\n\nThe jet-setting defendants’ social media accounts show them consorting with celebrities, including bad-boy quarterback Johnny Manziel and superstar Knicks player Kristaps Porzingis.\n\nOn Instagram, Orso, Leica and Dorn are shown smiling in front of a private jet and in dozens of photographs while posing with a string of stunning models at clubs and red-carpet events.\n\nThe defendants are each charged with one count of second-degree burglary.\n\nThe four men were all released without bail. They are due back in court March 14 to find out whether they’ve been indicted.", + "chars": 3072, + "sha256": "f91a6d3611702f9e1809adc524acb31a07a5660f5e08ec8316dd3dbe0cee1687", "staged_file": "01_nypost-com.txt", - "paragraphs_kept": "ALL 22 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-20 of 22", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:55:09+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-20 plus headline [0]; dropped 0 leading and 1 trailing paragraphs. Case-term hits on page: 12.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "44": [ { "field": "url", - "verdict": "DEAD", + "verdict": "KEEP", "url": "https://de.cointelegraph.com/news/gericht-in-osterreich-beginnt-verfahren-gegen-krypto-rauberbande", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "de.cointelegraph.com", + "language": "unknown", + "text": "Gericht in Österreich beginnt Verfahren gegen Krypto-Räuberbande\n\nIn Österreich müssen sich fünf Männer wegen des Diebstahls von umgerechnet 210.000 Euro an Kryptowährung vor Gericht verantworten.\n\nIn der österreichischen Stadt Wels müssen sich fünf Männer wegen eines Überfalls und Raubes von umgerechnet 210.000 Euro vor Gericht verantworten, meldete OÖNachrichten am 27. März.\n\nBei dem Drahtzieher soll es sich um einen 21-jährigen Oberösterreicher handeln, der den Überfall gemeinsam mit seinem bereits vorbestraften Vater geplant habe. Dieser werde aufgrund seiner kriminellen Vorgeschichte in einem gesonderten Verfahren verfolgt, schreibt die Nachrichtenseite.\n\nDen an dem Überfall beteiligten fünf Männern wird erpresserische Entführung, schwerer Raub, schwere Nötigung und schwere Erpressung vorgeworfen. Einige der nach Aussagen ihrer Verteidiger im Wesentlichen geständigen Männer geben an, nur von einer Schuldeneintreibungsaktion ausgegangen zu sein.\n\nEiner der Männer hatte offenbar vor dem Überfall bei dem beraubten Krypto-Trader einen fünfstelligen Betrag angelegt und verloren. Diese “Schulden” habe er eintreiben wollen, die Sache habe dann aber eine nach seinen Worten “furchtbare Eigendynamik” entwickelt.\n\nBei dem Überfall gaben sich die Täter als Paketzusteller aus, um sich Zugang zur Wohnung zu verschaffen. Den Trader fesselten sie in einem Abstellraum mit Klebeband an einen Stuhl und brachten dessen Lebensgefährtin mit ihrem ebenfalls anwesenden Baby in das Schlafzimmer, wo sie ebenfalls gefesselt wurde.\n\nWährend des eineinhalb Stunden dauernden Überfalls wurden die Opfer mit dem Messer bedroht, um die Zugangscodes zu diversen Online-Börsen zu bekommen. Neben Kryptowährung im Wert von 210.000 Euro, das einer der Täter transferieren konnte, erbeuteten die Männer auch Schmuck, Goldmünzen, Elektronikgeräte sowie teure Markenkleidung.\n\nZu Überfällen von Krypto-Dieben kommt es immer wieder. Bei einem Überfall im letzten Jahr war ein russischer Geschäftsmann als Geisel genommen worden, bis dieser sich an seinem Computer anmeldete und umgerechnet rund 81.000 Euro in Bitcoin an seine Angreifer überwies. Ein anderer russischer Investor war bei einem ähnlichen Krypto-Raub um umgerechnet 348.000 Euro bestohlen worden.", + "chars": 2251, + "sha256": "db124920768dbdefb45e12dea7c12162930f908daef4b5b475eb0427831e3208", + "staged_file": "01_de-cointelegraph-com-wayback.txt", + "paragraphs_kept": "headline [0] + 1-8 of 9", + "method": "Wayback Machine snapshot 20251215021412, deterministic extraction", + "fetched_at": "2026-09-05T13:32:01+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20251215021412/https://de.cointelegraph.com/news/gericht-in-osterreich-beginnt-verfahren-gegen-krypto-rauberbande", + "snapshot": "20251215021412", + "note": "live URL was DEAD on the first pass; text comes from an archived copy dated 2025-12-15", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-8 plus headline [0]; dropped 0 leading and 0 trailing paragraphs. Case-term hits on page: 1 (WEAK anchor, confirm the page is about this case).", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "43": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://bitcoinist.com/skycoin-freezes-funds-staff-take-ceo-hostage/", "source": "bitcoinist.com", "language": "unknown", - "text": "Skycoin Freezes Funds After Staff 'Take CEO Hostage' And Steal 18 BTC | Bitcoinist.com\n\nBuy gift cards/mobile Top Ups with Cryptos\n\nWhat Is Bitcoin?\n\nWhy Use Blockchain Technology?\n\nWhat is Facebook Libra?\n\nBreaking News: The Ethereum Indicator That Never Missed A Bottom Is Signaling Again, This Time At $700\n\nSkycoin Freezes Funds After Staff ‘Take CEO Hostage’ And Steal 18 BTC\n\nPosted in\n News, Altcoin News, Altcoins, News teaser\n\nTrusted Editorial content, reviewed by leading industry experts and seasoned editors. Ad Disclosure\n\nAllegations of criminal activity continue at Skycoin as executives freeze funds to contain fallout from a theft by the coin’s own marketing team.\n\n18 BTC, Skycoins Stolen In ‘Burglarization’\n\nSkycoin, which describes itself as “the most advanced blockchain platform in the world,” saw massive sell-offs this month after it emerged insider trading had taken place around the time Binance announced it would list the coin in May.\n\nIn a blog post June 18, Skycoin confirmed details of what is described as a “burglarization” involving its CEO, who is known as Synth, and members of the China-based marketing team.\n\nNine individuals allegedly broke into Synth’s home, taking him and his wife hostage while attempting to steal funds and technical information.\n\n“They proceeded to hold Synth and his wife against their will for 6 hours, over the course of which they threatened, beat and robbed them,” the post reads.\n\nThanks to wallet security measures, the group was only able to extract 18.88 Bitcoin and 6466 skycoins during the robbery. The gang also attempted and failed to steal the design framework for the skycoin ecosystem.\n\nThe revelations continue the problems at Skycoin, with cryptocurrency commentators likening the insider trading scandal to Coinbase’s alleged attempts to add Bitcoin Cash functionality to its exchange in 2017.\n\nIn order to prevent stolen funds being traded, Skycoin announced it had contacted exchanges to demand asset freezes. While it remains unclear to what extent those exchanges have cooperated with their request, the decision reportedly has had a positive influence on markets.\n\n“According to feedback from exchanges, the accounts holding stolen skycoins have been frozen, so any further impact on the market should be limited. Though some panic selling seems to be continuing, as of this writing the market price has recovered by approximately 30%,” the post states.\n\nSkycoin once traded over $32, with the combined effect of the scandal suppressing prices to below 25 percent of that figure at press time June 19.\n\nWhat do you think about the ongoing complications at Skycoin? Let us know in the comments section below!\n\nImages courtesy of Shutterstock, Twitter\n\nEditorial Process for bitcoinist is centered on delivering thoroughly researched, accurate, and unbiased content. We uphold strict sourcing standards, and each page undergoes diligent review by our team of top technology experts and seasoned editors. This process ensures the integrity, relevance, and value of our content for our readers.\n\nSign Up for Our Newsletter!\n\nFor updates and exclusive offers enter your email.\n\nENS Proposes L2 Registry Migration To Cut Domain Costs\n\nBNB Chain Sets Lorentz Hard Fork Schedule For Mainnet\n\nEigenLayer Restaking Deposits Cross 5M ETH\n\nUniswap v4 Hook Library Adds Automated Liquidity Tools\n\nOptimism Superchain Interoperability Goes Live On Sepolia Testnet\n\nXRP Ledger AMM Amendment Reaches 80% Validator Consensus\n\nAxis Robotics Open-Sources One of the Largest Franka Arm...\n\n로빈후드 체인 타고 날아오른 아티피셜...\n\nWhat Building Atlas on BNB Chain Changes for Ordinary...\n\nConConAI ($CON) Presale Moves Closer to Phase 2 as Early...\n\n스타크웨어, 비트코인 양자 저항 거래...\n\nBitcoin news portal providing breaking news, guides, price analysis about decentralized digital money & blockchain technology.\n\n© 2026 Bitcoinist.com. All Rights Reserved.\n\n© 2025 Bitcoinist. All Rights Reserved.", - "chars": 3938, - "sha256": "6277b64cb0592f91f576795ec2e11a0a22130d8807f2d53e44bec3fe290dfe76", + "text": "Skycoin Freezes Funds After Staff 'Take CEO Hostage' And Steal 18 BTC | Bitcoinist.com\n\nAllegations of criminal activity continue at Skycoin as executives freeze funds to contain fallout from a theft by the coin’s own marketing team.\n\n18 BTC, Skycoins Stolen In ‘Burglarization’\n\nSkycoin, which describes itself as “the most advanced blockchain platform in the world,” saw massive sell-offs this month after it emerged insider trading had taken place around the time Binance announced it would list the coin in May.\n\nIn a blog post June 18, Skycoin confirmed details of what is described as a “burglarization” involving its CEO, who is known as Synth, and members of the China-based marketing team.\n\nNine individuals allegedly broke into Synth’s home, taking him and his wife hostage while attempting to steal funds and technical information.\n\n“They proceeded to hold Synth and his wife against their will for 6 hours, over the course of which they threatened, beat and robbed them,” the post reads.\n\nThanks to wallet security measures, the group was only able to extract 18.88 Bitcoin and 6466 skycoins during the robbery. The gang also attempted and failed to steal the design framework for the skycoin ecosystem.\n\nThe revelations continue the problems at Skycoin, with cryptocurrency commentators likening the insider trading scandal to Coinbase’s alleged attempts to add Bitcoin Cash functionality to its exchange in 2017.\n\nIn order to prevent stolen funds being traded, Skycoin announced it had contacted exchanges to demand asset freezes. While it remains unclear to what extent those exchanges have cooperated with their request, the decision reportedly has had a positive influence on markets.\n\n“According to feedback from exchanges, the accounts holding stolen skycoins have been frozen, so any further impact on the market should be limited. Though some panic selling seems to be continuing, as of this writing the market price has recovered by approximately 30%,” the post states.\n\nSkycoin once traded over $32, with the combined effect of the scandal suppressing prices to below 25 percent of that figure at press time June 19.", + "chars": 2139, + "sha256": "dd47de1d5c7e6b1c98717985ea2f041996f6d18f3cb297e12e58b0a1e6b532ec", "staged_file": "01_bitcoinist-com.txt", - "paragraphs_kept": "ALL 39 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 9-19 of 39", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:55:13+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 9-19 plus headline [0]; dropped 8 leading and 19 trailing paragraphs. Case-term hits on page: 19.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "42": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://milano.repubblica.it/cronaca/2018/06/07/news/milano_truffa_bitcoin_soldi_falsi_milano_arresti-198392710/", "source": "milano.repubblica.it", "language": "unknown", - "text": "Bitcoin veri contro banconote false: due arresti a Milano per truffa - la Repubblica\n\nIscriviti gratis alla newsletter di Repubblica Milano\n\nSoldi falsi in cambio di Bitcoin. Due persone - un serbo di 33 anni e un cubano di 35 - sono stati arrestati perché hanno tentato di spacciare a un 22enne una valigia piena di soldi falsi. Solo che il ragazzo si è accorto del raggiro poco prima di trasferire i Bitcoin sul conto dei finti clienti e, quando ha rifiutato di procedere all'operazione, è stato aggredito dai due uomini e da una donna di cui si sono perse le tracce.\n\nLa vicenda risale al tardo pomeriggio di ieri. A dare l'allarme, attorno alle 19.15, è stato l'inquilino della palazzina di viale Abruzzi all'interno della quale si svolgeva l'incontro. Il cittadino ha chiamato la polizia dopo aver sentito delle urla e un colpo di pistola (che poi si rivelata una scacciacani). Altri hanno segnalato una mazzetta di 500 euro sul marciapiedi, una parte dei soldi fac-simile usati per la truffa. Quando, poi, gli agenti sono arrivati hanno trovato il 22enne, cioè la vittima, con il naso rotto e vari traumi in faccia e il cubano con un trauma cranico: entrambi sono finiti al Fatebenefratelli, il primo con una prognosi di 14 giorni e il secondo di 7.\n\nLa vittima ha spiegato ai militari che, tempo fa, era stata messo in contatto con i due compratori, ora in cella, attraverso un amico russo con cui spesso conclude affari. Il primo incontro con i due è avvenuto alcuni giorni fa in un bar del Quadrilatero, dove sarebbe stata effettuata una prova di transazione andata a buon fine: 7 Bitcoin in cambio di 50mila euro.\n\nIeri pomeriggio si sono di nuovo incontrati per concludere lo scambio nell'ufficio in viale Abruzzi affittato per circa un'ora al cubano da una società. I truffatori avevano altri 45mila euro in contanti da mostrare come 'esca', li hanno passati sotto la lampada per il controllo delle banconote, infilato nella macchina conta soldi e infine in una busta da lettere.\n\nÈ stato questo ultimo passaggio a insospettire il 22enne, che ha chiesto di guardare tutte le banconote. Al rifiuto del gruppo ha chiuso il computer e ha provato a uscire dalla stanza ma a quel punto è stato aggredito ed è stato esploso il colpo di pistola per intimidirlo. Nella concitazione la donna è scappata portando via con sé i 50mila euro che erano stati consegnati al ragazzo per la prima transazione. Gli agenti hanno invece trovato nell'auto dei truffatori gli altri 45mila euro necessari per ingannare la vittima.\n\nBitcoin, trader truffato per 100mila euro da una banda dell'Europa dell'Est\n\nTruffa e riciclaggio con i bitcoin, tre persone indagate a Milano\n\nBeyoncé e Jay-Z: la crisi è ormai lontana, cena a base di pesce a Milano\n\nEvaristo Beccalossi: \"Sbagliai due rigori in otto minuti e la mia vita si trasformò in uno spettacolo a teatro\"\n\nTadzio e Visconti, la maledizione della bellezza di Björn Andrésen\n\nLa Pop Art e Andy Warhol: perché fu una rivoluzione del gusto\n\ni\n \n Consigli.it sceglie e raccomanda in maniera indipendente\nprodotti e servizi che si possono acquistare online o tramite la\nconsulenza di esperti. Ogni volta che viene fatto un acquisto attraverso\n uno dei link presenti nel testo, Consigli.it riceve una commissione\nsenza alcuna variazione del prezzo finale.\n\nOfferte Amazon di questa settimana: i migliori sconti da non perdere\n\nStampare un libro, ecco come risparmiare\n\nVendite giudiziarie\n \n Ricerca avvisi pubblicati", - "chars": 3455, - "sha256": "2c1c9b883a4c064b51af53ce653d9dc0df669566ccf2d28d83d9fd9b849671e9", + "text": "Bitcoin veri contro banconote false: due arresti a Milano per truffa - la Repubblica\n\nSoldi falsi in cambio di Bitcoin. Due persone - un serbo di 33 anni e un cubano di 35 - sono stati arrestati perché hanno tentato di spacciare a un 22enne una valigia piena di soldi falsi. Solo che il ragazzo si è accorto del raggiro poco prima di trasferire i Bitcoin sul conto dei finti clienti e, quando ha rifiutato di procedere all'operazione, è stato aggredito dai due uomini e da una donna di cui si sono perse le tracce.\n\nLa vicenda risale al tardo pomeriggio di ieri. A dare l'allarme, attorno alle 19.15, è stato l'inquilino della palazzina di viale Abruzzi all'interno della quale si svolgeva l'incontro. Il cittadino ha chiamato la polizia dopo aver sentito delle urla e un colpo di pistola (che poi si rivelata una scacciacani). Altri hanno segnalato una mazzetta di 500 euro sul marciapiedi, una parte dei soldi fac-simile usati per la truffa. Quando, poi, gli agenti sono arrivati hanno trovato il 22enne, cioè la vittima, con il naso rotto e vari traumi in faccia e il cubano con un trauma cranico: entrambi sono finiti al Fatebenefratelli, il primo con una prognosi di 14 giorni e il secondo di 7.\n\nLa vittima ha spiegato ai militari che, tempo fa, era stata messo in contatto con i due compratori, ora in cella, attraverso un amico russo con cui spesso conclude affari. Il primo incontro con i due è avvenuto alcuni giorni fa in un bar del Quadrilatero, dove sarebbe stata effettuata una prova di transazione andata a buon fine: 7 Bitcoin in cambio di 50mila euro.\n\nIeri pomeriggio si sono di nuovo incontrati per concludere lo scambio nell'ufficio in viale Abruzzi affittato per circa un'ora al cubano da una società. I truffatori avevano altri 45mila euro in contanti da mostrare come 'esca', li hanno passati sotto la lampada per il controllo delle banconote, infilato nella macchina conta soldi e infine in una busta da lettere.\n\nÈ stato questo ultimo passaggio a insospettire il 22enne, che ha chiesto di guardare tutte le banconote. Al rifiuto del gruppo ha chiuso il computer e ha provato a uscire dalla stanza ma a quel punto è stato aggredito ed è stato esploso il colpo di pistola per intimidirlo. Nella concitazione la donna è scappata portando via con sé i 50mila euro che erano stati consegnati al ragazzo per la prima transazione. Gli agenti hanno invece trovato nell'auto dei truffatori gli altri 45mila euro necessari per ingannare la vittima.\n\nBitcoin, trader truffato per 100mila euro da una banda dell'Europa dell'Est\n\nTruffa e riciclaggio con i bitcoin, tre persone indagate a Milano\n\nBeyoncé e Jay-Z: la crisi è ormai lontana, cena a base di pesce a Milano\n\nEvaristo Beccalossi: \"Sbagliai due rigori in otto minuti e la mia vita si trasformò in uno spettacolo a teatro\"\n\nTadzio e Visconti, la maledizione della bellezza di Björn Andrésen\n\nLa Pop Art e Andy Warhol: perché fu una rivoluzione del gusto\n\ni\n \n Consigli.it sceglie e raccomanda in maniera indipendente\nprodotti e servizi che si possono acquistare online o tramite la\nconsulenza di esperti. Ogni volta che viene fatto un acquisto attraverso\n uno dei link presenti nel testo, Consigli.it riceve una commissione\nsenza alcuna variazione del prezzo finale.", + "chars": 3238, + "sha256": "b0a32cb1e6ada371f038444c1e76329d3504a17e67a2435b9e0c513b4dd970fc", "staged_file": "01_milano-repubblica-it.txt", - "paragraphs_kept": "ALL 17 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-13 of 17", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:55:16+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-13 plus headline [0]; dropped 1 leading and 3 trailing paragraphs. Case-term hits on page: 4.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "41": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.arabianbusiness.com/industries/banking-finance/395302-dubai-gang-steals-aed7m-in-bitcoin-scam", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "arabianbusiness.com", + "language": "unknown", + "text": "Gang steals $1.9m in Dubai Bitcoin scam - Arabian Business: Latest News on the Middle East, Real Estate, Finance, and More\n\nAn Asian gang which stole AED7m ($1.9m) in an armed robbery related to a Bitcoin scam has been arrested by Dubai Police.\n\nThe gang, led by a Gulf national, assaulted and robbed two Asian brothers at gun point on April 25 after luring them into a trading office, which they had seized from the owner, with the aim of selling them Bitcoin for the agreed amount.\n\nعملية #ساعة_الصفر لـ #شرطة_دبي تطيح بعصابة السطو المسلح… pic.twitter.com/EINIGuvl6q\n\n— أخبار الإمارات (@Akhbar_Alemarat) April 28, 2018\n\nAuthorities said they had identified the Gulf gang leader just four hours after the incident, which helped them arrest the 10 members in as fast as 48 hours, despite initial lack of evidence.\n\nThe money was then returned to the brothers.\n\nDubai Police chief Abdullah Al Marri urged traders to follow the right legal procedures when trading in order to avoid being targeted by gangs.\n\nMajor general Khalil Al Mansoori praised the team’s fast response time and gave thanks to Abu Dhabi, Sharjah and Ajman Police for their cooperation in solving the case.\n\nHe said artificial intelligence integrated in Dubai Police’s most recent security systems helped solve the case.\n\nBanking & Finance \n Aqua Labs backs UAE’s Vision 2030 with launch of $20mn startup fund\n\nBanking & Finance \n Alpha Dhabi sells 8.5% Modon stake to Abu Dhabi government’s L’imad Holding\n\nBanking & Finance \n ADNOC Distribution delivers its strongest EBITDA since IPO for Q3\n\nYour browser does not support HTML5 Audio!", + "chars": 1605, + "sha256": "8be4a82ed0211e973bc21e0f710dc78722d490651ca765538d3a638efb54a23b", + "staged_file": "01_arabianbusiness-com-wayback.txt", + "paragraphs_kept": "headline [0] + 5-17 of 18", + "method": "Wayback Machine snapshot 20251104185959, deterministic extraction", + "fetched_at": "2026-09-05T13:32:08+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20251104185959/https://www.arabianbusiness.com/industries/banking-finance/395302-dubai-gang-steals-aed7m-in-bitcoin-scam", + "snapshot": "20251104185959", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2025-11-04", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 5-17 plus headline [0]; dropped 4 leading and 0 trailing paragraphs. Case-term hits on page: 17.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "40": [ { "field": "url", - "verdict": "ERROR", + "verdict": "KEEP", "url": "https://www.miamiherald.com/news/local/crime/article208997064.html", - "source": null, - "note": "TimeoutError: The read operation timed out" + "source": "miamiherald.com", + "language": "unknown", + "text": "A Bitcoin deal at a Miami Whole Foods ends in a shooting | Miami Herald\n\nA shooting in downtown Miami that left one man badly injured and under arrest was a Bitcoin deal gone bad, police said.\n\nThe blown-up business deal last week, according to police, involved two men — Ryan Rice and an unidentified companion — who started the day in Gainesville with $30,000 cash and a plan to turn it into $35,000 worth of Bitcoin.\n\nRice told police he was concerned about his safety because of the large amount of cash involved. That premonition proved prophetic, police said.\n\nShortly after the pair met up at a Whole Foods with the Bitcoin dealer, whom police have not identified, the transaction turned violent. A fourth man, Marcarrous Clark, rushed them in a parking garage and a struggle erupted for the cash. Rice, police say, shot Clark but he has not been charged. Police are treating the shooting as self-defense though the investigation is ongoing.\n\n\"One guy said, 'Back off, I have a weapon,' \" said Miami police spokeswoman Kiara Delva. \"The other guy charged at the victim anyway.\"\n\nClark was still hospitalized Monday, almost a week after the incident. He's been charged with strong-arm attempted robbery.\n\nBitcoin is a cryptocurrency that works without a centralized banking system. Its value fluctuates because of a number of factors, including how it's perceived by the public, retailers and currency speculators. When last week's deal went sour, Bitcoin was trading at about $7,000 a coin. On Monday, its value had increased to almost $8,000.\n\nAccording to Miami police, the deal was intentionally set up to happen at a \"public place\" — in this case, the Whole Foods supermarket at 299 SE Third St.\n\nInside Rice's vehicle in the parking garage, Rice handed over the $30,000, according to Clark's arrest report. At that point, the Bitcoin transfer was supposed to be made over the Internet. When the Bitcoin seller told Rice and his associate that he was afraid to walk to his vehicle with so much money, they agreed to escort him.\n\nBut while walking through a stairwell in the garage, Clark appeared and grabbed at a backpack with the cash in it. When Rice pulled a gun and warned Clark he would shoot, the arrest report says, Clark still charged at him. Rice fired his weapon. Clark stumbled about two blocks before collapsing. Miami Fire Rescue took him to the hospital. His condition Monday was unknown.\n\nLocal streets were blocked off until police were certain there wasn't a gunman on the loose, which snarled traffic in the area for hours.\n\nWhat cops say happened during a Maserati chase on I-95 in Miami-Dade and Broward\n\nA Saturday morning police chase that spanned southern Broward and North Miami-Dade counties ended with one crash, three people arrested and four people — those three and a Miami-Dade police officer — being taken to a hospital, according to the Florida Highway Patrol.\n\nAll four had injuries that FHP described as “non-life threatening.”", + "chars": 2973, + "sha256": "1f6ec206958c8da00ef2001cc43e3623495930acffb0df590a478a5b55e56695", + "staged_file": "01_miamiherald-com-wayback.txt", + "paragraphs_kept": "headline [0] + 1-14 of 27", + "method": "Wayback Machine snapshot 20210606133523, deterministic extraction", + "fetched_at": "2026-09-05T13:32:14+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20210606133523/https://www.miamiherald.com/news/local/crime/article208997064.html", + "snapshot": "20210606133523", + "note": "live URL was ERROR on the first pass; text comes from an archived copy dated 2021-06-06", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-14 plus headline [0]; dropped 0 leading and 12 trailing paragraphs. Case-term hits on page: 19.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "39": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://cointelegraph.com/news/two-bogus-bitcoin-brokers-charged-with-365000-cash-robbery-in-singapore", "source": "cointelegraph.com", "language": "unknown", - "text": "Two Bogus Bitcoin Brokers Charged With $365,000 Cash Robbery In Singapore\n\nWritten by Marie Huilletformer writerReviewed by Igor Belkinformer editor\n\nTwo sham Bitcoin sellers have been charged with assault and the alleged theft of $365,000 cash from a Malaysian man in Singapore.\n\nTwo 36-year-old men have been arrested in Singapore after allegedly stealing $365,000 in cash from a Malaysian man who wanted to buy Bitcoin (BTC) from them, local media outlets reported Thursday, April 12.\n\nThe victim, Pang Joon Hau, had come to Singapore expressly to buy Bitcoins with cash, and believed both men to be Bitcoin sellers, arranging to meet them in his hotel on April 8.\n\nThe two men are said to have assaulted both Mr. Pang and his broker, fleeing with the cash.\n\nOne of the accused, Mohd Abdul Rahman Mohama, allegedly claimed he was a part-time Bitcoin broker. He is reported to have given his accomplice Syed Mokhtar Syed Yusope about $10,000 and himself spent around $80,000 on luxury goods, including a Rolex watch worth $45,800. The remaining $271,000 are yet to be accounted for. The two were arrested April 9th and 10th, respectively.\n\nAt a press conference April 12, Singapore Commander of Central Police Division, Assistant Commissioner of Police Arthur Law said that it is “highly unusual” for people to transact Bitcoin in person, and that Singaporean police are now investigating the origins of Mr. Pang’s large sum of cash.\n\nIn January 2018, St. Petersburg crypto blogger Pavel Nyashin was robbed of 24 mln rubles in cash from a safe in his home, after “boasting” of his crypto-derived wealth online.\n\nCointelegraph is committed to independent, transparent journalism. This news article is produced in accordance with Cointelegraph’s Editorial Policy and aims to provide accurate and timely information. Readers are encouraged to verify information independently.\n\nBitcoin ETF inflows hit $3.8B in strongest three-week stretch of 2026\n\nBitcoin ETF inflows hit $731M, highest since January as BTC reclaims $80K\n\nBitcoin reclaims $80K as DXY falls amid continuing suspected yen intervention", - "chars": 2100, - "sha256": "8653a4bbdf6e5f2938d3d8568127c04cd9b442604e67a78d871fd3a3959b80e5", + "text": "Two Bogus Bitcoin Brokers Charged With $365,000 Cash Robbery In Singapore\n\nTwo sham Bitcoin sellers have been charged with assault and the alleged theft of $365,000 cash from a Malaysian man in Singapore.\n\nTwo 36-year-old men have been arrested in Singapore after allegedly stealing $365,000 in cash from a Malaysian man who wanted to buy Bitcoin (BTC) from them, local media outlets reported Thursday, April 12.\n\nThe victim, Pang Joon Hau, had come to Singapore expressly to buy Bitcoins with cash, and believed both men to be Bitcoin sellers, arranging to meet them in his hotel on April 8.\n\nThe two men are said to have assaulted both Mr. Pang and his broker, fleeing with the cash.\n\nOne of the accused, Mohd Abdul Rahman Mohama, allegedly claimed he was a part-time Bitcoin broker. He is reported to have given his accomplice Syed Mokhtar Syed Yusope about $10,000 and himself spent around $80,000 on luxury goods, including a Rolex watch worth $45,800. The remaining $271,000 are yet to be accounted for. The two were arrested April 9th and 10th, respectively.\n\nAt a press conference April 12, Singapore Commander of Central Police Division, Assistant Commissioner of Police Arthur Law said that it is “highly unusual” for people to transact Bitcoin in person, and that Singaporean police are now investigating the origins of Mr. Pang’s large sum of cash.\n\nIn January 2018, St. Petersburg crypto blogger Pavel Nyashin was robbed of 24 mln rubles in cash from a safe in his home, after “boasting” of his crypto-derived wealth online.\n\nCointelegraph is committed to independent, transparent journalism. This news article is produced in accordance with Cointelegraph’s Editorial Policy and aims to provide accurate and timely information. Readers are encouraged to verify information independently.", + "chars": 1800, + "sha256": "17c7c0913377261827a5d02596e0b9fcdf9ff31e58f733e8386e898cfdbb9971", "staged_file": "01_cointelegraph-com.txt", - "paragraphs_kept": "ALL 13 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-9 of 13", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:55:53+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-9 plus headline [0]; dropped 1 leading and 3 trailing paragraphs. Case-term hits on page: 22.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "38": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.fox4news.com/news/bitcoin-bandits-target-dallas-county-cryptocurrency-atms", "source": "fox4news.com", "language": "unknown", @@ -7965,56 +9730,72 @@ "chars": 1654, "sha256": "4bb57c37fbef9162cedd0ac3827ac68f56e09b16f9db08c93bc9135b118868e4", "staged_file": "01_fox4news-com.txt", - "paragraphs_kept": "ALL 11 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-10 of 11", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:55:55+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-10 plus headline [0]; dropped 0 leading and 0 trailing paragraphs. Case-term hits on page: 14.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "35": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://cointelegraph.com/news/moscow-man-mutilated-and-mugged-for-1-million-in-bitcoin-local-sources-report", "source": "cointelegraph.com", "language": "unknown", - "text": "Moscow Man Mutilated And Mugged For $1 Million In Bitcoin, Local Sources Report\n\nWritten by William Subergstaff writerReviewed by Igor Belkinformer editor\n\nA man has lost $1 mln worth of Bitcoin to muggers who attacked him when he refused to part with it, local sources report\n\nA cryptocurrency investor fell victim to unidentified assailants in Moscow who reportedly disfigured him and stole over $1 mln worth of Bitcoin, today, Feb. 23, according to local crypto journal Forklog.\n\nAccording to Forklog, the victim, who has not been named, was in the southern district of the Russian capital when a group of muggers stopped him and demanded he transfer his holdings.\n\nWhen he refused, they “mutilated his face with a knife” before he surrendered his collection of around 100 BTC, approximately $1,020,000 at press time, according to the publication.\n\nThe incident comes just weeks after robbers targeted a well-known YouTube blogger in St. Petersburg, assaulting him and stealing possessions including funds worth $425,000 from a safe.\n\nThe unknown Moscow victim is currently receiving medical attention while police attempt to ascertain the sequence of events, according to Forklog.\n\nSecurity issues surrounding ownership of and even interaction with cryptocurrency continues to fall under the spotlight in both Russia and neighboring states. The Ukrainian Security Service raid of the Odessa office of Forklog itself in December 2017 highlighted the potential for even authorities to indulge in criminal activity, while the abduction of EXMO exchange CEO Pavel Lerner in Kiev in December only ended after payment of a $1 mln ransom.\n\nCointelegraph is committed to independent, transparent journalism. This news article is produced in accordance with Cointelegraph’s Editorial Policy and aims to provide accurate and timely information. Readers are encouraged to verify information independently.\n\nBitcoin ETF inflows hit $3.8B in strongest three-week stretch of 2026\n\nBitcoin ETF inflows hit $731M, highest since January as BTC reclaims $80K\n\nBitcoin reclaims $80K as DXY falls amid continuing suspected yen intervention", - "chars": 2123, - "sha256": "8db41c293852c7ba4600d464dcaa0bf17cf335cb9f532ba271d30aa678081e43", + "text": "Moscow Man Mutilated And Mugged For $1 Million In Bitcoin, Local Sources Report\n\nA cryptocurrency investor fell victim to unidentified assailants in Moscow who reportedly disfigured him and stole over $1 mln worth of Bitcoin, today, Feb. 23, according to local crypto journal Forklog.\n\nAccording to Forklog, the victim, who has not been named, was in the southern district of the Russian capital when a group of muggers stopped him and demanded he transfer his holdings.\n\nWhen he refused, they “mutilated his face with a knife” before he surrendered his collection of around 100 BTC, approximately $1,020,000 at press time, according to the publication.\n\nThe incident comes just weeks after robbers targeted a well-known YouTube blogger in St. Petersburg, assaulting him and stealing possessions including funds worth $425,000 from a safe.\n\nThe unknown Moscow victim is currently receiving medical attention while police attempt to ascertain the sequence of events, according to Forklog.\n\nSecurity issues surrounding ownership of and even interaction with cryptocurrency continues to fall under the spotlight in both Russia and neighboring states. The Ukrainian Security Service raid of the Odessa office of Forklog itself in December 2017 highlighted the potential for even authorities to indulge in criminal activity, while the abduction of EXMO exchange CEO Pavel Lerner in Kiev in December only ended after payment of a $1 mln ransom.\n\nCointelegraph is committed to independent, transparent journalism. This news article is produced in accordance with Cointelegraph’s Editorial Policy and aims to provide accurate and timely information. Readers are encouraged to verify information independently.", + "chars": 1701, + "sha256": "9423fdbcab75e17e374745093df1afd5319050fb1b14119ef7d341dfcfe4275f", "staged_file": "01_cointelegraph-com.txt", - "paragraphs_kept": "ALL 13 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 3-9 of 13", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:55:59+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-9 plus headline [0]; dropped 2 leading and 3 trailing paragraphs. Case-term hits on page: 6.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "34": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://cointelegraph.com/news/russian-crypto-developer-beaten-robbed-of-300-btc-on-moscow-streets", "source": "cointelegraph.com", "language": "unknown", - "text": "Russian Crypto Developer Beaten, Robbed Of 300 BTC On Moscow Streets\n\nWritten by Molly Jane Zuckermanformer writerReviewed by Igor Belkinformer editor\n\nWritten by Molly Jane Zuckermanformer writer\n\nRussian crypto developer Yury Mayorov was kidnapped in Moscow, beaten, robbed of 300 BTC, and forced by the robbers to take an unknown pill after with a swig of vodka.\n\nFour unknown men kidnapped Yury Mayorov, the creator of cryptocurrency PRIZM, Forklog news outlet reported yesterday, Feb. 26. According to Forklog, Mayorov was robbed of $20,000, 300 bitcoins (BTC), and three iPhones.\n\nData on CoinMarketCap shows that PRIZM has a total market cap of around $15.5 mln, and is trading at around $1.04 by press time.\n\nAccording to Mayorov’s own allegations, he was grabbed off of Isakovskogo Street by four men on Feb. 23 at 10:00 pm in Moscow, put into a Mercedes, and beaten while the men drove around the city.\n\nThe men took the US dollars, which Mayorov had just exchanged for an upcoming trip to India, the iPhones, and his laptop with access to his crypto wallet with 300 BTC, worth a little over $3 mln today.\n\nKidnappings and robberies of people involved in cryptocurrencies are becoming more frequent occurrences across Russia and Ukraine.\n\nFour days ago, on Feb. 23, a crypto investor in Moscow was cut in the face with a knife and 100 BTC, now worth about $1 mln, stolen from him. Another attack on a crypto investor took place in St. Petersburg in mid-January, when a crypto YouTube blogger who had bragged about his wealth was attacked and robbed at home of 24 mln rubles, equal to about $428,000.\n\nIn December of last year in Ukraine, Pavel Lerner, the director of UK-based crypto exchange EXMO, was kidnapped in Kiev and only released after three days after more than $1 mln in BTC was paid as ransom.\n\nCointelegraph is committed to independent, transparent journalism. This news article is produced in accordance with Cointelegraph’s Editorial Policy and aims to provide accurate and timely information. Readers are encouraged to verify information independently.\n\nBitcoin ETF inflows hit $3.8B in strongest three-week stretch of 2026\n\nBitcoin ETF inflows hit $731M, highest since January as BTC reclaims $80K\n\nBitcoin reclaims $80K as DXY falls amid continuing suspected yen intervention", - "chars": 2303, - "sha256": "8c844640592a06442536bbfde5991b9c3a19ef502293e5e4f0ba96c035d64eda", + "text": "Russian Crypto Developer Beaten, Robbed Of 300 BTC On Moscow Streets\n\nRussian crypto developer Yury Mayorov was kidnapped in Moscow, beaten, robbed of 300 BTC, and forced by the robbers to take an unknown pill after with a swig of vodka.\n\nFour unknown men kidnapped Yury Mayorov, the creator of cryptocurrency PRIZM, Forklog news outlet reported yesterday, Feb. 26. According to Forklog, Mayorov was robbed of $20,000, 300 bitcoins (BTC), and three iPhones.\n\nData on CoinMarketCap shows that PRIZM has a total market cap of around $15.5 mln, and is trading at around $1.04 by press time.\n\nAccording to Mayorov’s own allegations, he was grabbed off of Isakovskogo Street by four men on Feb. 23 at 10:00 pm in Moscow, put into a Mercedes, and beaten while the men drove around the city.\n\nThe men took the US dollars, which Mayorov had just exchanged for an upcoming trip to India, the iPhones, and his laptop with access to his crypto wallet with 300 BTC, worth a little over $3 mln today.\n\nKidnappings and robberies of people involved in cryptocurrencies are becoming more frequent occurrences across Russia and Ukraine.\n\nFour days ago, on Feb. 23, a crypto investor in Moscow was cut in the face with a knife and 100 BTC, now worth about $1 mln, stolen from him. Another attack on a crypto investor took place in St. Petersburg in mid-January, when a crypto YouTube blogger who had bragged about his wealth was attacked and robbed at home of 24 mln rubles, equal to about $428,000.\n\nIn December of last year in Ukraine, Pavel Lerner, the director of UK-based crypto exchange EXMO, was kidnapped in Kiev and only released after three days after more than $1 mln in BTC was paid as ransom.\n\nCointelegraph is committed to independent, transparent journalism. This news article is produced in accordance with Cointelegraph’s Editorial Policy and aims to provide accurate and timely information. Readers are encouraged to verify information independently.", + "chars": 1950, + "sha256": "d2a6c982fb3acc97de184e5fcfc8bf81ee18bede1f174def39772962cd2a104c", "staged_file": "01_cointelegraph-com.txt", - "paragraphs_kept": "ALL 15 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 3-11 of 15", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:56:01+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-11 plus headline [0]; dropped 2 leading and 3 trailing paragraphs. Case-term hits on page: 28.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "33": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.arabnews.com/node/1251816/world", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "arabnews.com", + "language": "unknown", + "text": "Four arrested over Taiwan’s first bitcoin robbery | Arab News\n\nBitcoin is a virtual currency created from computer code that allows anonymous transactions and its value has soared since it came into being in 2009. (AFP)\n\nTAIWAN: Taiwan police have arrested four men over a bitcoin robbery worth 5 million Taiwanese dollars in what they said was the first case of its kind on the island.\n\nBitcoin is a virtual currency created from computer code that allows anonymous transactions and its value has soared since it came into being in 2009.\n\nTaiwan police said three men in their early twenties lured a man surnamed Tai to the central city of Taichung, pretending to be interested in buying bitcoins.\n\nAfter Tai showed proof of his bitcoins on his phone, the scammers assaulted him and his friend, then transferred 18 bitcoins worth 5 million Taiwanese dollars from Tai’s account via his phone.\n\nThe suspects attempted to pass off the heist as a drunken row by forcing the victim to drink Kaoliang, a strong Taiwanese liquor, Taichung city police said in a statement.\n\nPolice arrived at the scene after receiving a call about a dispute and one man was detained. The other two had fled.\n\n“The police saw bloodstains at the scene ... after further investigation, it was discovered to be a bitcoin virtual currency robbery,” the statement released Wednesday said.\n\nIt described the case, which happened earlier this month, as “the first domestic case of bitcoin robbery.”\n\nThe two other suspects were later arrested, one on the outlying island of Kinmen where he had gone to escape police.\n\nThe fourth man, surnamed Shih, believed to be the mastermind behind the robbery, was also detained.\n\nBritain saw its first Bitcoin armed robbery last month, according to reports, in which a virtual currency trader and his wife were threatened with a gun.\n\nBitcoin and other cryptocurrencies are independent of governments and banks and use blockchain technology, where encrypted digital coins are created by supercomputers.\n\nBut calls are mounting for virtual currencies to be regulated, and prices have fluctuated in recent months amid concerns over tightened control.\n\nBitcoins for free? Japanese cryptocurrency exchange lands in hot water again\n\nBitcoin is the ‘people’s declaration of independence,’ Dubai summit is told\n\nUAE police arrest man in $545,000 bitcoin fraud case\n\nHow long can Iran’s war-devastated economy defy the Hormuz blockade?", + "chars": 2434, + "sha256": "81701fd413a8cbb3f73e1686bf910f98bd8ad931912bcd89506e70361cfc7746", + "staged_file": "01_arabnews-com-wayback.txt", + "paragraphs_kept": "headline [0] + 13-31 excl [27] of 36", + "method": "Wayback Machine snapshot 20260422144755, deterministic extraction", + "fetched_at": "2026-09-05T13:32:20+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20260422144755/https://www.arabnews.com/node/1251816/world", + "snapshot": "20260422144755", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2026-04-22", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 13-31 plus headline [0]; dropped 12 leading and 4 trailing paragraphs and 1 interior furniture line(s). Case-term hits on page: 10.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "32": [ @@ -8023,7 +9804,9 @@ "verdict": "BLOCKED", "url": "https://www.theblock.co/post/368846/14-sentenced-to-life-imprisonment-in-indian-bitcoin-extortion-case-including-11-police-officers", "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such", + "archive_tried": "2026-09-05T13:32:25+00:00", + "archive_note": "no Wayback Machine snapshot exists for this URL" } ], "30": [ @@ -8032,115 +9815,123 @@ "verdict": "BLOCKED", "url": "https://www.11alive.com/article/news/crime/five-arrested-in-plot-to-break-into-forsyth-county-home-to-steal-bitcoin/85-551507487", "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such", + "archive_tried": "2026-09-05T13:32:32+00:00", + "archive_note": "no Wayback Machine snapshot exists for this URL" } ], "29": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.businessinsider.com/bitcoin-raid-moulsford-transfer-failed-thieves-got-nothing-2018-2", "source": "businessinsider.com", "language": "unknown", - "text": "Bitcoin Raid, Moulsford: Transfer Failed, Thieves Got Nothing - Business Insider\n\nArmed raiders who held 2 bitcoin traders at gunpoint in rural England didn't actually manage to steal anything\n\nCopy link\n \n \n Email\n \n \n Facebook\n \n \n WhatsApp\n \n \n X\n \n \n LinkedIn\n \n \n Bluesky\n \n \n Threads\n \n \n Impact Link\n\nThis story is available exclusively to Business Insider\n subscribers. Become an Insider\n and start reading now.\n Have an account? .\n\nArmed criminals attacked a home in Oxfordshire, Britain, last month.\n\nIt was the registered address of a cryptocurrency company.\n\nFour men broke in and tried to force inhabitants to make a transfer.\n\nBut it failed and the raiders left with nothing, police said.\n\nOfficers are still looking for the men and issued descriptions.\n\nArmed burglars who broke into the home of two British bitcoin traders and held them at gunpoint didn't actually manage to steal any cryptocurrency, police have said.\n\nFour men, who are now on the run from Thames Valley Police, tried to force two traders to transfer a large quantity of bitcoin after kicking down the door of a home in rural Moulsford, Oxfordshire, on January 22.\n\nThe raid was carried out on the home of Danny Aston and his girlfriend Amy Jay, who had used it as the registered address of their business, Aston Digital Currencies.\n\nBut, according to an update on the case more than a week later, the transfer didn't actually work. They did not take any material possessions either, meaning they left empty-handed.\n\nA statement released on Tuesday by Thames Valley Police described the incident:\n\n\"The offenders threatened the two men and a woman who were inside the property, with what appeared to be a firearm and demanded one of the occupants to transfer bitcoins electronically to another account.\n\n\"The victim was struck to his head but was not seriously injured during the incident. He attended the John Radcliffe Hospital and was later discharged. Nothing was stolen during the incident.\"\n\nThe Oxford Mail local newspaper confirmed with the police force that the transfer did not work, and were told by a spokesman: \"It's correct to say that the attempted transaction of bitcoins failed.\"\n\nTake a smarter break in your day - and see how far you get.\n\nWant more Business Insider in your news feed?\n\nAdd BI in Google so our reporting is easier to find when you’re searching for what matters.\n\nPolice also released slightly more detail on the suspects, describing their race (three were black, one was white) and what they were wearing (\"tracksuits/sports clothing\").\n\nOfficers are still looking for the men. They asked anybody with dashcam video footage or other evidence from the morning of the raid to contact them.\n\nPolice have not issued further information on who the men might have been, but suggested that the raid \"may be a targeted incident,\" implying a level of sophistication beyond that of small-time criminals.\n\nCryptocurrency and crime are overlapping more and more since the dramatic spike in the value of leading currencies like bitcoin.\n\nOfficers from London's Metropolitan Police told Business Insider towards the end of last year that bitcoin is so widely used in the city that even regular drug dealers are using it to launder their takings.\n\nCheck out Business Insider's picks for best cryptocurrency exchanges\n\nBusiness Insider tells the innovative stories you want to know\n\nKieran was an Executive Editor at Business Insider and its first Deputy Bureau Chief in the UK.He spearheaded BI’s work on the war in Ukraine and helped lead its breaking-news effort.He joined Business Insider in 2017, when it had no general-news desk in London, and built that team to more than a dozen people.He helped oversee coverage spanning politics, defense, business, science, health, entertainment, royalty, and lifestyle.In his time at BI, the UK news team won a Drum Award for its Ukraine reporting. Its work was twice shortlisted twice in the British Journalism Awards and highly commended once.He occasionally broke ranks to blog about Latin.Before Business Insider he worked for Dow Jones, MailOnline, The Sun, and The Independent.Kieran graduated from the University of Cambridge with a degree in English. He speaks some Russian and less French.He is on X with the handle @kj_corcoran.Notable work from his teams includes:The Unyielding City: How Ukraine lost Bakhmut and Russia won a hollow victoryIran will pay for gender-transition surgery, but it comes at a cost — your dignityA bright, talented Ukrainian journalist signed up to help Fox News cover the war. Two months later she was dead.Salt Bae's former employees describe tip theft, discrimination, and polyester uniforms‘I feel conned into keeping this baby’How an entire nation embraced toxic bleach as a COVID-19 miracle cureA Saudi princess, silencedInside London's derelict 'Billionaires Row' — a mile-long street of mystery, murder, and tax avoidance", - "chars": 4916, - "sha256": "721229ffa8baa3fa1fe2e5aa9700649cc8d20ec4b8c0752267934f363986507a", + "text": "Bitcoin Raid, Moulsford: Transfer Failed, Thieves Got Nothing - Business Insider\n\nArmed criminals attacked a home in Oxfordshire, Britain, last month.\n\nIt was the registered address of a cryptocurrency company.\n\nFour men broke in and tried to force inhabitants to make a transfer.\n\nBut it failed and the raiders left with nothing, police said.\n\nOfficers are still looking for the men and issued descriptions.\n\nArmed burglars who broke into the home of two British bitcoin traders and held them at gunpoint didn't actually manage to steal any cryptocurrency, police have said.\n\nFour men, who are now on the run from Thames Valley Police, tried to force two traders to transfer a large quantity of bitcoin after kicking down the door of a home in rural Moulsford, Oxfordshire, on January 22.\n\nThe raid was carried out on the home of Danny Aston and his girlfriend Amy Jay, who had used it as the registered address of their business, Aston Digital Currencies.\n\nBut, according to an update on the case more than a week later, the transfer didn't actually work. They did not take any material possessions either, meaning they left empty-handed.\n\nA statement released on Tuesday by Thames Valley Police described the incident:\n\n\"The offenders threatened the two men and a woman who were inside the property, with what appeared to be a firearm and demanded one of the occupants to transfer bitcoins electronically to another account.\n\n\"The victim was struck to his head but was not seriously injured during the incident. He attended the John Radcliffe Hospital and was later discharged. Nothing was stolen during the incident.\"\n\nThe Oxford Mail local newspaper confirmed with the police force that the transfer did not work, and were told by a spokesman: \"It's correct to say that the attempted transaction of bitcoins failed.\"\n\nTake a smarter break in your day - and see how far you get.\n\nWant more Business Insider in your news feed?\n\nAdd BI in Google so our reporting is easier to find when you’re searching for what matters.\n\nPolice also released slightly more detail on the suspects, describing their race (three were black, one was white) and what they were wearing (\"tracksuits/sports clothing\").\n\nOfficers are still looking for the men. They asked anybody with dashcam video footage or other evidence from the morning of the raid to contact them.\n\nPolice have not issued further information on who the men might have been, but suggested that the raid \"may be a targeted incident,\" implying a level of sophistication beyond that of small-time criminals.\n\nCryptocurrency and crime are overlapping more and more since the dramatic spike in the value of leading currencies like bitcoin.\n\nOfficers from London's Metropolitan Police told Business Insider towards the end of last year that bitcoin is so widely used in the city that even regular drug dealers are using it to launder their takings.\n\nCheck out Business Insider's picks for best cryptocurrency exchanges\n\nBusiness Insider tells the innovative stories you want to know\n\nKieran was an Executive Editor at Business Insider and its first Deputy Bureau Chief in the UK.He spearheaded BI’s work on the war in Ukraine and helped lead its breaking-news effort.He joined Business Insider in 2017, when it had no general-news desk in London, and built that team to more than a dozen people.He helped oversee coverage spanning politics, defense, business, science, health, entertainment, royalty, and lifestyle.In his time at BI, the UK news team won a Drum Award for its Ukraine reporting. Its work was twice shortlisted twice in the British Journalism Awards and highly commended once.He occasionally broke ranks to blog about Latin.Before Business Insider he worked for Dow Jones, MailOnline, The Sun, and The Independent.Kieran graduated from the University of Cambridge with a degree in English. He speaks some Russian and less French.He is on X with the handle @kj_corcoran.Notable work from his teams includes:The Unyielding City: How Ukraine lost Bakhmut and Russia won a hollow victoryIran will pay for gender-transition surgery, but it comes at a cost — your dignityA bright, talented Ukrainian journalist signed up to help Fox News cover the war. Two months later she was dead.Salt Bae's former employees describe tip theft, discrimination, and polyester uniforms‘I feel conned into keeping this baby’How an entire nation embraced toxic bleach as a COVID-19 miracle cureA Saudi princess, silencedInside London's derelict 'Billionaires Row' — a mile-long street of mystery, murder, and tax avoidance", + "chars": 4557, + "sha256": "ec8bd2b91fddef70a4d26a81e2bb921ab93fac2dfa030715d2929335594f5490", "staged_file": "01_businessinsider-com.txt", - "paragraphs_kept": "ALL 28 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 4-27 of 28", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:56:08+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 4-27 plus headline [0]; dropped 3 leading and 0 trailing paragraphs. Case-term hits on page: 11.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "28": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://thehackernews.com/2018/01/cryptocurrency-exchange-robbery.html", "source": "thehackernews.com", "language": "unknown", - "text": "Yikes! Three armed men tried to rob a Bitcoin Exchange in Canada\n\nAs many non-tech savvy people think that Bitcoin looks like a Gold coin as illustrated in many stock images, perhaps these robbers also planned to rob a cryptocurrency exchange thinking that way.\n\nAll jokes apart, we saw one such attempt on Tuesday morning, when three men armed with handguns entered the offices of a Canadian Bitcoin exchange in Ottawa, and restrained four of its employees.\n\nThe intruders then struck one of the employees in the head with a handgun, asking them to make an outbound transaction from the cryptocurrency exchange.\n\nA fifth employee in another cabin, who remained unseen in an office, called the police before any assets could be taken, and the robbers left empty-handed.\n\nOne of the suspects arrested later Wednesday after arriving police officers saw him run into a ravine north of Colonnade Road and deployed \"extensive resources,\" including K-9 unit officers, to find him, CBC News reports.\n\n\"Police are looking for two additional suspects, both described as black males,\" the police says. \"Investigators are also interested in identifying and speaking to a person of interest that was inside the premise as the suspects arrived. That person did not remain at the scene.\"\n\nThe suspect in custody, identified as 19-year-old Jimmy St-Hilaire, has been charged with the following offences:\n\nConspiracy to Commit an indictable offence\n\nPossess weapon for committing an offence\n\nSt-Hilaire is set to appear in court on January 24, 2018. Ottawa police are now looking for the remaining two suspects.\n\nThe authorities have not revealed the name of the cryptocurrency exchange.\n\nA similar incident happened last month when armed robbers kidnapped a top executive at UK-registered crypto-exchange EXMO Finance and allegedly stole more than $1.8 million of Ether for releasing him.\n\nThe New York District Attorney's Office charged New Jersey native Louis Meza for the kidnapping and robbery, claiming Meza held \"demanded that the victim turns over his cell phone, wallet, and keys while holding the victim at gunpoint.\"\n\nFound this article interesting? Follow us on Google News, Twitter and LinkedIn to read more exclusive content we post.\n\nBitcoin exchange, cryptocurrency exchange, Cyber Attack, hacking news, robbery\n\nCritical Keycloak Password Reset Flaw Could Let Unauthenticated Attackers Take Over Any Account\n\n⚡ Weekly Recap: AI-Powered PLC Attacks, GitLab Attacks, Stripe Key Leaks and More\n\nActively Exploited Oracle WebLogic Flaw Lets Unauthenticated Attackers Access Critical Data\n\nA Malicious Webpage Could Poison Your Local AI Model Behind NVIDIA NemoClaw\n\nCritical Gitea RCE Actively Exploited as Reported Attack Drops Miner-Like Payload\n\nClaude Opus 4.6 Bypasses Gym Booking Limit, Cancels Other Users' Reservations in Tests\n\nCISA Red Team Compromised Two Critical Infrastructure Orgs, One Detected Nothing\n\nFBI Disrupts China-Linked QTFY Infrastructure Used to Steal Data From U.S. Organizations\n\nNew GPUThor Rowhammer Defeats ECC on NVIDIA RTX A6000 to Gain Host Root Access\n\nAlleged TeamPCP Hackers Charged in Australia Over Major Supply Chain Attacks\n\nThreatsDay: 296K IoT Botnet, 100+ Water Systems Targeted, SharePoint RCE Chain + 27 New Stories\n\nNext.js Patches Critical AVIF and Windows Flaws Enabling Unauthenticated RCE\n\nOpenAI Says Reward Hacking Drove AI Agents to Exploit Zero-Days and Breach Hugging Face\n\nCritical cPanel Flaw Could Let One Hosting Customer Take Root Control of a Whole Server\n\nPaperCut Zero-Day Exploited in Attacks, Affecting All NG and MF Versions\n\nThree CVSS 10.0 ServiceNow Flaws Could Let Unauthenticated Attackers Execute Code and SQL\n\nAttackers Chain Two PaperCut Flaws to Execute Code Without Authentication\n\nLearn How to Build Security Operations Ready for AI-Powered Attacks\n\nImagine the SOC Without a Queue: From Alert Backlog to AI Hypothesis Engine\n\nMirage2FA Surge Hits 4,500 US and EU Companies, Abusing Microsoft 365 Login Flows\n\nFrontier AI: Vulnerability Management's Systemic Revolution\n\nWhy AI Teams Need Verifiable Search Data Instead of Black-Box Signals\n\nWhy Threat Intelligence Needs OT Context to Protect Critical Infrastructure\n\nSee How Keeper Secrets Manager Removes Hard-Coded Credentials\n\nDownload the CISO's Guide to Smarter AI Security Investment\n\nPhishing Is Costing Security Teams More Than Ever — Read the New Report\n\nBuild AI Agents and Automations Without Losing Security Control\n\nAI Attacks Are Moving Faster.\n\nWatch: How to Prepare Your Security Program for AI-Powered Attacks\n\nAI can find and chain vulnerabilities in minutes. This session gives you a practical roadmap to strengthen visibility, response, and remediation.\n\nLearn How to Know What to Fix First Before AI Speeds Up the Attack\n\nLearn how to identify exploitable risk faster, prioritize what matters most, and reduce exposure before AI-powered attacks accelerate the threat.\n\n11 Real Stories: How Identity Exposure Unlocks Active Attack Paths\n\nMap cross-domain privilege escalation to sever breach routes at key choke points.\n\nSANS 2026 Security Awareness & Culture Report Shows What's Next\n\n11 years of practitioner data on what it takes to keep pace with a field that keeps shifting.\n\nPrevention Already Failed. What Does Your Monitoring Actually Catch?\n\nA 6-day SANS course rebuilds hybrid detection across cloud, endpoint, and network. GMON, Sept 21.\n\nThe Missing Context Layer for AI Agents in Large Enterprise Codebases\n\nShadow AI Is Now Hiding Inside Sanctioned AI Tools\n\nThe EU CRA Will Make You Report What It Hasn't Yet Made You Fix", - "chars": 5584, - "sha256": "a94af51f351f01d2905dd69ce2ab078d982c1ab0b0bb0f8058c9550810db9e50", + "text": "Yikes! Three armed men tried to rob a Bitcoin Exchange in Canada\n\nAs many non-tech savvy people think that Bitcoin looks like a Gold coin as illustrated in many stock images, perhaps these robbers also planned to rob a cryptocurrency exchange thinking that way.\n\nAll jokes apart, we saw one such attempt on Tuesday morning, when three men armed with handguns entered the offices of a Canadian Bitcoin exchange in Ottawa, and restrained four of its employees.\n\nThe intruders then struck one of the employees in the head with a handgun, asking them to make an outbound transaction from the cryptocurrency exchange.\n\nA fifth employee in another cabin, who remained unseen in an office, called the police before any assets could be taken, and the robbers left empty-handed.\n\nOne of the suspects arrested later Wednesday after arriving police officers saw him run into a ravine north of Colonnade Road and deployed \"extensive resources,\" including K-9 unit officers, to find him, CBC News reports.\n\n\"Police are looking for two additional suspects, both described as black males,\" the police says. \"Investigators are also interested in identifying and speaking to a person of interest that was inside the premise as the suspects arrived. That person did not remain at the scene.\"\n\nThe suspect in custody, identified as 19-year-old Jimmy St-Hilaire, has been charged with the following offences:\n\nConspiracy to Commit an indictable offence\n\nPossess weapon for committing an offence\n\nSt-Hilaire is set to appear in court on January 24, 2018. Ottawa police are now looking for the remaining two suspects.\n\nThe authorities have not revealed the name of the cryptocurrency exchange.\n\nA similar incident happened last month when armed robbers kidnapped a top executive at UK-registered crypto-exchange EXMO Finance and allegedly stole more than $1.8 million of Ether for releasing him.\n\nThe New York District Attorney's Office charged New Jersey native Louis Meza for the kidnapping and robbery, claiming Meza held \"demanded that the victim turns over his cell phone, wallet, and keys while holding the victim at gunpoint.\"", + "chars": 2111, + "sha256": "ad127e28e421ef9c9f1a9bbb68da0c69a6258e4a7e98053ef76bea6fb9336d67", "staged_file": "01_thehackernews-com.txt", - "paragraphs_kept": "ALL 57 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-13 of 57", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:56:10+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-13 plus headline [0]; dropped 0 leading and 43 trailing paragraphs. Case-term hits on page: 6.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "27": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.scmp.com/news/hong-kong/law-crime/article/2129665/hong-kong-bitcoin-trader-lured-bogus-meeting-and-robbed", "source": "scmp.com", "language": "unknown", - "text": "Hong Kong bitcoin trader lured to bogus meeting and robbed of HK$1.4 million | South China Morning Post\n\nHong Kong bitcoin trader lured to bogus meeting and robbed of HK$1.4 million\n\nPolice are searching for five men, two who posed as sellers and three who attacked victim and took his bag\n\nPublished: 1:30pm, 19 Jan 2018Updated: 11:05pm, 6 Feb 2018\n\nA citywide police search was under way on Friday for five men after a local bitcoin trader was lured to a bogus business meeting and robbed of HK$1.4 million (US$180,000) on a busy street in Hong Kong.\n\nThe five included two suspects who posed as sellers and arranged to meet the victim to trade bitcoin for cash, according to a police source.\n\n“The other three attacked the victim and took his bag, containing cash and a mobile phone,” he said.\n\nThe attack happened in North Point, on Hong Kong Island.\n\nAs of just before noon on Friday, the five suspects were still on the run, according to police.\n\nDid bitcoin just burst? How the cryptocurrency slump compares to history’s biggest fads\n\nThe victim is a 34-year-old Hong Kong man surnamed Lee, who was contacted via his WeChat account on Thursday morning. He was asked to go to the Starbucks outlet on Hennessy Road, Wan Chai for a business meeting at 4.30pm.", - "chars": 1263, - "sha256": "e853e0ab2995d291e02f2329ef41c348f3678f82ec05474a3dbce99879af7bca", + "text": "Hong Kong bitcoin trader lured to bogus meeting and robbed of HK$1.4 million | South China Morning Post\n\nA citywide police search was under way on Friday for five men after a local bitcoin trader was lured to a bogus business meeting and robbed of HK$1.4 million (US$180,000) on a busy street in Hong Kong.\n\nThe five included two suspects who posed as sellers and arranged to meet the victim to trade bitcoin for cash, according to a police source.\n\n“The other three attacked the victim and took his bag, containing cash and a mobile phone,” he said.\n\nThe attack happened in North Point, on Hong Kong Island.\n\nAs of just before noon on Friday, the five suspects were still on the run, according to police.\n\nDid bitcoin just burst? How the cryptocurrency slump compares to history’s biggest fads\n\nThe victim is a 34-year-old Hong Kong man surnamed Lee, who was contacted via his WeChat account on Thursday morning. He was asked to go to the Starbucks outlet on Hennessy Road, Wan Chai for a business meeting at 4.30pm.", + "chars": 1017, + "sha256": "b2546395167ea8fdcad5c6966007836a699aa54b469ff0c30aa226cb31505fe6", "staged_file": "01_scmp-com.txt", - "paragraphs_kept": "ALL 11 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 4-10 of 11", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:56:12+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 4-10 plus headline [0]; dropped 3 leading and 0 trailing paragraphs. Case-term hits on page: 17.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "26": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://aseannow.com/topic/1020825-russian-gang-steal-bitcoin-worth-millions-from-young-russian-couple-in-phuket-condo-extortion/", "source": "aseannow.com", "language": "unknown", - "text": "Russian gang steal Bitcoin worth millions from young Russian couple in Phuket condo extortion - Phuket News - ASEAN NOW\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n\n \n\n\n \n\n \n \n\n\n \n \n \n \n \n\n\n \n \n\n\n\n\n\n\n\n \n\n\n\n\n\n \n\n\n\n\n\n \n\n\n\n\n\n \n\n\n\n\n\n \n\n\n\n\n\n\n\n \n \n \n \n \n\n \n \n \n\n \n\n\n \n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n\n \n \n\n\n \n\n \n \n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n Skip to content\n\nA better way to browse. Learn more.\n\nA full-screen app on your home screen with push notifications, badges and more.\n\nScroll the menu and tap Add to Home Screen.\n\nTap Add in the top-right corner.\n\nTap the 3-dot menu (⋮) in the top-right corner of the browser.\n\nTap Add to Home screen or Install app.\n\nConfirm by tapping Install.\n\nNo registered users viewing this page.\n\nTap the lock icon next to the address bar.\n\nTap Permissions → Notifications.\n\nAdjust your preference.\n\nClick the padlock icon in the address bar.\n\nSelect Site settings.\n\nFind Notifications and adjust your preference.\n\nEnsure the site is installed via Add to Home Screen.\n\nOpen Settings App → Notifications.\n\nFind your app name and adjust your preference.\n\nGo to Safari → Preferences.\n\nClick the Websites tab.\n\nSelect Notifications in the sidebar.\n\nFind this website and adjust your preference.\n\nTap Permissions.\n\nClick Permissions for this site.\n\nGo to Settings → Site permissions.\n\nTap Notifications.\n\nFind this site in the list and adjust your preference.\n\nOpen Firefox Settings.\n\nSearch for Notifications.", - "chars": 1621, - "sha256": "78f6c55740661c869267f98d95897a13ee8a51be51c9f6d3a72a0f2fe1d69d5b", + "text": "Russian gang steal Bitcoin worth millions from young Russian couple in Phuket condo extortion - Phuket News - ASEAN NOW\n \n \n \n \n\nA full-screen app on your home screen with push notifications, badges and more.\n\nScroll the menu and tap Add to Home Screen.\n\nTap Add in the top-right corner.\n\nTap the 3-dot menu (⋮) in the top-right corner of the browser.\n\nTap Add to Home screen or Install app.\n\nConfirm by tapping Install.\n\nNo registered users viewing this page.\n\nTap the lock icon next to the address bar.\n\nTap Permissions → Notifications.\n\nAdjust your preference.\n\nClick the padlock icon in the address bar.\n\nSelect Site settings.\n\nFind Notifications and adjust your preference.\n\nEnsure the site is installed via Add to Home Screen.\n\nOpen Settings App → Notifications.\n\nFind your app name and adjust your preference.\n\nGo to Safari → Preferences.\n\nClick the Websites tab.\n\nSelect Notifications in the sidebar.\n\nFind this website and adjust your preference.\n\nTap Permissions.\n\nClick Permissions for this site.\n\nGo to Settings → Site permissions.\n\nTap Notifications.\n\nFind this site in the list and adjust your preference.", + "chars": 1119, + "sha256": "f5452da89471954f78a13903cae1f6648b0097cbaf2a5ff9cf33d4373f24b024", "staged_file": "01_aseannow-com.txt", - "paragraphs_kept": "ALL 95 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 68-92 of 95", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:56:14+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 68-92 plus headline [0]; dropped 67 leading and 2 trailing paragraphs. Case-term hits on page: 2 (WEAK anchor, confirm the page is about this case).", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "25": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://cointelegraph.com/news/russia-blogger-who-boasted-about-crypto-wealth-beaten-and-robbed-for-425k", "source": "cointelegraph.com", "language": "unknown", - "text": "Russia: Blogger Who ‘Boasted’ About Crypto Wealth Beaten and Robbed For $425k\n\nWritten by William Subergstaff writerReviewed by Igor Belkinformer editor\n\nAttackers have mugged a cryptocurrency millionaire for almost half a million dollars during a visit to his home in St. Petersburg, Russia.\n\nA Russian cryptocurrency investor and blogger known online as Pavel Nyashin was attacked and robbed in his home in Leningrad Oblast the night of Jan. 14. The assailants stole funds worth 24 mln rubles ($425,000), according to local media.\n\nNyashin was tied and beaten while a group of masked assailants stole a safe containing cash and “essential documents.”\n\nNyashin, a self-made millionaire from cryptocurrency investing, had “boasted” about his wealth online and at meetings of well-known bloggers he attended, local media network NTV reports.\n\nThe crypto blogger told NTV in a video interview:\n\n“They took the safe in the end, as they knew there was cash in the house. In it was a sum equivalent to 24 mln rubles, as well as a lot of essential documents.”\n\nThe 23-year-old Nyashin from St. Petersburg had previously made known about his successes online while advising on how to become rich from cryptocurrency, according to NTV, which ran an admonitory headline “Millionaire blogger beaten and robbed for boasting.” According to Russian-language cryptocurrency news outlet ForkLog, Nyashin is the founder of the YouTube channel on crypto trading that has almost 15,000 subscribers.\n\nForkLog also reported that the “bandits” destroyed all electronic equipment in Nyashin’s home and fled the scene in what appeared to be a Mercedes.\n\nNTV adds that the assailants further removed a laptop he used to trade on exchanges. Nyashin himself has yet to find out if his accounts have been hacked and assess the full damage done.\n\nA criminal case has been opened on the armed assault, NTV reports.\n\nCointelegraph previously reported on the fate of EXMO exchange CEO Pavel Lerner, who was kidnapped in the Ukrainian capital Kiev and only released on payment of a $1 mln ransom late last month.\n\nPrior to that, Ukrainian security personnel allegedly tried to steal funds from Anatoly Kaplan, founder and CEO of ForkLog, in a raid of his place of residence, as well as of the ForkLog office, in Odessa.\n\nCointelegraph is committed to independent, transparent journalism. This news article is produced in accordance with Cointelegraph’s Editorial Policy and aims to provide accurate and timely information. Readers are encouraged to verify information independently.\n\nBitcoin ETF inflows hit $3.8B in strongest three-week stretch of 2026\n\nBitcoin ETF inflows hit $731M, highest since January as BTC reclaims $80K\n\nBitcoin reclaims $80K as DXY falls amid continuing suspected yen intervention", - "chars": 2775, - "sha256": "bf3a98566c5f58fb60c28b2647d8122fd796c3d7756829c4ae4d668d6356e76b", + "text": "Russia: Blogger Who ‘Boasted’ About Crypto Wealth Beaten and Robbed For $425k\n\nAttackers have mugged a cryptocurrency millionaire for almost half a million dollars during a visit to his home in St. Petersburg, Russia.\n\nA Russian cryptocurrency investor and blogger known online as Pavel Nyashin was attacked and robbed in his home in Leningrad Oblast the night of Jan. 14. The assailants stole funds worth 24 mln rubles ($425,000), according to local media.\n\nNyashin was tied and beaten while a group of masked assailants stole a safe containing cash and “essential documents.”\n\nNyashin, a self-made millionaire from cryptocurrency investing, had “boasted” about his wealth online and at meetings of well-known bloggers he attended, local media network NTV reports.\n\nThe crypto blogger told NTV in a video interview:\n\n“They took the safe in the end, as they knew there was cash in the house. In it was a sum equivalent to 24 mln rubles, as well as a lot of essential documents.”\n\nThe 23-year-old Nyashin from St. Petersburg had previously made known about his successes online while advising on how to become rich from cryptocurrency, according to NTV, which ran an admonitory headline “Millionaire blogger beaten and robbed for boasting.” According to Russian-language cryptocurrency news outlet ForkLog, Nyashin is the founder of the YouTube channel on crypto trading that has almost 15,000 subscribers.\n\nForkLog also reported that the “bandits” destroyed all electronic equipment in Nyashin’s home and fled the scene in what appeared to be a Mercedes.\n\nNTV adds that the assailants further removed a laptop he used to trade on exchanges. Nyashin himself has yet to find out if his accounts have been hacked and assess the full damage done.\n\nA criminal case has been opened on the armed assault, NTV reports.\n\nCointelegraph previously reported on the fate of EXMO exchange CEO Pavel Lerner, who was kidnapped in the Ukrainian capital Kiev and only released on payment of a $1 mln ransom late last month.\n\nPrior to that, Ukrainian security personnel allegedly tried to steal funds from Anatoly Kaplan, founder and CEO of ForkLog, in a raid of his place of residence, as well as of the ForkLog office, in Odessa.\n\nCointelegraph is committed to independent, transparent journalism. This news article is produced in accordance with Cointelegraph’s Editorial Policy and aims to provide accurate and timely information. Readers are encouraged to verify information independently.", + "chars": 2475, + "sha256": "7c6e5edc63d73d45b151a56cff04b79a3045588ab9850e0c98d8ee8870de61ab", "staged_file": "01_cointelegraph-com.txt", - "paragraphs_kept": "ALL 18 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-14 of 18", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:56:17+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-14 plus headline [0]; dropped 1 leading and 3 trailing paragraphs. Case-term hits on page: 36.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "24": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.tmj4.com/news/local-news/north-dakota-man-arrested-in-mke-after-allegedly-firing-gun-during-bitcoin-transaction-gone-wrong", "source": "tmj4.com", "language": "unknown", - "text": "Man allegedly fires gun over bitcoin transaction\n\nNorth Dakota man arrested in MKE after allegedly firing gun during bitcoin transaction gone wrong\n\nA North Dakota man pleaded not guilty on Wednesday to firing his gun inside a condo near downtown Milwaukee over an attempted bitcoin transaction.\n\nIt happened Saturday, December 30 at the 601 Lofts Condominiums, 601 E. Ogden Ave., according to police.\n\nJonathan Royce, 28, was charged with recklessly endangering safety after allegedly firing his gun at a business associate who was arguing with him and several other people over the sale of the popular cryptocurrency.\n\nThe associate, who reported the confrontation to police, said a man named \"Dallas\" argued in favor of the sale, while Royce wanted it called off. As the argument escalated, Royce pulled out a gun and fired it once, striking a stove vent, according to the criminal complaint.\n\nAfter surveying the scene, the Milwaukee Police Department recovered a .32 caliber handgun and a deformed bullet. They also arrested Royce, who was found \"leaning into a Subaru with Montana plates,\" the complaint says.\n\nRoyce appears to be a felon from North Dakota, according to the complaint.\n\nSpeculative investment in bitcoin has increased dramatically over the past year, with one unit of the virtual currency costing as much as $19,000 at one point last month.\n\nNominate your hero for the Positively Milwaukee Awards", - "chars": 1419, - "sha256": "5509d7d3560ebab1e3eb566063aa0b5b48e627afc24dd8601fa10436d2fdd42b", + "text": "Man allegedly fires gun over bitcoin transaction\n\nA North Dakota man pleaded not guilty on Wednesday to firing his gun inside a condo near downtown Milwaukee over an attempted bitcoin transaction.\n\nIt happened Saturday, December 30 at the 601 Lofts Condominiums, 601 E. Ogden Ave., according to police.\n\nJonathan Royce, 28, was charged with recklessly endangering safety after allegedly firing his gun at a business associate who was arguing with him and several other people over the sale of the popular cryptocurrency.\n\nThe associate, who reported the confrontation to police, said a man named \"Dallas\" argued in favor of the sale, while Royce wanted it called off. As the argument escalated, Royce pulled out a gun and fired it once, striking a stove vent, according to the criminal complaint.\n\nAfter surveying the scene, the Milwaukee Police Department recovered a .32 caliber handgun and a deformed bullet. They also arrested Royce, who was found \"leaning into a Subaru with Montana plates,\" the complaint says.\n\nRoyce appears to be a felon from North Dakota, according to the complaint.\n\nSpeculative investment in bitcoin has increased dramatically over the past year, with one unit of the virtual currency costing as much as $19,000 at one point last month.", + "chars": 1264, + "sha256": "d820c4fefca16eee044dedca62635dc2cbc45df190a13c2838222a0e2870f3db", "staged_file": "01_tmj4-com.txt", - "paragraphs_kept": "ALL 10 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-8 of 10", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:56:19+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-8 plus headline [0]; dropped 1 leading and 1 trailing paragraphs. Case-term hits on page: 6.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "23": [ @@ -8164,19 +9955,20 @@ "22": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.bbc.com/news/business-42505261", "source": "bbc.com", "language": "unknown", - "text": "Exmo Bitcoin exchange manager kidnapped in Kiev\n\nA manager of the Exmo Bitcoin exchange has been kidnapped in Ukraine.\n\nAccording to Russian and Ukrainian media reports Pavel Lerner, 40, was kidnapped while leaving his office in Kiev's Obolon district on 26 December.\n\nThe reports said he was dragged into a black Mercedes-Benz by men wearing balaclavas.\n\nPolice in Kiev confirmed to the BBC that a man had been kidnapped on the day in question, but would not confirm his identity.\n\nA spokeswoman said that the matter was currently under investigation, and that more information would be made public later on.\n\nMr Lerner is a prominent Russian blockchain expert and the news of his kidnapping has stunned many in the international cryptocurrency community.\n\nExmo described him as an analytics manager.\n\nBlockchain is the technology that underpins the digital currency Bitcoin.\n\nExmo Finance is registered with Companies House in the UK, but has its main operations in Ukraine.\n\nAccording to its website, it has 94,955 active users trading cryptocurrencies.\n\nSeparately, Exmo said in a tweet that it been the target of a cyber attack on Thursday.\n\nExmo spokesman Anatoliy Larin told the BBC: \"We are doing everything possible to speed up the search for Pavel Lerner.\n\n\"Despite the situation the exchange is working as usual. We also want to stress that nature of Pavel's job at Exmo doesn't assume access either to storages or any personal data of users. All users' funds are absolutely safe.\"\n\nWould you want to get paid in Bitcoin?", - "chars": 1532, - "sha256": "ad7efb5633b96ac6eefbb11377c322d35407afa68247e8e1f8078f550c797b87", + "text": "Exmo Bitcoin exchange manager kidnapped in Kiev\n\nA manager of the Exmo Bitcoin exchange has been kidnapped in Ukraine.\n\nAccording to Russian and Ukrainian media reports Pavel Lerner, 40, was kidnapped while leaving his office in Kiev's Obolon district on 26 December.\n\nThe reports said he was dragged into a black Mercedes-Benz by men wearing balaclavas.\n\nPolice in Kiev confirmed to the BBC that a man had been kidnapped on the day in question, but would not confirm his identity.\n\nA spokeswoman said that the matter was currently under investigation, and that more information would be made public later on.\n\nMr Lerner is a prominent Russian blockchain expert and the news of his kidnapping has stunned many in the international cryptocurrency community.\n\nExmo described him as an analytics manager.\n\nBlockchain is the technology that underpins the digital currency Bitcoin.\n\nExmo Finance is registered with Companies House in the UK, but has its main operations in Ukraine.\n\nAccording to its website, it has 94,955 active users trading cryptocurrencies.\n\nSeparately, Exmo said in a tweet that it been the target of a cyber attack on Thursday.\n\nExmo spokesman Anatoliy Larin told the BBC: \"We are doing everything possible to speed up the search for Pavel Lerner.\n\n\"Despite the situation the exchange is working as usual. We also want to stress that nature of Pavel's job at Exmo doesn't assume access either to storages or any personal data of users. All users' funds are absolutely safe.\"", + "chars": 1492, + "sha256": "e5223b31f57c34d7b47118adaf30309bbda8ea5832c135d6217416890cb3a35f", "staged_file": "01_bbc-com.txt", - "paragraphs_kept": "ALL 15 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-13 of 15", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:56:24+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-13 plus headline [0]; dropped 0 leading and 1 trailing paragraphs. Case-term hits on page: 10.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "21": [ @@ -8185,31 +9977,34 @@ "verdict": "THIN", "url": "https://finance.yahoo.com/news/bitcoin-heist-iceland-115114815.html", "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule", + "archive_tried": "2026-09-05T13:32:35+00:00", + "archive_note": "no Wayback Machine snapshot exists for this URL" } ], "20": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.dailysabah.com/investigations/2017/11/15/turkish-police-detain-gang-who-stole-bitcoins-worth-283m", "source": "dailysabah.com", "language": "unknown", - "text": "Turkish police detain gang who stole bitcoins worth $2.83M | Daily Sabah\n\nTurkish police detain gang who stole bitcoins worth $2.83M\n\nTurkey's cybercrimes police detained a gang of thieves who robbed 450 Bitcoins worth $2.83 million from a businessman in Istanbul's Merter district, reports said Wednesday. The incident marks the first time police carried out an operation to detain criminals involved in stealing cryptocurrencies.\n\nAccording to reports, the gang, consisting of five people, posed as police and stopped the businessman's car and forced him to give out his passwords of online banking accounts at gunpoint.\n\nThe businessman reportedly contacted the police following the incident and filed a criminal complaint and police were able to find the whereabouts of gang members after examination of security cameras around the area.\n\nOne of the suspects was reportedly jailed for extortion but had fled, while another suspect proposed to his girlfriend in an extravagant ceremony at a luxurious restaurant in Istanbul.\n\nPolice investigation revealed that the suspects had also stolen bitcoin mining devices from three different people in Esenler district.\n\nKeep up to date with what’s happening in Turkey,\n it’s region and the world.\n\nYou can unsubscribe at any time. By signing up you are agreeing to our Terms of Use and Privacy Policy.\n This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.\n\nChina's Communist Party marks its centenary", - "chars": 1487, - "sha256": "621e7215128ddf5d43f25de13c126f544508dd98260b73be372b3b671087ab5c", + "text": "Turkish police detain gang who stole bitcoins worth $2.83M | Daily Sabah\n\nTurkey's cybercrimes police detained a gang of thieves who robbed 450 Bitcoins worth $2.83 million from a businessman in Istanbul's Merter district, reports said Wednesday. The incident marks the first time police carried out an operation to detain criminals involved in stealing cryptocurrencies.\n\nAccording to reports, the gang, consisting of five people, posed as police and stopped the businessman's car and forced him to give out his passwords of online banking accounts at gunpoint.\n\nThe businessman reportedly contacted the police following the incident and filed a criminal complaint and police were able to find the whereabouts of gang members after examination of security cameras around the area.\n\nOne of the suspects was reportedly jailed for extortion but had fled, while another suspect proposed to his girlfriend in an extravagant ceremony at a luxurious restaurant in Istanbul.\n\nPolice investigation revealed that the suspects had also stolen bitcoin mining devices from three different people in Esenler district.\n\nKeep up to date with what’s happening in Turkey,\n it’s region and the world.", + "chars": 1182, + "sha256": "89b085a512f943b8b3870654b17d3984eda95029c06efa831719aa27161cf515", "staged_file": "01_dailysabah-com.txt", - "paragraphs_kept": "ALL 10 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-7 of 10", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:56:30+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-7 plus headline [0]; dropped 1 leading and 2 trailing paragraphs. Case-term hits on page: 7.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "19": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://nypost.com/2018/06/12/trio-of-crooks-busted-in-1-8m-cryptocurrency-heist/", "source": "nypost.com", "language": "unknown", @@ -8217,11 +10012,12 @@ "chars": 2571, "sha256": "8c2eabe934044e9335a4ae0dc41c1b1aa61264306549a58ac0f0d26ba4ad3032", "staged_file": "01_nypost-com.txt", - "paragraphs_kept": "ALL 19 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-18 of 19", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:56:32+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-18 plus headline [0]; dropped 0 leading and 0 trailing paragraphs. Case-term hits on page: 4.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "18": [ @@ -8230,106 +10026,127 @@ "verdict": "THIN", "url": "https://da.lacounty.gov/sites/default/files/press/042618_Discount_Bitcoin_Bandits_Charged_with_Robbing_Would-Be_Buyers.pdf", "source": null, - "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule" + "note": "extractor recovered very little; needs the WebFetch path or a site-specific rule", + "archive_tried": "2026-09-05T13:32:42+00:00", + "archive_note": "Wayback snapshot 20200304070214 is a PDF; not extracted", + "archive_url": "http://web.archive.org/web/20200304070214/https://da.lacounty.gov/sites/default/files/press/042618_Discount_Bitcoin_Bandits_Charged_with_Robbing_Would-Be_Buyers.pdf" } ], "16": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.cbs17.com/news/durham-man-says-enemies-called-911-to-report-false-hostage-situation/", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "cbs17.com", + "language": "unknown", + "text": "Durham man says 'enemies' called 911 to report false hostage situation\n\nDURHAM, N.C. (WNCN) – A Durham man is claiming that he’s the latest victim of “swatting” after someone anonymously called police to report a false hostage situation at his home on Monday morning.\n\nPolice responded to the 1300 block of Whispering Oaks Lane in response to call about a hostage situation at one of the homes on the street. The call came in around 9 a.m., police said.\n\nThe 911 caller told dispatch he had already shot someone and was holding others hostage in the house.Listen to the 911 call at the top of this story\n\nThe caller also said he had explosives by the front door.\n\n“By my voice, you can tell I’m not in a mental health state,” the caller said. “I’m all over the place. I don’t know what to do.”\n\nThe caller then began to make demands.\n\n“If I don’t get $60,000, I’m going to blow the whole (expletive) block up,” the caller said. “If I see any police coming toward the front door who aren’t handling a bag full of money, I’ll shoot them on sight.”\n\nThe caller also tells the dispatcher he shot the victim 15 times with an assault rifle.\n\nAuthorities staged nearby on Cardinal Lake Drive while they worked to determine what was happening.\n\nPolice, EMS, a mobile command truck and armed officers in bulletproof vests were all at the scene. When authorities approached the home, the owner came out and told them that the call was false and that they never made any call to police and there was no hostage situation at the home.\n\nHomeowner Jameson Lopp told CBS North Carolina that he works for a software company and has made several online, anonymous “enemies” and that he believes one of them was getting “revenge.”\n\n“I am not intimated by this. This is actually, from my perspective evidence that the people who want to do this do not have the guts to say anything to my face. They don’t have the guts to come here and actually tell me what their problem is with me,” said Lopp.\n\nDurham police have not confirmed this to be a swatting case. At last check, police have not been able to track the caller.\n\nCould an Annuity Help Guarantee Your Lifelong Income?\n\nWhen Should You Call For A Free Roof Inspection?", + "chars": 2205, + "sha256": "3125ab22077334288c7e9e97bd57027f322b9b4d0c3cd3fc2c11e69f63ec1dd3", + "staged_file": "01_cbs17-com-wayback.txt", + "paragraphs_kept": "headline [0] + 1-15 of 21", + "method": "Wayback Machine snapshot 20201127135714, deterministic extraction", + "fetched_at": "2026-09-05T13:32:50+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20201127135714/https://www.cbs17.com/news/durham-man-says-enemies-called-911-to-report-false-hostage-situation/", + "snapshot": "20201127135714", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2020-11-27", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-15 plus headline [0]; dropped 0 leading and 5 trailing paragraphs. Case-term hits on page: 9.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "15": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.obozrevatel.com/kiyany/crime/v-kieve-iz-parnya-vyibivali-bitcoin-na-summu-pochti-50-tyis-doll.htm", "source": "obozrevatel.com", "language": "unknown", - "text": "В Киеве из парня выбивали Bitcoin на сумму почти 50 тыс. долл. | Криминал | OBOZ.UA\n\nБудьте первыми в курсе главного – подпишитесь на Новини на OBOZ.UA в Google\n\nВ Киеве трое мужчин выбивали Bitcoin у Алексея Шерстнева, который занимается трейдингом криптовалют и консультациями по этой теме.\n\nОб этом пострадавший написал на своей странице в Facebook.\n\n\"Пытки за Bitcoin. Пытка в течении 3-х часов. Требовали Bitcoin. Трое крепких людей. Били, запугивали, обещали убить\", - отметил Шерстнев.\n\nОн рассказал, что инцидент произошел вечером, 4 сентября, в помещении клуба Santa Muerte на улице Ярославов Вал. С Шерстневым связался человек, который попросил встретиться с ним для консультации по криптовалютам, заявив, что знаком с инвестором, готовым инвестировать в Bitcoin.\n\nОтмечается, что первая встреча с якобы инвестором произошла 25 августа. На ней Шерстнева попросили показать, как работает Bitcoin-кошелек и перевод средств. При этом на 4 сентября назначили следующую встречу.\n\nЧитайте:\nВремя Bitcoin: Нацбанк расставит точки над \"і\" по криптовалютам в Украине\n\nПострадавший утверждает, что на встрече трое мужчин начали ему угрожать, а также требовали телефон и пароль к Bitcoin-кошельку. По его словам, при попытке покинуть комнату, его схватили и начали бить, отобрав телефон.\n\nАлексей заявил, что в баре его продержали около трех часов, требуя перевести им на счет 10-12 Bitcoin, что составляет около $44 000.\n\nПри это он обхитрил нападавших, убедив их отправить сигнал SOS с его телефона. Более того, ему удалось сфотографировать одного из них.\n\nЗлоумышленники, поняв, что послали сигнал тревоги, покинули помещение.\n\nПосле этого Шерстнев подал заявление в полицию.\n\nКак сообщал \"Обозреватель\", ранее в Украине подпольный конвертационный центр Bitcoin \"проглотил\" 200 млн грн.", - "chars": 1788, - "sha256": "32462f21d6d19fb025185f77c64f8314c6f1815a8fb8ac59e5d839d475ee06b7", + "text": "В Киеве из парня выбивали Bitcoin на сумму почти 50 тыс. долл. | Криминал | OBOZ.UA\n\nВ Киеве трое мужчин выбивали Bitcoin у Алексея Шерстнева, который занимается трейдингом криптовалют и консультациями по этой теме.\n\nОб этом пострадавший написал на своей странице в Facebook.\n\n\"Пытки за Bitcoin. Пытка в течении 3-х часов. Требовали Bitcoin. Трое крепких людей. Били, запугивали, обещали убить\", - отметил Шерстнев.\n\nОн рассказал, что инцидент произошел вечером, 4 сентября, в помещении клуба Santa Muerte на улице Ярославов Вал. С Шерстневым связался человек, который попросил встретиться с ним для консультации по криптовалютам, заявив, что знаком с инвестором, готовым инвестировать в Bitcoin.\n\nОтмечается, что первая встреча с якобы инвестором произошла 25 августа. На ней Шерстнева попросили показать, как работает Bitcoin-кошелек и перевод средств. При этом на 4 сентября назначили следующую встречу.\n\nЧитайте:\nВремя Bitcoin: Нацбанк расставит точки над \"і\" по криптовалютам в Украине\n\nПострадавший утверждает, что на встрече трое мужчин начали ему угрожать, а также требовали телефон и пароль к Bitcoin-кошельку. По его словам, при попытке покинуть комнату, его схватили и начали бить, отобрав телефон.\n\nАлексей заявил, что в баре его продержали около трех часов, требуя перевести им на счет 10-12 Bitcoin, что составляет около $44 000.\n\nПри это он обхитрил нападавших, убедив их отправить сигнал SOS с его телефона. Более того, ему удалось сфотографировать одного из них.\n\nЗлоумышленники, поняв, что послали сигнал тревоги, покинули помещение.\n\nПосле этого Шерстнев подал заявление в полицию.\n\nКак сообщал \"Обозреватель\", ранее в Украине подпольный конвертационный центр Bitcoin \"проглотил\" 200 млн грн.", + "chars": 1711, + "sha256": "2c196b36c4a5800cf5963d9e65ccda46eb047458cf6291294d7bcf54dd987d05", "staged_file": "01_obozrevatel-com.txt", - "paragraphs_kept": "ALL 14 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-13 of 14", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:56:38+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-13 plus headline [0]; dropped 1 leading and 0 trailing paragraphs. Case-term hits on page: 3.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "14": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.tokyoreporter.com/japan/nagoya/aichi-cops-accuse-pair-of-dumping-nagoya-womans-corpse-in-shiga/", "source": "tokyoreporter.com", "language": "unknown", - "text": "Aichi cops accuse pair of dumping Nagoya woman's corpse in Shiga | TokyoReporter \n Press \"Enter\" to skip to content\n\nAichi cops accuse pair of dumping Nagoya woman’s corpse in Shiga\n\nBy Tokyo Reporter Staff on August 2, 2017\n\nSHIGA (TR) – Aichi Prefectural Police have accused two persons of abandoning the corpse of a missing woman from Nagoya in a mountainous area of Shiga Prefecture earlier this year, reports Nippon News Network (Aug. 1).\n\nOn around June 20, Ichiya Nishida, a 20-year-old resident of Ogaki City, Gifu Prefecture, and an 18-year-old boy from Shiga, allegedly buried the body of Miyuki Noda, 53, who went missing two days before, in a forested area of the town of Taga.\n\nNishida and the other suspect, who have been accused of abandoning a corpse, admit to the allegations. On Monday evening, a team of about 80 officers working off information provided by the suspects unearthed the body of Noda.\n\nNishida had previously met Noda at a seminar about virtual currencies, police said. Prior to his arrest, he had been undergoing voluntary questioning in the case. On Sunday, police found Noda’s smartphone and bag during a search of the vehicle and residence of Nishida.\n\nNoda went missing following a seminar about selling food products and cosmetics over the internet, held on June 18 in Kasugai City, Aichi. After the event, she told participants that she was going to meet an acquaintance. That night, she was seen boarding a vehicle registered to Nishida at JR Ogaki Station in Gifu.\n\nIn carrying out the crime, the suspects are believed to have stuffed the body of Noda into a bag before carrying it to the forest in Taga. The corpse was buried using construction machinery, police said.\n\nIt is expected that murder and robbery charges will be applied to the suspects, police said.\n\nPublished in Crime, Japan, Japan Breaking News, Nagoya and News\n\nThe editorial team at The Tokyo Reporter brings the site's readership the latest news from the under side of Japan.\n\nTokyo man accused of sexually assaulting matchmaking app date at his apartment\n\nTokyo man arrested over arson attack on elderly woman’s home\n\nFukushima bar manager accused of dumping sister’s corpse hints at murder amid debt speculation\n\nMyanmar student arrested after newborn corpse found in Saitama apartment", - "chars": 2299, - "sha256": "50c61594c4a92799b7bc0763f059ff13a9ec2967a60710f21493f6458a4b763d", + "text": "Aichi cops accuse pair of dumping Nagoya woman's corpse in Shiga | TokyoReporter \n Press \"Enter\" to skip to content\n\nSHIGA (TR) – Aichi Prefectural Police have accused two persons of abandoning the corpse of a missing woman from Nagoya in a mountainous area of Shiga Prefecture earlier this year, reports Nippon News Network (Aug. 1).\n\nOn around June 20, Ichiya Nishida, a 20-year-old resident of Ogaki City, Gifu Prefecture, and an 18-year-old boy from Shiga, allegedly buried the body of Miyuki Noda, 53, who went missing two days before, in a forested area of the town of Taga.\n\nNishida and the other suspect, who have been accused of abandoning a corpse, admit to the allegations. On Monday evening, a team of about 80 officers working off information provided by the suspects unearthed the body of Noda.\n\nNishida had previously met Noda at a seminar about virtual currencies, police said. Prior to his arrest, he had been undergoing voluntary questioning in the case. On Sunday, police found Noda’s smartphone and bag during a search of the vehicle and residence of Nishida.\n\nNoda went missing following a seminar about selling food products and cosmetics over the internet, held on June 18 in Kasugai City, Aichi. After the event, she told participants that she was going to meet an acquaintance. That night, she was seen boarding a vehicle registered to Nishida at JR Ogaki Station in Gifu.\n\nIn carrying out the crime, the suspects are believed to have stuffed the body of Noda into a bag before carrying it to the forest in Taga. The corpse was buried using construction machinery, police said.\n\nIt is expected that murder and robbery charges will be applied to the suspects, police said.\n\nPublished in Crime, Japan, Japan Breaking News, Nagoya and News\n\nThe editorial team at The Tokyo Reporter brings the site's readership the latest news from the under side of Japan.", + "chars": 1878, + "sha256": "756568d86208cf6ae794c48ce055058df8c8611a11725e218331916c4373ca1d", "staged_file": "01_tokyoreporter-com.txt", - "paragraphs_kept": "ALL 16 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 3-11 of 16", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:56:41+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-11 plus headline [0]; dropped 2 leading and 4 trailing paragraphs. Case-term hits on page: 13.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "13": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.khaleejtimes.com/uae/crime/3-fake-dubai-cops-kidnap-traders-to-rob-bitcoins", "source": "khaleejtimes.com", "language": "unknown", - "text": "3 'fake' Dubai cops kidnap traders to rob bitcoins | Khaleej Times\n\n3 'fake' Dubai cops kidnap traders to rob bitcoins\n\nThe trio was charged with kidnap, impersonation and online misappropriation of the virtual currency.\n\nPUBLISHED: Mon 26 Nov 2018, 10:00 PM UPDATED: Tue 27 Nov 2018, 7:26 AM\n\nThree Emirati men were charged at the Dubai Court of First Instance on Monday for allegedly posing as cops and kidnapping three Indian traders to a desert location to rob 25 bitcoins from them.\n\nAccording to public prosecution records, the trio, aged 19, 27 and 20 (student), conned the victims into riding in their car after falsely claiming that they were being wanted by authorities for dealing in the virtual currency.\n\nUAE President pardons Abdul Rahman Yusuf Al Qaradawi after criminal conviction\n\nSharjah Ruler approves Dh20,000 monthly living allowance for govt employees, other groups\n\nUS VP Vance says would not 'call it a war' with Iran, on categorising hostilities\n\nSharjah Police arrest man accused of killing two Kazakh sisters\n\nUS military disables 3 vessels, redirects 87 in ongoing Iran blockade\n\nThey then drove to a remote desert location off Al Barsha where they used the victims' laptop to transfer 25 bitcoins from their account into the account of one of them in Japan. The trio was charged with kidnap, impersonation and online misappropriation of the virtual currency.\n\nThey had four Indian accomplices, aged between 21 and 47. Those are accused of possessing Dh250,000, under circumstances suggesting that the money was ill-gotten.\n\nThe incident took place on March 14, 2017, and a case was registered at Al Barsha police station.\n\nA Yemeni woman, who works as a driver for one of the traders, recounted during the prosecution investigation, how she met the first Emirati defendant. \"I worked with my sister for the traders. Many people of different nationalities would come to their villa to buy bitcoins. The 19-year-old accused contacted me and then met me and my sister at a restaurant.\"\n\nHowever, in the meeting, the accused told the sisters he is a security official and that the trader is being wanted in India in connection with forgery and fraud crimes. \"He asked for our help, claiming we would get Dh500,000 as a reward for our cooperation. He also claimed we would land lucrative jobs for our help.\"\n\nShe stayed in contact with that defendant for some time to keep him posted about the trader's movements until the incident day.\n\nOne of the victims, a 35-year-old Indian investor, told the prosecutor that he was with the other two traders when a car intercepted them after 10pm. \"The suspects pulled us out of the car and took our money and mobile phones.\"\n\nThe complainants were then taken to a remote spot where the suspects yelled at them that they were fraudsters and would be deported. One of their laptops was then used to transfer bitcoins to an account belonging to the 27-year-old defendant.\n\nThe trial continues on December 13.\n\nTrump says US may hit Iran's Pickaxe Mountain soon\n\nUAE latest flight updates: Almost 20 services delayed or cancelled after renewed US-Iran attacks", - "chars": 3120, - "sha256": "65707cc37237af0f5f1c9dee93443d2bbcaae9a3d4b69c4db271b8e09a793366", + "text": "3 'fake' Dubai cops kidnap traders to rob bitcoins | Khaleej Times\n\nThey then drove to a remote desert location off Al Barsha where they used the victims' laptop to transfer 25 bitcoins from their account into the account of one of them in Japan. The trio was charged with kidnap, impersonation and online misappropriation of the virtual currency.\n\nThey had four Indian accomplices, aged between 21 and 47. Those are accused of possessing Dh250,000, under circumstances suggesting that the money was ill-gotten.\n\nThe incident took place on March 14, 2017, and a case was registered at Al Barsha police station.\n\nA Yemeni woman, who works as a driver for one of the traders, recounted during the prosecution investigation, how she met the first Emirati defendant. \"I worked with my sister for the traders. Many people of different nationalities would come to their villa to buy bitcoins. The 19-year-old accused contacted me and then met me and my sister at a restaurant.\"\n\nHowever, in the meeting, the accused told the sisters he is a security official and that the trader is being wanted in India in connection with forgery and fraud crimes. \"He asked for our help, claiming we would get Dh500,000 as a reward for our cooperation. He also claimed we would land lucrative jobs for our help.\"\n\nShe stayed in contact with that defendant for some time to keep him posted about the trader's movements until the incident day.\n\nOne of the victims, a 35-year-old Indian investor, told the prosecutor that he was with the other two traders when a car intercepted them after 10pm. \"The suspects pulled us out of the car and took our money and mobile phones.\"\n\nThe complainants were then taken to a remote spot where the suspects yelled at them that they were fraudsters and would be deported. One of their laptops was then used to transfer bitcoins to an account belonging to the 27-year-old defendant.", + "chars": 1893, + "sha256": "d6205f165eca8604eadd488998e3928b41d0758dc4c9bae5c992b5b0b6cdfb02", "staged_file": "01_khaleejtimes-com.txt", - "paragraphs_kept": "ALL 22 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 11-18 of 22", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:56:44+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 11-18 plus headline [0]; dropped 10 leading and 3 trailing paragraphs. Case-term hits on page: 13.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "12": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://bitcoinworldtour.org/2017/05/11/victim-of-brazilian-bitcoin-ransom-kidnapping-plot-rescued/", "source": "bitcoinworldtour.org", "language": "unknown", - "text": "Victim of Brazilian Bitcoin Ransom Kidnapping Plot Rescued - Bitcoin World Tour\n\nVictim of Brazilian Bitcoin Ransom Kidnapping Plot Rescued\n\nI just got to know this terrible case had actually happened to our friend in Sao Paulo. Luckily his wife is rescued.\n\nThe kidnappers had actually asked for ransom to be paid in Monero and Zcash! Obviously they are very much in the loop of crypto-technology with all the zero knowledge proof and stuffs.\n\nBeware of crime, especially crypto crime where it is really hard to trace.\n\nA 32-year-old Brazilian woman was recently rescued by the Civil Police on the east side of São Paulo, Brazil. The woman, married to a bitcoin businessman, was kidnapped in Florianopolis on Wednesday. The ransom was demanded in bitcoin and another unnamed cryptocurrency, according to local publication Diário Catarinense.\n\nThe kidnappers approached the victim right after she dropped her daughter off at school, 50 meters away from where she lives. While on their way to the city, they kidnappers contacted the victim’s husband demanding the ransom, sending him a video of victim in which she said she didn’t know where she and that was being kidnapped.\n\nAccording to Anselmo Cruz, the officer in charge of the investigation from Deic, a criminal investigation unit, this is the first time kidnappers in Brazil demand a cryptocurrency ransom. Access to bitcoin, according to the police, would be given by the victim’s husband.\n\nIn a translated Statement, Mr. Cruz said:\n\n“Early on in the investigation, I spoke with a few colleagues from all over Brazil and there was never a kidnap attempt in which a payment in virtual currency was demanded. This is unprecedented in Brazil. The main goal was to expedite the transaction, but that wasn’t possible.”\n\nThe husband then contacted the police and started negotiating with the criminals – who demanded a “large amount of bitcoin” – in an attempt to delay paying the ransom. The victim’s husband told criminals that cryptocurrency’s trading volume in the country wasn’t large enough for him to have the demanded amount available.\n\nDue to bitcoin’s nature, it would be extremely hard for police to track down the criminals based on the address they would use to receive the money. During negotiations, however, the officers were able to locate and rescue the woman.\n\nPolice believe the victim was handpicked, and that there were at least six people involved in the crime. So far, only one has been arrested and the investigation is ongoing.\n\nOfficer Raphael Werling, who participated in the operation, said:\n\n“It was a very difficult operation, but we managed to free the person. She isn’t injured.”\n\nThe victim’s daughter turned six this Saturday, the 29th, the day her mother was rescued. Her husband told local news agencies having her mother back was the best birthday gift she could ever get.\n\n比特币大使一家在2014年就開始用比特幣環遊世界了,只是沒有被報導出來而已。 浏览:𝕐𝕠𝕦𝕋𝕦𝕓𝕖: 𝔹𝕚𝕥𝕔𝕠𝕚𝕟 𝕎𝕠𝕣𝕝𝕕 𝕋𝕠𝕦𝕣𝕨𝕨𝕨.𝔹𝕚𝕥𝕔𝕠𝕚𝕟𝕎𝕠𝕣𝕝𝕕𝕋𝕠𝕦𝕣.𝕠𝕣𝕘#𝔹𝕚𝕥𝕔𝕠𝕚𝕟𝕎𝕠𝕣𝕝𝕕𝕋𝕠𝕦𝕣 卖光家产投资比特币 一家人环游大马等四十国 虚拟货币盛行,荷兰就有一个五口家庭,在2017年时几乎变卖所有家产,包括房产、汽车、退休帐户等,把钱全部投入在比特币上,他们也因此被称为「比特币家族(Bitcoin Family)」。如今随着比特币水涨船高,一家人已经环游世界40个国家。 综合外电报导,泰胡图(Didi Taihuttu)和妻子育有3个小孩,他2017年时将自己的家产套现,包括房产、汽车、退休帐户、衣服、玩具等,并将所有金钱押注在波动性极大的比特币上,当时比特币的价格是900美元(约3636令吉)。 4年期间一家人仅靠比特币,便游历了40个国家及地区。他们表示,不会与不使用比特币的人交易。不过有时为了过日子,他们要通过以物易物、讨价还价,比特币扣帐卡进行交易,甚至要说服卖家接受加密货币等。 泰胡图一家发现,地球上有2个地方可以用比特币交易几乎所有东西,一个是斯洛文尼亚首都卢布尔雅那(Ljubljana)和一个义大利小村庄罗韦雷托(Rovereto)。在卢布尔雅那,他们用比特币支付汽车维修费用和电影戏票;在罗韦雷托,则购买摩托车、缴税和理发。 比特币在2017年时曾一度暴涨逼近2万美元,但2018年暴跌至3100美元,不过在比特币暴跌之际,泰胡图反而大手笔买进。本月上旬比特币价格再度逼近2万美元历史高位,泰胡图指自己仍然不断买入比特币,投资额已比当年再多增一倍,「如果比特币在2022年能达到20万美元,我也不觉得惊讶。」 实际上,有分析师表示,比特币确实还有很大的上涨空间。投资公司Galaxy Digital行政总裁麦克(Mike Novogratz)认为,「这次比特币的反弹才刚开始,并预计到明年将升至6万美元。」 摘自: http://news.seehua.com/?p=640313&fbclid=IwAR0LqkVZWGUJ_dj6wtJG6O14FPqNEMTPJDITjBwztY7WspdqA5e7Uacr5qY\n\nRuffer Is the Latest Billion-Dollar Firm to Bet on Bitcoin\n\nThe asset manager put 2.5% of its Multi-Strategies Fund in Bitcoin because it’s a “potent insurance policy.” In brief London-based asset manager, Ruffer Investment Company, […]\n\nBitcoin World Tour All Right Reserved 2013 - 2020", - "chars": 4093, - "sha256": "01b7f484741c187d9de542eaf3e49317a376df09b79a8d940bd2804677ad34ae", + "text": "Victim of Brazilian Bitcoin Ransom Kidnapping Plot Rescued - Bitcoin World Tour\n\nI just got to know this terrible case had actually happened to our friend in Sao Paulo. Luckily his wife is rescued.\n\nThe kidnappers had actually asked for ransom to be paid in Monero and Zcash! Obviously they are very much in the loop of crypto-technology with all the zero knowledge proof and stuffs.\n\nBeware of crime, especially crypto crime where it is really hard to trace.\n\nA 32-year-old Brazilian woman was recently rescued by the Civil Police on the east side of São Paulo, Brazil. The woman, married to a bitcoin businessman, was kidnapped in Florianopolis on Wednesday. The ransom was demanded in bitcoin and another unnamed cryptocurrency, according to local publication Diário Catarinense.\n\nThe kidnappers approached the victim right after she dropped her daughter off at school, 50 meters away from where she lives. While on their way to the city, they kidnappers contacted the victim’s husband demanding the ransom, sending him a video of victim in which she said she didn’t know where she and that was being kidnapped.\n\nAccording to Anselmo Cruz, the officer in charge of the investigation from Deic, a criminal investigation unit, this is the first time kidnappers in Brazil demand a cryptocurrency ransom. Access to bitcoin, according to the police, would be given by the victim’s husband.\n\nIn a translated Statement, Mr. Cruz said:\n\n“Early on in the investigation, I spoke with a few colleagues from all over Brazil and there was never a kidnap attempt in which a payment in virtual currency was demanded. This is unprecedented in Brazil. The main goal was to expedite the transaction, but that wasn’t possible.”\n\nThe husband then contacted the police and started negotiating with the criminals – who demanded a “large amount of bitcoin” – in an attempt to delay paying the ransom. The victim’s husband told criminals that cryptocurrency’s trading volume in the country wasn’t large enough for him to have the demanded amount available.\n\nDue to bitcoin’s nature, it would be extremely hard for police to track down the criminals based on the address they would use to receive the money. During negotiations, however, the officers were able to locate and rescue the woman.\n\nPolice believe the victim was handpicked, and that there were at least six people involved in the crime. So far, only one has been arrested and the investigation is ongoing.\n\nOfficer Raphael Werling, who participated in the operation, said:\n\n“It was a very difficult operation, but we managed to free the person. She isn’t injured.”\n\nThe victim’s daughter turned six this Saturday, the 29th, the day her mother was rescued. Her husband told local news agencies having her mother back was the best birthday gift she could ever get.\n\n比特币大使一家在2014年就開始用比特幣環遊世界了,只是沒有被報導出來而已。 浏览:𝕐𝕠𝕦𝕋𝕦𝕓𝕖: 𝔹𝕚𝕥𝕔𝕠𝕚𝕟 𝕎𝕠𝕣𝕝𝕕 𝕋𝕠𝕦𝕣𝕨𝕨𝕨.𝔹𝕚𝕥𝕔𝕠𝕚𝕟𝕎𝕠𝕣𝕝𝕕𝕋𝕠𝕦𝕣.𝕠𝕣𝕘#𝔹𝕚𝕥𝕔𝕠𝕚𝕟𝕎𝕠𝕣𝕝𝕕𝕋𝕠𝕦𝕣 卖光家产投资比特币 一家人环游大马等四十国 虚拟货币盛行,荷兰就有一个五口家庭,在2017年时几乎变卖所有家产,包括房产、汽车、退休帐户等,把钱全部投入在比特币上,他们也因此被称为「比特币家族(Bitcoin Family)」。如今随着比特币水涨船高,一家人已经环游世界40个国家。 综合外电报导,泰胡图(Didi Taihuttu)和妻子育有3个小孩,他2017年时将自己的家产套现,包括房产、汽车、退休帐户、衣服、玩具等,并将所有金钱押注在波动性极大的比特币上,当时比特币的价格是900美元(约3636令吉)。 4年期间一家人仅靠比特币,便游历了40个国家及地区。他们表示,不会与不使用比特币的人交易。不过有时为了过日子,他们要通过以物易物、讨价还价,比特币扣帐卡进行交易,甚至要说服卖家接受加密货币等。 泰胡图一家发现,地球上有2个地方可以用比特币交易几乎所有东西,一个是斯洛文尼亚首都卢布尔雅那(Ljubljana)和一个义大利小村庄罗韦雷托(Rovereto)。在卢布尔雅那,他们用比特币支付汽车维修费用和电影戏票;在罗韦雷托,则购买摩托车、缴税和理发。 比特币在2017年时曾一度暴涨逼近2万美元,但2018年暴跌至3100美元,不过在比特币暴跌之际,泰胡图反而大手笔买进。本月上旬比特币价格再度逼近2万美元历史高位,泰胡图指自己仍然不断买入比特币,投资额已比当年再多增一倍,「如果比特币在2022年能达到20万美元,我也不觉得惊讶。」 实际上,有分析师表示,比特币确实还有很大的上涨空间。投资公司Galaxy Digital行政总裁麦克(Mike Novogratz)认为,「这次比特币的反弹才刚开始,并预计到明年将升至6万美元。」 摘自: http://news.seehua.com/?p=640313&fbclid=IwAR0LqkVZWGUJ_dj6wtJG6O14FPqNEMTPJDITjBwztY7WspdqA5e7Uacr5qY\n\nRuffer Is the Latest Billion-Dollar Firm to Bet on Bitcoin\n\nThe asset manager put 2.5% of its Multi-Strategies Fund in Bitcoin because it’s a “potent insurance policy.” In brief London-based asset manager, Ruffer Investment Company, […]", + "chars": 3982, + "sha256": "a370d1fd770706f90a3a689a0a7466ec273a585e680fa9f874431aa18890a6bb", "staged_file": "01_bitcoinworldtour-org.txt", - "paragraphs_kept": "ALL 20 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 2-18 of 20", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:56:46+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 2-18 plus headline [0]; dropped 1 leading and 1 trailing paragraphs. Case-term hits on page: 8.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "10": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://web.archive.org/web/20190510113124/https://bitsonline.com/bitcoin-atm-stolen-netherlands/", "source": "web.archive.org", "language": "unknown", - "text": "Dutch Bitcoin ATM Owner Laughs at Thieves Who Took His Machine - Bitsonline\n\nApr\n MAY\n Jun\n \n \n \n \n 10\n \n \n \n \n 2018\n 2019\n 2020\n\nThe Wayback Machine - https://web.archive.org/web/20190510113124/https://bitsonline.com/bitcoin-atm-stolen-netherlands/\n\nDutch Bitcoin ATM Owner Laughs at Thieves Who Took His Machine\n\nNovember 6, 2017 by Akshay Makadiya\n0 Comment\n8215 Views\n\nThieves stole a bitcoin ATM installed in Oudenbosch, Netherlands last Wednesday by lifting and carrying it away. With bitcoin’s high prices attracting newcomer crooks as well as investors, it’s unclear if the thieves really understood what they were stealing.\n\nAlso read: Binance and QUOINE Team up for Access to Busy Digital and Fiat Markets\n\nJoin the Bitsonline Telegram channel to get the latest Bitcoin, cryptocurrency and tech news updates: https://t.me/bitsonline\n\nBitcoin is a virtual currency, which thieves would not be able to access simply by stealing the machine, the owner said. The ATM had operated at the Tivoli Brasserie in Oudenbosch since 2014. Thieves stole only the bitcoin machine, and nothing else.\n\nHerman Vissia, owner of the machine said: “Bitcoins are virtual coins, so I think it’s logical that they do not get out of the machine. They would have thought they hit a jackpot with a full-blown machine.”\n\nCustomers buy BTC by feeing paper cash in the machine, so it’s possible that’s what the thieves were really after. Still, bitcoin ATMs don’t process the kind of transaction volumes bank machines do — even in cash, the takings were probably not worth the physical effort.\n\nThe ATM was run by Byecoin, a popular bitcoin ATM operator. The company has two available machines, one at Oudenbosch (which got stolen) and the other at Eindhoven. Vissia said “What an idiot”, referring to the actions of the thieves. He found the whole act foolish, and had a laugh over it, according to the local press.\n\nVissia believes it would take three people to lift the Lamassu machine — as it weighs around 265 lbs (120 kg). Hence, he is certain that three or more robbers carried out the theft.\n\nAlong with regular people, all types of criminals are gaining interest in cryptocurrencies. Physical theft is a new addition to the existing long list of hackers, phishing websites, investment scams, and dummy wallets that aim to steal bitcoin and other digital currencies.\n\nSince bitcoins don’t exist in the physical world, they’re actually much harder to steal than cash, gold or diamonds. Muggings associated with local P2P trades are more likely to involve victims being relieved of hard cash, than BTC.\n\nIn Vissia’s opinion, the thieves would have completely dismantled the bitcoin ATM. He said: “They will have broken it completely to get the contents out.” He added, “At the new vending machine they place a sign which will read — There are no bitcoins in here!”\n\nBitcoin ATMs are often connected online to a third-party exchange — the machine itself does not hold the private keys. Even if they did, cracking the machine open wouldn’t give you access to them.\n\nA similar incident occurred in India just a couple of months before. The thieves, who possibly couldn’t read, actually stole a passbook printing machine instead of ATM.\n\nEither the Dutch thieves were foolish too, or they were after the cash — which they could have probably stolen much easier elsewhere. These capers are reminiscent of the notorious scene in Breaking Bad, where two drug addicts haul a bank ATM to their living room but are unable to open it. It ends gruesomely.\n\nCould you actually steal a bitcoin ATM for profit, or is it not worth the trouble? Tell us what you think in the comments.\n\n« Bitcoin Price Projected to Reach $12,000 After Earth-Shattering Rally\n\nDemystifying Ethereum: Beyond Byzantium »\n\nTagged With: Bitcoin ATM Bitcoin Crime crime Netherlands\n\nBitcoin Uncensored Reunites for a One-Time Interview with Peter McCormack\n\nBinance Hacked, Suspends all Withdrawals After 7,074 BTC Leaves Hot Wallet\n\nBitcoin Price Continues Rising, More Support Needed to Continue Rally\n\nAkshay is a founder of RankLane, a Digital Marketing Agency. Being an SEO consultant he loves to write and speak on Digital Marketing, Cryptocurrency and Latest Technologies. Hit him up on Twitter @axymak for a quick chat.\n\nBitcoin Uncensored Reunites for a One-Time Interview....\n\nTokens as Marketing Tools: Zilla Creates ‘Faucet-as-a-Service’\n\nUbitquity Crowdfund a Landmark Event for SeedInvest....", - "chars": 4452, - "sha256": "31ce740d92f93b8636a4e6d12202649f143bd9ebb46db15e699dd88fbfa18922", + "text": "Dutch Bitcoin ATM Owner Laughs at Thieves Who Took His Machine - Bitsonline\n\nThieves stole a bitcoin ATM installed in Oudenbosch, Netherlands last Wednesday by lifting and carrying it away. With bitcoin’s high prices attracting newcomer crooks as well as investors, it’s unclear if the thieves really understood what they were stealing.\n\nJoin the Bitsonline Telegram channel to get the latest Bitcoin, cryptocurrency and tech news updates: https://t.me/bitsonline\n\nBitcoin is a virtual currency, which thieves would not be able to access simply by stealing the machine, the owner said. The ATM had operated at the Tivoli Brasserie in Oudenbosch since 2014. Thieves stole only the bitcoin machine, and nothing else.\n\nHerman Vissia, owner of the machine said: “Bitcoins are virtual coins, so I think it’s logical that they do not get out of the machine. They would have thought they hit a jackpot with a full-blown machine.”\n\nCustomers buy BTC by feeing paper cash in the machine, so it’s possible that’s what the thieves were really after. Still, bitcoin ATMs don’t process the kind of transaction volumes bank machines do — even in cash, the takings were probably not worth the physical effort.\n\nThe ATM was run by Byecoin, a popular bitcoin ATM operator. The company has two available machines, one at Oudenbosch (which got stolen) and the other at Eindhoven. Vissia said “What an idiot”, referring to the actions of the thieves. He found the whole act foolish, and had a laugh over it, according to the local press.\n\nVissia believes it would take three people to lift the Lamassu machine — as it weighs around 265 lbs (120 kg). Hence, he is certain that three or more robbers carried out the theft.\n\nAlong with regular people, all types of criminals are gaining interest in cryptocurrencies. Physical theft is a new addition to the existing long list of hackers, phishing websites, investment scams, and dummy wallets that aim to steal bitcoin and other digital currencies.\n\nSince bitcoins don’t exist in the physical world, they’re actually much harder to steal than cash, gold or diamonds. Muggings associated with local P2P trades are more likely to involve victims being relieved of hard cash, than BTC.\n\nIn Vissia’s opinion, the thieves would have completely dismantled the bitcoin ATM. He said: “They will have broken it completely to get the contents out.” He added, “At the new vending machine they place a sign which will read — There are no bitcoins in here!”\n\nBitcoin ATMs are often connected online to a third-party exchange — the machine itself does not hold the private keys. Even if they did, cracking the machine open wouldn’t give you access to them.\n\nA similar incident occurred in India just a couple of months before. The thieves, who possibly couldn’t read, actually stole a passbook printing machine instead of ATM.\n\nEither the Dutch thieves were foolish too, or they were after the cash — which they could have probably stolen much easier elsewhere. These capers are reminiscent of the notorious scene in Breaking Bad, where two drug addicts haul a bank ATM to their living room but are unable to open it. It ends gruesomely.\n\n« Bitcoin Price Projected to Reach $12,000 After Earth-Shattering Rally\n\nDemystifying Ethereum: Beyond Byzantium »\n\nTagged With: Bitcoin ATM Bitcoin Crime crime Netherlands\n\nBitcoin Uncensored Reunites for a One-Time Interview with Peter McCormack\n\nBinance Hacked, Suspends all Withdrawals After 7,074 BTC Leaves Hot Wallet\n\nBitcoin Price Continues Rising, More Support Needed to Continue Rally\n\nAkshay is a founder of RankLane, a Digital Marketing Agency. Being an SEO consultant he loves to write and speak on Digital Marketing, Cryptocurrency and Latest Technologies. Hit him up on Twitter @axymak for a quick chat.\n\nBitcoin Uncensored Reunites for a One-Time Interview....\n\nTokens as Marketing Tools: Zilla Creates ‘Faucet-as-a-Service’\n\nUbitquity Crowdfund a Landmark Event for SeedInvest....", + "chars": 3949, + "sha256": "a0d73d2d35812d243ec41df7c0a0cb9c6909d4b7d02502eef6685e726f83dee7", "staged_file": "01_web-archive-org.txt", - "paragraphs_kept": "ALL 30 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 5-29 excl [6, 19] of 30", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:56:50+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 5-29 plus headline [0]; dropped 4 leading and 0 trailing paragraphs and 2 interior furniture line(s). Case-term hits on page: 40.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "9": [ @@ -8338,130 +10155,152 @@ "verdict": "BLOCKED", "url": "https://www.toronto.com/news-story/6810325-toronto-police-arrest-teens-in-string-of-bitcoin-related-robberies/", "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such", + "archive_tried": "2026-09-05T13:32:55+00:00", + "archive_note": "Wayback snapshot 20211127082536 extracted to only 80 chars (page needs a browser to render)", + "archive_url": "http://web.archive.org/web/20211127082536/https://www.toronto.com/news-story/6810325-toronto-police-arrest-teens-in-string-of-bitcoin-related-robberies/" } ], "8": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.sun-sentinel.com/2016/07/27/boynton-beach-man-accused-of-robbing-28k-in-bitcoins-deal-deputies-say/", "source": "sun-sentinel.com", "language": "unknown", - "text": "Boynton Beach man accused of robbing $28K in Bitcoins deal, deputies say – Sun Sentinel\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n \n\n \n\n\n Skip to content\n\nPUBLISHED: July 27, 2016 at 5:02 PM EDT | UPDATED: June 10, 2018 at 2:46 PM EDT\n\nGetting your Trinity Audio player ready...\n\nA man thought his $28,000 business transaction around midnight in the parking lot of a West Palm Beach Boston Market would go smoothly. Instead, it ended in armed robbery, according to a Palm Beach Sheriff’s arrest report.\n\nDeputies arrested Andre Allen, 34, of West Boynton as one of two men involved in the robbery.\n\nThe incident happened early Monday when Steve Manos, 32, of Lake Worth, met with two men, whom, he told deputies, he had done business with several times before. He wanted to exchange $28,000 in cash for Bitcoins, a digital currency for online transactions.\n\nThe exchange took place outside the restaurant at 2024 Military Trail. One of the men got into the front passenger seat of Manos’ car, while the second man sat behind Manos, according to the report.\n\nManos handed over 28 bundles of $1,000 in a gift bag. The front seat passenger took out a laptop to finish the exchange, but he also pulled out a knife. He pressed it to Manos’ chest, Manos told deputies.\n\nManos told the men to just take the money and leave. But a struggle ensued as the backseat passenger tried to grab Manos’ gun out of the driver’s door pocket.\n\nThe two robbers ran with the money. Manos chased them, but couldn’t keep up, the report said. The suspects got into a Acura, and sped off.\n\nManos gave deputies a phone number he had used to contact one of the suspects to set up previous transactions. The deputies linked that number to Allen, and Manos picked him out of a photo lineup, according to the report.\n\nDeputies arrested Allen the next day. He faces armed robbery, burglary and battery charges and is being held in Palm Beach County Jail on $31,000 bond.\n\nasacasa@sunsentinel.com, 561-243-6607 or Twitter & Instagram @adamsacasa", - "chars": 2082, - "sha256": "cf40d4be0a6e7d259ff767ad786e5eb81fb3501537b8d2cb7499818178bda3f1", + "text": "Boynton Beach man accused of robbing $28K in Bitcoins deal, deputies say – Sun Sentinel\n\nGetting your Trinity Audio player ready...\n\nA man thought his $28,000 business transaction around midnight in the parking lot of a West Palm Beach Boston Market would go smoothly. Instead, it ended in armed robbery, according to a Palm Beach Sheriff’s arrest report.\n\nDeputies arrested Andre Allen, 34, of West Boynton as one of two men involved in the robbery.\n\nThe incident happened early Monday when Steve Manos, 32, of Lake Worth, met with two men, whom, he told deputies, he had done business with several times before. He wanted to exchange $28,000 in cash for Bitcoins, a digital currency for online transactions.\n\nThe exchange took place outside the restaurant at 2024 Military Trail. One of the men got into the front passenger seat of Manos’ car, while the second man sat behind Manos, according to the report.\n\nManos handed over 28 bundles of $1,000 in a gift bag. The front seat passenger took out a laptop to finish the exchange, but he also pulled out a knife. He pressed it to Manos’ chest, Manos told deputies.\n\nManos told the men to just take the money and leave. But a struggle ensued as the backseat passenger tried to grab Manos’ gun out of the driver’s door pocket.\n\nThe two robbers ran with the money. Manos chased them, but couldn’t keep up, the report said. The suspects got into a Acura, and sped off.\n\nManos gave deputies a phone number he had used to contact one of the suspects to set up previous transactions. The deputies linked that number to Allen, and Manos picked him out of a photo lineup, according to the report.\n\nDeputies arrested Allen the next day. He faces armed robbery, burglary and battery charges and is being held in Palm Beach County Jail on $31,000 bond.", + "chars": 1791, + "sha256": "2c7dd5b7a2889e27f0824f45105fa2904619afd3b65f4eb80330245243e57cd0", "staged_file": "01_sun-sentinel-com.txt", - "paragraphs_kept": "ALL 67 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 56-65 of 67", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:56:57+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 56-65 plus headline [0]; dropped 55 leading and 1 trailing paragraphs. Case-term hits on page: 17.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "7": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://kauno.diena.lt/naujienos/kaunas/nusikaltimai-ir-nelaimes/ne-bernvakario-pokstas-kaune-buvo-pagrobtas-bitkoinu-prekeivis-827044", "source": "kauno.diena.lt", "language": "unknown", - "text": "Kaune pagrobtam bitkoinų prekeiviui grasinta išdurti akis\n \n\n\n \n \n\n \n\n\n\n\n \n \n \n \n Pereiti į pagrindinį turinį\n\nKaune pagrobtam bitkoinų prekeiviui grasinta išdurti akis\n\n /\n Scanpix nuotr.\n\nKai mokėjimo kortelė peržengia banko ribas: naujas verslo santykis su klientu\n\n„Cosmoway“ plečiasi: tarptautinė karjera dirbant Kaune\n\nDundulis: konkurentai pirkėjui davė signalą, kur nusipirkti šviežiausios mėsos\n\nVėluojančias Pigu.lt finansines ataskaitas lydi nerimą keliančios audito išvados\n\nEuropa ir JAV: kalbėtojų aljansas su darytojais\n\nPrenumeruokite ir gaukite tik pačius įdomiausius straipsnius el. paštu!\n\nNepatvirtintais duomenimis, tąsyk buvo pasikėsinta į 29-erių metų kaunietį Tadą Kasputį. Kaip įtariama, kauniečiai E. J., R. G., M. Š. ir Š. P. liepos 11 d. prie Kaune, Kaunakiemio g., esančios automobilių plovyklos, panaudodami fizinį smurtą, įstūmė nukentėjusįjį į automobilį ,,Ford Transit”, surakino jam rankas ir, pavežę kiek tolėliau, persodino jį į kitą automobilį, kuriame uždėjo ant akių kepurę ir iki paryčių važiojo po Kauno apylinkes.\n\nĮtariama, kad pagrobėjai vertė T. Kasputį pervesti 52 bitkoinus (104 tūkst. eurų), tačiau kai jiems nepavyko gauti prisijungimo duomenų, pareikalavo 300 tūkst. eurų. Jie, kaip įtariama, grasino savo aukai išdurti akis, ant kuolo pasmeigti jo vaikus ar sunaikinti turtą – sudeginti automobilį.\n\nĮtariamieji iš nukentėjusiojo pagrobė kuprinę, kurioje buvo mobiliojo ryšio telefonas, kompiuteris, grynųjų pinigų, įvairių dokumentų ir mokėjimo kortelių. Be to, pasisavino 10 tūkst. eurų vertės rankinį laikrodį, panašiai kainuojančią auksinę apyrankę. Padaryta žala siekia beveik 27 tūkst. eurų.\n\nTeismas, atsižvelgdamas, kad E. J., R. G. ir M. Š. anksčiau yra teisti, kai kurie turi ryšių užsienyje, todėl gali bėgti arba slėptis, jiems skyrė vieno mėnesio suėmimo laikotarpį. Š. P. skirtas trumpesnis – 15 parų suėmimo terminas, nes buvo atsižvelgta į jam pateiktų įtarimų apimtį, šiuo metu turimus ikiteisminio tyrimo rezultatus ir tai, kad šis įtariamasis turi šeimą, darbą ir pastovią gyvenamąją vietą. Dėl minėtų priežasčių skirtas trumpesnis suėmimo terminas, nei prašė prokurorė.\n\nŠias nutartis per 20 dienų galima skųsti Kauno apygardos teismui.\n\n33 ir 29 metų įtariamieji buvo sulaikyti Laisvės alėjoje. Už įvairius nusikaltimus ne kartą teisti vyrai gyveno Kaune. Kitas jų kompanionas sulaikytas Šauklių gatvėje. 43 metų vyras taip pat patyręs Temidės rimbą – teistas kitose ES šalyse. Vyriausias 50 metų pagrobėjų kompanijos atstovas sulaikytas prie savo namų Garliavoje. Sulaikymo operacija truko kelių valandų intervalu.\n\nNeteisėtas laisvės atėmimas, turto prievartavimas, vagystė, machinacijos su elektroninėmis mokėjimo priemonėmis – tokie įtarimai papuoš keturių sulaikytųjų biografiją. Jiems gresia laisvės atėmimas iki dešimties metų.\n\nTarptautinį tyrimą apie nutekėjusius Panamos kompanijos \"Mossack Fonseca\" dokumentus koordinuojančio tiriamosios žurnalistikos centro \"International Consortium of Investigative Journalists\" duomenų bazėje rasite ir kaunietį T. Kasputį. Jis yra vienas iš Jungtinėje Karalystėje registruotos įmonės \"Kaduceo LLP\" savininkų. Beje, tai patvirtinantys duomenys britų registre vieši ir prieinami ir be \"Mossack Fonseca\" dokumentų.\n\nT.Kasputis specializuotoje žiniasklaidoje tituluojamas bitkoinų sukčiumi. Portalas siliconangle.com skelbia, esą kaunietis susijęs ne su viena afera, vykdyta pasitelkiant virtualią valiutą. Lietuvis siejamas su ne viena žlugusia bitkoinų prekybos sistema, esą nusavinusia ja besinaudojusių klientų pinigus. Portalas tvirtina, esą T.Kasputis su bendrininkais taip galbūt pasisavino milijonus dolerių.\n\n15min.lt pavyko susisiekti su T.Kaspučiu. Jis patvirtino esąs siliconangle.com personažas, tačiau pareiškė, esą šis portalas jį šantažuoja. \"Jie šantažuoja mane tiesiog. Ten melagingas straipsnis. Jeigu pastebėjote, daugiau nefigūruoja, kituose portaluose, panašūs straipsniai\", – kalbėjo T.Kasputis.\n\nVerslininkas tikina nesąs susijęs su jokiomis siliconangle.com aprašomomis aferomis. \"Kažkas piktas ant manęs gal\", – svarstė pašnekovas. \"Būtų labai gerai, jeigu tai būtų tiesa. Būčiau milijonierius\", – pridūrė jis.\n\nKaunietis taip pat patvirtino su partneriais per \"Mossack Fonseca\" įsteigęs \"Kaduceo LLP\". Tačiau, anot verslininko, įmonė realios veiklos nevykdė. \"Jinai nevykdo jokios veiklos. Užregistravo kolega ir viskas\", – sakė T.Kasputis. Kokia veikla turėjo verstis \"Kaduceo LLP\", jis atsisakė atskleisti.\n\n„Megos“ lankytojams – nauja „Gintarinė vaistinė“ su skiepų kabinetu ir specialistų konsultacijomis\n\nĮ „Megos“ akvariumą grįžta rykliai: pirmoji gyventoja į Kauną atkeliavo iš Indonezijos\n\nAtgal į mokyklą: ką verta įsigyti prieš naujus mokslo metus?\n\nNaujasis „Grušo3“ projektas Šilainiuose: išskirtinis dizainas ir tobula vieta\n\nDainavoje kyla nauji daugiabučiai namai „Du kaimynai“\n\nProjektas „Du pušynai“: naujos statybos namai prie Kauno marių", - "chars": 4900, - "sha256": "81bc833bf7dbcca8bcd91b5ac6745a9a723586bad706a6675206257d14a8c85b", + "text": "Kaune pagrobtam bitkoinų prekeiviui grasinta išdurti akis\n \n\nPrenumeruokite ir gaukite tik pačius įdomiausius straipsnius el. paštu!\n\nNepatvirtintais duomenimis, tąsyk buvo pasikėsinta į 29-erių metų kaunietį Tadą Kasputį. Kaip įtariama, kauniečiai E. J., R. G., M. Š. ir Š. P. liepos 11 d. prie Kaune, Kaunakiemio g., esančios automobilių plovyklos, panaudodami fizinį smurtą, įstūmė nukentėjusįjį į automobilį ,,Ford Transit”, surakino jam rankas ir, pavežę kiek tolėliau, persodino jį į kitą automobilį, kuriame uždėjo ant akių kepurę ir iki paryčių važiojo po Kauno apylinkes.\n\nĮtariama, kad pagrobėjai vertė T. Kasputį pervesti 52 bitkoinus (104 tūkst. eurų), tačiau kai jiems nepavyko gauti prisijungimo duomenų, pareikalavo 300 tūkst. eurų. Jie, kaip įtariama, grasino savo aukai išdurti akis, ant kuolo pasmeigti jo vaikus ar sunaikinti turtą – sudeginti automobilį.\n\nĮtariamieji iš nukentėjusiojo pagrobė kuprinę, kurioje buvo mobiliojo ryšio telefonas, kompiuteris, grynųjų pinigų, įvairių dokumentų ir mokėjimo kortelių. Be to, pasisavino 10 tūkst. eurų vertės rankinį laikrodį, panašiai kainuojančią auksinę apyrankę. Padaryta žala siekia beveik 27 tūkst. eurų.\n\nTeismas, atsižvelgdamas, kad E. J., R. G. ir M. Š. anksčiau yra teisti, kai kurie turi ryšių užsienyje, todėl gali bėgti arba slėptis, jiems skyrė vieno mėnesio suėmimo laikotarpį. Š. P. skirtas trumpesnis – 15 parų suėmimo terminas, nes buvo atsižvelgta į jam pateiktų įtarimų apimtį, šiuo metu turimus ikiteisminio tyrimo rezultatus ir tai, kad šis įtariamasis turi šeimą, darbą ir pastovią gyvenamąją vietą. Dėl minėtų priežasčių skirtas trumpesnis suėmimo terminas, nei prašė prokurorė.\n\nŠias nutartis per 20 dienų galima skųsti Kauno apygardos teismui.\n\n33 ir 29 metų įtariamieji buvo sulaikyti Laisvės alėjoje. Už įvairius nusikaltimus ne kartą teisti vyrai gyveno Kaune. Kitas jų kompanionas sulaikytas Šauklių gatvėje. 43 metų vyras taip pat patyręs Temidės rimbą – teistas kitose ES šalyse. Vyriausias 50 metų pagrobėjų kompanijos atstovas sulaikytas prie savo namų Garliavoje. Sulaikymo operacija truko kelių valandų intervalu.\n\nNeteisėtas laisvės atėmimas, turto prievartavimas, vagystė, machinacijos su elektroninėmis mokėjimo priemonėmis – tokie įtarimai papuoš keturių sulaikytųjų biografiją. Jiems gresia laisvės atėmimas iki dešimties metų.\n\nTarptautinį tyrimą apie nutekėjusius Panamos kompanijos \"Mossack Fonseca\" dokumentus koordinuojančio tiriamosios žurnalistikos centro \"International Consortium of Investigative Journalists\" duomenų bazėje rasite ir kaunietį T. Kasputį. Jis yra vienas iš Jungtinėje Karalystėje registruotos įmonės \"Kaduceo LLP\" savininkų. Beje, tai patvirtinantys duomenys britų registre vieši ir prieinami ir be \"Mossack Fonseca\" dokumentų.\n\nT.Kasputis specializuotoje žiniasklaidoje tituluojamas bitkoinų sukčiumi. Portalas siliconangle.com skelbia, esą kaunietis susijęs ne su viena afera, vykdyta pasitelkiant virtualią valiutą. Lietuvis siejamas su ne viena žlugusia bitkoinų prekybos sistema, esą nusavinusia ja besinaudojusių klientų pinigus. Portalas tvirtina, esą T.Kasputis su bendrininkais taip galbūt pasisavino milijonus dolerių.\n\n15min.lt pavyko susisiekti su T.Kaspučiu. Jis patvirtino esąs siliconangle.com personažas, tačiau pareiškė, esą šis portalas jį šantažuoja. \"Jie šantažuoja mane tiesiog. Ten melagingas straipsnis. Jeigu pastebėjote, daugiau nefigūruoja, kituose portaluose, panašūs straipsniai\", – kalbėjo T.Kasputis.\n\nVerslininkas tikina nesąs susijęs su jokiomis siliconangle.com aprašomomis aferomis. \"Kažkas piktas ant manęs gal\", – svarstė pašnekovas. \"Būtų labai gerai, jeigu tai būtų tiesa. Būčiau milijonierius\", – pridūrė jis.\n\nKaunietis taip pat patvirtino su partneriais per \"Mossack Fonseca\" įsteigęs \"Kaduceo LLP\". Tačiau, anot verslininko, įmonė realios veiklos nevykdė. \"Jinai nevykdo jokios veiklos. Užregistravo kolega ir viskas\", – sakė T.Kasputis. Kokia veikla turėjo verstis \"Kaduceo LLP\", jis atsisakė atskleisti.\n\n„Megos“ lankytojams – nauja „Gintarinė vaistinė“ su skiepų kabinetu ir specialistų konsultacijomis\n\nĮ „Megos“ akvariumą grįžta rykliai: pirmoji gyventoja į Kauną atkeliavo iš Indonezijos\n\nAtgal į mokyklą: ką verta įsigyti prieš naujus mokslo metus?", + "chars": 4227, + "sha256": "05909d404390349fe9c65c59bc50bf543839f93e7034714d085f0dcabefc1e93", "staged_file": "01_kauno-diena-lt.txt", - "paragraphs_kept": "ALL 31 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 12-27 of 31", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:56:59+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 12-27 plus headline [0]; dropped 11 leading and 3 trailing paragraphs. Case-term hits on page: 4.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "6": [ { "field": "url", - "verdict": "BLOCKED", + "verdict": "KEEP", "url": "https://www.ad.nl/binnenland/dieven-stelen-2000-euro-uit-bitcoinautomaat-in-delft~a315113e/", - "source": null, - "note": "raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such" + "source": "ad.nl", + "language": "unknown", + "text": "Dieven stelen 2000 euro uit bitcoinautomaat in Delft | Binnenland | AD.nl\n\nDieven hebben maandagnacht 'zijn' bitcoin wisselautomaat ontvreemd uit stadscafé De Waag aan de Markt. Klanten van het café konden in de automaat hun bankbiljetten omwisselen voor virtuele bitcoins, waarmee onder meer aan de bar betaald kon worden. In het apparaat zat ten tijde van de diefstal zo'n 2000 euro aan bankbiljetten.\n\n,,De dieven hebben er behoorlijk wat moeite voor moeten doen,'' zegt directeur Robert Nederhoed van leverancier Bitmymoney. ,,De automaat van 50 kilo zat verankerd aan de grond en de muur, maar dat was kennelijk geen belemmering.'' De diefstal was een gerichte slag, betoogt hij. \"Uit de rest van het café is niets meegenomen. De inbrekers kwamen alleen voor de automaat.''\n\nDe ondernemer denkt niet dat er snel weer een automaat terugkomt. \"Het apparaat is meer als ludiek geintje bedoeld. Wel een duur geintje, want een nieuwe kost me al gauw 4000 euro. Ik denk niet dat het die investering waard is.''\n\nWie zelf eens wil experimenteren met bitcoins moet zijn ogen en oren goed de kost geven. Nederhoed looft 10 bitcoins uit voor een tip die leidt naar de opsporing van de automaat.\n\n

Iemand onze #Bitcoin ATM al tegengekomen? Er staat een beloning oh terugvinden! #Delft #AboutTheOtherNight #10BTC pic.twitter.com/CEOxn9Ywfd", + "chars": 1694, + "sha256": "c7cfb5df085a52df966fdd94310963fedfab2f5feffdf4d75de6744150dec3af", + "staged_file": "01_ad-nl-wayback.txt", + "paragraphs_kept": "headline [0] + 3-7 of 38", + "method": "Wayback Machine snapshot 20211002025305, deterministic extraction", + "fetched_at": "2026-09-05T13:32:59+00:00", + "http": null, + "archive_url": "http://web.archive.org/web/20211002025305/https://www.ad.nl/binnenland/dieven-stelen-2000-euro-uit-bitcoinautomaat-in-delft~a315113e/", + "snapshot": "20211002025305", + "note": "live URL was BLOCKED on the first pass; text comes from an archived copy dated 2021-10-02", + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 3-7 plus headline [0]; dropped 2 leading and 30 trailing paragraphs. Case-term hits on page: 7.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "5": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.cnbc.com/2015/06/05/new-york-city-man-robbed-at-gunpoint-for-bitcoin.html", "source": "cnbc.com", "language": "unknown", - "text": "New York City man robbed at gunpoint for ... bitcoin?\n\nPut up your hands and start typing your PIN!\n\nA New York man was robbed at gunpoint of $1,100 worth of bitcoin, police told CNBC.com on Friday.\n\nThe case is strongly similar to at least one other robbery in the Big Apple involving the digital currency earlier this year.\n\nThe latest combination street-cyber crime occurred at around 11:30 a.m. on May 27 in the Crown Heights section of Brooklyn.\n\nThe 28-year-old victim told police he went to a street corner there to meet a man who had answered his Craigslist.com ad offering bitcoins for sale, police said.\n\nThe purported buyer then led the victim to a car to complete the purchase, where another man sitting in the backseat pulled a gun and ordered the victim to electronically transfer the bitcoins to the thieves, cops said.\n\nRead MoreBitcoin needs more consumer protection\n\nAfter the victim sent the bitcoins, the thugs then took the victim's cellphone, and drove off, according to police. The victim then called 911.\n\n\"It's still under investigation,\" said the police spokeswoman. She said there was no surveillance video footage of the virtual money stickup available.\n\nIn February, the New York Observer reported quoted a bitcoin dealer named Dean Katz, who described how he had been robbed at gunpoint by a man in Queens who had arranged to meet him to buy bitcoin so the man could gamble on the Super Bowl. Katz said he was forced to transfer $8,500 worth of bitcoin and also was robbed of $3,500 in cash.\n\nNew York police on Friday gave additional details about that Jan. 22 robbery of Katz. They said he entered a car containing two other men at about 1:50 a.m. that morning to complete the sale.\n\n\"He was held at gunpoint and the suspects requested his Samsung phone and money,\" police said. Katz then got out of the car, and the suspects fled, cops said.\n\nRead MoreBitcoin gets a rival—how will it fare?\n\nNo arrests have been made in Katz's case.\n\nKatz also told the Observer he has heard from other bitcoin traders about additional strong-arm robberies of the digital currency as well as the use of counterfeit cash to buy bitcoin.\n\nThe Observer article said that a New York City firefighter had been stabbed during a robbery of bitcoins that he had agreed to sell. But police on Friday told CNBC that that robbery, which occurred on Feb. 9, \"is not bitcoin related.\" The firefighter's credit card and PIN number were stolen, and he was stabbed in the arm, police said.\n\nChoose CNBC as your preferred source on Google and never miss a moment from the most trusted name in business news.", - "chars": 2607, - "sha256": "6329ca4d532ecb01a11e8a517519bcc75875d65e0e9d4b41e9d48efdf273202a", + "text": "New York City man robbed at gunpoint for ... bitcoin?\n\nPut up your hands and start typing your PIN!\n\nA New York man was robbed at gunpoint of $1,100 worth of bitcoin, police told CNBC.com on Friday.\n\nThe case is strongly similar to at least one other robbery in the Big Apple involving the digital currency earlier this year.\n\nThe latest combination street-cyber crime occurred at around 11:30 a.m. on May 27 in the Crown Heights section of Brooklyn.\n\nThe 28-year-old victim told police he went to a street corner there to meet a man who had answered his Craigslist.com ad offering bitcoins for sale, police said.\n\nThe purported buyer then led the victim to a car to complete the purchase, where another man sitting in the backseat pulled a gun and ordered the victim to electronically transfer the bitcoins to the thieves, cops said.\n\nAfter the victim sent the bitcoins, the thugs then took the victim's cellphone, and drove off, according to police. The victim then called 911.\n\n\"It's still under investigation,\" said the police spokeswoman. She said there was no surveillance video footage of the virtual money stickup available.\n\nIn February, the New York Observer reported quoted a bitcoin dealer named Dean Katz, who described how he had been robbed at gunpoint by a man in Queens who had arranged to meet him to buy bitcoin so the man could gamble on the Super Bowl. Katz said he was forced to transfer $8,500 worth of bitcoin and also was robbed of $3,500 in cash.\n\nNew York police on Friday gave additional details about that Jan. 22 robbery of Katz. They said he entered a car containing two other men at about 1:50 a.m. that morning to complete the sale.\n\n\"He was held at gunpoint and the suspects requested his Samsung phone and money,\" police said. Katz then got out of the car, and the suspects fled, cops said.\n\nNo arrests have been made in Katz's case.\n\nKatz also told the Observer he has heard from other bitcoin traders about additional strong-arm robberies of the digital currency as well as the use of counterfeit cash to buy bitcoin.\n\nThe Observer article said that a New York City firefighter had been stabbed during a robbery of bitcoins that he had agreed to sell. But police on Friday told CNBC that that robbery, which occurred on Feb. 9, \"is not bitcoin related.\" The firefighter's credit card and PIN number were stolen, and he was stabbed in the arm, police said.\n\nChoose CNBC as your preferred source on Google and never miss a moment from the most trusted name in business news.", + "chars": 2509, + "sha256": "cc71cd682ef6839d1d1bf4f60d19df3c1a4c8c2028401dd97906dc7844d4703a", "staged_file": "01_cnbc-com.txt", - "paragraphs_kept": "ALL 18 paragraphs, untrimmed", + "paragraphs_kept": "0-17 excl [7, 13] of 18", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:57:03+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 0-17; dropped 0 leading and 0 trailing paragraphs and 2 interior furniture line(s). Case-term hits on page: 9.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "4": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "http://observer.com/2015/02/bitcoin-crime-wave-breaks-out-in-nyc/", "source": "observer.com", "language": "unknown", - "text": "Bitcoin Crime Wave Breaks Out in NYC | | Observer\n\nBitcoin, the technology that’s meant to revolutionize the way we think of money, is simultaneously revolutionizing the way we get mugged.\n\nA New York City firefighter named Dwayne Richards was recently held up, stabbed and robbed by thieves who were after his bitcoin, the Observer has learned. From what we’ve discovered, Mr. Richards, who is a firefighter in lower Manhattan, was mugged and left bleeding after meeting the robbers under the pretense of exchanging bitcoin for cash in Williamsburg, Brooklyn. He’s alive, well, and refusing comment.\n\nTypically, when we hear of bitcoin-related crimes, it’s a white-collar affair—millions of dollars going missing from an overseas exchange, or a plucky enthusiast finding himself in an international money-laundering scheme.\n\nBut robbing someone of his bitcoin in person can be an astonishingly effective way to make off with vast sums of capital quickly and untraceably. And Mr. Richards is far from the first to fall victim to bitcoin-related brutality.\n\nDean Katz is a one-man bitcoin exchange. Every day, he drives around New York buying and selling bitcoin, on call to a large customer base. He’s like a weed delivery guy, only instead of delivering drugs, he’s bringing people the future of financial transactions.\n\nOne day, he received a call from someone who had heard about his services, either online or through a referral, who wanted to visit him out in Queens at a secure location.\n\n“He called because he wanted to gamble during the Super Bowl, which is pretty common,” Mr. Katz told the Observer.\n\nWhen the person arrived, he held Mr. Katz up at gunpoint and forced him to transfer $8,500 worth of bitcoin. Then, the robber took $3,500 in cash and split.\n\n'Right now, it’s like the Wild West,' Mr. Katz said, 'and stagecoach robberies are going to happen.'\n\nMr. Katz reported the incident to the police, and he’s heard from a number of people also who trade bitcoin in person that there have been other incidents. Some of the occurrences have been physical robberies, others have just involved the use of counterfeit money—which as a hustling entrepreneur, Mr. Katz considers just as offensive.\n\nBitcoin may be a digital currency, but trading it in person is still one of the fastest and most reliable ways to exchange it. Signing on and having your account verified with an exchange can take weeks, and if you’re new to using cryptocurrencies, it’s helpful to have someone knowledgeable over your shoulder to walk you through the process.\n\nAlso, having someone with you in person is, ironically, a safer way to transact. It allows you to monitor the transaction and adds a layer of trust. Again, bitcoin is so new to so many people, there are plenty of creative ways to defraud people online. It accounts for why LocalBitcoins, a platform for finding people to do business with in your area, is one of the largest trading platforms in the world.\n\nBut if the person you’re dealing with turns on you, you’ll find all of the benefits of bitcoin turning on you, too.\n\nThe best thing about bitcoin is that you can move vast sums of money nearly instantly without needing to go through a bank or centralized, governing body for approval or monitoring. But one thing banks are good at is dealing with thieves.\n\nIf someone held you up at gunpoint and made you wire your money from a bank account, a bank would be able to see the receiving account and, in most cases, link it to the person who goes to collect from that account. Bitcoin isn’t exactly anonymous, per se, but a thief who is smart and careful enough can make it nearly impossible to be linked to an account once he’s received his payload.\n\nNew York State is currently working on controversial legislation to legitimize and regulate bitcoin without totally clipping its wings as a revolutionary tool. Mr. Katz says that he hopes there will eventually be physical, centralized exchanges and centers where bitcoin can be traded in safe, public forums. Until then, he simply has to watch his back.\n\n“Right now, it’s like the Wild West,” Mr. Katz said, “and stagecoach robberies are going to happen.”\n\nFiled Under:\n Cryptocurrency, News & Politics, Politics, Business, Bitcoin, NYPD, New York\n\nSEE ALSO: Why Elon Musk Is Giving Zelenskyy the Silent Treatment Over Ukraine’s Starlink Plea\n\nWe noticed you're using an ad blocker.\n\nWe get it: you like to have control of your own internet experience.\n\nBut advertising revenue helps support our journalism.\n\nTo read our full stories, please turn off your ad blocker.\n\nWe'd really appreciate it.\n\nHow Do I Whitelist Observer?\n\nBelow are steps you can take in order to whitelist Observer.com on your browser:\n\nClick the AdBlock button on your browser and select Don't run on pages on this domain.\n\nClick the AdBlock Plus button on your browser and select Enabled on this site.\n\nClick the AdBlock Plus button on your browser and select Disable on Observer.com.", - "chars": 4967, - "sha256": "2f6a40e26ccd8a7054b20e0c51d266d0691fe0546d87a00511a3f3275c73a59e", + "text": "Bitcoin Crime Wave Breaks Out in NYC | | Observer\n\nBitcoin, the technology that’s meant to revolutionize the way we think of money, is simultaneously revolutionizing the way we get mugged.\n\nA New York City firefighter named Dwayne Richards was recently held up, stabbed and robbed by thieves who were after his bitcoin, the Observer has learned. From what we’ve discovered, Mr. Richards, who is a firefighter in lower Manhattan, was mugged and left bleeding after meeting the robbers under the pretense of exchanging bitcoin for cash in Williamsburg, Brooklyn. He’s alive, well, and refusing comment.\n\nTypically, when we hear of bitcoin-related crimes, it’s a white-collar affair—millions of dollars going missing from an overseas exchange, or a plucky enthusiast finding himself in an international money-laundering scheme.\n\nBut robbing someone of his bitcoin in person can be an astonishingly effective way to make off with vast sums of capital quickly and untraceably. And Mr. Richards is far from the first to fall victim to bitcoin-related brutality.\n\nDean Katz is a one-man bitcoin exchange. Every day, he drives around New York buying and selling bitcoin, on call to a large customer base. He’s like a weed delivery guy, only instead of delivering drugs, he’s bringing people the future of financial transactions.\n\nOne day, he received a call from someone who had heard about his services, either online or through a referral, who wanted to visit him out in Queens at a secure location.\n\n“He called because he wanted to gamble during the Super Bowl, which is pretty common,” Mr. Katz told the Observer.\n\nWhen the person arrived, he held Mr. Katz up at gunpoint and forced him to transfer $8,500 worth of bitcoin. Then, the robber took $3,500 in cash and split.\n\n'Right now, it’s like the Wild West,' Mr. Katz said, 'and stagecoach robberies are going to happen.'\n\nMr. Katz reported the incident to the police, and he’s heard from a number of people also who trade bitcoin in person that there have been other incidents. Some of the occurrences have been physical robberies, others have just involved the use of counterfeit money—which as a hustling entrepreneur, Mr. Katz considers just as offensive.\n\nBitcoin may be a digital currency, but trading it in person is still one of the fastest and most reliable ways to exchange it. Signing on and having your account verified with an exchange can take weeks, and if you’re new to using cryptocurrencies, it’s helpful to have someone knowledgeable over your shoulder to walk you through the process.\n\nAlso, having someone with you in person is, ironically, a safer way to transact. It allows you to monitor the transaction and adds a layer of trust. Again, bitcoin is so new to so many people, there are plenty of creative ways to defraud people online. It accounts for why LocalBitcoins, a platform for finding people to do business with in your area, is one of the largest trading platforms in the world.\n\nBut if the person you’re dealing with turns on you, you’ll find all of the benefits of bitcoin turning on you, too.\n\nThe best thing about bitcoin is that you can move vast sums of money nearly instantly without needing to go through a bank or centralized, governing body for approval or monitoring. But one thing banks are good at is dealing with thieves.\n\nIf someone held you up at gunpoint and made you wire your money from a bank account, a bank would be able to see the receiving account and, in most cases, link it to the person who goes to collect from that account. Bitcoin isn’t exactly anonymous, per se, but a thief who is smart and careful enough can make it nearly impossible to be linked to an account once he’s received his payload.\n\nNew York State is currently working on controversial legislation to legitimize and regulate bitcoin without totally clipping its wings as a revolutionary tool. Mr. Katz says that he hopes there will eventually be physical, centralized exchanges and centers where bitcoin can be traded in safe, public forums. Until then, he simply has to watch his back.\n\n“Right now, it’s like the Wild West,” Mr. Katz said, “and stagecoach robberies are going to happen.”\n\nFiled Under:\n Cryptocurrency, News & Politics, Politics, Business, Bitcoin, NYPD, New York\n\nWe noticed you're using an ad blocker.\n\nWe get it: you like to have control of your own internet experience.\n\nBut advertising revenue helps support our journalism.\n\nTo read our full stories, please turn off your ad blocker.\n\nWe'd really appreciate it.\n\nHow Do I Whitelist Observer?\n\nBelow are steps you can take in order to whitelist Observer.com on your browser:", + "chars": 4621, + "sha256": "f7186789b2757f1f7e460e8a3d61a4ccc2f0f04ca7f2957a9e13b4506cfa0d3b", "staged_file": "01_observer-com.txt", - "paragraphs_kept": "ALL 30 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-26 excl [19] of 30", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:57:06+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-26 plus headline [0]; dropped 0 leading and 3 trailing paragraphs and 1 interior furniture line(s). Case-term hits on page: 12.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "3": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://bitcoinist.com/two-bitcoin-atms-stolen-amsterdam/", "source": "bitcoinist.com", "language": "unknown", - "text": "Two Bitcoin ATMs Stolen In Amsterdam | Bitcoinist.com\n\nBuy gift cards/mobile Top Ups with Cryptos\n\nWhat Is Bitcoin?\n\nWhy Use Blockchain Technology?\n\nWhat is Facebook Libra?\n\nBreaking News: The Ethereum Indicator That Never Missed A Bottom Is Signaling Again, This Time At $700\n\nTrusted Editorial content, reviewed by leading industry experts and seasoned editors. Ad Disclosure\n\nRegular, cash dispensing ATMs have been a prime target for robberies since the technology was first born. But ATMs that dispense crypto-currency have had a more peaceful existence with no reported thefts. That is, until now. Late last month, two Bitcoin ATMs were stolen from two different businesses in Amsterdam.\n\nMartijn Wismeijer, founder of the first “bitcoin atm collective,” Mr.Bitcoin, installed one of the machines that was stolen. “About two weeks ago, at Warries Thai food the door was forced and [thieves] removed the BitAccess ATM. This ATM was not owned by Mr.Bitcoin but we know the owner of the restaurant.” He went on to say, “The other ATM at Hofje van Wijs was a General Bytes unit, owned and installed by MrBitcoin. The burglars forced their way into the venue at 6:55 AM and also went for the safe, cash register and of course, the Bitcoin ATM.”\n\nAccording to Wismeijer, the owners of the restaurants contacted the police as soon as they found out. “We kept it quiet while police were doing their research […] I do not expect anything from the police, this is Amsterdam.”\n\nWhether the machines are ever returned, they will be of little value to the thieves. “The ATMs are useless as they are remotely disabled and contain no Bitcoin or other crypto. They can’t be switched on anymore as that would reveal the IP to the owner. We contacted the factory to disable the ATMs with these serials and [to] warn us if someone wants to enable them,” he said.\n\n“They will have some fiat. These belong to the individual traders. Mr.Bitcoin lost the ATMs and the locations. All crypto is secured and should the ATM be moved or disabled, the connection to the ATM host is immediately cut. We keep most of our crypto in cold storage anyway so the crypto itself was never at risk,” he said.\n\nThe robbery of the ATMs leaves only two Bitcoin ATMs remaining in Amsterdam, which are located in Cafe Kobalt and Media Markt. Mr.Bitcoin said that currently the owners of the restaurants have not ordered new bitcoin atms to replace the stolen ones and currently do not have plans to do so.\n\nMr.Bitcoin operates 11 crypto-currency ATMs in numerous European countries, including England, the Netherlands and the Czech Republic. This theft marks the first ATM ever stolen from the company.\n\nAre more Bitcoin ATMs in danger? Let us know your thoughts in the comments!\n\nEditorial Process for bitcoinist is centered on delivering thoroughly researched, accurate, and unbiased content. We uphold strict sourcing standards, and each page undergoes diligent review by our team of top technology experts and seasoned editors. This process ensures the integrity, relevance, and value of our content for our readers.\n\nSign Up for Our Newsletter!\n\nFor updates and exclusive offers enter your email.\n\nENS Proposes L2 Registry Migration To Cut Domain Costs\n\nBNB Chain Sets Lorentz Hard Fork Schedule For Mainnet\n\nEigenLayer Restaking Deposits Cross 5M ETH\n\nUniswap v4 Hook Library Adds Automated Liquidity Tools\n\nOptimism Superchain Interoperability Goes Live On Sepolia Testnet\n\nXRP Ledger AMM Amendment Reaches 80% Validator Consensus\n\nAxis Robotics Open-Sources One of the Largest Franka Arm...\n\n로빈후드 체인 타고 날아오른 아티피셜...\n\nWhat Building Atlas on BNB Chain Changes for Ordinary...\n\nConConAI ($CON) Presale Moves Closer to Phase 2 as Early...\n\n스타크웨어, 비트코인 양자 저항 거래...\n\nBitcoin news portal providing breaking news, guides, price analysis about decentralized digital money & blockchain technology.\n\n© 2026 Bitcoinist.com. All Rights Reserved.\n\n© 2025 Bitcoinist. All Rights Reserved.", - "chars": 3943, - "sha256": "a010c55ee5ee28b27daf92e5caa3331692433747167ea384b1d7c25c597ba1b6", + "text": "Two Bitcoin ATMs Stolen In Amsterdam | Bitcoinist.com\n\nRegular, cash dispensing ATMs have been a prime target for robberies since the technology was first born. But ATMs that dispense crypto-currency have had a more peaceful existence with no reported thefts. That is, until now. Late last month, two Bitcoin ATMs were stolen from two different businesses in Amsterdam.\n\nMartijn Wismeijer, founder of the first “bitcoin atm collective,” Mr.Bitcoin, installed one of the machines that was stolen. “About two weeks ago, at Warries Thai food the door was forced and [thieves] removed the BitAccess ATM. This ATM was not owned by Mr.Bitcoin but we know the owner of the restaurant.” He went on to say, “The other ATM at Hofje van Wijs was a General Bytes unit, owned and installed by MrBitcoin. The burglars forced their way into the venue at 6:55 AM and also went for the safe, cash register and of course, the Bitcoin ATM.”\n\nAccording to Wismeijer, the owners of the restaurants contacted the police as soon as they found out. “We kept it quiet while police were doing their research […] I do not expect anything from the police, this is Amsterdam.”\n\nWhether the machines are ever returned, they will be of little value to the thieves. “The ATMs are useless as they are remotely disabled and contain no Bitcoin or other crypto. They can’t be switched on anymore as that would reveal the IP to the owner. We contacted the factory to disable the ATMs with these serials and [to] warn us if someone wants to enable them,” he said.\n\n“They will have some fiat. These belong to the individual traders. Mr.Bitcoin lost the ATMs and the locations. All crypto is secured and should the ATM be moved or disabled, the connection to the ATM host is immediately cut. We keep most of our crypto in cold storage anyway so the crypto itself was never at risk,” he said.\n\nThe robbery of the ATMs leaves only two Bitcoin ATMs remaining in Amsterdam, which are located in Cafe Kobalt and Media Markt. Mr.Bitcoin said that currently the owners of the restaurants have not ordered new bitcoin atms to replace the stolen ones and currently do not have plans to do so.\n\nMr.Bitcoin operates 11 crypto-currency ATMs in numerous European countries, including England, the Netherlands and the Czech Republic. This theft marks the first ATM ever stolen from the company.", + "chars": 2340, + "sha256": "1257ded0a909059760cbb270f5a4c9774ee5125e6e051a810e66f91f0de368bb", "staged_file": "01_bitcoinist-com.txt", - "paragraphs_kept": "ALL 32 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 7-13 of 32", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:57:09+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 7-13 plus headline [0]; dropped 6 leading and 18 trailing paragraphs. Case-term hits on page: 9.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "2": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://cointelegraph.com/news/stupidity-or-greed-why-steal-bitcoin-atm", "source": "cointelegraph.com", "language": "unknown", - "text": "Stupidity or Greed? Why Steal Bitcoin ATM?\n\nWritten by Nina Lyonformer writerReviewed by Cyril Gilsonformer editor\n\nOn November 3, two robbers stole a Lamassu Bitcoin ATM at the Village Smoke Shop in Atlanta, Georgia, according to local news website Clatl.com.\n\nAccording to Atlanta’s Police Detective Scott Bowers, the thieves got away with Bitcoin ATM (also called BTM) filled with about US$2,000 as it was recently emptied. What’s more is that one of the perpetrators fired a gun shot, though luckily no one was injured.\n\nIt seems that the thieves wanted to get their hands on this machine in particular. Amanda McCollum, an employee in Midtown’s Village Smoke Shop, witnessed the crime. She saw that the suspects “walked in, went straight to [the Bitcoin ATM], took it and only it, and walked out.”\n\nHowever, stealing a Bitcoin ATM is not a good idea. While a Lamassu Bitcoin ATM itself is valued at US$7,000, the criminals would not be able to re-sell it because it is registered to the buyer with serial numbers linking them to the original owners. Moreover, no one except the owner will be able to get any bitcoins from the machines while most BTMs don’t hold a lot of cash inside as a rule.\n\nNevertheless, one must be cautious when installing a small BTM in the shop and security measures must be taken to prevent theft.\n\nCo-Founder of CoinOutlet Bitcoin ATM, Eric Grill, told Cointelegraph:\n\n“Thieves see these as machines that have a lot of cash in them just like a traditional ATM machine which obviously they are not. You need to make the machines very difficult to steal. This is exactly why having a small lightweight machine that is a vault for cash is a bad idea. One of the reasons CoinOutlet went with a large heavy model is based on years of experience with traditional ATMs where people would snatch and grab them making the almost impossible for anyone to steal. This incident is less about Bitcoin ATM. They are steel enclosures so they also aren’t easy to get into and we also have a vault inside to protect the cash.”\n\nWhile this is the first case of a BTM robbery in the US, it is not the first. In the beginning of year, Cointelegraph reported how two BTMs were stolen in Amsterdam in one swoop. One of these machines was a two-way BitAccess BTM from Thai restaurant and the second was a one-way General Bytes BATMtwo from a local cafe, which also served a dual role as the Bitcoin Embassy Amsterdam.\n\n“We will just need to be a bit more selective on where exactly to place them,” said the owner of the General Bytes BTM, Martin Wismeijer, who’s also known as Mr.Bitcoin. “On top of that, newly placed BTM’s will all be insured against theft.”\n\nCointelegraph is committed to independent, transparent journalism. This news article is produced in accordance with Cointelegraph’s Editorial Policy and aims to provide accurate and timely information. Readers are encouraged to verify information independently.\n\nBitcoin ETF inflows hit $3.8B in strongest three-week stretch of 2026\n\nBitcoin ETF inflows hit $731M, highest since January as BTC reclaims $80K\n\nBitcoin reclaims $80K as DXY falls amid continuing suspected yen intervention", - "chars": 3157, - "sha256": "ad0777df2e1cea64a8881e047417d1ed188763dc476a0139187bd98d3075a9ec", + "text": "Stupidity or Greed? Why Steal Bitcoin ATM?\n\nIt seems that the thieves wanted to get their hands on this machine in particular. Amanda McCollum, an employee in Midtown’s Village Smoke Shop, witnessed the crime. She saw that the suspects “walked in, went straight to [the Bitcoin ATM], took it and only it, and walked out.”\n\nHowever, stealing a Bitcoin ATM is not a good idea. While a Lamassu Bitcoin ATM itself is valued at US$7,000, the criminals would not be able to re-sell it because it is registered to the buyer with serial numbers linking them to the original owners. Moreover, no one except the owner will be able to get any bitcoins from the machines while most BTMs don’t hold a lot of cash inside as a rule.\n\nNevertheless, one must be cautious when installing a small BTM in the shop and security measures must be taken to prevent theft.\n\nCo-Founder of CoinOutlet Bitcoin ATM, Eric Grill, told Cointelegraph:\n\n“Thieves see these as machines that have a lot of cash in them just like a traditional ATM machine which obviously they are not. You need to make the machines very difficult to steal. This is exactly why having a small lightweight machine that is a vault for cash is a bad idea. One of the reasons CoinOutlet went with a large heavy model is based on years of experience with traditional ATMs where people would snatch and grab them making the almost impossible for anyone to steal. This incident is less about Bitcoin ATM. They are steel enclosures so they also aren’t easy to get into and we also have a vault inside to protect the cash.”\n\nWhile this is the first case of a BTM robbery in the US, it is not the first. In the beginning of year, Cointelegraph reported how two BTMs were stolen in Amsterdam in one swoop. One of these machines was a two-way BitAccess BTM from Thai restaurant and the second was a one-way General Bytes BATMtwo from a local cafe, which also served a dual role as the Bitcoin Embassy Amsterdam.\n\n“We will just need to be a bit more selective on where exactly to place them,” said the owner of the General Bytes BTM, Martin Wismeijer, who’s also known as Mr.Bitcoin. “On top of that, newly placed BTM’s will all be insured against theft.”\n\nCointelegraph is committed to independent, transparent journalism. This news article is produced in accordance with Cointelegraph’s Editorial Policy and aims to provide accurate and timely information. Readers are encouraged to verify information independently.", + "chars": 2451, + "sha256": "860f4d241ee0eff0ae1b3f00239f515f0ca172d5eb24501968645d59171b813f", "staged_file": "01_cointelegraph-com.txt", - "paragraphs_kept": "ALL 15 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 4-11 of 15", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:57:12+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 4-11 plus headline [0]; dropped 3 leading and 3 trailing paragraphs. Case-term hits on page: 10.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ], "1": [ { "field": "url", - "verdict": "UNTRIMMED", + "verdict": "KEEP", "url": "https://www.wired.com/2014/12/finney-swat/", "source": "wired.com", "language": "unknown", @@ -8469,11 +10308,12 @@ "chars": 6971, "sha256": "18f9d9c4f5d74128b1a95c4236e698e0f271ad78da78665f4d72ed3aa44d7539", "staged_file": "01_wired-com.txt", - "paragraphs_kept": "ALL 36 paragraphs, untrimmed", + "paragraphs_kept": "headline [0] + 1-35 of 36", "method": "raw HTTP retrieval, deterministic extraction", "fetched_at": "2026-09-05T12:57:14+00:00", "http": 200, - "cut_note": "NOT TRIMMED. Full page extract; trim on read-through." + "cut_note": "AUTO-TRIMMED, unreviewed: kept paragraphs 1-35 plus headline [0]; dropped 0 leading and 0 trailing paragraphs. Case-term hits on page: 15.", + "trimmed_by": "auto (propose_cuts, unreviewed)" } ] } \ No newline at end of file diff --git a/merge-output/sources/001_Hal-Finney.txt b/merge-output/sources/001_Hal-Finney.txt index be10226..371931f 100644 --- a/merge-output/sources/001_Hal-Finney.txt +++ b/merge-output/sources/001_Hal-Finney.txt @@ -26,6 +26,9 @@ DATABASE RECORD notes 1 year extorsion turned into a swatting situation has_processed_date 1 created_at 2025-11-13 05:44:45 + (flag legend: 'kidnappings' is the DETENTION flag — 1 when the victim was held against + their will at any point, tied, locked in, held at gunpoint or taken away; it is NOT the + same as the 'Kidnapping' scenario, which means taken away and held. See README, Definitions.) AI SUMMARY [generated at bulk import, NOT verified against sources] **Victim:** Hal Finney @@ -70,19 +73,19 @@ Ver, who was himself sentenced to 10 months in federal prison for illegally ship The “police have been devoting a huge amount of resources to track down peaceful people engaged in voluntary trade like Charlie Shrem and the operators of the Silk Road Market,” Ver says, “while evil hackers were busy terrorizing quadriplegic Hal Finney and his family.” ------------------------------------------------------------------------------------------------ -FETCHED ARTICLE 1 [RAW EXTRACT — NOT YET TRIMMED] - !! This is the whole page as extracted. It still contains site furniture, - !! and may contain teaser headlines for UNRELATED cases. Trim on read-through. - !! Do not quote from it without checking the passage belongs to this case. +FETCHED ARTICLE 1 [AUTO-TRIMMED — UNREVIEWED] + !! Furniture was cut by a script keyed on this case's record, not by a person. + !! It may still carry passages about OTHER cases from a round-up article. + !! The full page extract is kept in staging/ if a cut needs revisiting. Source wired.com URL https://www.wired.com/2014/12/finney-swat/ Field url Retrieved 2026-09-05T12:57:14+00:00 via raw HTTP retrieval, deterministic extraction (HTTP 200) Language unknown - Kept paragraphs ALL 36 paragraphs, untrimmed + Kept paragraphs headline [0] + 1-35 of 36 Length 6,971 chars Integrity sha256 18f9d9c4f5d74128b1a95c4236e698e0f271ad78da78665f4d72ed3aa44d7539 - Trimmed NOT TRIMMED. Full page extract; trim on read-through. + Trimmed AUTO-TRIMMED, unreviewed: kept paragraphs 1-35 plus headline [0]; dropped 0 leading and 0 trailing paragraphs. Case-term hits on page: 15. Caveat retrieved from a live page on the date above. Unlike text copied from the spreadsheet, there is no second copy to hash it against. ------------------------------------------------------------------------------------------------ diff --git a/merge-output/sources/002_Amanda-McCollum.txt b/merge-output/sources/002_Amanda-McCollum.txt index 0a518da..989b1b7 100644 --- a/merge-output/sources/002_Amanda-McCollum.txt +++ b/merge-output/sources/002_Amanda-McCollum.txt @@ -26,6 +26,9 @@ DATABASE RECORD notes A Bitcoin ATM was stolen. Seems like the suspecs were there before, asking questions about the ATM has_processed_date 1 created_at 2025-11-13 05:44:45 + (flag legend: 'kidnappings' is the DETENTION flag — 1 when the victim was held against + their will at any point, tied, locked in, held at gunpoint or taken away; it is NOT the + same as the 'Kidnapping' scenario, which means taken away and held. See README, Definitions.) AI SUMMARY [generated at bulk import, NOT verified against sources] **Victim:** Amanda McCollum @@ -98,19 +101,19 @@ While this is the first case of a BTM robbery in the US, it is not the first. In “We will just need to be a bit more selective on where exactly to place them,” said the owner of the General Bytes BTM, Martin Wismeijer, who’s also known as Mr.Bitcoin. “On top of that, newly placed BTM's will all be insured against theft.” ------------------------------------------------------------------------------------------------ -FETCHED ARTICLE 1 [RAW EXTRACT — NOT YET TRIMMED] - !! This is the whole page as extracted. It still contains site furniture, - !! and may contain teaser headlines for UNRELATED cases. Trim on read-through. - !! Do not quote from it without checking the passage belongs to this case. +FETCHED ARTICLE 1 [AUTO-TRIMMED — UNREVIEWED] + !! Furniture was cut by a script keyed on this case's record, not by a person. + !! It may still carry passages about OTHER cases from a round-up article. + !! The full page extract is kept in staging/ if a cut needs revisiting. Source cointelegraph.com URL https://cointelegraph.com/news/stupidity-or-greed-why-steal-bitcoin-atm Field url Retrieved 2026-09-05T12:57:12+00:00 via raw HTTP retrieval, deterministic extraction (HTTP 200) Language unknown - Kept paragraphs ALL 15 paragraphs, untrimmed - Length 3,157 chars - Integrity sha256 ad0777df2e1cea64a8881e047417d1ed188763dc476a0139187bd98d3075a9ec - Trimmed NOT TRIMMED. Full page extract; trim on read-through. + Kept paragraphs headline [0] + 4-11 of 15 + Length 2,451 chars + Integrity sha256 860f4d241ee0eff0ae1b3f00239f515f0ca172d5eb24501968645d59171b813f + Trimmed AUTO-TRIMMED, unreviewed: kept paragraphs 4-11 plus headline [0]; dropped 3 leading and 3 trailing paragraphs. Case-term hits on page: 10. Caveat retrieved from a live page on the date above. Unlike text copied from the spreadsheet, there is no second copy to hash it against. ------------------------------------------------------------------------------------------------ @@ -119,12 +122,6 @@ ORIGINAL (unknown, verbatim as retrieved) Stupidity or Greed? Why Steal Bitcoin ATM? -Written by Nina Lyonformer writerReviewed by Cyril Gilsonformer editor - -On November 3, two robbers stole a Lamassu Bitcoin ATM at the Village Smoke Shop in Atlanta, Georgia, according to local news website Clatl.com. - -According to Atlanta’s Police Detective Scott Bowers, the thieves got away with Bitcoin ATM (also called BTM) filled with about US$2,000 as it was recently emptied. What’s more is that one of the perpetrators fired a gun shot, though luckily no one was injured. - It seems that the thieves wanted to get their hands on this machine in particular. Amanda McCollum, an employee in Midtown’s Village Smoke Shop, witnessed the crime. She saw that the suspects “walked in, went straight to [the Bitcoin ATM], took it and only it, and walked out.” However, stealing a Bitcoin ATM is not a good idea. While a Lamassu Bitcoin ATM itself is valued at US$7,000, the criminals would not be able to re-sell it because it is registered to the buyer with serial numbers linking them to the original owners. Moreover, no one except the owner will be able to get any bitcoins from the machines while most BTMs don’t hold a lot of cash inside as a rule. @@ -141,12 +138,6 @@ While this is the first case of a BTM robbery in the US, it is not the first. In Cointelegraph is committed to independent, transparent journalism. This news article is produced in accordance with Cointelegraph’s Editorial Policy and aims to provide accurate and timely information. Readers are encouraged to verify information independently. -Bitcoin ETF inflows hit $3.8B in strongest three-week stretch of 2026 - -Bitcoin ETF inflows hit $731M, highest since January as BTC reclaims $80K - -Bitcoin reclaims $80K as DXY falls amid continuing suspected yen intervention - ================================================================================================ generated from attacks-export-Gart-website.json + reported_K&R | case 002 ================================================================================================ diff --git a/merge-output/sources/003_Martin-Wismeijer.txt b/merge-output/sources/003_Martin-Wismeijer.txt index 985f094..8384208 100644 --- a/merge-output/sources/003_Martin-Wismeijer.txt +++ b/merge-output/sources/003_Martin-Wismeijer.txt @@ -26,6 +26,9 @@ DATABASE RECORD notes 2 Bitcoin ATMs were stolen has_processed_date 1 created_at 2025-11-13 05:44:45 + (flag legend: 'kidnappings' is the DETENTION flag — 1 when the victim was held against + their will at any point, tied, locked in, held at gunpoint or taken away; it is NOT the + same as the 'Kidnapping' scenario, which means taken away and held. See README, Definitions.) AI SUMMARY [generated at bulk import, NOT verified against sources] **Victim:** Martin Wismeijer @@ -100,19 +103,19 @@ The robbery of the ATMs leaves only two Bitcoin ATMs remaining in Amsterdam, whi Mr.Bitcoin operates 11 crypto-currency ATMs in numerous European countries, including England, the Netherlands and the Czech Republic. This theft marks the first ATM ever stolen from the company. ------------------------------------------------------------------------------------------------ -FETCHED ARTICLE 1 [RAW EXTRACT — NOT YET TRIMMED] - !! This is the whole page as extracted. It still contains site furniture, - !! and may contain teaser headlines for UNRELATED cases. Trim on read-through. - !! Do not quote from it without checking the passage belongs to this case. +FETCHED ARTICLE 1 [AUTO-TRIMMED — UNREVIEWED] + !! Furniture was cut by a script keyed on this case's record, not by a person. + !! It may still carry passages about OTHER cases from a round-up article. + !! The full page extract is kept in staging/ if a cut needs revisiting. Source bitcoinist.com URL https://bitcoinist.com/two-bitcoin-atms-stolen-amsterdam/ Field url Retrieved 2026-09-05T12:57:09+00:00 via raw HTTP retrieval, deterministic extraction (HTTP 200) Language unknown - Kept paragraphs ALL 32 paragraphs, untrimmed - Length 3,943 chars - Integrity sha256 a010c55ee5ee28b27daf92e5caa3331692433747167ea384b1d7c25c597ba1b6 - Trimmed NOT TRIMMED. Full page extract; trim on read-through. + Kept paragraphs headline [0] + 7-13 of 32 + Length 2,340 chars + Integrity sha256 1257ded0a909059760cbb270f5a4c9774ee5125e6e051a810e66f91f0de368bb + Trimmed AUTO-TRIMMED, unreviewed: kept paragraphs 7-13 plus headline [0]; dropped 6 leading and 18 trailing paragraphs. Case-term hits on page: 9. Caveat retrieved from a live page on the date above. Unlike text copied from the spreadsheet, there is no second copy to hash it against. ------------------------------------------------------------------------------------------------ @@ -121,18 +124,6 @@ ORIGINAL (unknown, verbatim as retrieved) Two Bitcoin ATMs Stolen In Amsterdam | Bitcoinist.com -Buy gift cards/mobile Top Ups with Cryptos - -What Is Bitcoin? - -Why Use Blockchain Technology? - -What is Facebook Libra? - -Breaking News: The Ethereum Indicator That Never Missed A Bottom Is Signaling Again, This Time At $700 - -Trusted Editorial content, reviewed by leading industry experts and seasoned editors. Ad Disclosure - Regular, cash dispensing ATMs have been a prime target for robberies since the technology was first born. But ATMs that dispense crypto-currency have had a more peaceful existence with no reported thefts. That is, until now. Late last month, two Bitcoin ATMs were stolen from two different businesses in Amsterdam. Martijn Wismeijer, founder of the first “bitcoin atm collective,” Mr.Bitcoin, installed one of the machines that was stolen. “About two weeks ago, at Warries Thai food the door was forced and [thieves] removed the BitAccess ATM. This ATM was not owned by Mr.Bitcoin but we know the owner of the restaurant.” He went on to say, “The other ATM at Hofje van Wijs was a General Bytes unit, owned and installed by MrBitcoin. The burglars forced their way into the venue at 6:55 AM and also went for the safe, cash register and of course, the Bitcoin ATM.” @@ -147,42 +138,6 @@ The robbery of the ATMs leaves only two Bitcoin ATMs remaining in Amsterdam, whi Mr.Bitcoin operates 11 crypto-currency ATMs in numerous European countries, including England, the Netherlands and the Czech Republic. This theft marks the first ATM ever stolen from the company. -Are more Bitcoin ATMs in danger? Let us know your thoughts in the comments! - -Editorial Process for bitcoinist is centered on delivering thoroughly researched, accurate, and unbiased content. We uphold strict sourcing standards, and each page undergoes diligent review by our team of top technology experts and seasoned editors. This process ensures the integrity, relevance, and value of our content for our readers. - -Sign Up for Our Newsletter! - -For updates and exclusive offers enter your email. - -ENS Proposes L2 Registry Migration To Cut Domain Costs - -BNB Chain Sets Lorentz Hard Fork Schedule For Mainnet - -EigenLayer Restaking Deposits Cross 5M ETH - -Uniswap v4 Hook Library Adds Automated Liquidity Tools - -Optimism Superchain Interoperability Goes Live On Sepolia Testnet - -XRP Ledger AMM Amendment Reaches 80% Validator Consensus - -Axis Robotics Open-Sources One of the Largest Franka Arm... - -로빈후드 체인 타고 날아오른 아티피셜... - -What Building Atlas on BNB Chain Changes for Ordinary... - -ConConAI ($CON) Presale Moves Closer to Phase 2 as Early... - -스타크웨어, 비트코인 양자 저항 거래... - -Bitcoin news portal providing breaking news, guides, price analysis about decentralized digital money & blockchain technology. - -© 2026 Bitcoinist.com. All Rights Reserved. - -© 2025 Bitcoinist. All Rights Reserved. - ================================================================================================ generated from attacks-export-Gart-website.json + reported_K&R | case 003 ================================================================================================ diff --git a/merge-output/sources/004_Dean-Katz.txt b/merge-output/sources/004_Dean-Katz.txt index e2200c0..45d0673 100644 --- a/merge-output/sources/004_Dean-Katz.txt +++ b/merge-output/sources/004_Dean-Katz.txt @@ -27,6 +27,9 @@ DATABASE RECORD has_processed_date 0 created_at 2025-11-13 05:44:45 + (flag legend: 'kidnappings' is the DETENTION flag — 1 when the victim was held against + their will at any point, tied, locked in, held at gunpoint or taken away; it is NOT the + same as the 'Kidnapping' scenario, which means taken away and held. See README, Definitions.) AI SUMMARY [generated at bulk import, NOT verified against sources] **Victim:** Dean Katz @@ -82,19 +85,19 @@ New York State is currently working on controversial legislation to legitimize a “Right now, it’s like the Wild West,” Mr. Katz said, “and stagecoach robberies are going to happen.” ------------------------------------------------------------------------------------------------ -FETCHED ARTICLE 1 [RAW EXTRACT — NOT YET TRIMMED] - !! This is the whole page as extracted. It still contains site furniture, - !! and may contain teaser headlines for UNRELATED cases. Trim on read-through. - !! Do not quote from it without checking the passage belongs to this case. +FETCHED ARTICLE 1 [AUTO-TRIMMED — UNREVIEWED] + !! Furniture was cut by a script keyed on this case's record, not by a person. + !! It may still carry passages about OTHER cases from a round-up article. + !! The full page extract is kept in staging/ if a cut needs revisiting. Source observer.com URL http://observer.com/2015/02/bitcoin-crime-wave-breaks-out-in-nyc/ Field url Retrieved 2026-09-05T12:57:06+00:00 via raw HTTP retrieval, deterministic extraction (HTTP 200) Language unknown - Kept paragraphs ALL 30 paragraphs, untrimmed - Length 4,967 chars - Integrity sha256 2f6a40e26ccd8a7054b20e0c51d266d0691fe0546d87a00511a3f3275c73a59e - Trimmed NOT TRIMMED. Full page extract; trim on read-through. + Kept paragraphs headline [0] + 1-26 excl [19] of 30 + Length 4,621 chars + Integrity sha256 f7186789b2757f1f7e460e8a3d61a4ccc2f0f04ca7f2957a9e13b4506cfa0d3b + Trimmed AUTO-TRIMMED, unreviewed: kept paragraphs 1-26 plus headline [0]; dropped 0 leading and 3 trailing paragraphs and 1 interior furniture line(s). Case-term hits on page: 12. Caveat retrieved from a live page on the date above. Unlike text copied from the spreadsheet, there is no second copy to hash it against. ------------------------------------------------------------------------------------------------ @@ -140,8 +143,6 @@ New York State is currently working on controversial legislation to legitimize a Filed Under: Cryptocurrency, News & Politics, Politics, Business, Bitcoin, NYPD, New York -SEE ALSO: Why Elon Musk Is Giving Zelenskyy the Silent Treatment Over Ukraine’s Starlink Plea - We noticed you're using an ad blocker. We get it: you like to have control of your own internet experience. @@ -156,12 +157,6 @@ How Do I Whitelist Observer? Below are steps you can take in order to whitelist Observer.com on your browser: -Click the AdBlock button on your browser and select Don't run on pages on this domain. - -Click the AdBlock Plus button on your browser and select Enabled on this site. - -Click the AdBlock Plus button on your browser and select Disable on Observer.com. - ================================================================================================ generated from attacks-export-Gart-website.json + reported_K&R | case 004 ================================================================================================ diff --git a/merge-output/sources/005_Dwayne-Richards.txt b/merge-output/sources/005_Dwayne-Richards.txt index f343bb8..a6f5061 100644 --- a/merge-output/sources/005_Dwayne-Richards.txt +++ b/merge-output/sources/005_Dwayne-Richards.txt @@ -26,6 +26,9 @@ DATABASE RECORD notes kidnapped, robbed, and stabbed has_processed_date 1 created_at 2025-11-13 05:44:45 + (flag legend: 'kidnappings' is the DETENTION flag — 1 when the victim was held against + their will at any point, tied, locked in, held at gunpoint or taken away; it is NOT the + same as the 'Kidnapping' scenario, which means taken away and held. See README, Definitions.) AI SUMMARY [generated at bulk import, NOT verified against sources] **Victim:** Dwayne Richards @@ -88,19 +91,19 @@ Katz also told the Observer he has heard from other bitcoin traders about additi The Observer article said that a New York City firefighter had been stabbed during a robbery of bitcoins that he had agreed to sell. But police on Friday told CNBC that that robbery, which occurred on Feb. 9, "is not bitcoin related." The firefighter's credit card and PIN number were stolen, and he was stabbed in the arm, police said. ------------------------------------------------------------------------------------------------ -FETCHED ARTICLE 1 [RAW EXTRACT — NOT YET TRIMMED] - !! This is the whole page as extracted. It still contains site furniture, - !! and may contain teaser headlines for UNRELATED cases. Trim on read-through. - !! Do not quote from it without checking the passage belongs to this case. +FETCHED ARTICLE 1 [AUTO-TRIMMED — UNREVIEWED] + !! Furniture was cut by a script keyed on this case's record, not by a person. + !! It may still carry passages about OTHER cases from a round-up article. + !! The full page extract is kept in staging/ if a cut needs revisiting. Source cnbc.com URL https://www.cnbc.com/2015/06/05/new-york-city-man-robbed-at-gunpoint-for-bitcoin.html Field url Retrieved 2026-09-05T12:57:03+00:00 via raw HTTP retrieval, deterministic extraction (HTTP 200) Language unknown - Kept paragraphs ALL 18 paragraphs, untrimmed - Length 2,607 chars - Integrity sha256 6329ca4d532ecb01a11e8a517519bcc75875d65e0e9d4b41e9d48efdf273202a - Trimmed NOT TRIMMED. Full page extract; trim on read-through. + Kept paragraphs 0-17 excl [7, 13] of 18 + Length 2,509 chars + Integrity sha256 cc71cd682ef6839d1d1bf4f60d19df3c1a4c8c2028401dd97906dc7844d4703a + Trimmed AUTO-TRIMMED, unreviewed: kept paragraphs 0-17; dropped 0 leading and 0 trailing paragraphs and 2 interior furniture line(s). Case-term hits on page: 9. Caveat retrieved from a live page on the date above. Unlike text copied from the spreadsheet, there is no second copy to hash it against. ------------------------------------------------------------------------------------------------ @@ -121,8 +124,6 @@ The 28-year-old victim told police he went to a street corner there to meet a ma The purported buyer then led the victim to a car to complete the purchase, where another man sitting in the backseat pulled a gun and ordered the victim to electronically transfer the bitcoins to the thieves, cops said. -Read MoreBitcoin needs more consumer protection - After the victim sent the bitcoins, the thugs then took the victim's cellphone, and drove off, according to police. The victim then called 911. "It's still under investigation," said the police spokeswoman. She said there was no surveillance video footage of the virtual money stickup available. @@ -133,8 +134,6 @@ New York police on Friday gave additional details about that Jan. 22 robbery of "He was held at gunpoint and the suspects requested his Samsung phone and money," police said. Katz then got out of the car, and the suspects fled, cops said. -Read MoreBitcoin gets a rival—how will it fare? - No arrests have been made in Katz's case. Katz also told the Observer he has heard from other bitcoin traders about additional strong-arm robberies of the digital currency as well as the use of counterfeit cash to buy bitcoin. diff --git a/merge-output/sources/006_Robert-Nederhoed.txt b/merge-output/sources/006_Robert-Nederhoed.txt index 3138fbf..e65aafc 100644 --- a/merge-output/sources/006_Robert-Nederhoed.txt +++ b/merge-output/sources/006_Robert-Nederhoed.txt @@ -26,6 +26,9 @@ DATABASE RECORD notes A Bitcoin ATM was stolen with 2,000 EUR in it has_processed_date 1 created_at 2025-11-13 05:44:45 + (flag legend: 'kidnappings' is the DETENTION flag — 1 when the victim was held against + their will at any point, tied, locked in, held at gunpoint or taken away; it is NOT the + same as the 'Kidnapping' scenario, which means taken away and held. See README, Definitions.) AI SUMMARY [generated at bulk import, NOT verified against sources] **Victim:** Robert Nederhoed @@ -63,9 +66,39 @@ The entrepreneur doesn't think a new ATM will be installed anytime soon. "The ma Anyone interested in experimenting with bitcoins should keep their eyes and ears open. Nederhoed offers a reward of 10 bitcoins for a tip that leads to the recovery of the ATM. -OTHER LINKED SOURCES - [BLOCKED] url None — raw request refused; try the WebFetch path, which is a model transcription and must be labelled as such - https://www.ad.nl/binnenland/dieven-stelen-2000-euro-uit-bitcoinautomaat-in-delft~a315113e/ +------------------------------------------------------------------------------------------------ +FETCHED ARTICLE 1 [AUTO-TRIMMED — UNREVIEWED] + !! Furniture was cut by a script keyed on this case's record, not by a person. + !! It may still carry passages about OTHER cases from a round-up article. + !! The full page extract is kept in staging/ if a cut needs revisiting. + Source ad.nl + URL https://www.ad.nl/binnenland/dieven-stelen-2000-euro-uit-bitcoinautomaat-in-delft~a315113e/ + Field url + Retrieved 2026-09-05T13:32:59+00:00 via Wayback Machine snapshot 20211002025305, deterministic extraction (HTTP None) + Language unknown + Kept paragraphs headline [0] + 3-7 of 38 + Length 1,694 chars + Integrity sha256 c7cfb5df085a52df966fdd94310963fedfab2f5feffdf4d75de6744150dec3af + Trimmed AUTO-TRIMMED, unreviewed: kept paragraphs 3-7 plus headline [0]; dropped 2 leading and 30 trailing paragraphs. Case-term hits on page: 7. + Note live URL was BLOCKED on the first pass; text comes from an archived copy dated 2021-10-02 + Archive http://web.archive.org/web/20211002025305/https://www.ad.nl/binnenland/dieven-stelen-2000-euro-uit-bitcoinautomaat-in-delft~a315113e/ + Caveat retrieved from a Wayback Machine snapshot, not the live page. The + snapshot date is in the method line; the live URL was unreadable. +------------------------------------------------------------------------------------------------ + +ORIGINAL (unknown, verbatim as retrieved) + +Dieven stelen 2000 euro uit bitcoinautomaat in Delft | Binnenland | AD.nl + +Dieven hebben maandagnacht 'zijn' bitcoin wisselautomaat ontvreemd uit stadscafé De Waag aan de Markt. Klanten van het café konden in de automaat hun bankbiljetten omwisselen voor virtuele bitcoins, waarmee onder meer aan de bar betaald kon worden. In het apparaat zat ten tijde van de diefstal zo'n 2000 euro aan bankbiljetten. + +,,De dieven hebben er behoorlijk wat moeite voor moeten doen,'' zegt directeur Robert Nederhoed van leverancier Bitmymoney. ,,De automaat van 50 kilo zat verankerd aan de grond en de muur, maar dat was kennelijk geen belemmering.'' De diefstal was een gerichte slag, betoogt hij. "Uit de rest van het café is niets meegenomen. De inbrekers kwamen alleen voor de automaat.'' + +De ondernemer denkt niet dat er snel weer een automaat terugkomt. "Het apparaat is meer als ludiek geintje bedoeld. Wel een duur geintje, want een nieuwe kost me al gauw 4000 euro. Ik denk niet dat het die investering waard is.'' + +Wie zelf eens wil experimenteren met bitcoins moet zijn ogen en oren goed de kost geven. Nederhoed looft 10 bitcoins uit voor een tip die leidt naar de opsporing van de automaat. + +