Skip to content

Hostname

b.midfirst.com

Last fetched

b.midfirst.com resolves to 6 IPv4 addresses operated by COGENT-1790 - Cogent Communications, LLC in US.

Nutrition Label

WHISPER CANON · b.midfirst.comRouting diversity3.5/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/b.midfirst.com

Resolution chain

b.midfirst.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
208.11.210.215208.11.210.0/24AS1790COGENT-1790 - Cogent Communications, LLCUS
38.123.240.15338.0.0.0/8AS174COGENT-174 - Cogent Communications, LLCUS
38.123.240.21338.0.0.0/8AS174COGENT-174 - Cogent Communications, LLCUS
66.210.202.2466.210.192.0/20AS22773ASN-CXA-ALL-CCI-22773-RDC - Cox Communications Inc.US
66.210.202.5366.210.192.0/20AS22773ASN-CXA-ALL-CCI-22773-RDC - Cox Communications Inc.US
98.173.253.20198.173.248.0/21AS22773ASN-CXA-ALL-CCI-22773-RDC - Cox Communications Inc.US

WHOIS identity

No WHOIS records are currently associated with b.midfirst.com in WhisperGraph.

Subdomains

1 observed subdomain of b.midfirst.com.

Threat posture

History

Related pages

Pivot deeper into the graph from b.midfirst.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "b.midfirst.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.