Help
RSS
API
Feed
Maltego
Contact
Domain > ashbyscouts.org.uk
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2021-08-27
35.246.77.49
(
ClassC
)
2026-01-24
104.21.9.179
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Sat, 24 Jan 2026 23:26:09 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveServer: cloudflareNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Location: https://ashbyscouts.org.uk/X-Powered-By: WordOpsX-Frame-Options: SAMEORIGINX-Content-Type-Options: nosniffReferrer-Policy: strict-origin-when-cross-origincf-cache-status: DYNAMICReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sVu7Q8E5EGG7WPL3blOydtiiJB29y5NEEZItkkve9hPV6qwIMQYi1ZyO66PNoVGB14KESgDmE1KSMPVxoj86ZBOv8dnpcmA9EszpWvpYCMDQ%3D}}CF-RAY: 9c334b49bc8cfef1-PDXalt-svc: h3:443; ma86400 html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>nginx/center>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Sat, 24 Jan 2026 23:26:09 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveServer: cloudflarelast-modified: Thu, 13 Nov 2025 09:23:46 GMTvary: Accept-EncodingNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}x-powered-by: WordOpsx-frame-options: SAMEORIGINx-content-type-options: nosniffreferrer-policy: strict-origin-when-cross-originx-protocol: HTTP/2.0 alwaysalt-svc: h3:443; ma86400Report-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sou1p1v6GIX1abBMcijtAAEZd9JxcJkBZ1BR6J7Ygft0zlOODLgG4pfpTFpA0DjCeSI3o%2BuqGElBTFDPb6jHxX4AzpceISgQg9Z9lPmccHDc%3D}}cf-cache-status: DYNAMICCF-RAY: 9c334b4bdfe0ff09-PDX !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Ashby Scouts – Ashby & Coalville District/title> meta namedescription contentDiscover Scout groups in Ashby: 4th Ashby, Ashby Hastings, and more. Join today via joinscouts.uk!> link relicon href/images/logo.png typeimage/png> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyNunito+Sans:ital,wght@0,400;0,700;0,900;1,400&displayswap relstylesheet> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css> style> :root { --purple: #7413DC; --blue: #006DDF; --teal: #088486; --green: #009A44; --red: #BA0C2F; --yellow: #FFCD00; --navy: #005EB8; --black: #000000; --grey: #F5F5F5; --dark: #333; --white: #FFFFFF; } body { font-family: Nunito Sans, sans-serif; margin: 0; background: var(--grey); color: var(--dark); line-height: 1.6; overflow-x: hidden; } /* Hero Section: Green background (Scout Green #009A44), rectangular buttons, white logo/text */ .hero { background: var(--green); color: var(--white); padding: 6rem 2rem 4rem; text-align: center; position: relative; overflow: hidden; } .hero::before { content: ✦; /* Fleur-de-lis symbol */ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(1.2); color: rgba(255,255,255,0.1); font-size: 8rem; z-index: 0; font-weight: 900; } .hero-content { position: relative; z-index: 1; max-width: 900px; margin: auto; } .hero img { max-width: 200px; height: auto; margin-bottom: 1rem; filter: brightness(0) invert(1); } /* White logo on green */ .hero h1 { font-weight: 900; font-size: clamp(2.5rem, 5vw, 4rem); margin: 0 0 1rem; text-shadow: 0 2px 4px rgba(0,0,0,0.2); } .hero p { font-size: clamp(1.1rem, 2.5vw, 1.4rem); margin: 0 0 2rem; font-weight: 400; } .hero .btn { background: var(--teal); color: var(--white); padding: 1.2rem 3rem; text-decoration: none; border: none; border-radius: 0; /* Rectangular */ font-weight: 700; display: inline-block; margin: 0.5rem; box-shadow: 0 4px 12px rgba(8,132,134,0.3); transition: all 0.3s; } .hero .btn:hover, .hero .btn:focus { background: var(--yellow); color: var(--dark); transform: translateY(-2px); outline: 3px solid var(--yellow); } .hero .btn-secondary { background: var(--blue); } .hero .btn-secondary:hover { background: var(--purple); } /* Sections Area: Small section logos with hover to section color */ .container { max-width: 1200px; margin: auto; padding: 2rem; } .section { margin-bottom: 4rem; text-align: center; } .section h2 { color: var(--purple); font-weight: 900; font-size: clamp(2rem, 4vw, 2.5rem); margin-bottom: 2rem; } .section p { font-size: 1.2rem; margin-bottom: 3rem; max-width: 800px; margin-left: auto; margin-right: auto; } .sections-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 1.5rem; margin-bottom: 3rem; } .section-logo { position: relative; display: inline-block; } .section-logo img { width: 100px; height: 100px; border-radius: 50%; transition: all 0.3s; cursor: pointer; filter: grayscale(100%); opacity: 0.7; } .section-logo:hover img { filter: grayscale(0%); opacity: 1; transform: scale(1.1); } .section-logo.squirrels:hover { box-shadow: 0 0 0 4px var(--red); } /* Red for Squirrels */ .section-logo.beavers:hover { box-shadow: 0 0 0 4px var(--blue); } /* Blue for Beavers */ .section-logo.cubs:hover { box-shadow: 0 0 0 4px var(--green); } /* Green for Cubs */ .section-logo.scouts:hover { box-shadow: 0 0 0 4px var(--green); } /* Green for Scouts */ .section-logo.explorers:hover { box-shadow: 0 0 0 4px var(--navy); } /* Navy for Explorers */ .section-logo.network:hover { box-shadow: 0 0 0 4px var(--black); } /* Black for Network */ /* Group Cards: Below sections, linking to group sites with tracked clicks */ .groups-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; } .group-card { background: var(--white); padding: 2rem; border-radius: 16px; box-shadow: 0 8px 24px rgba(0,0,0,0.1); text-align: center; transition: transform 0.3s; } .group-card:hover, .group-card:focus-within { transform: translateY(-4px); } .group-card h3 { color: var(--blue); font-weight: 900; margin-bottom: 1rem; font-size: 1.5rem; } .group-card p { margin-bottom: 1.5rem; color: var(--dark); } .group-card .btn { background: var(--teal); color: var(--white); padding: 1rem 2rem; text-decoration: none; border: none; border-radius: 0; /* Rectangular */ font-weight: 700; display: inline-block; margin: 0.5rem; box-shadow: 0 4px 12px rgba(8,132,134,0.3); transition: all 0.3s; } .group-card .btn:hover { background: var(--yellow); color: var(--dark); transform: translateY(-2px); } .footer { background: var(--blue); color: var(--white); text-align: center; padding: 2rem; } .footer a { color: var(--white); text-decoration: underline; font-weight: 700; } .footer a:hover { text-decoration: none; } /* Accessibility & Mobile */ @media (max-width: 768px) { .hero { padding: 4rem 1rem 2rem; } .groups-grid { grid-template-columns: 1fr; gap: 1.5rem; } .sections-grid { grid-template-columns: 1fr; } } @media (prefers-reduced-motion: reduce) { * { transition: none !important; } } a:focus, button:focus { outline: 3px solid var(--yellow); outline-offset: 2px; } .visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; } /style>/head>body> a href#main-content classvisually-hidden>Skip to main content/a> section classhero rolebanner aria-labelAshby Scouts Welcome> img src/images/logo.png altScouts UK Logo loadinglazy> div classhero-content> h1>#SkillsForLife/h1> p>Adventure, friendship, and skills for every young person in Ashby & Coalville. Ready to join the journey?/p> a hrefhttps://joinscouts.uk classbtn onclicklogClick(join_redirect, event)>Join Scouts/a> a hrefhttps://joinscouts.uk classbtn btn-secondary onclicklogClick(volunteer_redirect, event)>Volunteer/a> /div> /section> div classcontainer idmain-content> section classsection rolemain aria-labelledbysections-heading> h2 idsections-heading>Explore Our Sections/h2> p>From Squirrels to Network – find the right fit for your child or yourself./p> div classsections-grid> div classsection-logo squirrels> img src/images/squirrels.png altSquirrels (4-6 years) loadinglazy tabindex0> /div> div classsection-logo beavers> img src/images/beavers.png altBeavers (6-8 years) loadinglazy tabindex0> /div> div classsection-logo cubs> img src/images/cubs.png altCubs (8-10 years) loadinglazy tabindex0> /div> div classsection-logo scouts> img src/images/scouts.png altScouts (10-14 years) loadinglazy tabindex0> /div> div classsection-logo explorers> img src/images/explorers.png altExplorers (14-18 years) loadinglazy tabindex0> /div> div classsection-logo network> img src/images/network.png altNetwork (18-25 years) loadinglazy tabindex0> /div> /div> /section> section classsection aria-labelledbygroups-heading> h2 idgroups-heading>Our Groups/h2> p>Three fantastic groups in Ashby & Coalville – each with unique adventures./p> div classgroups-grid> div classgroup-card tabindex0> h3>Ashby Hastings Scout Group/h3> p>Central Ashby. Beaver Scouts to Scouts. Building confidence and friendships./p> a hrefhttps://www.ashbyhastings.org classbtn onclicklogClick(group_ashby_hastings, event)>Visit Site/a> a hrefhttps://joinscouts.uk classbtn onclicklogClick(join_hastings, event)>Join Now/a> /div> div classgroup-card tabindex0> h3>4th Ashby Scout Group/h3> p>Donisthorpe-based. Squirrels to Explorers. Fun, adventure, skills for life./p> a hrefhttps://4thashby.org.uk classbtn onclicklogClick(group_4th_ashby, event)>Visit Site/a> a hrefhttps://joinscouts.uk classbtn onclicklogClick(join_4th_ashby, event)>Join Now/a> /div> div classgroup-card tabindex0> h3>Ashby & Coalville District/h3> p>District events, training, and support for all groups. Get involved!/p> a hrefhttps://ashbyandcoalvillescouts.org.uk classbtn onclicklogClick(group_district, event)>Visit Site/a> a hrefhttps://joinscouts.uk classbtn onclicklogClick(join_district, event)>Join Now/a> /div> /div> /section> section classsection aria-labelledbyjoin-heading> h2 idjoin-heading>Ready to Join?/h2> p>Every young person deserves the #SkillsForLife. Start your adventure today./p> a hrefhttps://joinscouts.uk classbtn onclicklogClick(join_redirect, event)>Find Your Local Group/a> /section> /div> footer classfooter rolecontentinfo> p>a href/privacy.html>Privacy Policy/a> | a hrefhttps://www.scouts.org.uk/privacy>Scouts Privacy Policy/a> | © 2025 Ashby & Coalville District Scouts/p> /footer> !-- Anonymous Logging Script (GDPR-Safe) --> script> const LOG_ENDPOINT /api/log.php; async function logToServer(type, payload) { if (!navigator.onLine) return; try { await fetch(LOG_ENDPOINT, { method: POST, headers: { Content-Type: application/json, X-Log-Secret: 2cfced33b9489b58d2d378e5a4857f482df669cf420eb260ed74b6bed4a7ef8e }, body: JSON.stringify({ timestamp: new Date().toISOString(), type: type, ...payload, page: window.location.pathname }), keepalive: true }); } catch (err) { console.warn(Logging failed:, err); } } document.addEventListener(DOMContentLoaded, () > { logToServer(visit, {}); }); function logClick(action, event) { event.preventDefault(); const href event.currentTarget.href; logToServer(click, { action, target: href }); setTimeout(() > { window.location.href href; }, 250); } /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
]