Hostname
pugmarks.com
Last fetched
pugmarks.com resolves to 1 IPv4 address operated by STPI-NOIDA Software Technology Parks of India,Block-IV in IN. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
pugmarks.com 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 |
|---|---|---|---|---|
| 103.35.121.66 | 103.35.121.0/24 | AS9430 | STPI-NOIDA Software Technology Parks of India,Block-IV | IN |
WHOIS identity
- Registrar
- iana:48
- Organization
- domain administrator
- Contact emails
Subdomains
53 observed subdomains of pugmarks.com.
Showing 25 of 53. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from pugmarks.com in the public web crawl.
30 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for pugmarks.com.
| Mechanism | Target |
|---|---|
| SPF_A | pugmarks.com |
| SPF_IP | 103.20.214.206 |
| SPF_IP | 103.20.215.37/16 |
| SPF_IP | 103.35.120.123 |
| SPF_IP | 180.179.213.41 |
| SPF_IP | 216.55.104.61 |
| SPF_IP | 216.55.99.124 |
| SPF_IP | 216.55.99.238 |
| SPF_MX | pugmarks.com |
Related pages
Pivot deeper into the graph from pugmarks.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pugmarks.com"})-[: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.