Hostname
irc.arobas.ma
Last fetched
irc.arobas.ma resolves to 2 IPv4 addresses operated by AS36903 in MA.
Nutrition Label
Resolution chain
irc.arobas.ma 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 |
|---|---|---|---|---|
| 196.217.196.54 | 196.217.192.0/21 | AS36903 | — | MA |
| 41.248.234.51 | 41.248.232.0/21 | AS36903 | — | MA |
WHOIS identity
No WHOIS records are currently associated with irc.arobas.ma in WhisperGraph.
Subdomains
2 observed subdomains of irc.arobas.ma.
| Subdomain |
|---|
| mail.irc.arobas.ma |
| www.irc.arobas.ma |
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for irc.arobas.ma.
| Mechanism | Target |
|---|---|
| SPF_A | irc.arobas.ma |
| SPF_IP | 217.76.58.241 |
| SPF_MX | irc.arobas.ma |
Related pages
Pivot deeper into the graph from irc.arobas.ma.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "irc.arobas.ma"})-[: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.