Hostname
projectstoday.com
Last fetched
projectstoday.com resolves to 3 IPv4 addresses operated by AS4755 in IN. WHOIS lists iana:1337 as the registrar.
Nutrition Label
Resolution chain
projectstoday.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 121.242.118.147 | 121.242.118.0/24 | AS4755 | — | IN |
| 162.215.226.7 | 162.215.226.0/24 | AS46606 | UNIFIEDLAYER-AS-1 - Unified Layer | US |
| 203.115.122.26 | 203.115.122.0/24 | AS17426 | — | IN |
WHOIS identity
- Registrar
- iana:1337
- Organization
- economic research india
- Contact emails
Subdomains
12 observed subdomains of projectstoday.com.
Web-graph footprint
Distinct hostnames that link to or from projectstoday.com in the public web crawl.
217 sites link to this hostname.
129 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for projectstoday.com.
| Mechanism | Target |
|---|---|
| SPF_A | projectstoday.com |
| SPF_INCLUDE | _spfnew.logix.in |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | ncapp02.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 66.7.148.164 |
| SPF_IP | 66.7.148.45 |
| SPF_MX | projectstoday.com |
Related pages
Pivot deeper into the graph from projectstoday.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "projectstoday.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.