Class: Intrigue::Ident::Check::PaloAlto

Inherits:
Base
  • Object
show all
Defined in:
lib/checks/palo_alto.rb

Instance Method Summary collapse

Methods inherited from Base

inherited

Instance Method Details

#generate_checks(uri) ⇒ Object



6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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