Hostname
spirecos.com
Last fetched
spirecos.com resolves to 1 IPv4 address operated by LEIDOS-AS - Leidos, Inc. in US. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
spirecos.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 |
|---|---|---|---|---|
| 149.8.238.77 | 149.8.128.0/17 | AS19 | LEIDOS-AS - Leidos, Inc. | US |
WHOIS identity
- Registrar
- iana:299
- Organization
- domain administrator
- Contact emails
Subdomains
2 observed subdomains of spirecos.com.
| Subdomain |
|---|
| mail.spirecos.com |
| www.spirecos.com |
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for spirecos.com.
| Mechanism | Target |
|---|---|
| SPF_A | mx.siteprotect.com |
| SPF_A | out.exch129.serverdata.net |
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_INCLUDE | mfg.siteprotect.com |
| SPF_INCLUDE | spf-00336402.gpphosted.com |
| SPF_INCLUDE | spf.protection.office365.us |
| SPF_IP | 140.162.124.0/25 |
| SPF_IP | 149.8.132.0/25 |
| SPF_IP | 149.8.144.0/24 |
| SPF_IP | 149.8.242.0/24 |
| SPF_IP | 149.8.243.0/27 |
Related pages
Pivot deeper into the graph from spirecos.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "spirecos.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.