Hostname
iedb.org
Last fetched
iedb.org resolves to 3 IPv4 addresses operated by UCSD - University of California, San Diego in US. WHOIS lists iana:1040 as the registrar.
Nutrition Label
Resolution chain
iedb.org 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 |
|---|---|---|---|---|
| 169.228.2.148 | 169.228.0.0/16 | AS7377 | UCSD - University of California, San Diego | US |
| 8.37.117.148 | 8.37.117.0/24 | AS394861 | LJI - La Jolla Institute for Immunology | US |
| 8.37.117.163 | 8.37.117.0/24 | AS394861 | LJI - La Jolla Institute for Immunology | US |
WHOIS identity
- Registrar
- iana:1040
- Organization
- domain protection services,
- Contact emails
Subdomains
20 observed subdomains of iedb.org.
Web-graph footprint
Distinct hostnames that link to or from iedb.org in the public web crawl.
164 sites link to this hostname.
3 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for iedb.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_IP | 173.243.133.230 |
| SPF_IP | 192.52.227.5 |
| SPF_IP | 192.52.227.6 |
| SPF_IP | 50.28.102.172 |
| SPF_IP | 8.37.117.171 |
Related pages
Pivot deeper into the graph from iedb.org.
- IP · 169.228.2.148
- ASN · AS7377UCSD - University of California, San Diego
- Registrar · iana:1040
- Country · US
- Email · domains@liai.org
- TLD · .org
- Browse hostnames · ie…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "iedb.org"})-[: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.