[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

CN113641384A - Probe upgrading management method, device and system - Google Patents

Probe upgrading management method, device and system Download PDF

Info

Publication number
CN113641384A
CN113641384A CN202110909184.3A CN202110909184A CN113641384A CN 113641384 A CN113641384 A CN 113641384A CN 202110909184 A CN202110909184 A CN 202110909184A CN 113641384 A CN113641384 A CN 113641384A
Authority
CN
China
Prior art keywords
probe
data packet
management platform
target
information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202110909184.3A
Other languages
Chinese (zh)
Other versions
CN113641384B (en
Inventor
赵梦瑶
范渊
刘博�
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
DBAPPSecurity Co Ltd
Original Assignee
DBAPPSecurity Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by DBAPPSecurity Co Ltd filed Critical DBAPPSecurity Co Ltd
Priority to CN202110909184.3A priority Critical patent/CN113641384B/en
Publication of CN113641384A publication Critical patent/CN113641384A/en
Application granted granted Critical
Publication of CN113641384B publication Critical patent/CN113641384B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3089Monitoring arrangements determined by the means or processing involved in sensing the monitored data, e.g. interfaces, connectors, sensors, probes, agents
    • G06F11/3093Configuration details thereof, e.g. installation, enabling, spatial arrangement of the probes

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Quality & Reliability (AREA)
  • Stored Programmes (AREA)

Abstract

The embodiment of the application discloses a method, a device and a system for upgrading management of a probe, wherein a probe end sends a hosting request carrying probe information to a management platform; and the management platform adds the probe information passing the security authentication to the page database. And the management platform acquires the probe upgrading packet so as to upgrade the probe data packet corresponding to each probe information. The probe end starts a timing task and sends a probe acquisition request carrying a target probe identification to the management platform, the management platform inquires a target probe data packet of the latest version matched with the target probe identification from a page database and feeds back the identity of the target probe data packet to the probe end sending the probe acquisition request, so that the probe end can download the target probe data packet from the management platform based on the identity. The management platform can realize the unified management of the probe data packets of the probe ends, and the probe ends can download the probe data packets of the latest version from the management platform at the same time, so that the efficiency of the probe upgrading management is improved.

Description

Probe upgrading management method, device and system
Technical Field
The present application relates to the field of data analysis technologies, and in particular, to a method, an apparatus, and a system for managing probe upgrade.
Background
The probe is a Web script file and can detect the sensitive information of the server through a webpage programming language. The method is generally used for detecting website directories, server operating systems, the number of Central Processing Units (CPUs), Session control timeout time (Session), server Session variables, server application variables, component support conditions, operation speeds, disk read-write speeds, network connection speeds, and the like.
With the development of computer technology, in addition to the realization of general functions and technologies, the analysis and safety of data are also important, so that probes of different types are used in more and more places. With the continuous improvement of the probe technology, the version information of the probe can be continuously updated, and in order to ensure the effectiveness of the probe, the version of the probe needs to be upgraded. Each time the configuration of the probes is modified and the probes are upgraded, the probes are operated on the platform corresponding to the probes, the operation process is complex, and the time consumption is long.
Therefore, how to improve the efficiency of probe upgrade management is a problem to be solved by those skilled in the art.
Disclosure of Invention
The embodiment of the application aims to provide a method, a device and a system for upgrading management of a probe, which can improve the efficiency of upgrading management of the probe.
In order to solve the foregoing technical problem, an embodiment of the present application provides a method for managing upgrade of a probe, including:
when receiving a hosting request carrying probe information, adding the probe information passing the safety certification to a page database; wherein the probe information comprises a probe identification;
acquiring a probe upgrading packet to upgrade the probe data packet corresponding to each probe information in the page database;
when a probe acquisition request carrying a target probe identification is received, a target probe data packet of the latest version matched with the target probe identification is inquired from the page database, and the identity identification of the target probe data packet is fed back to a probe end sending the probe acquisition request.
Optionally, the method further comprises:
when an authentication request is acquired, generating an interface key based on probe information carried by the authentication request, and feeding back the interface key to a probe end of the authentication request;
correspondingly, the adding the probe information passing the security certification to the page database comprises:
judging whether the interface key carried in the escrow request is matched with an interface key stored locally;
and if the interface key carried in the escrow request is matched with the locally stored interface key, judging that the probe information carried in the escrow request passes the security authentication, and adding the probe information to a page database.
Optionally, after the adding the probe information passing the security authentication to the page database, the method further includes:
and feeding back response information of successful trusteeship to the probe end so as to start a task of timing upgrade detection for the probe end.
Optionally, the method further comprises:
and when a hosting canceling instruction is received, deleting the probe information and the probe data packet pointed by the hosting canceling instruction from the page database.
Optionally, the obtaining of the probe upgrade package to upgrade the probe data package corresponding to each probe information in the page database includes:
periodically acquiring a probe upgrade package according to a set time interval;
and taking the probe upgrading packet with the probe version higher than the probe version in the page database under the same type as the probe data packet with the latest version in the page database.
Optionally, the method further comprises:
and displaying version information, upgrading results and upgrading records corresponding to the probes through the management page.
The embodiment of the application also provides an upgrading management device of the probe, which comprises an adding unit, an upgrading unit, a query unit and a feedback unit;
the adding unit is used for adding the probe information passing the safety certification to the page database when receiving the hosting request carrying the probe information; wherein the probe information comprises a probe identification;
the upgrading unit is used for acquiring a probe upgrading packet so as to upgrade the probe data packet corresponding to each probe information in the page database;
the query unit is used for querying a target probe data packet of the latest version matched with a target probe identifier from the page database when a probe acquisition request carrying the target probe identifier is received;
and the feedback unit is used for feeding back the identity of the target probe data packet to the probe end sending the probe acquisition request.
Optionally, the system further comprises a generating unit;
the generation unit is used for generating an interface key based on probe information carried by an authentication request when the authentication request is acquired, and feeding the interface key back to a probe end of the authentication request;
correspondingly, the adding unit is configured to determine whether an interface key carried in the escrow request matches an interface key stored locally; and if the interface key carried in the escrow request is matched with the locally stored interface key, judging that the probe information carried in the escrow request passes the security authentication, and adding the probe information to a page database.
Optionally, a response unit is further included;
the response unit is used for feeding back response information of successful hosting to the probe end, so that the probe end can start a task of timing upgrade detection conveniently.
Optionally, a deleting unit is further included;
and the deleting unit is used for deleting the probe information and the probe data packet pointed by the hosting canceling instruction from the page database when the hosting canceling instruction is received.
Optionally, the upgrading unit is configured to periodically obtain a probe upgrading packet according to a set time interval; and taking the probe upgrading packet with the probe version higher than the probe version in the page database under the same type as the probe data packet with the latest version in the page database.
Optionally, the device further comprises a display unit;
and the display unit is used for displaying the version information, the upgrading result and the upgrading record corresponding to each probe through the management page.
The embodiment of the application also provides a probe upgrading management method, which is suitable for a probe end, and the method comprises the following steps:
sending a hosting request carrying probe information to a management platform so that the management platform can add the probe information passing the security authentication to a page database;
starting a timing task to send a probe acquisition request carrying a target probe identifier to the management platform so that the management platform can inquire a target probe data packet of the latest version matched with the target probe identifier from the page database;
receiving the identity of the target probe data packet fed back by the management platform;
and downloading the target probe data packet from the management platform based on the identity of the target probe data packet.
The embodiment of the application also provides a device for upgrading and managing the probe, which comprises a sending unit, a timing unit, a receiving unit and a downloading unit;
the sending unit is used for sending a hosting request carrying probe information to a management platform so that the management platform can add the probe information passing the security authentication to a page database;
the timing unit is used for starting a timing task to send a probe acquisition request carrying a target probe identifier to the management platform, so that the management platform can inquire a target probe data packet of the latest version matched with the target probe identifier from the page database;
the receiving unit is used for receiving the identity of the target probe data packet fed back by the management platform;
and the downloading unit is used for downloading the target probe data packet from the management platform based on the identity of the target probe data packet.
The embodiment of the application also provides an upgrading management system of the probe, which comprises a management platform and a probe end;
the management platform is used for adding the probe information passing the safety certification to the page database when receiving a hosting request carrying the probe information; wherein the probe information comprises a probe identification; acquiring a probe upgrading packet to upgrade the probe data packet corresponding to each probe information in the page database; when a probe acquisition request carrying a target probe identification is received, inquiring a target probe data packet of the latest version matched with the target probe identification from the page database, and feeding back the identity identification of the target probe data packet to a probe end sending the probe acquisition request;
the probe end is used for sending a hosting request carrying probe information to the management platform; starting a timing task to send a probe acquisition request carrying a target probe identification to the management platform; receiving the identity of the target probe data packet fed back by the management platform; and downloading the target probe data packet from the management platform based on the identity of the target probe data packet.
According to the technical scheme, the probe end can send a hosting request carrying probe information to the management platform; after receiving the hosting request, the management platform can add the probe information passing the security authentication to the page database; the probe information may include probe identification. The management platform can acquire the probe upgrading packet so as to upgrade the probe data packet corresponding to each probe information in the page database. The probe terminal can start a timing task to send a probe acquisition request carrying a target probe identifier to the management platform. When receiving the probe acquisition request, the management platform can query the latest version of the target probe data packet matched with the target probe identifier from the page database, and feed back the identity identifier of the target probe data packet to the probe end sending the probe acquisition request, so that the probe end can download the target probe data packet from the management platform based on the identity identifier of the target probe data packet. In this technical scheme, the management platform can realize the unified management to the probe data package of a plurality of probe ends, and each probe end is through starting regularly task, alright with the probe data package of latest version from the management platform, and the work of a plurality of probe ends is independent mutually not disturbed, and a plurality of probe ends can realize the upgrading to probe data package separately simultaneously, has promoted the efficiency of probe upgrading management. And the probe end actively downloads the probe data packet from the management platform, so that the timeliness of the probe data packet is ensured, and the management difficulty of the management platform is reduced.
Drawings
In order to more clearly illustrate the embodiments of the present application, the drawings needed for the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and that other drawings can be obtained by those skilled in the art without inventive effort.
Fig. 1 is a signaling diagram of a method for managing upgrade of a probe according to an embodiment of the present disclosure;
fig. 2 is a schematic structural diagram of an upgrade management apparatus for a probe according to an embodiment of the present disclosure;
fig. 3 is a schematic structural diagram of another probe upgrade management apparatus according to an embodiment of the present disclosure;
fig. 4 is a schematic structural diagram of an upgrade management system for a probe according to an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all the embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments in the present application without any creative effort belong to the protection scope of the present application.
In order that those skilled in the art will better understand the disclosure, the following detailed description will be given with reference to the accompanying drawings.
Next, a method for managing upgrade of a probe according to an embodiment of the present application will be described in detail. Fig. 1 is a signaling diagram of a method for managing upgrade of a probe according to an embodiment of the present application, where the method includes:
s101: and the probe end sends a hosting request carrying probe information to the management platform.
The types of probes used by different probe ends are different, and correspondingly, when the probes are upgraded, managers need to visit the corresponding platforms of different probe types to complete the upgrading of the probes. Therefore, in order to improve the upgrade management efficiency of the probes, in the embodiment of the application, the probe data packets corresponding to all the probe ends can be managed by the same management platform, and the probe ends can finish the upgrade of the probes by starting timing tasks.
In this embodiment of the present application, the probe end may send a hosting request carrying probe information to the management platform. The probe information may be used to distinguish between different probes, and the probe information may include probe identification. In practical applications, the id number can be set to distinguish different probes, i.e., the probe identification can include the id number of the probe. Considering that the probes have different types and versions, the probe identification may also include version identification and type identification.
S102: and when receiving the hosting request carrying the probe information, the management platform adds the probe information passing the safety certification to the page database.
After the management platform receives the hosting request, in order to manage the plurality of probe terminals, the probe information of each probe terminal may be added to the page database. Wherein, the probe information of each probe terminal can be stored in a list mode.
S103: and the management platform acquires the probe upgrading packet so as to upgrade the probe data packet corresponding to each probe information in the page database.
The upgrading of the probe needs to depend on a probe data package, and in an initial state, the management platform can download the probe data package from a third-party service platform and can store the probe data package to the management platform by a manager. The third-party service platform is recorded with the latest version of the probe data packet.
In order to make the probe data packet in the page data be the latest version, the management platform may download the latest version of the probe data packet from the third-party service platform at regular time, and for convenience of distinction, the latest version of the probe data packet may be referred to as a probe upgrade packet.
After the management platform acquires the probe upgrade package, the probe upgrade package can be used for replacing the probe data package with the low version in the page database, so that the upgrade of the probe data package is completed.
In a specific implementation, the management platform can periodically acquire the probe upgrade package according to a set time interval; and taking the probe upgrading packet with the probe version higher than that in the page database under the same type as the probe data packet with the latest version in the page database.
The value of the time interval may be set according to actual requirements, and is not limited herein. For example, 24 hours may be set.
S104: and the probe end starts a timing task and sends a probe acquisition request carrying a target probe identification to the management platform.
In the embodiment of the application, after the management platform adds the probe information passing the security authentication to the page database, the management platform can feed back response information of successful hosting to the probe end, so that the probe end can start a task of timing upgrade detection.
After the probe end sends a hosting request to the management platform, a timing task of automatically sending a probe acquisition request to the management platform can be directly set, and the probe is not required to be updated and managed by a manager.
The time interval of the timing task can be set according to actual requirements, and for example, a probe acquisition request can be sent to the management platform every 30 minutes.
In order to facilitate the management platform to distinguish the probe data packets required to be acquired by the probe end, the probe acquisition request may carry the probe identifier corresponding to the probe data packet required to be acquired. Each probe data packet has its corresponding probe identity, and for the convenience of distinction, the probe identity carried in the probe acquisition request may be referred to as a target probe identity.
S105: and when receiving a probe acquisition request carrying the target probe identification, the management platform inquires the target probe data packet of the latest version matched with the target probe identification from the page database.
S106: and the management platform feeds back the identity of the target probe data packet to the probe end sending the probe acquisition request.
The target probe identity may include a target probe type and a target probe version. In practical application, when receiving a probe acquisition request carrying a target probe identifier, a management platform can query a page database for a target probe data packet of the same type as the target probe, and if the version of the target probe data packet of the page database is higher than the version of the target probe carried by the probe acquisition request, can feed back the identity identifier of the target probe data packet to a probe end; and if the version of the target probe data packet of the page database is not higher than the target probe version carried by the probe acquisition request, no response information needs to be fed back to the probe end or no current upgrading prompt information needs to be fed back to the probe end.
S107: the probe end receives the identity of a target probe data packet fed back by the management platform; and downloading the target probe data packet from the management platform based on the identity of the target probe data packet.
In order to distinguish different probe data packets on the management platform, an identity corresponding to each probe data packet may be set for each probe data packet, and the identity may be composed of letters, numbers, or the like, which is not limited herein.
In the embodiment of the present application, in order to reduce the workload of the management platform, the probe terminal may actively download the probe data packet according to the identity.
In the embodiment of the application, the probe end can feed back response information of the upgrade completion to the management platform after the probe is upgraded. In order to facilitate managers to know the calling condition of each probe intuitively and quickly, the version information, the upgrading result and the upgrading record corresponding to each probe can be displayed through a management page.
And whether the probe end successfully finishes the upgrading of the probe can be recorded in the upgrading result.
The upgrade record can record the time when the probe end acquires the target probe data packet, the probe version and other information.
According to the technical scheme, the probe end can send a hosting request carrying probe information to the management platform; after receiving the hosting request, the management platform can add the probe information passing the security authentication to the page database; the probe information may include probe identification. The management platform can acquire the probe upgrading packet so as to upgrade the probe data packet corresponding to each probe information in the page database. The probe terminal can start a timing task to send a probe acquisition request carrying a target probe identifier to the management platform. When receiving the probe acquisition request, the management platform can query the latest version of the target probe data packet matched with the target probe identifier from the page database, and feed back the identity identifier of the target probe data packet to the probe end sending the probe acquisition request, so that the probe end can download the target probe data packet from the management platform based on the identity identifier of the target probe data packet. In this technical scheme, the management platform can realize the unified management to the probe data package of a plurality of probe ends, and each probe end is through starting regularly task, alright with the probe data package of latest version from the management platform, and the work of a plurality of probe ends is independent mutually not disturbed, and a plurality of probe ends can realize the upgrading to probe data package separately simultaneously, has promoted the efficiency of probe upgrading management. And the probe end actively downloads the probe data packet from the management platform, so that the timeliness of the probe data packet is ensured, and the management difficulty of the management platform is reduced.
In the embodiment of the application, in order to improve the interaction security between the probe terminal and the management platform, a security authentication mechanism may be provided. Before sending a hosting request to a management platform, a probe end can send an authentication request to the management platform, and when the management platform obtains the authentication request, an interface key can be generated based on probe information carried by the authentication request, and the interface key is fed back to the probe end of the authentication request.
Correspondingly, when receiving a hosting request sent by a probe end, the management platform can judge whether an interface key carried in the hosting request is matched with a locally stored interface key; if the interface key carried in the escrow request is matched with the locally stored interface key, it indicates that the probe end sending the escrow request belongs to the probe end which has completed authentication, and at this time, it can be determined that the probe information carried in the escrow request passes the security authentication, and the probe information is added to the page database.
By setting a safety authentication mechanism, some third parties without permission can be prevented from impersonating the probe end to acquire the probe data packet from the management platform, and the safety of the management platform for maintaining the probe data packet is improved.
In practical application, the probe end can also cancel the downloading of the probe data packet from the management platform according to the self probe upgrading requirement. In specific implementation, the probe end may send a hosting cancellation instruction to the management platform, where the hosting cancellation instruction may carry probe information for canceling hosting. And when the management platform receives the hosting canceling instruction, deleting the probe information and the probe data packet pointed by the hosting canceling instruction from the page database.
By setting a canceling mechanism, the type of the probe data packet maintained by the management platform can be dynamically adjusted, and the mode of executing probe upgrading at different probe ends can be met.
Fig. 2 is a schematic structural diagram of an upgrade management apparatus for a probe according to an embodiment of the present disclosure, including an adding unit 21, an upgrading unit 22, an inquiring unit 23, and a feedback unit 24;
the adding unit 21 is configured to add probe information that passes the security authentication to a page database when receiving a hosting request carrying the probe information; wherein the probe information comprises a probe identification;
the upgrading unit 22 is configured to obtain a probe upgrading packet, so as to upgrade a probe data packet corresponding to each probe information in the page database;
the query unit 23 is configured to, when receiving a probe acquisition request carrying a target probe identifier, query a page database for a target probe data packet of a latest version that matches the target probe identifier;
and the feedback unit 24 is configured to feed back the identity of the target probe data packet to the probe end that sends the probe acquisition request.
Optionally, the system further comprises a generating unit;
the generation unit is used for generating an interface key based on probe information carried by the authentication request when the authentication request is acquired, and feeding the interface key back to the probe end of the authentication request;
correspondingly, the adding unit is used for judging whether the interface key carried in the escrow request is matched with the locally stored interface key; and if the interface key carried in the escrow request is matched with the locally stored interface key, judging that the probe information carried in the escrow request passes the security authentication, and adding the probe information to the page database.
Optionally, a response unit is further included;
and the response unit is used for feeding back response information of successful trusteeship to the probe end so as to facilitate the probe end to start a task of timing upgrade detection.
Optionally, a deleting unit is further included;
and the deleting unit is used for deleting the probe information and the probe data packet pointed by the escrow cancel instruction from the page database when the escrow cancel instruction is received.
Optionally, the upgrading unit is configured to periodically obtain a probe upgrading packet according to a set time interval; and taking the probe upgrading packet with the probe version higher than that in the page database under the same type as the probe data packet with the latest version in the page database.
Optionally, the device further comprises a display unit;
and the display unit is used for displaying the version information, the upgrading result and the upgrading record corresponding to each probe through the management page.
The description of the features in the embodiment corresponding to fig. 2 may refer to the related description of the embodiment corresponding to fig. 1, and is not repeated here.
According to the technical scheme, the probe end can send a hosting request carrying probe information to the management platform; after receiving the hosting request, the management platform can add the probe information passing the security authentication to the page database; the probe information may include probe identification. The management platform can acquire the probe upgrading packet so as to upgrade the probe data packet corresponding to each probe information in the page database. The probe terminal can start a timing task to send a probe acquisition request carrying a target probe identifier to the management platform. When receiving the probe acquisition request, the management platform can query the latest version of the target probe data packet matched with the target probe identifier from the page database, and feed back the identity identifier of the target probe data packet to the probe end sending the probe acquisition request, so that the probe end can download the target probe data packet from the management platform based on the identity identifier of the target probe data packet. In this technical scheme, the management platform can realize the unified management to the probe data package of a plurality of probe ends, and each probe end is through starting regularly task, alright with the probe data package of latest version from the management platform, and the work of a plurality of probe ends is independent mutually not disturbed, and a plurality of probe ends can realize the upgrading to probe data package separately simultaneously, has promoted the efficiency of probe upgrading management. And the probe end actively downloads the probe data packet from the management platform, so that the timeliness of the probe data packet is ensured, and the management difficulty of the management platform is reduced.
Fig. 3 is a schematic structural diagram of another probe upgrade management apparatus provided in this embodiment of the present application, including a sending unit 31, a timing unit 32, a receiving unit 33, and a downloading unit 34;
the sending unit 31 is configured to send a hosting request carrying probe information to the management platform, so that the management platform adds the probe information passing the security authentication to the page database;
the timing unit 32 is configured to start a timing task and send a probe acquisition request carrying a target probe identifier to the management platform, so that the management platform queries a target probe data packet of a latest version matched with the target probe identifier from a page database;
the receiving unit 33 is configured to receive the identity of the target probe data packet fed back by the management platform;
and the downloading unit 34 is configured to download the target probe data packet from the management platform based on the identity of the target probe data packet.
The description of the features in the embodiment corresponding to fig. 3 may refer to the related description of the embodiment corresponding to fig. 1, and is not repeated here.
According to the technical scheme, the probe end can send a hosting request carrying probe information to the management platform; after receiving the hosting request, the management platform can add the probe information passing the security authentication to the page database; the probe information may include probe identification. The management platform can acquire the probe upgrading packet so as to upgrade the probe data packet corresponding to each probe information in the page database. The probe terminal can start a timing task to send a probe acquisition request carrying a target probe identifier to the management platform. When receiving the probe acquisition request, the management platform can query the latest version of the target probe data packet matched with the target probe identifier from the page database, and feed back the identity identifier of the target probe data packet to the probe end sending the probe acquisition request, so that the probe end can download the target probe data packet from the management platform based on the identity identifier of the target probe data packet. In this technical scheme, the management platform can realize the unified management to the probe data package of a plurality of probe ends, and each probe end is through starting regularly task, alright with the probe data package of latest version from the management platform, and the work of a plurality of probe ends is independent mutually not disturbed, and a plurality of probe ends can realize the upgrading to probe data package separately simultaneously, has promoted the efficiency of probe upgrading management. And the probe end actively downloads the probe data packet from the management platform, so that the timeliness of the probe data packet is ensured, and the management difficulty of the management platform is reduced.
Fig. 4 is a schematic structural diagram of an upgrade management system for a probe according to an embodiment of the present disclosure, including a management platform 41 and a probe end 42;
the management platform 41 is configured to add probe information that passes the security authentication to the page database when receiving a hosting request carrying the probe information; wherein the probe information comprises a probe identification; acquiring a probe upgrading packet to upgrade the probe data packet corresponding to each probe information in the page database; when a probe acquisition request carrying a target probe identifier is received, inquiring a target probe data packet of the latest version matched with the target probe identifier from a page database, and feeding back an identity identifier of the target probe data packet to a probe end 42 sending the probe acquisition request;
the probe end 42 is configured to send a hosting request carrying probe information to the management platform 41; starting a timing task to send a probe acquisition request carrying a target probe identifier to the management platform 41; receiving the identity of the target probe data packet fed back by the management platform 41; and downloading the target probe data packet from the management platform 41 based on the identity of the target probe data packet.
In fig. 4, 3 probe terminals are taken as an example, in practical applications, the number of probe terminals managed by the management platform may be more or less, and is not limited herein.
The description of the features in the embodiment corresponding to fig. 4 may refer to the related description of the embodiment corresponding to fig. 1, and is not repeated here.
According to the technical scheme, the probe end can send a hosting request carrying probe information to the management platform; after receiving the hosting request, the management platform can add the probe information passing the security authentication to the page database; the probe information may include probe identification. The management platform can acquire the probe upgrading packet so as to upgrade the probe data packet corresponding to each probe information in the page database. The probe terminal can start a timing task to send a probe acquisition request carrying a target probe identifier to the management platform. When receiving the probe acquisition request, the management platform can query the latest version of the target probe data packet matched with the target probe identifier from the page database, and feed back the identity identifier of the target probe data packet to the probe end sending the probe acquisition request, so that the probe end can download the target probe data packet from the management platform based on the identity identifier of the target probe data packet. In this technical scheme, the management platform can realize the unified management to the probe data package of a plurality of probe ends, and each probe end is through starting regularly task, alright with the probe data package of latest version from the management platform, and the work of a plurality of probe ends is independent mutually not disturbed, and a plurality of probe ends can realize the upgrading to probe data package separately simultaneously, has promoted the efficiency of probe upgrading management. And the probe end actively downloads the probe data packet from the management platform, so that the timeliness of the probe data packet is ensured, and the management difficulty of the management platform is reduced.
The method, the device and the system for managing the upgrade of the probe provided by the embodiment of the application are described in detail above. The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and such improvements and modifications also fall within the scope of the claims of the present application.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.

Claims (10)

1. A method for managing the upgrade of a probe is characterized by comprising the following steps:
when receiving a hosting request carrying probe information, adding the probe information passing the safety certification to a page database; wherein the probe information comprises a probe identification;
acquiring a probe upgrading packet to upgrade the probe data packet corresponding to each probe information in the page database;
when a probe acquisition request carrying a target probe identification is received, a target probe data packet of the latest version matched with the target probe identification is inquired from the page database, and the identity identification of the target probe data packet is fed back to a probe end sending the probe acquisition request.
2. The upgrade management method of a probe according to claim 1, further comprising:
when an authentication request is acquired, generating an interface key based on probe information carried by the authentication request, and feeding back the interface key to a probe end of the authentication request;
correspondingly, the adding the probe information passing the security certification to the page database comprises:
judging whether the interface key carried in the escrow request is matched with an interface key stored locally;
and if the interface key carried in the escrow request is matched with the locally stored interface key, judging that the probe information carried in the escrow request passes the security authentication, and adding the probe information to a page database.
3. The upgrade management method for probe according to claim 1, further comprising, after the adding the probe information passing the security authentication to the page database:
and feeding back response information of successful trusteeship to the probe end so as to start a task of timing upgrade detection for the probe end.
4. The upgrade management method of a probe according to claim 1, further comprising:
and when a hosting canceling instruction is received, deleting the probe information and the probe data packet pointed by the hosting canceling instruction from the page database.
5. The method for managing upgrading of the probe according to claim 1, wherein the obtaining of the probe upgrade package to upgrade the probe data package corresponding to each probe information in the page database includes:
periodically acquiring a probe upgrade package according to a set time interval;
and taking the probe upgrading packet with the probe version higher than the probe version in the page database under the same type as the probe data packet with the latest version in the page database.
6. The upgrade management method of a probe according to claim 1, further comprising:
and displaying version information, upgrading results and upgrading records corresponding to the probes through the management page.
7. The device for upgrading and managing the probe is characterized by comprising an adding unit, an upgrading unit, an inquiring unit and a feedback unit;
the adding unit is used for adding the probe information passing the safety certification to the page database when receiving the hosting request carrying the probe information; wherein the probe information comprises a probe identification;
the upgrading unit is used for acquiring a probe upgrading packet so as to upgrade the probe data packet corresponding to each probe information in the page database;
the query unit is used for querying a target probe data packet of the latest version matched with a target probe identifier from the page database when a probe acquisition request carrying the target probe identifier is received;
and the feedback unit is used for feeding back the identity of the target probe data packet to the probe end sending the probe acquisition request.
8. A method for managing the upgrade of a probe is characterized by comprising the following steps:
sending a hosting request carrying probe information to a management platform so that the management platform can add the probe information passing the security authentication to a page database;
starting a timing task to send a probe acquisition request carrying a target probe identifier to the management platform so that the management platform can inquire a target probe data packet of the latest version matched with the target probe identifier from the page database;
receiving the identity of the target probe data packet fed back by the management platform;
and downloading the target probe data packet from the management platform based on the identity of the target probe data packet.
9. The device for upgrading and managing the probe is characterized by comprising a sending unit, a timing unit, a receiving unit and a downloading unit;
the sending unit is used for sending a hosting request carrying probe information to a management platform so that the management platform can add the probe information passing the security authentication to a page database;
the timing unit is used for starting a timing task to send a probe acquisition request carrying a target probe identifier to the management platform, so that the management platform can inquire a target probe data packet of the latest version matched with the target probe identifier from the page database;
the receiving unit is used for receiving the identity of the target probe data packet fed back by the management platform;
and the downloading unit is used for downloading the target probe data packet from the management platform based on the identity of the target probe data packet.
10. The probe upgrading management system is characterized by comprising a management platform and a probe end;
the management platform is used for adding the probe information passing the safety certification to the page database when receiving a hosting request carrying the probe information; wherein the probe information comprises a probe identification; acquiring a probe upgrading packet to upgrade the probe data packet corresponding to each probe information in the page database; when a probe acquisition request carrying a target probe identification is received, inquiring a target probe data packet of the latest version matched with the target probe identification from the page database, and feeding back the identity identification of the target probe data packet to a probe end sending the probe acquisition request;
the probe end is used for sending a hosting request carrying probe information to the management platform; starting a timing task to send a probe acquisition request carrying a target probe identification to the management platform; receiving the identity of the target probe data packet fed back by the management platform; and downloading the target probe data packet from the management platform based on the identity of the target probe data packet.
CN202110909184.3A 2021-08-09 2021-08-09 Method, device and system for upgrading management of probe Active CN113641384B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110909184.3A CN113641384B (en) 2021-08-09 2021-08-09 Method, device and system for upgrading management of probe

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110909184.3A CN113641384B (en) 2021-08-09 2021-08-09 Method, device and system for upgrading management of probe

Publications (2)

Publication Number Publication Date
CN113641384A true CN113641384A (en) 2021-11-12
CN113641384B CN113641384B (en) 2024-04-09

Family

ID=78420369

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110909184.3A Active CN113641384B (en) 2021-08-09 2021-08-09 Method, device and system for upgrading management of probe

Country Status (1)

Country Link
CN (1) CN113641384B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114338123A (en) * 2021-12-23 2022-04-12 杭州安恒信息安全技术有限公司 Hosting method, device and equipment of flow probe equipment and readable storage medium
WO2024001403A1 (en) * 2022-06-27 2024-01-04 华为云计算技术有限公司 Application update method, apparatus and system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101316195A (en) * 2007-05-31 2008-12-03 北京中创信测科技股份有限公司 Method and system for implementing configuration consistency of monitoring system
CN105681867A (en) * 2016-01-08 2016-06-15 成都网丁科技有限公司 Synchronous video play system and synchronous play method thereof
CN110795115A (en) * 2018-08-01 2020-02-14 飞狐信息技术(天津)有限公司 Probe program updating method and system
CN113014427A (en) * 2021-02-22 2021-06-22 深信服科技股份有限公司 Network management method and apparatus, and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101316195A (en) * 2007-05-31 2008-12-03 北京中创信测科技股份有限公司 Method and system for implementing configuration consistency of monitoring system
CN105681867A (en) * 2016-01-08 2016-06-15 成都网丁科技有限公司 Synchronous video play system and synchronous play method thereof
CN110795115A (en) * 2018-08-01 2020-02-14 飞狐信息技术(天津)有限公司 Probe program updating method and system
CN113014427A (en) * 2021-02-22 2021-06-22 深信服科技股份有限公司 Network management method and apparatus, and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114338123A (en) * 2021-12-23 2022-04-12 杭州安恒信息安全技术有限公司 Hosting method, device and equipment of flow probe equipment and readable storage medium
WO2024001403A1 (en) * 2022-06-27 2024-01-04 华为云计算技术有限公司 Application update method, apparatus and system

Also Published As

Publication number Publication date
CN113641384B (en) 2024-04-09

Similar Documents

Publication Publication Date Title
CN108418787B (en) Method for acquiring enterprise resource planning data, terminal device and medium
US10467576B2 (en) Distributed software process tracking
CN108255708B (en) Method, device, storage medium and equipment for accessing production file in test environment
CN113641384A (en) Probe upgrading management method, device and system
US20200241996A1 (en) Distributed web page performance monitoring methods and systems
CN112131224A (en) Application installation package processing and installation source determining method, device and traceability system
WO2008069431A1 (en) Download server and method for installing and updating application program using partitioning of shared library
CN107623735B (en) Accurate updating and upgrading system and method based on openssl in credit investigation machine system
CN109120616A (en) A kind of identity identifying method, device, agency service end and storage medium
CN113079164A (en) Remote control method and device for bastion machine resources, storage medium and terminal equipment
CN112738138B (en) Cloud security hosting method, device, equipment and storage medium
JPH09218777A (en) Computer system
CN110020262A (en) Pushed information sending method, device, computer equipment and storage medium
CN112306973B (en) Picture importing system and method
US9003400B2 (en) Tracking computing systems utilizing software repositories
CN115004666A (en) Registration method, device, equipment and storage medium of Internet of things equipment
CN111158654A (en) Algorithm calling method, device, server and storage medium
CN107766068B (en) Application system patch installation method and device, computer equipment and storage medium
CN109787963A (en) Business handling method, apparatus, computer equipment and storage medium
CN112948804A (en) Program control method, device and computer readable storage medium
CN111209054A (en) Configuration method of terminal equipment, terminal management equipment and electronic equipment
CN113992739B (en) Local area network OTA firmware upgrading device, method and system
CN114070856B (en) Data processing method, device, system, operation and maintenance auditing equipment and storage medium
CN115397008A (en) OTA (over the air) registration method, device, equipment and medium of vehicle
CN114185804A (en) Interface testing method and device and terminal equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant