Hostname
beckerandco.com
Last fetched
beckerandco.com resolves to 2 IPv4 addresses operated by JPCINET - JPC Infonet Ltd in GB. WHOIS lists iana:79 as the registrar.
Nutrition Label
Resolution chain
beckerandco.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 |
|---|---|---|---|---|
| 212.113.198.207 | 212.113.192.0/20 | AS12775 | JPCINET - JPC Infonet Ltd | GB |
| 23.101.55.132 | 23.100.0.0/15 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | IE |
WHOIS identity
- Registrar
- iana:79
- Organization
- becker and co
- Contact emails
Subdomains
2 observed subdomains of beckerandco.com.
Web-graph footprint
Distinct hostnames that link to or from beckerandco.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for beckerandco.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from beckerandco.com.
- IP · 212.113.198.207
- ASN · AS12775JPCINET - JPC Infonet Ltd
- Registrar · iana:79
- Country · GB
- Email · timmybecker@hotmail.com
- TLD · .com
- Browse hostnames · be…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "beckerandco.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.