Hostname
ssmo.gov.sd
Last fetched
ssmo.gov.sd resolves to 1 IPv4 address operated by VELIANET-AS - velia.net Internetdienste GmbH in FR.
Nutrition Label
Resolution chain
ssmo.gov.sd 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 |
|---|---|---|---|---|
| 151.106.31.60 | 151.106.0.0/19 | AS29066 | VELIANET-AS - velia.net Internetdienste GmbH | FR |
WHOIS identity
No WHOIS records are currently associated with ssmo.gov.sd in WhisperGraph.
Subdomains
7 observed subdomains of ssmo.gov.sd.
Web-graph footprint
Distinct hostnames that link to or from ssmo.gov.sd in the public web crawl.
12 sites link to this hostname.
44 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for ssmo.gov.sd.
| Mechanism | Target |
|---|---|
| SPF_A | ssmo.gov.sd |
| SPF_INCLUDE | spf.filteredmx.net |
| SPF_IP | 50.28.84.61 |
| SPF_IP | 91.197.230.54 |
| SPF_IP | 91.197.231.101 |
| SPF_MX | ssmo.gov.sd |
Related pages
Pivot deeper into the graph from ssmo.gov.sd.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ssmo.gov.sd"})-[: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.