Infrastructure
· 9 checks — DNS, redirects, IPv6, crawlability, URL variants, and domain intelligence rolled into one auditable list.BURL Variantswww/non-www, trailing slash, HTTP→HTTPSREVIEW
www / non-www
Inconsistent — duplicate content risk
HTTP → HTTPS
Consistent
BTLS Certificate Expiry & Recommendations48 days until leaf cert expires — 3 issues to addressREVIEW
Certificate validity
Recommended actions
- Enable HSTS: Strict-Transport-Security: max-age=31536000; includeSubDomains
- Enable DNSSEC on your domain for DNS spoofing protection
- Enable OCSP stapling on your TLS server to remove a CA roundtrip and protect user privacy
ADNS Records1 A records, 557 ms lookupPASS
| A | 23.185.0.1 |
| AAAA | 2620:12a:8000::1, 2620:12a:8001::1 |
| CNAME | — |
| NS | ns03.aaas.org, ns02.aaas.org, ns01.aaas.org |
| MX | 0 aaas-org.mail.protection.outlook.com |
| TXT | 00DTI000002xy0b=1TBTI0000000Jgz ykFUvdECwp6VO67gnee0QFwzQEcNpTqLKS5e1wS+yS5tbBmlRvK9XWdb2uTofzy1utBWV1vOZbh141gf... 00D55000000TmTQ=1TBO90000000G3B atlassian-domain-verification=Miha1lJ/3chbNvT6h8Dap79cHIH/26Gax6UiRvrTrroesTXHi4... facebook-domain-verification=lh6empp38dc57qkxs6r9u7x1igjeii 00D22000000DeTI=1TBWJ000000017N 00DVF00000N0mqb=1TBVF00000000w5 amazonses:tOrfErPG0WgmMmqU0xoAxTvQjeT1r4yr6JD+QWmftPc= logmein-verification-code=86887ed5-f79c-4513-a2b9-72a33cfe5844 00DO800000NQ6HR=1TBO80000000JvV 00D61000000Jfq5=1TBTQ00000000kn 00DO800000NQ6PV=1TBO80000000Jtt 00DO5000008JZa9=1TBO50000000MBp 00Dca000002OBPN=1TBca00000004mn 00D400000007PnI=1TBPK00000001Ab ZOOM_verify_HVbjZfWKS3aHxbmcvzPbbQ docusign=0f9ea560-9ca8-470c-bae0-7e4061212751 infor-cloudsuite-domain-verification=9SCBLBQQ3MUCVUBUAQHXQYDJG49A9AMZKKVLGMY9ZH7... asv=d28153e112cffd3c1e1f4fa65476a5bb 00DVG000006c7Y5=1TBVG00000002TF 00DVC0000087c3x=1TBVC00000001nJ MS=ms65821071 00Df2000001I2lF=1TBRo00000000rF SFMC-jqLpderPovCEva2Mngxh4WSe1NDNWnDcQEVn-m0q apple-domain-verification=USTU7hust9pZXGSy logmein-verification-code=bdeb7d3a-4583-4345-b236-714b0c6578a7 google-site-verification=E6glajM1LGSRZKvGJDVDZ5y2xoJdZ5c9HPBQXeaDjKQ SPF v=spf1 mx a:smtpout02.aaas.org ip4:23.21.109.197 ip4:23.21.109.212 ip4:147.160.1... 00Dcc000004HP7l=1TBcc0000000CZ3 jamf-site-verification=QzJCHrclr3skru1-HQ9jtg 00D36000000ZDtm=1TBVX00000001Dp 00DEm00000GoVHE=1TBEm0000000Fwj dropbox-domain-verification=3qu3g1o7lt4o |
| CAA | Lookup not available with standard resolver |
Multiple A records provide failover if one server goes down.
Single A record means a single point of failure — if that IP goes down, your site is unreachable until DNS TTL expires.
Learn more ▾ ▴
Add multiple A records for round-robin failover, or use a managed DNS provider with health-checked failover (Route 53, Cloudflare, NS1). Short TTL (60-300s) lets clients recover faster on outages.
Source: SRE practice / DNS architecture
CAA record lookup requires a specialized DNS resolver. This check will be available in a future update.
Informational: CAA (Certification Authority Authorization) records weren't checked in this scan.
Slow DNS adds latency to every page load. Consider a faster DNS provider.
DNS resolution is slow — anycast DNS providers (Cloudflare, Route 53) typically resolve <50ms globally.
Source: DNS performance benchmarks
ARedirect Chain1 redirect(s), 258 ms totalPASS
https://aaas.org
7 ms · HTTP/1.1
https://www.aaas.org/
252 ms · HTTP/1.1 FINAL
| # | URL | Status | Time | Protocol | Server |
|---|---|---|---|---|---|
| 1 | https://aaas.org | 301 | 7 ms | HTTP/1.1 | Pantheon |
| 2 | https://www.aaas.org/ | 200 | 252 ms | HTTP/1.1 | nginx |
See the visual redirect chain in the HTTP Probe tab →
A+IPv6 ReadinessIPv6 reachable (0 ms)PASS
A+Crawlabilityrobots.txt present, sitemap with 6 URLsPASS
#
# robots.txt
#
# This file is to prevent the crawling and indexing of certain parts
# of your site by web crawlers and spiders run by sites like Yahoo!
# and Google. By telling these "robots" where not to go on your site,
# you save bandwidth and server resources.
#
# This file will be ignored unless it is at the root of your host:
# Used: http://example.com/robots.txt
# Ignored: http://example.com/site/robots.txt
#
# For more information about the robots.txt standard, see:
# http://www.robotstxt.org/robotstxt.html
User-agent: *
# CSS, JS, Images
Allow: /core/*.css$
Allow: /core/*.css?
Allow: /core/*.js$
Allow: /core/*.js?
Allow: /core/*.gif
Allow: /core/*.jpg
Allow: /core/*.jpeg
Allow: /core/*.png
Allow: /core/*.svg
Allow: /profiles/*.css$
Allow: /profiles/*.css?
Allow: /profiles/*.js$
Allow: /profiles/*.js?
Allow: /profiles/*.gif
Allow: /profiles/*.jpg
Allow: /profiles/*.jpeg
Allow: /profiles/*.png
Allow: /profiles/*.svg
# Directories
Disallow: /core/
Disallow: /profiles/
# Files
Disallow: /README.md
Disallow: /composer/Metapackage/README.txt
Disallow: /composer/Plugin/ProjectMessage/README.md
Disallow: /composer/Plugin/Scaffold/README.md
Disallow: /composer/Plugin/VendorHardening/README.txt
Disallow: /composer/Template/README.txt
Disallow: /modules/README.txt
Disallow: /sites/README.txt
Disallow: /themes/README.txt
# Paths (clean URLs)
Disallow: /admin/
Disallow: /comment/reply/
Disallow: /filter/tips
Disallow: /node/add/
Disallow: /search/
Disallow: /user/register
Disallow: /user/password
Disallow: /user/login
Disallow: /user/logout
Disallow: /media/oembed
Disallow: /*/media/oembed
# Paths (no clean URLs)
Disallow: /index.php/admin/
Disallow: /index.php/comment/reply/
Disallow: /index.php/filter/tips
Disallow: /index.php/node/add/
Disallow: /index.php/search/
Disallow: /index.php/user/password
Disallow: /index.php/user/register
Disallow: /index.php/user/login
Disallow: /index.php/user/logout
Disallow: /index.php/media/oembed
Disallow: /index.php/*/media/oembed
#
# Append to web/robots.txt
# https://pantheon.io/docs/bots-and-indexing#robotstxt-with-composer-and-drupal
#
# Disallowed crawlers
User-agent: Amazonbot
User-agent: anthropic-ai
User-agent: Applebot-Extended
User-agent: AwarioRssBot
User-agent: AwarioSmartBot
User-agent: AhrefsBot
User-agent: BLEXBot
User-agent: Bytespider
User-agent: CCBot
User-agent: ChatGPT-User
User-agent: ClaudeBot
User-agent: Claude-Web
User-agent: cohere-ai
User-agent: DataForSeoBot
User-agent: Diffbot
User-agent: DotBot
User-agent: FacebookBot
User-agent: FriendlyCrawler
User-agent: Google-Extended
User-agent: GPTBot
User-agent: heritrix
User-agent: ImagesiftBot
User-agent: magpie-crawler
User-agent: MegaIndex.ru
User-agent: Meta-ExternalAgent
User-agent: meta-externalagent
User-agent: MJ12bot
User-agent: NewsNow
User-agent: news-please
User-agent: OAI-SearchBot
User-agent: omgili
User-agent: omgilibot
User-agent: panscient
User-agent: panscient.com
User-agent: peer39_crawler
User-agent: peer39_crawler/1.0
User-agent: PerplexityBot
User-agent: PetalBot
User-agent: Quora-Bot
User-agent: Riddler
User-agent: Scrapy
User-agent: SemrushBot
User-agent: SemrushBot-BA
User-agent: SemrushBot-BM
User-agent: SiteimproveBot-Crawler
User-agent: Slurp
User-agent: Sogou
User-agent: Timpibot
User-agent: TurnitinBot
User-agent: ultimate_sitemap_parser
User-agent: viberbot
User-agent: Yandex*
User-agent: YaK
Disallow: /
User-agent: AppleBot
User-agent: Bingbot
Crawl-delay: 10
User-agent: *
# This specifically targets the URL parameter pattern seen in a typical Drupal Search (e.g. Solr facets).
Disallow: /*?f[*
Disallow: /*&f[*
Disallow: /*?f%5B0*
Disallow: /*&f%5B1*
# Paths (no clean URLs)
Disallow: /?q=admin/
Disallow: /?q=comment/reply/
Disallow: /?q=contact/
Disallow: /?q=logout/
Disallow: /?q=node/add/
Disallow: /?q=search/
Disallow: /?q=user/password/
Disallow: /?q=user/register/
Disallow: /?q=user/login/
# Paths (clean URLs) - fixed
Disallow: /admin
Disallow: /comment/reply
Disallow: /filter/tips
Disallow: /node/add
Disallow: /search
Disallow: /user/register
Disallow: /user/password
Disallow: /user/login
Disallow: /user/logout
# Paths (no clean URLs) - fixed
Disallow: /index.php/admin
Disallow: /index.php/comment/reply
Disallow: /index.php/filter/tips
Disallow: /index.php/node/add
Disallow: /index.php/search
Disallow: /index.php/user/password
Disallow: /index.php/user/register
Disallow: /index.php/user/login
Disallow: /index.php/user/logout
# Paths (no clean URLs) – fixed
Disallow: /?q=admin
Disallow: /?q=comment/reply
Disallow: /?q=contact
Disallow: /?q=logout
Disallow: /?q=node/add
Disallow: /?q=search
Disallow: /?q=user/password
Disallow: /?q=user/register
Disallow: /?q=user/login
Disallow: /home/*
Sitemap: https://www.aaas.org/sitemap.xml
A+Domain Intelligenceaaas.org — via Network Solutions, LLC, 33 years, 3 months oldPASS
2930 days
June 24, 2034
48 days
Issued by Let's Encrypt
33 years, 3 months
Registered June 25, 1993
Not enabled
Protects against DNS spoofing
Unknown
2620:12a:8000::1
Network Solutions, LLC
Expiry timeline
Recommended actions
- Enable DNSSEC to protect visitors from DNS spoofing
- Enable registrar lock (clientTransferProhibited) to block unauthorized domain transfers
DNSSEC protects against DNS spoofing attacks. While not required, enabling DNSSEC adds an additional layer of security. Contact your DNS provider to enable it.
Without DNSSEC, an attacker who can poison your DNS can hijack your domain — and SSL certs alone don't stop them.
Learn more ▾ ▴
DNSSEC adds cryptographic signatures to DNS records, preventing forged responses from poisoning resolver caches. Without it, an attacker who controls the network path can redirect your domain to a malicious server before any HTTPS handshake happens. Most modern registrars (Cloudflare, Google Domains, Route 53) enable it with one toggle.
Source: ICANN / RFC 4033
The domain can be transferred without an unlock step. Enable registrar lock (clientTransferProhibited) in your registrar's control panel to protect against unauthorized or accidental transfers.
Without registrar lock, an attacker who phishes your registrar credentials can transfer the domain in minutes — total brand hijack.
Learn more ▾ ▴
Registrar lock (clientTransferProhibited, clientUpdateProhibited, clientDeleteProhibited) requires extra verification before any transfer/update/delete. Every major registrar offers it free. Combined with 2FA on your registrar account, it's the strongest defense against domain hijacking.
Source: ICANN / domain-security best practice