Hostname
linkorb.com
Last fetched
linkorb.com resolves to 1 IPv4 address operated by AS196752 in NL. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
linkorb.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 |
|---|---|---|---|---|
| 84.22.105.4 | 84.22.105.0/24 | AS196752 | — | NL |
WHOIS identity
- Registrar
- iana:269
- Organization
- m account b.v.
- Contact emails
Subdomains
93 observed subdomains of linkorb.com.
Showing 25 of 93. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from linkorb.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for linkorb.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 84.22.102.120 |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | email.zwangerenportaal.nl |
| SPF_INCLUDE | emailsrvr.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.smtp2go.com |
| SPF_IP | 51.15.34.170 |
| SPF_IP | 51.15.80.234 |
| SPF_IP | 51.158.129.179 |
| SPF_IP | 84.22.102.120 |
| SPF_MX | linkorb.com |
Related pages
Pivot deeper into the graph from linkorb.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "linkorb.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.