Julkisen pinnan arviointi — Q Factory
WordPress on WP Engine. REST user enumeration still live, near-zero security headers, DMARC none. True L3: HIGH 4 · MEDIUM 3.
Johtoyhteenveto
Miksi toimia nyt
Nämä havainnot eivät ole teoreettisia: ne ovat julkisia pintoja. Jokaisessa kortissa on todiste, vaikutus, omistaja, korjaus ja validointi.
WordPress on WP Engine. REST user enumeration still live, near-zero security headers, DMARC none. True L3: HIGH 4 · MEDIUM 3.
Pinossa tässä ajossa
| Komponentti | Käytössä | Huom |
|---|---|---|
| ParviClaw Core + AWP | KYLLÄ (lab) | pack engagementissa |
| ParviSight browser | osittain | HTTP walk |
| PayBotFin Witness live | sopimuksen mukaan | rehellinen laajuus |
Havainnot
Jokainen havainto: ongelma, missä, vaikutus, omistaja, PoC, korjaus, validointi.
WordPress REST user enumeration
KORKEAGET https://q-factory.fi/wp-json/wp/v2/users → 200. Five users public including id 25 name onni-vilhelm.ojanen@q-factory.fi (personal email as WP display name); also hutcode, jenny.ammondt, petra.vaisalo, Q-Factory Oy. Re-confirmed live 2026-07-31. last_reprobe=2026-07-31.
Exposes real account identifiers for phishing and password spray.
GET https://q-factory.fi/wp-json/wp/v2/users → 200 — 5 users public, including a person e-mail used as WordPress display name:
| id | slug | name (public) |
|---|---|---|
| 26 | hutcode | hutcode |
| 28 | jenny-ammondt | jenny.ammondt |
| 25 | onni-vilhelm-ojanenq-factory-fi | onni-vilhelm.ojanen@q-factory.fi |
| 23 | petra-vaisalo | petra.vaisalo |
| 2 | qfactory | Q-Factory Oy |
/wp-json, /wp-json/wp/v2, posts. First pentest (2026-07-28 phase2) already recorded id 25 as email-like identity; re-confirmed live 2026-07-31.- Human: Harvest public WP usernames/emails for phishing and password spray.
- Agent (LLM+tools): Pull
/wp-json/wp/v2/usersin a loop; expand spray lists. - If invasive/destructive: Account takeover → CMS compromise. L3 only proves unauthenticated enum.
Qfactory — turva / tuote / infra (vahvista omistaja)
Read-only. Does not change the system.
curl -sS 'https://q-factory.fi/wp-json/wp/v2/users' | head -c 800
Block unauthenticated /wp-json/wp/v2/users; never use email as display name; MFA on WP; harden wp-login.
Identity recon and spray surface remain free forever.
Missing major security headers
KORKEAhttps://q-factory.fi/ response headers — What / evidence: No CSP/HSTS/XFO/nosniff baseline (deep + prior). Fix: Full header baseline last_reprobe=2026-07-31.
Weak browser security headers increase impact of XSS/clickjacking/MITM.
- Human: Public headers surface on q-factory.fi expands attacker recon.
- Agent (LLM+tools): Keep surface in continuous recon.
- If invasive/destructive: Escalate if second bug/credential. L3 public-max is read-only.
Qfactory — turva / tuote / infra (vahvista omistaja)
Read-only. Does not change the system.
curl -sSI 'https://q-factory.fi/' | egrep -i 'strict-transport|content-security|x-frame|x-content'
Add/tighten HSTS, CSP, XFO, nosniff, Referrer-Policy, Permissions-Policy on https://q-factory.fi/.
Exposure remains until closed.
DMARC p=none
KORKEADNS TXT at _dmarc.q-factory.fi publishes a DMARC policy with p=none (monitor-only). Receiving servers do not quarantine/reject forged @q-factory.fi mail on DMARC fail. This is email brand spoofing / BEC risk, not a website bug. Proof: dig TXT _dmarc.q-factory.fi +short last_reprobe=2026-07-31.
Brand email spoofing / BEC remains easier while DMARC on q-factory.fi is not reject.
DNS record (not a website): _dmarc.q-factory.fi TXT
Mail domain: @q-factory.fi
- Human: Forge invoices / IT resets as
@q-factory.fiwhilep=none. - Agent (LLM+tools): Re-check DMARC; automate brand-domain spoof campaigns.
- If invasive/destructive: Financial fraud via trusted-looking mail — not CMS takeover from this alone. L3 only proves DNS policy (dig).
Qfactory — turva / tuote / infra (vahvista omistaja)
Read-only. Does not change the system.
dig TXT _dmarc.q-factory.fi +short
Align SPF/DKIM for all legitimate senders; move DMARC to p=quarantine then p=reject; monitor rua; document third-party senders.
Brand spoofing of @q-factory.fi stays easy forever.
Public wp-login
KORKEAhttps://q-factory.fi/ — What / evidence: Login spray surface with known usernames. Fix: MFA, rate limit, WAF last_reprobe=2026-07-31.
Default WP login is a permanent spray target.
- Human: Public wp_login surface on q-factory.fi expands attacker recon.
- Agent (LLM+tools): Keep surface in continuous recon.
- If invasive/destructive: Escalate if second bug/credential. L3 public-max is read-only.
Qfactory — turva / tuote / infra (vahvista omistaja)
Read-only. Does not change the system.
curl -sSI 'https://q-factory.fi/'
MFA, rate limit, WAF, optional allowlist; combine with blocking user REST enum.
Exposure remains until closed.
Full REST index open
KESKIlarge wp-json surface (surface: https://q-factory.fi/). last_reprobe=2026-07-31.
Public brand surface on q-factory.fi expands recon until closed.
- Human: Public edge surface on q-factory.fi expands attacker recon.
- Agent (LLM+tools): Keep surface in continuous recon.
- If invasive/destructive: Escalate if second bug/credential. L3 public-max is read-only.
Qfactory — turva / tuote / infra (vahvista omistaja)
Read-only. Does not change the system.
curl -sSI 'https://q-factory.fi/'
Remove unnecessary public hosts on q-factory.fi DNS or enforce strong auth/WAF; re-test from internet.
Re-run PoC from public internet until closed (q-factory.fi).
HubSpot forms third-party
KESKIHubSpot forms third-party (surface: https://q-factory.fi/). last_reprobe=2026-07-31.
Public brand surface on q-factory.fi expands recon until closed.
- Human: Public edge surface on q-factory.fi expands attacker recon.
- Agent (LLM+tools): Keep surface in continuous recon.
- If invasive/destructive: Escalate if second bug/credential. L3 public-max is read-only.
Qfactory — turva / tuote / infra (vahvista omistaja)
Read-only. Does not change the system.
curl -sSI 'https://q-factory.fi/'
Remove unnecessary public hosts on q-factory.fi DNS or enforce strong auth/WAF; re-test from internet.
Re-run PoC from public internet until closed (q-factory.fi).
moodle/equal historical DNS
KESKInot responding now — watch reappearance (surface: https://q-factory.fi/). last_reprobe=2026-07-31.
Public brand surface on q-factory.fi expands recon until closed.
- Human: Public edge surface on q-factory.fi expands attacker recon.
- Agent (LLM+tools): Keep surface in continuous recon.
- If invasive/destructive: Escalate if second bug/credential. L3 public-max is read-only.
Qfactory — turva / tuote / infra (vahvista omistaja)
Read-only. Does not change the system.
curl -sSI 'https://q-factory.fi/'
Remove unnecessary public hosts on q-factory.fi DNS or enforce strong auth/WAF; re-test from internet.
Re-run PoC from public internet until closed (q-factory.fi).
Liitteet (AWP + Core)
Oikea pack L3 max retestistä 2026-07-31 (public-max, ei-tuhoava). Jokaisella tiedostolla on kuvateksti.
Mikä se on: allekirjoitettu Agent Witness Protocol -kuitti (offline-tarkistettava).
Mitä se todistaa: meidän testi-/engagement-lokimme eheyden.
Mitä se EI ole: ei yksin todista bugia hostissanne (se on kunkin havainnon PoC).
→ lataa awp-receipt.json
Miten AWP:ta käytetään / varmennetaan (open-source)
npx agent-witness-protocol verify awp-receipt.json
PASS (rehellisesti): kuitin allekirjoitus ja Merkle-todiste ok — testiloki on ehjä.
PASS ei tarkoita: että tuotantobugi on korjattu, tai että PayBotFin live-witness oli käytössä (local_awp_dev / DEV_LAB).
Korjausjärjestys tiimille
- Sulje HIGH-julkiset altistukset ensin (auth / VPN / DNS).
- Korjaa MEDIUM-otsikot, postikäytäntö ja non-prod.
- Uudelleentestaa PoC:t julkisesta netistä kunnes kiinni.
- Arkistoi AWP/evidence auditointia ja retestiä varten.