Hostname
jedmcb.com
Last fetched
jedmcb.com resolves to 2 IPv4 addresses operated by AS16276 in US. WHOIS lists iana:472 as the registrar.
Nutrition Label
Resolution chain
jedmcb.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 |
|---|---|---|---|---|
| 167.253.62.1 | 167.253.90.0/24 | AS16276 | — | US |
| 167.253.62.3 | 167.253.90.0/24 | AS16276 | — | US |
WHOIS identity
- Registrar
- iana:472
- Organization
- joseph mcbride c/o dynadot
- Contact emails
Subdomains
1 observed subdomain of jedmcb.com.
| Subdomain |
|---|
| www.jedmcb.com |
Web-graph footprint
Distinct hostnames that link to or from jedmcb.com in the public web crawl.
32 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
- jedmcb.com
SPF policy
6 SPF mechanisms authorising senders for jedmcb.com.
| Mechanism | Target |
|---|---|
| SPF_A | jedmcb.com |
| SPF_A | p103.lithium.hosting |
| SPF_INCLUDE | p103.lithium.hosting |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_IP | 162.208.49.125 |
| SPF_MX | jedmcb.com |
Related pages
Pivot deeper into the graph from jedmcb.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jedmcb.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.