Hostname
digifarsh.com
Last fetched
digifarsh.com resolves to 2 IPv4 addresses operated by AS24940 in DE. WHOIS lists iana:113 as the registrar.
Nutrition Label
Resolution chain
digifarsh.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 |
|---|---|---|---|---|
| 157.90.64.219 | 157.90.0.0/16 | AS24940 | — | DE |
| 157.90.64.220 | 157.90.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- iana:113
- Organization
- amir bahram kalejahy
- Contact emails
Subdomains
10 observed subdomains of digifarsh.com.
Web-graph footprint
Distinct hostnames that link to or from digifarsh.com in the public web crawl.
21 sites link to this hostname.
26 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- digifarsh.com
SPF policy
8 SPF mechanisms authorising senders for digifarsh.com.
| Mechanism | Target |
|---|---|
| SPF_A | digifarsh.com |
| SPF_IP | 138.201.125.140 |
| SPF_IP | 157.90.64.219 |
| SPF_IP | 157.90.64.223 |
| SPF_IP | 168.119.136.198 |
| SPF_IP | 178.63.77.24 |
| SPF_IP | 185.49.85.19 |
| SPF_MX | digifarsh.com |
Related pages
Pivot deeper into the graph from digifarsh.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "digifarsh.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.