Hostname
login-orange.com
Last fetched
login-orange.com resolves to 1 IPv4 address operated by AS25148 in NO. WHOIS lists iana:73 as the registrar.
Nutrition Label
Resolution chain
login-orange.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 |
|---|---|---|---|---|
| 81.93.161.186 | 81.93.160.0/20 | AS25148 | — | NO |
WHOIS identity
- Registrar
- iana:73
- Organization
- basefarm as
- Contact emails
Subdomains
1 observed subdomain of login-orange.com.
| Subdomain |
|---|
| www.login-orange.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for login-orange.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | customers.clickdimensions.com |
| SPF_INCLUDE | et._spf.pardot.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.topdesk.net |
| SPF_IP | 2001:1460::/32 |
| SPF_IP | 62.221.192.0/18 |
| SPF_IP | 81.93.166.22/31 |
| SPF_IP | 94.126.32.0/21 |
Related pages
Pivot deeper into the graph from login-orange.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "login-orange.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.