Hostname
arjo.com
Last fetched
arjo.com resolves to 2 IPv4 addresses operated by TELE2 in SE. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
arjo.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 |
|---|---|---|---|---|
| 213.88.149.25 | 213.88.128.0/17 | AS1257 | TELE2 | SE |
| 213.88.149.103 | 213.88.128.0/17 | AS1257 | TELE2 | SE |
WHOIS identity
- Registrar
- iana:292
- Organization
- arjo ab
- Contact emails
Subdomains
72 observed subdomains of arjo.com.
Showing 25 of 72. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from arjo.com in the public web crawl.
479 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for arjo.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf-amer.onbmc.com |
| SPF_INCLUDE | _spf-emea.onbmc.com |
| SPF_INCLUDE | _spf.arjo.com |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | docebosaas.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.tmes.trendmicro.com |
Related pages
Pivot deeper into the graph from arjo.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "arjo.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.