Hostname
infser.it
Last fetched
infser.it has no current public IPv4 resolution in WhisperGraph; WHOIS lists registrar:fastweb s.p.a. as the registrar.
Nutrition Label
Resolution chain
infser.it has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- registrar:fastweb s.p.a.
- Organization
- poste italiane spa
- Contact emails
- —
Subdomains
12 observed subdomains of infser.it.
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for infser.it.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 83.103.89.64/32 |
| SPF_IP | 83.103.89.69/32 |
| SPF_IP | 91.230.102.145/32 |
| SPF_IP | 91.230.102.146/32 |
| SPF_IP | 91.230.102.156/32 |
| SPF_IP | 91.230.102.185/32 |
| SPF_IP | 91.230.102.186/32 |
| SPF_IP | 91.230.102.187/32 |
| SPF_IP | 91.230.102.188/32 |
| SPF_MX | infser.it |
Related pages
Pivot deeper into the graph from infser.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "infser.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.