FOFA Host
GET
/api/analysis/ip/fofa
请求参数
Authorization
在 header 添加参数
Token
示例:
Token: ********************
Query 参数
ip
string
查询的IPv4地址
示例值:
103.235.47.188
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.birdy02.com:8443/api/analysis/ip/fofa?ip=103.235.47.188' \
--header 'Token;'
返回响应
🟢200成功
application/json
Body
success
boolean
必需
code
integer
必需
data
object
必需
country_code
string
必需
country_name
string
必需
domain
array[string]
必需
error
boolean
必需
host
string
必需
ip
string
必需
org
string
必需
ports
array [object {4}]
必需
update_time
string
必需
msg
string
必需
示例
{
"success": true,
"code": 200,
"data": {
"country_code": "HK",
"country_name": "Hong Kong Special Administrative Region",
"domain": [
"birdy02.com"
],
"error": false,
"host": "38.147.170.156",
"ip": "38.147.170.156",
"org": "LUCIDACLOUD LIMITED",
"ports": [
{
"port": 22,
"products": [
{
"category": "操作系统",
"company": "Public Interest, Inc.",
"level": 2,
"product": "debian-操作系统",
"sort_hard_code": 2
},
{
"category": "其他支撑系统",
"company": "其他",
"level": 3,
"product": "OpenSSH",
"sort_hard_code": 2
}
],
"protocol": "ssh",
"update_time": "2024-10-15 09:00:00"
},
{
"port": 80,
"products": [
{
"category": "服务",
"company": "OpenResty Inc.",
"level": 3,
"product": "OpenResty",
"sort_hard_code": 2
}
],
"protocol": "http",
"update_time": "2024-10-15 00:00:00"
},
{
"port": 111,
"protocol": "portmap",
"update_time": "2024-07-05 05:00:00"
},
{
"port": 8080,
"products": [
{
"category": "脚本语言",
"company": "Oracle Corporation",
"level": 4,
"product": "Oracle-JSP",
"sort_hard_code": 2
},
{
"category": "脚本语言",
"company": "Oracle Corporation",
"level": 4,
"product": "Oracle-JAVA",
"sort_hard_code": 2
},
{
"category": "其他企业应用",
"company": "Atlassian Corporation Plc",
"level": 5,
"product": "ATLASSIAN-JIRA",
"sort_hard_code": 2
}
],
"protocol": "http",
"update_time": "2024-05-06 18:00:00"
},
{
"port": 8090,
"protocol": "unknown",
"update_time": "2024-05-01 21:00:00"
},
{
"port": 21,
"products": [
{
"category": "服务",
"company": "其他",
"level": 3,
"product": "PURE_FTPD",
"sort_hard_code": 2
}
],
"protocol": "ftp",
"update_time": "2024-04-29 04:00:00"
},
{
"port": 888,
"products": [
{
"category": "服务",
"company": "Nginx",
"level": 3,
"product": "NGINX",
"sort_hard_code": 2
}
],
"protocol": "http",
"update_time": "2024-04-19 02:00:00"
},
{
"port": 443,
"products": [
{
"category": "服务",
"company": "OpenResty Inc.",
"level": 3,
"product": "OpenResty",
"sort_hard_code": 2
}
],
"protocol": "https",
"update_time": "2024-10-15 22:00:00"
},
{
"port": 8081,
"products": [
{
"category": "服务",
"company": "其他",
"level": 0,
"product": "nexus",
"sort_hard_code": 2
},
{
"category": "其他系统软件",
"company": "Sonatype Inc.",
"level": 5,
"product": "Nexus-Repository-Manager",
"sort_hard_code": 2
}
],
"protocol": "http",
"update_time": "2024-05-01 01:00:00"
},
{
"port": 3306,
"products": [
{
"category": "数据库系统",
"company": "Oracle Corporation",
"level": 3,
"product": "Oracle-MySQL",
"sort_hard_code": 2
}
],
"protocol": "mysql",
"update_time": "2024-04-29 21:00:00"
},
{
"port": 8082,
"protocol": "http",
"update_time": "2024-03-22 12:00:00"
}
],
"update_time": "2024-10-15 22:00:00"
},
"msg": "Response Success",
"timer": "2024-10-22 12:56:52"
}
🟠400响应失败
修改于 2024-10-22 13:53:05