From 2ec59626645aee283ecf7a7695c35801d485793a Mon Sep 17 00:00:00 2001 From: nmasdoufi-ol Date: Mon, 13 Jan 2025 10:26:19 +0100 Subject: [PATCH] Add Fingerprint for Aviatrix Controller --- plugins/aviatrix_controller.rb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 plugins/aviatrix_controller.rb diff --git a/plugins/aviatrix_controller.rb b/plugins/aviatrix_controller.rb new file mode 100644 index 0000000..ac63ef2 --- /dev/null +++ b/plugins/aviatrix_controller.rb @@ -0,0 +1,16 @@ +Plugin.define do + name "Aviatrix Controller" + authors [ + "Ostorlab", + ] + version "0.1" + description "Aviatrix Controller is a critical network security and cloud networking platform used for managing multi-cloud environments across major providers like AWS, Azure, and GCP" + website "https://aviatrix.com/" + + matches [ + { + :search => "body", + :regexp => /Aviatrix Controller<\/title>/i, + }, + ] +end