From a3df232dd3f5dcae9926641eb0667496a0ee44f4 Mon Sep 17 00:00:00 2001 From: s0lray Date: Mon, 23 Mar 2026 17:22:58 -0400 Subject: [PATCH] Add vehicle OSINT tools, remove paid-only Berla entry Adds 7 new free/freemium vehicle lookup tools to Transportation > Vehicle Records: FindByPlate, carVertical VIN Decoder, autoDNA, VinDecodr, AutoRef (EU), Carnet.ai, and Finnik (NL). Removes Berla Vehicle Lookup which is a paid-only tool incompatible with the framework's free/freemium policy. Refs: THE-24, THE-29 Co-Authored-By: Paperclip --- public/arf.json | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/public/arf.json b/public/arf.json index d976462..74fd093 100644 --- a/public/arf.json +++ b/public/arf.json @@ -3409,9 +3409,39 @@ "url": "https://vpic.nhtsa.dot.gov/api/" }, { - "name": "Berla Vehicle Lookup (R$)", + "name": "FindByPlate", "type": "url", - "url": "https://berla.co/vehicle_lookup/" + "url": "https://findbyplate.com/" + }, + { + "name": "carVertical VIN Decoder", + "type": "url", + "url": "https://www.carvertical.com/vin-decoder" + }, + { + "name": "autoDNA VIN Lookup", + "type": "url", + "url": "https://www.autodna.com/" + }, + { + "name": "VinDecodr", + "type": "url", + "url": "https://vindecodr.com/" + }, + { + "name": "AutoRef (EU)", + "type": "url", + "url": "https://www.autoref.eu/en" + }, + { + "name": "Carnet.ai", + "type": "url", + "url": "https://carnet.ai/" + }, + { + "name": "Finnik (NL)", + "type": "url", + "url": "https://finnik.nl/en" } ] },