Hostname
instagr.am
Last fetched
instagr.am resolves to 4 IPv4 addresses operated by FACEBOOK - Facebook, Inc. in US. WHOIS lists registrar:abcdomain as the registrar.
Nutrition Label
Resolution chain
instagr.am resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 157.240.3.174 | 157.240.3.0/24 | AS32934 | FACEBOOK - Facebook, Inc. | US |
| 157.240.30.174 | 157.240.30.0/24 | AS32934 | FACEBOOK - Facebook, Inc. | CZ |
| 57.144.198.34 | 57.144.198.0/23 | AS32934 | FACEBOOK - Facebook, Inc. | US |
| 57.144.248.34 | 57.144.248.0/23 | AS32934 | FACEBOOK - Facebook, Inc. | IE |
WHOIS identity
- Registrar
- registrar:abcdomain
- Organization
- instagram llc.
- Contact emails
- —
Subdomains
3 observed subdomains of instagr.am.
Web-graph footprint
Distinct hostnames that link to or from instagr.am in the public web crawl.
7,045 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for instagr.am.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.fb.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | facebookmail.com |
| SPF_INCLUDE | spf.mtasv.net |
Related pages
Pivot deeper into the graph from instagr.am.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "instagr.am"})-[: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.