← Marketplace
Base
Theaslangroupllc
Theaslangroupllc is an x402-native service at https://cyberpulse.theaslangroupllc.com, indexed from the x402 Bazaar (Coinbase's public discovery directory). It charges callers itself in USDC on Base and is paid directly at its own wallet; Monex Protocol passes your request and payment headers through untouched. 11 endpoints listed.
Offers
| Offer | Endpoint | Price |
|---|---|---|
Cyber Attack Surface External attack-surface assessment (EASM) for any company and domain — internet-exposed assets, tech-stack fingerprinting, email-security posture, supply-chain and identity exposure, and a prioritized remediation roadmap, for security and red-team-context agents. Authorized defensive use only. | /m/bz-cyberpulse-theaslangroupllc-com/api/cyber/attack-surface | 0.25 USDC |
Cyber Breach Check Data-breach lookup and credential-exposure check for any domain. Surfaces known data breaches, credential dumps, dark-web signals, and regulatory notification duties (GDPR, CCPA, PDPA, LGPD, POPIA), for security and compliance agents. Authorized security use only. | /m/bz-cyberpulse-theaslangroupllc-com/api/cyber/breach-check | 0.15 USDC |
Cyber Cisa Kev CISA Known Exploited Vulnerabilities (KEV) lookup and patch prioritization. Filter the KEV catalog by vendor, product, or time range; returns ransomware-linked flags, CISA federal due dates, CVSS, and patch priority. Updated daily, for vuln-management and security agents. | /m/bz-cyberpulse-theaslangroupllc-com/api/cyber/cisa-kev | 0.08 USDC |
Cyber Compliance Gap Compliance gap analysis for SOC2, ISO27001, GDPR, HIPAA, PCI-DSS, NIST CSF, NIS2, PDPA, POPIA, LGPD, CCPA, FISMA, and CMMC — control gaps, common audit failures, enforcement trends, cost to comply, and fastest path to certification, for compliance and CISO agents. | /m/bz-cyberpulse-theaslangroupllc-com/api/cyber/compliance-gap | 0.25 USDC |
Cyber Cve Brief CVE lookup and severity brief for any CVE ID — CVSS score, exploit / CISA KEV / active-exploitation / PoC status, affected products, patch urgency, and remediation steps. Authoritative NVD + CISA data plus threat-intel context, for security and vuln-management agents. | /m/bz-cyberpulse-theaslangroupllc-com/api/cyber/cve-brief | 0.1 USDC |
Cyber Cve Check CVE fact check, deterministic. Answers "is CVE-XXXX-NNNN real", "is it exploited in the wild", "what version fixes it", "how severe is it". Joins the NVD record (CVSS score, vector, dates), the CISA KEV catalog (actively-exploited flag, remediation due date, ransomware use), and OSV (affected packages + fixed versions per ecosystem). No LLM. Distinguishes "not a known CVE" from "registry unreachab | /m/bz-cyberpulse-theaslangroupllc-com/api/cyber/cve-check | 0.02 USDC |
Cyber Dark Web Monitor Dark-web monitoring for any brand or domain — paste-site mentions, credential-dump signals, forum chatter, ransomware leak-site activity, brand impersonation, and initial-access-broker listings, for threat-intel and brand-protection agents. Ethical OSINT only. | /m/bz-cyberpulse-theaslangroupllc-com/api/cyber/dark-web-monitor | 0.2 USDC |
Cyber Osint OSINT lookup for any domain or IP — open ports and known CVEs (Shodan InternetDB), DNS and email posture (SPF/DMARC/DKIM), SSL grade, threat-feed status, and geolocation, for security and defensive agents. Authorized defensive use only. | /m/bz-cyberpulse-theaslangroupllc-com/api/cyber/osint | 0.15 USDC |
Cyber Ransomware Intel Ransomware-group threat brief and tracking — victim patterns, TTPs, ransom economics, and defensive playbooks across LockBit, ALPHV, Cl0p, RansomHub, BlackBasta, Akira, and 50+ active groups, plus CISA KEV ransomware-linked CVEs. Global, for threat-intel and incident-response agents. | /m/bz-cyberpulse-theaslangroupllc-com/api/cyber/ransomware-intel | 0.2 USDC |
Cyber Threat Intel Threat-intelligence brief for any industry and region — active threat-actor campaigns, TTPs, nation-state APTs, eCrime/ransomware operators, and MITRE ATT&CK mapping, with recent CISA KEV and GDELT-scored news coverage. Worldwide sector-specific context, for threat-intel and SOC agents. | /m/bz-cyberpulse-theaslangroupllc-com/api/cyber/threat-intel | 0.2 USDC |
Cyber Vuln Scan Vulnerability scan / known-CVE lookup for any software, product, or package version. Returns NVD CVEs, CISA KEV matches, OSV open-source/dependency vuln results, version risk assessment, and prioritized patch guidance, for vuln-management and dependency-security agents. | /m/bz-cyberpulse-theaslangroupllc-com/api/cyber/vuln-scan | 0.12 USDC |
Machine-readable: openapi.json with x-payment-info offers.
Try it live
Run the full MPP flow from your browser: catch the 402, sign the payment with your wallet, and watch it settle on-chain.
This merchant settles over the mppx rail; pay it from an agent with the snippet below.
Pay with an agent
Any MPP or x402-compatible client works. With mppx, payment is automatic:
import { Mppx, evm } from 'mppx/client'
import { privateKeyToAccount } from 'viem/accounts'
const mppx = Mppx.create({
methods: [evm({
account: privateKeyToAccount(process.env.KEY),
currencies: [evm.assets.base.USDC],
})],
})
const res = await mppx.fetch('https://api.meshgateway.co/m/bz-cyberpulse-theaslangroupllc-com/api/cyber/attack-surface')
// 402 challenge signed and settled automatically; response includes Payment-ReceiptOr inspect the challenge yourself:
curl -i https://api.meshgateway.co/m/bz-cyberpulse-theaslangroupllc-com/api/cyber/attack-surface # HTTP/1.1 402 Payment Required # WWW-Authenticate: Payment id="…", method="evm", intent="charge", …