Hostname
moodle.devops-office.com
Last fetched
moodle.devops-office.com resolves to 2 IPv4 addresses operated by AS51167 in DE.
Nutrition Label
Resolution chain
moodle.devops-office.com 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 |
|---|---|---|---|---|
| 161.97.103.73 | 161.97.102.0/23 | AS51167 | — | DE |
| 173.252.167.190 | 173.252.167.0/24 | AS19853 | ORANGEHOST - OrangeHost | US |
WHOIS identity
No WHOIS records are currently associated with moodle.devops-office.com in WhisperGraph.
Subdomains
1 observed subdomain of moodle.devops-office.com.
| Subdomain |
|---|
| www.moodle.devops-office.com |
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for moodle.devops-office.com.
| Mechanism | Target |
|---|---|
| SPF_A | moodle.devops-office.com |
| SPF_IP | 173.252.167.190 |
| SPF_MX | moodle.devops-office.com |
Related pages
Pivot deeper into the graph from moodle.devops-office.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "moodle.devops-office.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.