Skip to content

Commit

Permalink
Merge pull request #113 from Ostorlab/feature/Add-Fingerprint-for-Elber
Browse files Browse the repository at this point in the history
Add Fingerprint for Elber
  • Loading branch information
3asm authored Feb 10, 2025
2 parents 926b584 + f58e8fa commit a038a2d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions plugins/elber.rb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a038a2d

Please sign in to comment.