Hostname
netformic.com
Last fetched
netformic.com resolves to 2 IPv4 addresses operated by HETZNER-AS in DE. WHOIS lists iana:151 as the registrar.
Nutrition Label
Resolution chain
netformic.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.233.5.151 | 167.233.0.0/16 | AS24940 | HETZNER-AS | DE |
| 75.2.88.59 | 75.2.80.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:151
- Organization
- netformic
- Contact emails
Subdomains
10 observed subdomains of netformic.com.
Web-graph footprint
Distinct hostnames that link to or from netformic.com in the public web crawl.
46 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for netformic.com.
| Mechanism | Target |
|---|---|
| SPF_A | netformic.com |
| SPF_INCLUDE | 26259056.spf02.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | one.zoho.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.crsend.com |
| SPF_INCLUDE | spf.mtasv.net |
| SPF_INCLUDE | zcsend.net |
| SPF_IP | 159.89.102.196 |
| SPF_IP | 172.104.153.126 |
| SPF_MX | netformic.com |
Related pages
Pivot deeper into the graph from netformic.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "netformic.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.