class Intrigue::Ident::Check::PaloAlto

Public Instance Methods

generate_checks(uri) click to toggle source
# File lib/checks/palo_alto.rb, line 6
def generate_checks(uri)
  [
    {
      :type => "application",
      :vendor => "Palo Alto Networks",
      :product =>"GlobalProtect Portal",
      :tags => ["tech:vpn"],
      :match_details =>"Pardot",
      :version => nil,
      :match_type => :content_body,
      :match_content =>  /global-protect\/login.esp/i,
      :paths => ["#{uri}"]
    }
  ]
end