security services

RedIRIS Constituency

Constituency checker

Please, use this form to check if an IP is under IRIS-CERT's constituency.

IRIS-CERT's constituency is the Spanish Reasearch and Academic Network. IRIS-CERT also acts as a last point of contact for incident handling coordination for emergency or high priority security matters affecting the .es domain, accepting any incident of this kind as for informational purposes and to better support our community.

"; } ?>
String
">    
The input string has not an IP format"; } $ds=ldap_connect("ldap.rediris.es",1389); if ($ds) { $r=ldap_bind($ds); $ipnum=sprintf("%u", ip2long($query)); $filter="(&(irisWhoisLastIP>=".$ipnum.")(irisWhoisFirstIP<=".$ipnum."))"; $sr=ldap_search($ds,"dc=whois,dc=rediris,dc=es",$filter); $num_entries=ldap_count_entries($ds,$sr); if ($num_entries>0) { $output = "

The IP $query DOES belongs to RedIRIS

"; $output .="

If you have complaints, don't hesitate to contact IRIS-CERT. Further contact information is available here"; return $output; } else { return "

The IP $query DOES NOT belongs to RedIRISCan not connect to the LDAP server

"; } } if($_POST["ip"]) { "
"; echo isRedIRIS($_POST['ip']); echo "

Content not updated