All Apps and Add-ons

IP Reputation App for Splunk Enterprise: Are there other ports besides port 54 I need to open for the app to work?

leonheart78
Explorer

I have installed the IP Reputation App in my Splunk server which is behind a firewall. I have allowed port 54 for DNS resolution, but the Threatscore is still 0. May I know if there are other ports I need to open for the app to work?

Thank you.

0 Karma

mmaier_splunk
Splunk Employee
Splunk Employee

Hi Leo,

usually not. it's going over DNS Protocol.

If you check directly with from your Splunk Server a lookup: abcdefghijkl.2.1.9.127.dnsbl.httpbl.org you should get 127.3.5.1 back.

API Documentation: https://www.projecthoneypot.org/httpbl_api.php

The lookup script is in the app directory /bin/scorelookup.py and calls the socket.gethostbyname command.

`dns_response = socket.gethostbyname($dns_query)`

br
Matthias

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...