QuimeraX - EASM
  1. 217
QuimeraX - EASM
  • External - V1
    • external
      • teams
        • domain-assets/vulnerabilities
          • 217
            • show asset vulnerability
              GET
            • update vulnerability status
              PATCH
          • list assets vulnerabilities
            GET
        • intelligence
          • takedowns
            • 15
              • show takedown
              • store tkd history
            • list takedowns
          • compromised-cards
            • list compromised cards
            • update compromised card status
          • brands
            • brand details
            • show phishings
          • detection-logs
            • 1448
              • show detection log
            • list detection logs
            • create detection log
            • store takedown with detection log
          • social-media-detection-logs
            • list social media detection logs
            • create social media detection log
            • show social media detection log
            • store takedown with social medi
      • cyber-threats
        • change status info stealer
        • list info stealer
        • change bulk status info stealer
      • leaked-assets
        • change leaked asset status
        • change bulk leaked asset status
      • list breaches3parties
        GET
  1. 217

show asset vulnerability

GET
https://api.quimerax.com/api/external/teams/domain-assets/vulnerabilities/1
Last modified:2025-06-11 21:58:47

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Header Params

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.quimerax.com/api/external/teams/domain-assets/vulnerabilities/1' \
--header 'X-TEAM-ID: <string>' \
--header 'X-HASH-KEY: <string>' \
--header 'Accept: application/json'

Responses

🟢200OK
application/json
Body

Example
{
    "data": {
        "id": 1,
        "company_id": 1,
        "team_id": 42,
        "domain_asset_id": 1,
        "domain_scan_id": 1,
        "cvss": null,
        "status": "in_progress",
        "severity": "low",
        "title": "Prof.",
        "description": "Earum ad debitis nihil molestiae tenetur quisquam culpa. Qui voluptatem laudantium modi non est ad. Non autem exercitationem vero aut eos.",
        "host": null,
        "found_at": null,
        "references": null,
        "request": null,
        "response": "repellat",
        "created_at": "2025-06-10T16:37:20.000000Z",
        "updated_at": "2025-06-11T13:22:40.000000Z",
        "tags_count": null,
        "domainAsset": null,
        "tags": [],
        "cves": [
            {
                "id": 6,
                "cvss": 9.1,
                "name": "Jana Dickinson",
                "description": "A et nobis voluptate. Assumenda eius aspernatur eligendi. Enim non temporibus dolor ea veritatis quis et. Id et qui excepturi omnis ducimus.",
                "created_at": "2025-06-10T16:37:15.000000Z",
                "updated_at": "2025-06-10T16:37:15.000000Z"
            }
        ],
        "cwes": [
            {
                "id": 1,
                "name": "Joannie Rowe",
                "description": "Rerum sed quasi et harum. Nostrum ipsa quas natus sed dolorem sed voluptatem.",
                "link": "http://kirlin.com/",
                "created_at": "2025-06-10T16:37:10.000000Z",
                "updated_at": "2025-06-10T16:37:10.000000Z"
            },
            {
                "id": 10,
                "name": "Gloria Christiansen",
                "description": "Sit similique voluptas aut et odio dolores ea. Veniam dolorum ut id nihil est quae occaecati. Expedita temporibus laudantium id. Aut aut ex quo.",
                "link": "http://www.haley.com/earum-accusantium-iste-nostrum-aut",
                "created_at": "2025-06-10T16:37:12.000000Z",
                "updated_at": "2025-06-10T16:37:12.000000Z"
            }
        ],
        "domainAssetVulnerabilityStatusLogs": [
            {
                "id": 3,
                "domain_asset_vulnerability_id": 1,
                "user_id": null,
                "status": "in_progress",
                "reason": "my reason",
                "created_at": "2025-06-11T13:22:41.000000Z",
                "updated_at": "2025-06-11T13:22:41.000000Z",
                "user": null
            },
            {
                "id": 2,
                "domain_asset_vulnerability_id": 1,
                "user_id": null,
                "status": "open",
                "reason": "my reason",
                "created_at": "2025-06-11T13:21:42.000000Z",
                "updated_at": "2025-06-11T13:21:42.000000Z",
                "user": null
            }
        ]
    }
}
Modified at 2025-06-11 21:58:47
Next
update vulnerability status
Built with