Hostname
manners.cat
Last fetched
manners.cat resolves to 1 IPv4 address operated by acens_AS - acens Technologies, S.L. in ES. WHOIS lists iana:696 as the registrar.
Nutrition Label
Resolution chain
manners.cat 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 |
|---|---|---|---|---|
| 79.139.120.48 | 79.139.120.0/22 | AS16371 | acens_AS - acens Technologies, S.L. | ES |
WHOIS identity
- Registrar
- iana:696
- Organization
- manners congressos
- Contact emails
Subdomains
1 observed subdomain of manners.cat.
| Subdomain |
|---|
| mx.manners.cat |
Web-graph footprint
Distinct hostnames that link to or from manners.cat in the public web crawl.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for manners.cat.
| Mechanism | Target |
|---|---|
| SPF_A | adsl.manners.es |
| SPF_INCLUDE | spf.dominioabsoluto.net |
| SPF_INCLUDE | spf.lluert.net |
| SPF_MX | manners.cat |
Related pages
Pivot deeper into the graph from manners.cat.
- IP · 79.139.120.48
- ASN · AS16371acens_AS - acens Technologies, S.L.
- Registrar · iana:696
- Country · ES
- Email · dominis@lluert.net
- TLD · .cat
- Browse hostnames · ma…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "manners.cat"})-[: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.