Hostname
sitaratextile.com
Last fetched
sitaratextile.com resolves to 1 IPv4 address operated by AS23674 in PK. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
sitaratextile.com 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 |
|---|---|---|---|---|
| 58.65.142.93 | 58.65.142.0/24 | AS23674 | — | PK |
WHOIS identity
- Registrar
- iana:2
- Organization
- sitara textile industries
- Contact emails
Subdomains
3 observed subdomains of sitaratextile.com.
Web-graph footprint
Distinct hostnames that link to or from sitaratextile.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for sitaratextile.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail-server1.hostwithcloud.com |
| SPF_A | mail-server3.hostwithcloud.com |
| SPF_A | relay-local.hostwithcloud.com |
| SPF_A | relay.hostwithcloud.com |
| SPF_A | server99-local.hostwithcloud.com |
| SPF_A | server99-southeast-1.hostwithcloud.com |
| SPF_A | sitaratextile.com |
| SPF_INCLUDE | amazonses.com |
| SPF_MX | sitaratextile.com |
Related pages
Pivot deeper into the graph from sitaratextile.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sitaratextile.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.