What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

Monitor the Talosintelligence Mail Reputation

Votes:

0

Hello Everyone

More & more systems use the Talosintelligence (formerly SenderBase) in theire AntiSpam, so will be usefull monitor the state of the "Mail Reputation" on these Site for certain ip addresses. it's possible something like this in PRTG ?

to have an example see : https://www.talosintelligence.com/reputation_center/lookup?search=195.65.172.99

antispam cisco senderbase talosintelligence

Created on Jul 5, 2018 12:28:09 PM

Last change on Jul 5, 2018 12:39:23 PM by  Luciano Lingnau [Paessler]



1 Reply

Votes:

0

Hi there,

We found an example to reach the API on the following site:

$ipaddress = "195.65.172.99"

$headers = New-Object "System.Collections.Generic.Dictionary[[String],[String]]"
$headers.Add("user-agent","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.31 Safari/537.36")
$headers.Add("referer","https://talosintelligence.com/reputation_center/lookup?search=$($ipaddress)")

$site = Invoke-WebRequest -uri "https://talosintelligence.com/sb_api/query_lookup" -method post -body "'query': '/api/v2/details/ip/', 'query_entry': '$($ipaddress)', 'offset': 0, 'order': 'ip asc'" -Headers $headers

Maybe you are able to utilize it further and make it work, but it does not look like that there is a native API to be requested.

Best regards.

Created on Jul 6, 2018 12:25:08 PM by  Dariusz Gorka [Paessler Support]




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.