公共查询接口
		零、支持查询请求地址:http://search.csource.com.cn/search_api.php请求方式:POST
请求条件:searchfs=AllowSearch解析说明:接口名|显示名|返回接口|是否多项|备注
返回结果:{"status":"0",
          "message":"Success",
          "Data":"mac|MAC地址查询|查询的mac地址为:Data/mac#mac地址首部:Data/mac_q#归属于:Data/regcompy|N|
ipv4|ipv4地址查询|IP地址归属于:Data|N|
ipv6|ipv6地址查询|IP地址归属于:Data|N|
process|进程查询|进程名:Data/p_name#进程路径:Data/p_path#进程归属于:Data/regcompy#安全等级(5级最高):Data/p_level#说明:Data/p_other|N|
hz|后缀查询|文件后缀:Data/?/filetype#文件进制头:Data/?/binarydata#打开方式:Data/?/Open#标题:Data/?/title|Y|
softhistory|软件历史查询|软件名:Data/?/softname#|Y|以上资源均可在百度网盘:https://pan.baidu.com/s/1OXzjUIG6tvGwC4YxD3EOAg?pwd=8888 及 115网盘:https://115.com/s/sw6195k3wcq?password=nf45中下载
以上资源均可在百度网盘:https://pan.baidu.com/s/1OXzjUIG6tvGwC4YxD3EOAg?pwd=8888 及 115网盘:https://115.com/s/sw6195k3wcq?password=nf45中下载
DriverQuery|驱动查询|驱动pid:Data/pid#设备名:Data/char#厂家:Data/comp#支持系统:Data/device_system#驱动版本:Data/device_ver#驱动版本:Data/device_ver#驱动日期:Data/device_data|Y|"
         }
一、IP地址:1.根据地址查归属地,ipv4请求地址:http://search.csource.com.cn/search_api.php请求方式:POST
请求条件:searchdata=[查询的IP]&searchfs=ipv4
返回结果:{"status":"1",
          "message":"Success",
          "Data":"中国–河南–郑州\t景安BGP数据中心",
          "UserIP":"171.37.141.133"
         }
2.查询自己的IP请求地址:http://search.csource.com.cn/search_api.php请求方式:POST
请求条件:software_alive=get&searchdata=local&searchfs=ipv4
返回结果:{"status":"1",
          "message":"Success",
          "UserIP":"[你的IP]",
          "Data":"中国–河南–郑州\t景安BGP数据中心"
          "UserIP":"171.37.141.133"
	 }3.根据地址查归属地,ipv6请求地址:http://search.csource.com.cn/search_api.php请求方式:POST
请求条件:searchdata=[查询的IP]&searchfs=ipv6
返回结果:{"status":"1",
          "message":"Success",
          "Data":"中国\t中国联通",
          "UserIP":""
         }
二、MAC地址查询:请求地址:http://search.csource.com.cn/search_api.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_api.php
请求方式:POST
请求条件:searchdata=[后缀名]&searchfs=hz
返回结果:{"status":"4",
          "message":"Success",
          "Data":{"filetype":[后缀名],                   "binarydata":[文件字节头],                   "Open":[打开方式],
                   "title":[文件描述],
                   "searchkeyword":[搜索关键词]
         }}(2) 通过后缀名查询请求地址:http://search.csource.com.cn/search_api.php
请求方式:POST
请求条件:searchdata=[文件字节头]&searchfs=hz_binary
返回结果:{"status":"4",
          "message":"Success",
          "Data":{"filetype":[后缀名],
                   "binarydata":[文件字节头],
                   "Open":[打开方式],
                   "title":[文件描述],
                   "searchkeyword":[搜索关键词]
         }}四、进程安全查询请求地址:http://search.csource.com.cn/search_api.php
进程名:[进程名.exe]
请求方式:POST
请求条件:searchfs=process&searchdata=[进程名.exe]
返回结果:{"status":"2","message":"Success",
	  "p_name":"[进程名.exe]",
	  "p_path":"[文件路径,如果不是系统文件,则该项为空]",
	  "regcompy":"[开发商]",
	  "p_level":"[安全等级0-5]",
	  "p_other":"[进程描述]"}五、历史软件查询请求地址:http://search.csource.com.cn/search_api.php
请求方式:POST
请求条件:searchfs=softhistory&searchdata=[软件名]
返回结果:{"status":"5","message":"Success",
	  "id": id,
	  "remark":"[备注]",
	  "softname":"[软件名]",
	  "softtype":"[软件分类]"}六、驱动查询请求地址:http://search.csource.com.cn/search_api.php
请求方式:POST
请求条件:searchfs=DriverQuery&searchdata=[pid]
返回结果:{"status":"6","message":"Success",
	  "char":"[设备名]",
	  "comp":"[厂家名]",
	  "device_data":"[驱动日期]",
	  "device_pid":"[驱动支持pid]",
	  "device_system":"[驱动支持系统]",	  "device_ver":"[驱动版本]",	  "devicename":"[驱动名称]",          "pid":"[驱动PID]"}