Hostname
stdabs.uoz.edu.krd
Last fetched
stdabs.uoz.edu.krd resolves to 1 IPv4 address operated by CONTABO - Contabo GmbH in DE.
Nutrition Label
Resolution chain
stdabs.uoz.edu.krd resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 37.60.254.252 | 37.60.240.0/20 | AS51167 | CONTABO - Contabo GmbH | DE |
WHOIS identity
No WHOIS records are currently associated with stdabs.uoz.edu.krd in WhisperGraph.
Subdomains
5 observed subdomains of stdabs.uoz.edu.krd.
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for stdabs.uoz.edu.krd.
| Mechanism | Target |
|---|---|
| SPF_A | stdabs.uoz.edu.krd |
| SPF_IP | 167.114.207.203 |
| SPF_IP | 51.178.15.161 |
| SPF_IP | 51.38.1.32 |
| SPF_IP | 54.37.48.130 |
| SPF_MX | stdabs.uoz.edu.krd |
Related pages
Pivot deeper into the graph from stdabs.uoz.edu.krd.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "stdabs.uoz.edu.krd"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.