Hostname
primosrun.com
Last fetched
primosrun.com resolves to 2 IPv4 addresses operated by BANKID-ASN in AU. WHOIS lists iana:472 as the registrar.
Nutrition Label
Resolution chain
primosrun.com 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 |
|---|---|---|---|---|
| 103.224.212.201 | 103.224.212.0/23 | AS133618 | BANKID-ASN | AU |
| 162.250.126.107 | 162.250.120.0/21 | AS19318 | IS-AS-1 - Interserver, Inc | US |
WHOIS identity
- Registrar
- iana:472
- Organization
- dropcatch.com auctions
- Contact emails
Subdomains
2 observed subdomains of primosrun.com.
| Subdomain |
|---|
| mail.primosrun.com |
| www.primosrun.com |
Web-graph footprint
Distinct hostnames that link to or from primosrun.com in the public web crawl.
29 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for primosrun.com.
| Mechanism | Target |
|---|---|
| SPF_A | primosrun.com |
| SPF_INCLUDE | relay.mailbaby.net |
| SPF_IP | 162.250.126.106 |
| SPF_IP | fdcf:abda:4154::/48 |
| SPF_MX | primosrun.com |
Related pages
Pivot deeper into the graph from primosrun.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "primosrun.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.