Hostname
blom.sa
Last fetched
blom.sa resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in NL.
Nutrition Label
Resolution chain
blom.sa 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 |
|---|---|---|---|---|
| 20.73.115.202 | 20.64.0.0/10 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | NL |
WHOIS identity
No WHOIS records are currently associated with blom.sa in WhisperGraph.
Subdomains
13 observed subdomains of blom.sa.
Web-graph footprint
Distinct hostnames that link to or from blom.sa 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
11 SPF mechanisms authorising senders for blom.sa.
| Mechanism | Target |
|---|---|
| SPF_A | blom.sa |
| SPF_A | mail.egcdr.com |
| SPF_A | mx2.egcdr.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_IP | 168.245.41.252 |
| SPF_IP | 185.54.147.137 |
| SPF_IP | 212.24.226.120 |
| SPF_IP | 82.147.208.61 |
| SPF_IP | 82.167.65.67 |
| SPF_IP | 86.51.39.169 |
| SPF_MX | blom.sa |
Related pages
Pivot deeper into the graph from blom.sa.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "blom.sa"})-[: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.