mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Add IPinfo lookup (#10116)
This commit is contained in:
parent
15e9c88299
commit
50e2202a8f
1 changed files with 2 additions and 0 deletions
|
|
@ -866,6 +866,8 @@ else
|
|||
'/detection" target=_blank><small>VirusTotal</small> <i class=\"fas fa-external-link-alt\"></i></A>')
|
||||
print(' <A class="ntopng-external-link" href="https://www.abuseipdb.com/check/' .. host["ip"] ..
|
||||
'" target=_blank><small>AbuseIP DB</small> <i class=\"fas fa-external-link-alt\"></i></A>')
|
||||
print(' <A class="ntopng-external-link" href="https://ipinfo.io/' .. host["ip"] ..
|
||||
'" target=_blank><small>IPinfo</small> <i class=\"fas fa-external-link-alt\"></i></A>')
|
||||
end
|
||||
|
||||
if (ifstats.inline and ((host["localhost"] == true) and (host["is_multicast"] == false) and (host["is_broadcast"] == false))) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue