YOU MUST SELECT A SERVICE TO VIEW DATA!
Data displayed here is from the last 30 minutes, and is updated every 5 minutes.
$id - $name"; } //Check Connection if ($conn->connect_error) { die("Connection Failed: " . $conn->connect_error); } $conn->close(); ?>(UNIX_TIMESTAMP() - 1800) GROUP BY src_ip ORDER BY COUNT(DISTINCT(dst_ip)) DESC LIMIT 50"; $result = $conn2->query($sql); //If there are results, display them in a table if ($result->num_rows >0) { echo "Now viewing data for Destination Port $varPort"; echo "
"; echo "
Source IP | # of targets | # of connections | Source Whois | Destination IPs |
---|---|---|---|---|
".$row["src_ip"]." | ".$row["COUNT(DISTINCT(dst_ip))"]." | ".$row["COUNT(src_ip)"]." | Whois | List |