Hostname
ignitison.com
Last fetched
ignitison.com resolves to 1 IPv4 address operated by LENET in LT. WHOIS lists iana:106 as the registrar.
Nutrition Label
Resolution chain
ignitison.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 81.16.228.185 | 81.16.224.0/21 | AS24607 | LENET | LT |
WHOIS identity
- Registrar
- iana:106
- Organization
- *******
- Contact emails
Subdomains
1 observed subdomain of ignitison.com.
| Subdomain |
|---|
| www.ignitison.com |
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for ignitison.com.
| Mechanism | Target |
|---|---|
| SPF_A | ignitison.com |
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_INCLUDE | spf.mail.aas.services |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 188.69.11.121 |
| SPF_IP | 193.23.59.155/32 |
| SPF_IP | 40.107.0.56 |
| SPF_IP | 81.16.0.0/16 |
| SPF_MX | ignitison.com |
Related pages
Pivot deeper into the graph from ignitison.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ignitison.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.