From f58e8faaa081a2139357d319d392a34a377497cc Mon Sep 17 00:00:00 2001 From: nmasdoufi-ol Date: Mon, 10 Feb 2025 16:01:33 +0100 Subject: [PATCH] Add Fingerprint for Elber --- plugins/elber.rb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 plugins/elber.rb diff --git a/plugins/elber.rb b/plugins/elber.rb new file mode 100644 index 0000000..0da6e0d --- /dev/null +++ b/plugins/elber.rb @@ -0,0 +1,17 @@ +Plugin.define do + name "Elber" + authors [ + "Ostorlab", + ] + version "0.1" + description "Elber is an Italian quality trademark, with European roots and worldwide dimension. The Company supplies television transmitters with satellite equipments, microwave links for Telco and IP applications, monitoring equipments for TV and Radio signals, HD and UHD video compression contribution solutions, audio devices..." + website "https://www.elber.it" + + matches [ + { + :search => "body", + :regexp => /Elber\ss\.r\.l\./i, + :name => "Elber s.r.l." + }, + ] +end