Hostname
fermacorp.com
Last fetched
fermacorp.com resolves to 3 IPv4 addresses operated by AS209242 in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
fermacorp.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 |
|---|---|---|---|---|
| 160.153.0.203 | 160.153.0.0/24 | AS209242 | — | US |
| 64.197.122.2 | 64.196.0.0/14 | AS7029 | WINDSTREAM - Windstream Communications LLC | US |
| 65.254.250.109 | 65.254.224.0/19 | AS29873 | BIZLAND-SD - Newfold Digital, Inc. | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- corporation, ferma
- Contact emails
Subdomains
7 observed subdomains of fermacorp.com.
Web-graph footprint
Distinct hostnames that link to or from fermacorp.com in the public web crawl.
20 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for fermacorp.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 13.64.198.151 |
| SPF_IP | 64.197.122.2 |
Related pages
Pivot deeper into the graph from fermacorp.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fermacorp.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.