jrossi / issue-migration-test

GNU General Public License v2.0
1 stars 0 forks source link

Add option for auto lookup of geo location based on IP address #8

Closed jrossi closed 10 years ago

jrossi commented 10 years ago

http://blog.rootshell.be/2012/06/05/attackers-geolocation-in-ossec/

Note: This issue has been automatically migrated from Bitbucket Created by jbcheng on 2012-08-15 00:57:51+00:00, last updated: 2012-10-01 23:13:51+00:00

jrossi commented 10 years ago

The patch to ossec source code has been merged and committed. Users should download and install the Maxmind API and DB files before enabling this feature on OSSEC.

We need to document this.

Note: This comment has been automatically migrated from Bitbucket Created by jbcheng on 2012-08-23 22:34:48+00:00, last updated: 2012-08-23 22:35:16+00:00

jrossi commented 10 years ago

=== Documentation for Adding GeoIP Support -- added support for GeoIP lookup using Maxmind database and API (xavier)

 <alerts>
     <!-- to add GeoIP info in alerts -->
     <use_geoip>yes</use_geoip>
  </alerts>

------ update etc/internal_options.conf

Maild display GeoIP data (0=disabled, 1=enabled)

maild.geoip=1

------ restart OSSEC /var/ossec/bin/ossec-control restart }}}

Note: This comment has been automatically migrated from Bitbucket Created by jbcheng on 2012-10-01 23:13:24+00:00