Hostname
m3tech.com.pk
Last fetched
m3tech.com.pk resolves to 1 IPv4 address operated by AS24440 in PK.
Nutrition Label
Resolution chain
m3tech.com.pk 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 |
|---|---|---|---|---|
| 61.5.156.96 | 61.5.156.0/24 | AS24440 | — | PK |
WHOIS identity
No WHOIS records are currently associated with m3tech.com.pk in WhisperGraph.
Subdomains
13 observed subdomains of m3tech.com.pk.
Web-graph footprint
Distinct hostnames that link to or from m3tech.com.pk in the public web crawl.
5 sites link to this hostname.
9 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for m3tech.com.pk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | m3tech.com.pk |
| SPF_IP | 113.203.237.11 |
| SPF_IP | 192.99.21.122 |
| SPF_IP | 192.99.32.20 |
| SPF_IP | 61.5.156.108 |
Related pages
Pivot deeper into the graph from m3tech.com.pk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "m3tech.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.