Hostname
singhaar.com.pk
Last fetched
singhaar.com.pk resolves to 2 IPv4 addresses operated by HETZNER-AS - Hetzner Online GmbH in FI.
Nutrition Label
Resolution chain
singhaar.com.pk resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 65.109.77.89 | 65.109.0.0/16 | AS24940 | HETZNER-AS - Hetzner Online GmbH | FI |
| 66.29.138.229 | 66.29.138.0/24 | AS22612 | NAMECHEAP-NET - Namecheap, Inc. | — |
WHOIS identity
No WHOIS records are currently associated with singhaar.com.pk in WhisperGraph.
Subdomains
7 observed subdomains of singhaar.com.pk.
Threat posture
History
Mail and authentication
MX records
- singhaar.com.pk
SPF policy
4 SPF mechanisms authorising senders for singhaar.com.pk.
| Mechanism | Target |
|---|---|
| SPF_A | singhaar.com.pk |
| SPF_IP | 144.76.173.89 |
| SPF_IP | 65.109.77.89 |
| SPF_MX | singhaar.com.pk |
Related pages
Pivot deeper into the graph from singhaar.com.pk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "singhaar.com.pk"})-[: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.