Hostname
manincor.com
Last fetched
manincor.com resolves to 1 IPv4 address operated by AS49864 in AT. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
manincor.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 |
|---|---|---|---|---|
| 185.126.208.217 | 185.126.208.0/24 | AS49864 | — | AT |
WHOIS identity
- Registrar
- iana:269
- Organization
- regina maria plangger
- Contact emails
Subdomains
1 observed subdomain of manincor.com.
| Subdomain |
|---|
| www.manincor.com |
Web-graph footprint
Distinct hostnames that link to or from manincor.com in the public web crawl.
200 sites link to this hostname.
139 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for manincor.com.
| Mechanism | Target |
|---|---|
| SPF_A | bulk.rolmail.net |
| SPF_INCLUDE | spf.camyno.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 128.116.180.238 |
| SPF_IP | 146.255.57.106 |
| SPF_IP | 185.121.103.31 |
| SPF_IP | 217.61.161.211 |
| SPF_IP | 77.32.100.159 |
| SPF_MX | manincor.com |
Related pages
Pivot deeper into the graph from manincor.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "manincor.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.