|
| 1 | +# OVH Cloud Responders |
| 2 | + |
| 3 | + |
| 4 | +## OVH Domain Order |
| 5 | + |
| 6 | +### Description |
| 7 | +*OVH Domain Order* can be used to purchase an **available** Domain Name with OVH Cloud registrar. |
| 8 | +A price limit should be set to avoid too expensive acquisitions, depending of your budget. |
| 9 | + |
| 10 | +### Prerequisites |
| 11 | +To use this *OVH Domain Order* Responder, you will need: |
| 12 | +* an active OVHCloud account, |
| 13 | +* create a OVHCloud API Keys, with necessary rights. For example: |
| 14 | + * post `/order/cart` |
| 15 | + * get `/order/cart/*` |
| 16 | + * post `/order/cart/*` |
| 17 | + |
| 18 | +### Parameters |
| 19 | + |
| 20 | +#### Price Limit |
| 21 | +A mandatory price limit has to be set, to avoid expensive acquisitions. |
| 22 | + |
| 23 | +> [!WARNING] |
| 24 | +> Maximum allowed price to buy a Domain Name corresponds to the price **WITHOUT Taxes**. |
| 25 | +> **⚠ PRICE LIMIT USES OVH CLOUD SUBSIDIARY DEFAULT CURRENCY ⚠** |
| 26 | +
|
| 27 | +#### Required Configurations |
| 28 | +Some Domain Name acquisition requires mandatory configuration(s), depending of the TLD or of OVH Subsidiaries. |
| 29 | +A list of required configurations can be found on this [OVH Cloud website](https://help.ovhcloud.com/csm/en-domain-names-api-order?id=kb_article_view&sysparm_article=KB0051563#fetch-required-configurations). |
| 30 | + |
| 31 | +#### TheHive API |
| 32 | +Optionally, TheHive endpoint and API Key can be set, to allow *OVH Domain Order* Responder to add tags to the Observable, even when its execution fails. |
| 33 | + |
| 34 | +### Author |
| 35 | +**Thales Group CERT** - [thalesgroup-cert on GitHub](https://github.com/thalesgroup-cert) |
| 36 | + |
| 37 | + |
| 38 | +## OVH Domain Redirection |
| 39 | + |
| 40 | +### Description |
| 41 | +*OVH Domain Redirection* can be used to redirect an **owned** Domain Name, with OVH Cloud registrar, to the URL of your choice. |
| 42 | +A price limit should be set to avoid too expensive acquisitions, depending of your budget. |
| 43 | + |
| 44 | +### Prerequisites |
| 45 | +To use this *OVH Domain Redirection* Responder, you will need: |
| 46 | +* an active OVHCloud account, |
| 47 | +* create a OVHCloud API Keys, with necessary rights. For example: |
| 48 | + * get `/domain/zone/*` |
| 49 | + * post `/domain/zone/*` |
| 50 | + * put `/domain/zone/*` |
| 51 | + |
| 52 | +### Parameters |
| 53 | + |
| 54 | +#### Domain Redirection |
| 55 | +Set the full URL where to redirect parent domain and `www` subdomain. |
| 56 | + |
| 57 | +For example: |
| 58 | +* if domain redirection is set to `https://mydomain.com/abuse`, |
| 59 | +* and *OVH Domain Redirection* Responder is used on Observable `myd0main.com`, |
| 60 | +* then requests to `myd0main.com` & `www.myd0main.com` will redirect to `https://mydomain.com/abuse`. |
| 61 | + |
| 62 | +#### TheHive API |
| 63 | +Optionally, TheHive endpoint and API Key can be set, to allow *OVH Domain Redirection* Responder to add tags to the Observable, even when its execution fails. |
| 64 | + |
| 65 | +### Author |
| 66 | +**Thales Group CERT** - [thalesgroup-cert on GitHub](https://github.com/thalesgroup-cert) |
0 commit comments