Domain Analysis
[ POST ] https://api.malcore.io/api/domain
Gather readable strings out of a file
Query Params
domain
string The domain to analyze
Headers
apiKey
stringX-No-Poll
string
Request
curl -X POST https://api.malcore.io/api/domain \
-H "apiKey: MY-API-KEY" \
-H "X-No-Poll: true" \
--data "domain=query.com" \
Response
🟢 200
{
"results": {
"dns_info": {
"domains": [
[
"query.com",
{
"determined_ip_addresses": [
"","","",...
],
"subdomains": [
"","","",...
]
}
]
]
},
"intel_report": {
"files_mentioned_in": [
"","","","",...
],
"mentioned_at": [
"","","","",...
]
},
"misc_info": {
"recon_request": {
"headers": [
{}, {}, {}
],
"status_code": 200,
"scripts": [
"", "", ""
],
"title": "..."
}
}
}
}
🔴 400
{}
Last updated