Help
RSS
API
Feed
Maltego
Contact
Domain > cros-us.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-08-13
3.91.141.130
(
ClassC
)
2026-03-03
100.50.37.85
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Tue, 03 Mar 2026 18:26:13 GMTContent-Type: text/html; charsetutf-8Content-Length: 7717Connection: keep-aliveServer: nginxX-Frame-Options: DENYVary: CookieStrict-Transport-Security: max-age31536000; includeSubDomains; preloadX-Content-Type-Options: nosniffReferrer-Policy: same-originCross-Origin-Opener-Policy: same-originSet-Cookie: csrftoken3BpHgR7ULxKWqpltEjNhNGe623S209NM; expiresTue, 02 Mar 2027 18:26:13 GMT; Max-Age31449600; Path/; SameSiteLax; Secure !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> !--The Title of the current poge--> title> Help Page/title> !--These fonts are being pulled in from google, maybe they could just be a static asset--> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyRoboto:wght@400;700&displayswap relstylesheet> link relstylesheet href/static/css/base.51b68aa97bd8.css> link relicon href/static/assets/favicon.eedd3a7130d2.ico> !--Loading the css where this template is used--> style> * { box-sizing: border-box; } body { margin: 0; padding: 0; min-height: 100vh; font-family: Roboto, sans-serif; } .home-outer-container { font-family: Roboto, sans-serif; color: #2E4756; border-radius: 10px; background-color: #2E4756; box-shadow: 0 3px 6px #0000003e; width: calc(100% - 4rem); height: calc(100vh - 4rem - 90px); position: absolute; top: calc(50% + 45px); left: 50%; transform: translate(-50%, -50%); padding: 2.5rem; overflow-y: auto; } .home-content-wrapper { display: flex; flex-direction: column; align-items: center; gap: 2rem; min-height: 100%; justify-content: center; } .home-inner-container { border-radius: 10px; background-color: #F7F7F7; box-shadow: 0 3px 6px #0000003e; width: 100%; max-width: 1200px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 1.8rem; padding: 1rem; font-size: 20px; flex-shrink: 0; } .home-inner-container h1 { margin: 0; font-size: 20px; } .home-inner-container p { margin: 0; } .home-inner-container ul { margin: 0; list-style-type: decimal; padding-left: 1.5rem; } .home-inner-container ul li { margin-bottom: 6px; } .home-inner-container ul li:last-child { margin-bottom: 0; } /style>/head>body> header> !-- Navbar --> nav classnavbar> !-- Current Location --> div idlocation-dropdownclasslocation-dropdown> p classdropdown-toggle> Current Location/p> svg width26pxheight26px> path classlocation-dropdown-arrow-upstrokewhitefillnonestroke-linecaproundstroke-linejoinroundstroke-width2pxdM 5 9 L 13 17 L 21 9/> path classlocation-dropdown-arrow-downstroketransparentfillnonestroke-linecaproundstroke-linejoinroundstroke-width2pxdM 5 17 L 13 9 L 21 17/> /svg> div idlocation-dropdown-content classdropdown-content> p idITV_coords_display>Lat: Fetching..., Lon: Fetching.../p> p idITV_mgrs>MGRS: Fetching.../p> /div> /div> input typehidden namecsrfmiddlewaretoken valuewNt3vyW5OQVTNJzJ13rvD9je7xRZ8USPpeIABfTPpdvF3YK2vc4CgFnaZqzRYTvr> script src/static/scripts/ITV_location.4bbf2e196d52.js defer>/script> !-- Logo --> div classnavbar-logo> img src/static/assets/CROS_Logo.2ff47a8d25d5.png altCROS Logo> /div> !-- Navbar Menu --> div classnavbar-menu> button classmenu-btn idmenu-btn> span classbar>/span> span classbar>/span> span classbar>/span> /button> ul classnavbar-menu-list iddropdown> li classnavbar-sub-menu>a href/ classnavbar-menu-item active-menu-link>HOME/a>/li> li classnavbar-sub-menu>a href/map/ classnavbar-menu-item >MAP/a>/li> li classnavbar-sub-menu>a href/user/sign_in classnavbar-menu-item >ACCOUNT/a>/li> /ul> /div> /div> /nav> /header> !--The content page is gonna show--> div classhome-outer-container> div classhome-content-wrapper> div classhome-inner-container> h1>WHAT IS CROS?/h1> p>CROS is a tool designed to help users quickly locate essential resources such as food, water, and fuel. It stands for commercial resource optimization system. By simply entering your current resource requirements and location, CROS provides clear directions to the nearest locations that can fulfill all your needs. Whether youre on the move or planning ahead, CROS streamlines the process, ensuring you find what youre looking for efficiently./p> /div> div classhome-inner-container> h1>HOW TO NAVIGATE CROS/h1> ul> li>To find the nearest site with access to resources, click on the map tab./li> li>On the left side, enter the details for the resources required according to the measurements provided (meals is in quantity, water is in gallons, and fuel is in gallons), waypoints and final destination if applicable./li> li>Once all the details have been entered, click the green submit button at the bottom of the details box. NOTE: The submit button will be functional only if all the necessary details of requirements are provided./li> li>The system then provides the closest locations where the resources are available. The directions to the locations can be found by zooming into the map or scrolling down to the end of the webpage./li> li>The waypoints can be found at the bottom of the webpage with the name of the location and the estimated resources available there./li> li>The route information gives details of the whole journey like the distance covered and the estimated resources available at the end of the journey after visiting every waypoint./li> li>User information and account details can be found by clicking the account tab at the top right corner./li> li>To log out of the application, go to the account tab and click the log out button./li> /ul> /div> /div> /div>script> const navButton document.getElementById(menu-btn); const dropdown document.getElementById(dropdown); let open false; const changeButton () > { open !open; if (open) { navButton.classList.add(open) dropdown.classList.add(show); } else { navButton.classList.remove(open) dropdown.classList.remove(show); } } navButton.addEventListener(click, changeButton);/script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]