Hostname
manact.org
Last fetched
manact.org resolves to 2 IPv4 addresses operated by AS12392 in BE. WHOIS lists iana:433 as the registrar.
Nutrition Label
Resolution chain
manact.org resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 109.88.194.183 | 109.88.192.0/20 | AS12392 | — | BE |
| 109.88.194.183 | 109.88.192.0/20 | AS12392 | — | BE |
| 95.182.199.37 | 95.182.192.0/20 | AS12392 | — | BE |
| 95.182.199.37 | 95.182.192.0/20 | AS12392 | — | BE |
WHOIS identity
- Registrar
- iana:433
- Organization
- michel pierre
- Contact emails
Subdomains
1 observed subdomain of manact.org.
| Subdomain |
|---|
| admin.manact.org |
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from manact.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "manact.org"})-[: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.