Hostname
fabricfringe.com
Last fetched
fabricfringe.com resolves to 2 IPv4 addresses operated by AS133070 in BD. WHOIS lists iana:460 as the registrar.
Nutrition Label
Resolution chain
fabricfringe.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 |
|---|---|---|---|---|
| 115.187.18.42 | 115.187.18.0/24 | AS133070 | — | BD |
| 94.130.22.223 | 94.130.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- iana:460
- Organization
- md. tamjid hossain
- Contact emails
Web-graph footprint
Distinct hostnames that link to or from fabricfringe.com in the public web crawl.
171 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- fabricfringe.com
SPF policy
3 SPF mechanisms authorising senders for fabricfringe.com.
| Mechanism | Target |
|---|---|
| SPF_A | fabricfringe.com |
| SPF_IP | 115.187.18.36 |
| SPF_MX | fabricfringe.com |
Related pages
Pivot deeper into the graph from fabricfringe.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fabricfringe.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.