diff --git a/README.md b/README.md index e7b2817a..c268d36d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ honeypot technologies, including [Snort](https://snort.org/), For questions regarding troubleshooting your installation, please review the [MHN Troubleshooting -Guide](https://github.com/Pwnlandia/mhn/wiki/MHN-Troubleshooting-Guide), +Guide](https://github.com/pwnlandia/mhn/wiki/MHN-Troubleshooting-Guide), search past questions on the [modern-honey-network Google Group](https://groups.google.com/forum/#!forum/modern-honey-network), or send emails to . @@ -45,7 +45,7 @@ Install Git Install MHN $ cd /opt/ - $ sudo git clone https://github.com/Pwnlandia/mhn.git + $ sudo git clone https://github.com/pwnlandia/mhn.git $ cd mhn/ Run the following script to complete the installation. While this script runs, @@ -97,12 +97,12 @@ services running on your MHN server. See below for checking these. ### Running MHN Behind a Proxy For directions on running MHN behind a web proxy, follow the directions in the -[wiki.](https://github.com/Pwnlandia/mhn/wiki/Running-MHN-Behind-a-Web-Proxy) +[wiki.](https://github.com/pwnlandia/mhn/wiki/Running-MHN-Behind-a-Web-Proxy) ### Running MHN Over HTTPS By default MHN will run without HTTPS, to configure your installation to use SSL -certificates directions can be found in the [wiki.](https://github.com/Pwnlandia/mhn/wiki/Running-MHN-Over-HTTPS) +certificates directions can be found in the [wiki.](https://github.com/pwnlandia/mhn/wiki/Running-MHN-Over-HTTPS) ### Running MHN with Docker @@ -153,7 +153,7 @@ steps for deploying a honeypot with MHN: 5. Login to a honeypot server and run this command as root. If the deploy script successfully completes you should see the new sensor listed -under your deployed sensor list. For a full list of supported sensors, check the list here: [List of Supported Sensors](https://github.com/Pwnlandia/mhn/wiki/List-of-Supported-Sensors) +under your deployed sensor list. For a full list of supported sensors, check the list here: [List of Supported Sensors](https://github.com/pwnlandia/mhn/wiki/List-of-Supported-Sensors) ## Integration with Splunk and ArcSight @@ -176,16 +176,16 @@ log should be monitored by the SplunkUniversalForwarder. This will log the events as CEF to /var/log/mhn-arcsight.log +## Data +*NOTICE* **This section is out of date. Community data is not collected by Anomali although MHN still attempts to send this data to Anomali servers.** -## Data - -The MHN server reports anonymized attack data back to Anomali, Inc. (formerly -known as ThreatStream). If you are interested in viewing this data, get details -in the -[wiki](https://github.com/Pwnlandia/mhn/wiki/Getting-Access-to-the-MHN-Community-Data). -This data reporting can be disabled by running the following command from the -MHN server after completing the initial installation steps outlined above: -`/opt/mhn/scripts/disable_collector.sh` +The MHN server reports anonymized attack data back to Anomali, Inc. (formerly +known as ThreatStream). If you are interested in viewing this data, get details +in the +[wiki](https://github.com/Pwnlandia/mhn/wiki/Getting-Access-to-the-MHN-Community-Data). +This data reporting can be disabled by running the following command from the +MHN server after completing the initial installation steps outlined above: +`/opt/mhn/scripts/disable_collector.sh` ## Support or Contact diff --git a/scripts/deploy_conpot.sh b/scripts/deploy_conpot.sh index 3ddf27df..4d2d50be 100755 --- a/scripts/deploy_conpot.sh +++ b/scripts/deploy_conpot.sh @@ -23,7 +23,7 @@ cd $CONPOT_HOME virtualenv env . env/bin/activate pip install -U setuptools -pip install -e git+https://github.com/threatstream/hpfeeds.git#egg=hpfeeds-dev +pip install -e git+https://github.com/pwnlandia/hpfeeds.git#egg=hpfeeds-dev pip install -e git+https://github.com/mushorg/conpot.git@Release_0.5.2#egg=conpot-dev pip install -e git+https://github.com/mushorg/modbus-tk.git#egg=modbus-tk diff --git a/scripts/deploy_elastichoney.sh b/scripts/deploy_elastichoney.sh index b5f821f7..2d4f5eeb 100755 --- a/scripts/deploy_elastichoney.sh +++ b/scripts/deploy_elastichoney.sh @@ -17,7 +17,7 @@ apt-get -y install git golang supervisor # Get the elastichoney source cd /opt -git clone https://github.com/Pwnlandia/elastichoney.git +git clone https://github.com/pwnlandia/elastichoney.git cd elastichoney export GOPATH=/opt/elastichoney diff --git a/scripts/deploy_elastichoney_docker.sh b/scripts/deploy_elastichoney_docker.sh index 04bc136b..226864ec 100644 --- a/scripts/deploy_elastichoney_docker.sh +++ b/scripts/deploy_elastichoney_docker.sh @@ -16,7 +16,7 @@ apt-get -y install docker.io supervisor # Get the elastichoney docker image -docker pull Pwnlandia/elastichoney +docker pull pwnlandia/elastichoney # Register the sensor with the MHN server. wget $server_url/static/registration.txt -O registration.sh @@ -55,7 +55,7 @@ EOF # Config for supervisor. cat > /etc/supervisor/conf.d/elastichoney.conf < config.json <MHN Server {% endblock %} diff --git a/server/mhn/templates/security/login_user.html b/server/mhn/templates/security/login_user.html index c2563cf1..5e2439a5 100644 --- a/server/mhn/templates/security/login_user.html +++ b/server/mhn/templates/security/login_user.html @@ -53,7 +53,7 @@
{% endblock %} diff --git a/server/mhn/templates/ui/add-sensor.html b/server/mhn/templates/ui/add-sensor.html index f7dedf43..58e71027 100644 --- a/server/mhn/templates/ui/add-sensor.html +++ b/server/mhn/templates/ui/add-sensor.html @@ -45,6 +45,7 @@

Add a Sensor

+