Snorby / snorby

Ruby On Rails Application For Network Security Monitoring
Other
1k stars 226 forks source link

Source lookup failing #431

Open darkpath opened 8 years ago

darkpath commented 8 years ago

source lookup is failing with the following error:

Started GET "/events/lookup?address=198.143.44.1" for 172.18.50.131 at 2016-04-28 11:03:03 +0100 Processing by EventsController#lookup as HTML Parameters: {"address"=>"198.143.44.1"} Rendered events/lookup.html.erb (406.6ms) Completed 500 Internal Server Error in 421.1ms

ActionView::Template::Error (uninitialized constant Config): 8: 9:

<%= @lookup.whois %>
10: 11: 12: 13:
14: lib/snorby/lookup.rb:25:in dns' app/views/events/lookup.html.erb:11:inblock in _app_views_events_lookup_html_erb__2196543700294492803_35506060' app/helpers/application_helper.rb:161:in snorby_box' app/views/events/lookup.html.erb:1:in_app_views_events_lookup_html_erb__2196543700294492803_35506060' app/controllers/events_controller.rb:335:in `lookup

The host has full Internet access and can perform whois lookups from the bash CLI