Hostname
flinnsci.com
Last fetched
flinnsci.com resolves to 2 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
flinnsci.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 |
|---|---|---|---|---|
| 168.62.236.232 | 168.62.0.0/15 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
| 217.114.94.2 | 217.114.94.0/24 | AS30811 | TRIDENT-NET | SE |
WHOIS identity
- Registrar
- iana:2
- Organization
- flinn scientific
- Contact emails
Subdomains
19 observed subdomains of flinnsci.com.
Web-graph footprint
Distinct hostnames that link to or from flinnsci.com in the public web crawl.
1,026 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for flinnsci.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.mailgun.org |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | whitelabel.flinnsci.com |
| SPF_IP | 12.227.233.160/29 |
| SPF_IP | 173.15.107.0/29 |
| SPF_IP | 173.15.107.3 |
| SPF_IP | 206.82.157.60/24 |
| SPF_IP | 50.205.141.58 |
| SPF_IP | 54.240.51.52/32 |
| SPF_IP | 54.240.51.53/32 |
| SPF_IP | 54.240.8.61/32 |
| SPF_IP | 99.43.155.168/29 |
Related pages
Pivot deeper into the graph from flinnsci.com.
- IP · 168.62.236.232
- ASN · AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation
- Registrar · iana:2
- Country · US
- Email · it@flinnsci.com
- TLD · .com
- Browse hostnames · fl…
- 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: "flinnsci.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.