diff --git a/plugins/ivanti_vtm.rb b/plugins/ivanti_vtm.rb new file mode 100644 index 0000000..eb4f918 --- /dev/null +++ b/plugins/ivanti_vtm.rb @@ -0,0 +1,17 @@ +Plugin.define do + name "Ivanti vTM" + authors [ + "Ostorlab", + ] + version "0.1" + description "Ivanti finds, heals and protects every device, everywhere – automatically. Whether your team is down the hall or spread around the globe, Ivanti makes it easy and secure for them to do what they do best." + website "https://www.ivanti.com/" + + matches [ + { + :search => "body", + :regexp => /Virtual Traffic Manager Appliance/, + :name => "HILLSTONE NETWORKS Title Tag" + }, + ] +end \ No newline at end of file