Hostname
lmc.edu
Last fetched
lmc.edu resolves to 1 IPv4 address operated by TUT-AS - Total Uptime Technologies, LLC in US.
Nutrition Label
Resolution chain
lmc.edu 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 |
|---|---|---|---|---|
| 162.252.213.82 | 162.252.213.0/24 | AS53334 | TUT-AS - Total Uptime Technologies, LLC | US |
WHOIS identity
- Registrar
- —
- Organization
- lees-mcrae college
- Contact emails
- —
Subdomains
8 observed subdomains of lmc.edu.
Web-graph footprint
Distinct hostnames that link to or from lmc.edu in the public web crawl.
411 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
17 SPF mechanisms authorising senders for lmc.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.emailcampaigns.net |
| SPF_INCLUDE | _spf.psm.knowbe4.com |
| SPF_INCLUDE | customers.clickdimensions.com |
| SPF_INCLUDE | lmc-edu.mail.protection.outlook.com |
| SPF_INCLUDE | mail-mw2nam12hn2228.outbound.protection.outlook.com |
| SPF_INCLUDE | secure.giftlegacy.com |
| SPF_INCLUDE | spf.dynect.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 128.92.78.194 |
| SPF_IP | 147.160.167.0/26 |
| SPF_IP | 23.21.109.197/32 |
| SPF_IP | 23.21.109.212/32 |
| SPF_IP | 52.100.166.226 |
| SPF_IP | 52.100.167.228 |
| SPF_IP | 69.77.131.143 |
| SPF_IP | 69.77.131.147 |
| SPF_IP | 69.77.131.245 |
Related pages
Pivot deeper into the graph from lmc.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lmc.edu"})-[: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.