Hostname
mlcfmail.kmlg.com
Last fetched
mlcfmail.kmlg.com resolves to 2 IPv4 addresses operated by AS9541 in PK.
Nutrition Label
Resolution chain
mlcfmail.kmlg.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 |
|---|---|---|---|---|
| 202.163.126.42 | 202.163.126.0/24 | AS9541 | — | PK |
| 64.20.48.227 | 64.20.32.0/19 | AS19318 | IS-AS-1 - Interserver, Inc | US |
WHOIS identity
No WHOIS records are currently associated with mlcfmail.kmlg.com in WhisperGraph.
Subdomains
1 observed subdomain of mlcfmail.kmlg.com.
| Subdomain |
|---|
| www.mlcfmail.kmlg.com |
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for mlcfmail.kmlg.com.
| Mechanism | Target |
|---|---|
| SPF_A | mlcfmail.kmlg.com |
| SPF_INCLUDE | relay.is.cc |
| SPF_INCLUDE | relay.mailbaby.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 64.20.52.123 |
| SPF_IP | 66.45.235.74 |
| SPF_IP | 66.45.237.230 |
| SPF_IP | 67.211.218.74 |
| SPF_MX | mlcfmail.kmlg.com |
Related pages
Pivot deeper into the graph from mlcfmail.kmlg.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mlcfmail.kmlg.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.