3351
一、IP地址:1.根据地址查归属地请求地址:http://search.csource.com.cn/search.php请求方式:POST
请求条件:searchdata=[查询的IP]&searchfs=ip
返回结果:{"status":"1",
"message":"Success",
"Data":{"beginIP":"0.0.0.0",
"endIP":"0.255.255.255",
"dataA":"IANA",
"dataB":"\u4fdd\u7559\u5730\u5740"
}}
2.查询自己的IP请求地址:http://search.csource.com.cn/search.php请求方式:POST
请求条件:software_alive=get&searchdata=local&searchfs=ip
返回结果:{"status":"1",
"message":"Success",
"UserIP":"[你的IP]",
"Data":{"beginIP":"0.0.0.0",
"endIP":"0.255.255.255",
"dataA":"IANA",
"dataB":"\u4fdd\u7559\u5730\u5740"
}}二、MAC地址查询:请求地址:http://search.csource.com.cn/search.phpMAC地址格式:xx-xx-xx-xx-xx-xx
请求方式:POST
请求条件:searchfs=mac&searchdata=[mac地址]
返回结果:{"status":"0",
"message":"Success",
"mac":"[查询的mac地址]",
"mac_q":"[mac地址前缀]",
"regcompy":"[注册公司/所有公司]"三、文件后缀查询(1) 通过后缀名查询请求地址:http://search.csource.com.cn/search.php
请求方式:POST
请求条件:searchdata=[后缀名]&searchfs=hz
返回结果:{"status":"4",
"message":"Success",
"Data":{"filetype":[后缀名], "binarydata":[文件字节头], "Open":[打开方式],
"title":[文件描述],
"searchkeyword":[搜索关键词]
}}(2) 通过后缀名查询请求地址:http://search.csource.com.cn/search.php
请求方式:POST
请求条件:searchdata=[文件字节头]&searchfs=hz_binary
返回结果:{"status":"4",
"message":"Success",
"Data":{"filetype":[后缀名],
"binarydata":[文件字节头],
"Open":[打开方式],
"title":[文件描述],
"searchkeyword":[搜索关键词]
}}四、进程安全查询请求地址:http://search.csource.com.cn/search.php
进程名:[进程名.exe]
请求方式:POST
请求条件:searchfs=process&searchdata=[进程名.exe]
返回结果:{"status":"2","message":"Success",
"p_name":"[进程名.exe]",
"p_path":"[文件路径,如果不是系统文件,则该项为空]",
"regcompy":"[开发商]",
"p_level":"[安全等级0-5]",
"p_other":"[进程描述]"}
3
0 960天前