Hostname
emails.basor.com
Last fetched
emails.basor.com resolves to 3 IPv4 addresses operated by ALLSOUTH-INTERNET - AllSouth Federal Credit Union in DE.
Nutrition Label
Resolution chain
emails.basor.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.103.10.2 | 185.103.8.0/22 | AS201011 | ALLSOUTH-INTERNET - AllSouth Federal Credit Union | DE |
| 185.103.10.244 | 185.103.8.0/22 | AS201011 | ALLSOUTH-INTERNET - AllSouth Federal Credit Union | DE |
| 185.103.10.246 | 185.103.8.0/22 | AS201011 | ALLSOUTH-INTERNET - AllSouth Federal Credit Union | DE |
WHOIS identity
No WHOIS records are currently associated with emails.basor.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for emails.basor.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 185.103.8.0/22 |
| SPF_IP | 5.56.22.0/24 |
| SPF_IP | 82.199.156.0/24 |
| SPF_IP | 91.194.237.0/24 |
| SPF_IP | 93.159.208.0/21 |
Related pages
Pivot deeper into the graph from emails.basor.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "emails.basor.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.