Hostname
interno.flp.it
Last fetched
interno.flp.it resolves to 3 IPv4 addresses operated by AS5394 in IT.
Nutrition Label
Resolution chain
interno.flp.it 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 |
|---|---|---|---|---|
| 77.39.235.253 | 77.39.224.0/19 | AS5394 | — | IT |
| 82.180.47.229 | 82.180.32.0/19 | AS30848 | — | IT |
| 84.233.235.20 | 84.233.128.0/17 | AS3257 | — | IT |
WHOIS identity
No WHOIS records are currently associated with interno.flp.it in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from interno.flp.it in the public web crawl.
6 sites link to this hostname.
20 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for interno.flp.it.
| Mechanism | Target |
|---|---|
| SPF_A | smtp.fcworkgroup.net |
| SPF_A | smtp1.fcworkgroup.net |
| SPF_A | smtp2.fcworkgroup.net |
| SPF_IP | 158.120.84.70/32 |
| SPF_IP | 77.39.235.248/29 |
| SPF_IP | 84.233.235.0/27 |
| SPF_MX | interno.flp.it |
Related pages
Pivot deeper into the graph from interno.flp.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "interno.flp.it"})-[: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.