DayDayMap Search
daydaymap_searchSearch DayDayMap assets using query syntax for IP, domain, geography, ICP, ASN, web, protocol, app, device, certificate, time, vulnerability, and organization fields. Supports pagination and field selection.
Instructions
Search DayDayMap assets with POST /api/v1/raymap/search/all. Query is automatically Base64-encoded for the keyword parameter. Strings in queries must use English double quotes and are case-insensitive. Supported return fields: ip, is_ipv6, is_website, port, protocol, url, continent, country, country_code, province, city, postal_code, asn, asn_org, longitude, latitude, isp, domain, icp_reg_name, industry, title, icon_md5, banner, header, body, os, device_type, manufacturer, server, lang, device, product, service, tags, time_stamp, cert, cert_selfsigned, SSL. Query syntax categories: IP: ip, ip.port, ip.isp, ip.os_family, ip.os, ip.tag, ip.industry, is_ipv6; 域名: domain, domain.root, is_domain; 地理位置: ip.country, ip.province, ip.city, ip.district; ICP 备案: icp.number, icp.name, icp.name_prefix, icp.webname; AS 域: asn.number, asn.org; WEB: is_web, web.server, web.status_code, web.header, web.title, web.lang, web.body, web.icon; 协议: protocol.transport, protocol.service, protocol.banner; 应用: app.name; 组件: product; 设备: device.name, device.type, device.type_sub, brand, model, manufacturer; 证书: cert.issuer, cert.subject, cert.sn, cert.org, cert.md5, cert.is_expired, cert.is_trust, cert.startdate, cert.enddate; 时间: time; 漏洞: vul.cve, vul.dvb; 资产归属: org.name, org.name_prefix. Logical AND uses &&. Maximum 10,000 results total (page x page_size <= 10000).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, 1-10000. | |
| query | Yes | DayDayMap query string. Use English double quotes for values. Examples: ip="1.1.1.1", domain="example.com", ip.port="443" && protocol.service="https", ip.country="中国" && web.title="管理系统", cert.subject.cn="example.com". | |
| fields | No | Comma-separated fields to include in response. When set, only these fields are returned. Takes priority over exclude_fields. | |
| page_size | No | Results per page, max 10000. | |
| exclude_fields | No | Comma-separated fields to exclude from response. Only effective when fields is not set. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||