Skip to content

Hostname

firmseek.com

Last fetched

firmseek.com resolves to 2 IPv4 addresses operated by COGECO-PEER1 - Aptum Technologies in US. WHOIS lists iana:93 as the registrar.

Nutrition Label

WHISPER CANON · firmseek.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/firmseek.com

Resolution chain

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

IPPrefixASNOperatorCountry
216.157.108.97216.157.104.0/21AS13768COGECO-PEER1 - Aptum TechnologiesUS
72.32.131.2372.32.0.0/16AS33070RMH-14 - Rackspace HostingUS

WHOIS identity

Registrar
iana:93
Organization
domain protection services,
Contact emails

Subdomains

57 observed subdomains of firmseek.com.

Web-graph footprint

Distinct hostnames that link to or from firmseek.com in the public web crawl.

179 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

12 SPF mechanisms authorising senders for firmseek.com.

MechanismTarget
SPF_INCLUDEspf.messagingengine.com
SPF_IP172.237.131.106/32
SPF_IP2600:3c03:0:0:f03c:93ff:fe46:cb9e
SPF_IP2600:3c03:0:0:f03c:93ff:fec6:bd92
SPF_IP2600:3c06:0:0:2000:bbff:feb0:f7db
SPF_IP2604:2dc0:200:1ad1:f173:5eec:1:0
SPF_IP45.79.177.178/32
SPF_IP51.81.215.96/28
SPF_IP72.32.131.17/32
SPF_IP72.32.145.217/32
SPF_IP74.205.50.0/29
SPF_IP97.107.133.82/32

Related pages

Pivot deeper into the graph from firmseek.com.

Cypher and MCP

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

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