diff --git a/0003-Cleanup-and-compiler-issues-only-no-functional-chang.patch b/0003-Cleanup-and-compiler-issues-only-no-functional-chang.patch index dc874e6..de36d52 100644 --- a/0003-Cleanup-and-compiler-issues-only-no-functional-chang.patch +++ b/0003-Cleanup-and-compiler-issues-only-no-functional-chang.patch @@ -11,11 +11,11 @@ Signed-off-by: Thomas Renninger lib/ipmi_picmg.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) -diff --git a/lib/ipmi_ekanalyzer.c b/lib/ipmi_ekanalyzer.c -index be6b671ac6aa..73472e74d760 100644 ---- a/lib/ipmi_ekanalyzer.c -+++ b/lib/ipmi_ekanalyzer.c -@@ -4017,7 +4017,7 @@ ipmi_ek_display_clock_config_record(struct ipmi_ek_multi_header *record) +Index: ipmitool-1.8.18+git20210622.11c7605/lib/ipmi_ekanalyzer.c +=================================================================== +--- ipmitool-1.8.18+git20210622.11c7605.orig/lib/ipmi_ekanalyzer.c ++++ ipmitool-1.8.18+git20210622.11c7605/lib/ipmi_ekanalyzer.c +@@ -4055,7 +4055,7 @@ ipmi_ek_display_clock_config_record(stru (feature & 1) ? "Source" : "Receiver"); printf("\tFamily: 0x%02x - AccLVL: 0x%02x\n", family, accuracy); @@ -24,11 +24,11 @@ index be6b671ac6aa..73472e74d760 100644 freq, min_freq, max_freq); } printf("\n"); -diff --git a/lib/ipmi_picmg.c b/lib/ipmi_picmg.c -index 8becc7883922..a7e32f626894 100644 ---- a/lib/ipmi_picmg.c -+++ b/lib/ipmi_picmg.c -@@ -949,7 +949,7 @@ ipmi_picmg_portstate_get(struct ipmi_intf * intf, int32_t interface, +Index: ipmitool-1.8.18+git20210622.11c7605/lib/ipmi_picmg.c +=================================================================== +--- ipmitool-1.8.18+git20210622.11c7605.orig/lib/ipmi_picmg.c ++++ ipmitool-1.8.18+git20210622.11c7605/lib/ipmi_picmg.c +@@ -949,7 +949,7 @@ ipmi_picmg_portstate_get(struct ipmi_int } else if (d->type >= 0x06 && d->type <= 0xef) { @@ -37,7 +37,7 @@ index 8becc7883922..a7e32f626894 100644 } else if (d->type >= 0xf0 && d->type <= 0xfe) { -@@ -1805,7 +1805,7 @@ ipmi_picmg_clk_get(struct ipmi_intf * intf, uint8_t clk_id, int8_t clk_res, +@@ -1805,7 +1805,7 @@ ipmi_picmg_clk_get(struct ipmi_intf * in oemval2str( rsp->data[3], rsp->data[4], picmg_clk_accuracy_vals)); @@ -46,6 +46,3 @@ index 8becc7883922..a7e32f626894 100644 } } } --- -2.26.0 - diff --git a/0007-bsc#1175328-check-for-correct-fd.patch b/0007-bsc#1175328-check-for-correct-fd.patch deleted file mode 100644 index f50295e..0000000 --- a/0007-bsc#1175328-check-for-correct-fd.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: ipmitool-1.8.18+git20200916.1245aaa387dc/lib/helper.c -=================================================================== ---- ipmitool-1.8.18+git20200916.1245aaa387dc.orig/lib/helper.c -+++ ipmitool-1.8.18+git20200916.1245aaa387dc/lib/helper.c -@@ -935,7 +935,7 @@ ipmi_start_daemon(struct ipmi_intf *intf - exit(1); - } - ret = dup(fd); -- if (ret != STDOUT_FILENO) { -+ if (ret != STDERR_FILENO) { - lprintf(LOG_ERR, "failed to reset stderr: %s (%d)", strerror(errno), errno); - exit(1); - } diff --git a/0008-bsc#1181063-dont-parametrize-pidfile-name.patch b/0008-bsc#1181063-dont-parametrize-pidfile-name.patch deleted file mode 100644 index b1ec6e9..0000000 --- a/0008-bsc#1181063-dont-parametrize-pidfile-name.patch +++ /dev/null @@ -1,39 +0,0 @@ -Index: ipmitool-1.8.18+git20200916.1245aaa387dc/src/ipmievd.c -=================================================================== ---- ipmitool-1.8.18+git20200916.1245aaa387dc.orig/src/ipmievd.c -+++ ipmitool-1.8.18+git20200916.1245aaa387dc/src/ipmievd.c -@@ -702,8 +702,8 @@ ipmievd_main(struct ipmi_event_intf * ei - struct sigaction act; - mode_t oldumask; - -- memset(pidfile, 0, 64); -- sprintf(pidfile, "%s%d", DEFAULT_PIDFILE, eintf->intf->devnum); -+ memset(pidfile, 0, sizeof(pidfile)); -+ strncpy(pidfile, DEFAULT_PIDFILE, sizeof(pidfile)-1); - - for (i = 0; i < argc; i++) { - if (strcasecmp(argv[i], "help") == 0) { -Index: ipmitool-1.8.18+git20200916.1245aaa387dc/doc/ipmievd.8.in -=================================================================== ---- ipmitool-1.8.18+git20200916.1245aaa387dc.orig/doc/ipmievd.8.in -+++ ipmitool-1.8.18+git20200916.1245aaa387dc/doc/ipmievd.8.in -@@ -174,8 +174,7 @@ Do NOT become a daemon, instead log all - .TP - \fIpidfile\fP=<\fBfilename\fR> - Save process ID to this file when in daemon mode. Defaults to --/var/run/ipmievd.pid\fIN\fP (where \fIN\fP is the ipmi device --number -- defaults to 0). -+/var/run/ipmievd.pid. - .RE - - .TP -@@ -197,8 +196,7 @@ Do NOT become a daemon, instead log all - .TP - \fIpidfile\fP=<\fBfilename\fR> - Save process ID to this file when in daemon mode. Defaults to --/var/run/ipmievd.pid\fIN\fP (where \fIN\fP is the ipmi device --number -- defaults to 0). -+/var/run/ipmievd.pid. - .TP - \fItimeout\fP=<\fBseconds\fR> - Time between checks for SEL polling method. Default is 10 seconds. diff --git a/Use-run-instead-of-var-run.patch b/Use-run-instead-of-var-run.patch deleted file mode 100644 index 1bbb1d9..0000000 --- a/Use-run-instead-of-var-run.patch +++ /dev/null @@ -1,137 +0,0 @@ -From: Thomas Renninger -Subject: Use /run instead of /var/run -References: 1185162 -Patch-Mainline: -Git-commit: aa0b3f5d27f63d649aa4f1d540d9b956b1f30283 -Git-repo: git@github.com:watologo1/ipmitool.git.git - -In FHS 3.0, /var/run is replaced by /run: - -https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch05s13.html - - -Signed-off-by: -Index: ipmitool-1.8.18+git20200916.1245aaa387dc/contrib/bmc-snmp-proxy -=================================================================== ---- ipmitool-1.8.18+git20200916.1245aaa387dc.orig/contrib/bmc-snmp-proxy -+++ ipmitool-1.8.18+git20200916.1245aaa387dc/contrib/bmc-snmp-proxy -@@ -31,7 +31,7 @@ TRAPD_BMC_CONF="${SNMPD_BMC_CONF_DIR}/sn - TRAPD_CONF="/etc/snmp/snmptrapd.conf" - - LOCKFILE="/var/lock/subsys/bmc-snmp-proxy" --BMC_INFO="/var/run/bmc-info" -+BMC_INFO="/run/bmc-info" - - IPMITOOL=`which ipmitool` - -Index: ipmitool-1.8.18+git20200916.1245aaa387dc/contrib/bmc-snmp-proxy.service -=================================================================== ---- ipmitool-1.8.18+git20200916.1245aaa387dc.orig/contrib/bmc-snmp-proxy.service -+++ ipmitool-1.8.18+git20200916.1245aaa387dc/contrib/bmc-snmp-proxy.service -@@ -5,7 +5,7 @@ After=exchange-bmc-os-info.service - Requires=exchange-bmc-os-info.service - PartOf=exchange-bmc-os-info.service - --ConditionPathExists=/var/run/bmc-info -+ConditionPathExists=/run/bmc-info - - [Service] - Type=oneshot -Index: ipmitool-1.8.18+git20200916.1245aaa387dc/contrib/exchange-bmc-os-info.init.redhat -=================================================================== ---- ipmitool-1.8.18+git20200916.1245aaa387dc.orig/contrib/exchange-bmc-os-info.init.redhat -+++ ipmitool-1.8.18+git20200916.1245aaa387dc/contrib/exchange-bmc-os-info.init.redhat -@@ -12,10 +12,10 @@ - # Description: Script to set OS information in the BMC; fetch BMC IP/URL - # and set in the OS for use by other scripts/user. - # --# BMC IP and URL are made available in /var/run/bmc-info -+# BMC IP and URL are made available in /run/bmc-info - # - # Example to launch BMC web-interface: --# # . /var/run/bmc-info -+# # . /run/bmc-info - # # xdg-open $BMC_URL - # - # See here for details: -@@ -42,7 +42,7 @@ - ############################################################################# - CONFIGFILE=/etc/sysconfig/exchange-bmc-os-info - IPMI_TOOL=/usr/bin/ipmitool --BMC_INFO=/var/run/bmc-info -+BMC_INFO=/run/bmc-info - - # BMC Manufacturer ID used in 'oem_set_os_version' and 'oem_get_bmc_url' - DELL="674" -Index: ipmitool-1.8.18+git20200916.1245aaa387dc/contrib/ipmievd.init.debian -=================================================================== ---- ipmitool-1.8.18+git20200916.1245aaa387dc.orig/contrib/ipmievd.init.debian -+++ ipmitool-1.8.18+git20200916.1245aaa387dc/contrib/ipmievd.init.debian -@@ -22,7 +22,7 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbi - DESC="IPMI event daemon" - NAME=ipmievd - DAEMON=/usr/sbin/$NAME --PIDFILE=/var/run/$NAME.pid -+PIDFILE=/run/$NAME.pid - SCRIPTNAME=/etc/init.d/$NAME - - # Gracefully exit if the package has been removed. -Index: ipmitool-1.8.18+git20200916.1245aaa387dc/doc/ipmievd.8.in -=================================================================== ---- ipmitool-1.8.18+git20200916.1245aaa387dc.orig/doc/ipmievd.8.in -+++ ipmitool-1.8.18+git20200916.1245aaa387dc/doc/ipmievd.8.in -@@ -174,7 +174,7 @@ Do NOT become a daemon, instead log all - .TP - \fIpidfile\fP=<\fBfilename\fR> - Save process ID to this file when in daemon mode. Defaults to --/var/run/ipmievd.pid. -+/run/ipmievd.pid. - .RE - - .TP -@@ -196,7 +196,7 @@ Do NOT become a daemon, instead log all - .TP - \fIpidfile\fP=<\fBfilename\fR> - Save process ID to this file when in daemon mode. Defaults to --/var/run/ipmievd.pid. -+/run/ipmievd.pid. - .TP - \fItimeout\fP=<\fBseconds\fR> - Time between checks for SEL polling method. Default is 10 seconds. -Index: ipmitool-1.8.18+git20200916.1245aaa387dc/lib/helper.c -=================================================================== ---- ipmitool-1.8.18+git20200916.1245aaa387dc.orig/lib/helper.c -+++ ipmitool-1.8.18+git20200916.1245aaa387dc/lib/helper.c -@@ -54,7 +54,7 @@ - #ifdef HAVE_PATHS_H - # include - #else --# define _PATH_VARRUN "/var/run/" -+# define _PATH_RUN "/run/" - #endif - - #include -Index: ipmitool-1.8.18+git20200916.1245aaa387dc/src/ipmievd.c -=================================================================== ---- ipmitool-1.8.18+git20200916.1245aaa387dc.orig/src/ipmievd.c -+++ ipmitool-1.8.18+git20200916.1245aaa387dc/src/ipmievd.c -@@ -54,8 +54,8 @@ - # include - #endif - --#ifndef _PATH_VARRUN --# define _PATH_VARRUN "/var/run/" -+#ifndef _PATH_RUN -+# define _PATH_RUN "/run/" - #endif - - #ifdef IPMI_INTF_OPEN -@@ -82,7 +82,7 @@ - #include - - #define WARNING_THRESHOLD 80 --#define DEFAULT_PIDFILE _PATH_VARRUN "ipmievd.pid" -+#define DEFAULT_PIDFILE _PATH_RUN "ipmievd.pid" - char pidfile[64]; - - /* global variables */ diff --git a/_servicedata b/_servicedata index 293a095..2b428e9 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/ipmitool/ipmitool.git - 1245aaa387dca1cb99408869b2c1b3e2410a1352 \ No newline at end of file + 11c7605c0d5423f90f399f5e830d1095089f38a1 \ No newline at end of file diff --git a/enterprise-numbers b/enterprise-numbers index 6315793..bdfdaf8 100644 --- a/enterprise-numbers +++ b/enterprise-numbers @@ -1,6 +1,6 @@ PRIVATE ENTERPRISE NUMBERS -(last updated 2020-09-23) +(last updated 2021-07-07) SMI Network Management Private Enterprise Codes: @@ -1202,9 +1202,9 @@ Decimal Stefan Hedemann 100015.2504&compuserve.com 297 - Fuji Xerox Co., Ltd. + FUJIFILM Business Innovation Corp. Takatomo Wakibayashi - Takatomo.Wakibayashi&fujixerox.co.jp + takatomo.wakibayashi.jt&fujifilm.com 298 Asante Technology Hsiang Ming Ma @@ -1403,8 +1403,8 @@ Decimal ---none--- 347 Seagate Technology - John Sosa-Trustham - john.l.sosa&seagate.com + Jon Wolfe + jon.a.wolfe&seagate.com 348 American Express Company Fred Gibbins @@ -2627,7 +2627,7 @@ Decimal rem&dsiinc.com 653 Evolving Systems, Inc. - Matt Weller + Maqsood Pasha iana&evolving.com 654 SAT GmbH @@ -2798,7 +2798,7 @@ Decimal Dr. Joseph Cleveland e03353&esitx.esi.org 696 - ( Unassigned ) + Unassigned ---none--- 697 @@ -5259,7 +5259,7 @@ Decimal wmyerson&aimnetsolutions.com 1311 Unassigned - Returned 18 March 2004 + Returned 2004-03-18 ---none--- 1312 Klos Technologies, Inc. @@ -5670,9 +5670,9 @@ Decimal Christophe MONGARDIEN mykeeper&afp.com 1414 - VertexRSI, Controls and Structures + Communications & Power Industries, Satcom Division TJ Boswell - tj.boswell&tripointglobal.com + Tajuana.Boswell&gd-ms.com 1415 The Williams Companies, Inc. Josh Garrett @@ -5942,9 +5942,9 @@ Decimal Giovanni Sciavicco giovanni_sciavicco&yahoo.com 1482 - BarcoNet - Jan Colpaert - jan.colpaert&barconet.com + Synamedia + Nick Fielibert + nfielibert&synamedia.com 1483 vortex Computersysteme GmbH Vitus Jensen @@ -8350,9 +8350,9 @@ Decimal Frank Drake fdrake&orange.us 2084 - Sanken Electric Co., Ltd. - Kazuya Mine - igusa&dsc.co.jp + GS Yuasa Infrastructure Systems Co.,Ltd. + Toshiyuki Miyamoto + toshiyuki.miyamoto&jp.gs-yuasa.com 2085 Isolation Systems Limited Erica Liu @@ -9154,9 +9154,9 @@ Decimal Marc Pierrat marcp&oracom.com 2287 - Shell Services Company - Linda Dodge - linda&shellus.com + Shell Information Technology International Inc. + Rogier Carper + rogier-l.carper&shell.com 2288 Black Pigs of Death Thomas Boden @@ -10824,7 +10824,7 @@ Decimal 2704 Unassigned Returned 2017-07-12 - -- None -- + ---none--- 2705 SECUDE IT Security GmbH Stephan André @@ -14327,8 +14327,8 @@ Decimal andrew&fernandes.org 3581 Seagate Technology - John Sosa-Trustham - john.l.sosa&seagate.com + Jon Wolfe + jon.a.wolfe&seagate.com 3582 LSI Logic Ken Wisniewski @@ -17315,8 +17315,8 @@ Decimal ikeda&misystems.co.jp 4329 Siemens AG - Ms. Uschi Obermeier - uschi.obermeier&siemens.com + Mr. Juergen Heiles + juergen.heiles&siemens.com 4330 PMC-Sierra Inc. Paul Chefurka @@ -19380,7 +19380,7 @@ Decimal 4847 Vikram Kulkarni Vikram Kulkarni - vkulkarn&brownforces.org + vikramkulkarni&gmail.com 4848 Interphiz Ltd Sam Corn @@ -19442,9 +19442,9 @@ Decimal Curtis Ruck ruckc&crosswinds.net 4863 - Parion + Gothaer Versicherungsbank VVaG Axel Laemmert - Axel_Laemmert&Gothaer.de + Axel.Laemmert&Gothaer.de 4864 JOH-DATA A/S Roger Kristiansen @@ -21424,7 +21424,7 @@ Decimal 5363 R. Smith Engineering Co. Gregory Swofford - computer&web-store.net + gs&gomr.com 5364 Certall Finland OY Petri Puhakainen @@ -21786,9 +21786,9 @@ Decimal Leonard Thornton LeonardT&Intelis-inc.com 5454 - Trango Systems, Inc. + Trango Networks, LLC Christopher A. Gustaf - chris&trangosys.com + chris&gotrango.com 5455 Artemis Management Systems Murray A. Snowden @@ -24675,8 +24675,8 @@ Decimal zenw&blitz-com.net 6178 NTT Advanced Technology Corporation - Shoji Morishita - morisita&saki.netwk.ntt-at.co.jp + Tadahisa HASHIDO + jimukyoku.bka&ml.ntt-at.co.jp 6179 R.M. EDIZIONI SRL Claudio Torbinio @@ -25755,8 +25755,8 @@ Decimal frank_gjx&shdv.com 6449 Sectigo Limited - Robin Alden - robin.alden§igo.com + Rob Stradling + rob§igo.com 6450 Idsec Limited Stephen Bishop @@ -28164,7 +28164,7 @@ Decimal 7052 Dipl.-Ing. Markus Leist Markus Leist - leist&ing-buero-ikom.de + markus&lei.st 7053 Videon CableSystems Alberta Inc. Laurence Brockman @@ -29315,8 +29315,8 @@ Decimal jraney&generalsearch.net 7340 Northwestern University - Scott Swanson - sts&nwu.edu + Phil Tracy + IDS-NUIT&northwestern.edu 7341 University of Alabama at Birmingham Landy Manderson @@ -31346,9 +31346,9 @@ Decimal Kevin Lehan klehan&good-sam.com 7848 - Sächsische Staatskanzlei - Jörg Schneider - Joerg.Schneider&dd.sk.sachsen.de + Saechsische Staatskanzlei + Steffen Gaertner + Steffen.Gaertner&sk.sachsen.de 7849 CommeceOne Auction Services Anil Madan @@ -31459,8 +31459,8 @@ Decimal hoshino&sic.shibaura-it.ac.jp 7876 Statens vegvesen - Tor Aksnes - Tor.Aksnes&vegvesen.no + Svein Olav Bjerkeset + hostmaster&vegvesen.no 7877 Basefarm AS Rein Tollevik @@ -32775,7 +32775,7 @@ Decimal mmester&cymtec.com 8205 Unassigned - Returned 4-30-03 + Returned 2003-04-30 ---none--- 8206 Centro Regional de Investigaciones Basicas y Aplicadas de Bahia-Blanca @@ -36502,7 +36502,7 @@ Decimal Nick Hoath nhoath&isdn-comms.co.uk 9137 - Anatel Communications + Annatel Dave Frary dfrary&anatel.net 9138 @@ -37032,7 +37032,7 @@ Decimal 9269 MediaBroadcast GmbH Dr. Andreas Ehbrecht - andreas.ehbrecht&telekom.de + andreas.ehbrecht&media-broadcast.com 9270 Callsys Ltd. Valery Vybornov @@ -37619,7 +37619,7 @@ Decimal o.walbecq&archimed.fr 9416 Unassigned - Returned 2 March 2004 + Returned 2004-03-02 ---none--- 9417 egg:| @@ -37679,7 +37679,7 @@ Decimal ksmith&progresstelecom.com 9431 Push, Inc. - (removed from database 11-20-02) + Removed 2011-20-02 ---none--- 9432 Vingage Corporation @@ -38486,9 +38486,9 @@ Decimal Adi Vaizovic adi.vaizovic&zaslon-telecom.si 9633 - SED Systems - Pat Thera - thera&sedsystems.ca + Calian, Ltd. + Wendy Cronin + wendy.cronin&calian.com 9634 API Networks, Inc Eric Rowe @@ -40982,9 +40982,9 @@ Decimal Michael Neuffer neuffer&sciobyte.de 10257 - Hadithi Inc + Vocanter LLC James Nyika - jnyika&yahoo.com + jnyika&gmail.com 10258 Aracnet Internet Services Sean Hanson @@ -42511,7 +42511,7 @@ Decimal mark.butler&venation.com 10639 Unassigned - Returned 3-28-03 + Returned 2003-03-28 ---none--- 10640 West Interactive Corporation @@ -43487,7 +43487,7 @@ Decimal legarde&dsi.univ-paris5.fr 10883 Unassigned - Returned 28-Apr-2006 + Returned 2006-04-28 ---none--- 10884 Vinzant, Inc. @@ -46307,8 +46307,8 @@ Decimal wds&epictet.de 11588 ERA a.s. - Petr Skalicky - p.skalicky&era.cz + IANA PEN contact person + iana-pen&era.aero 11589 Exsior Data & Information Tech. Inc. Richard Huang @@ -46822,9 +46822,9 @@ Decimal Zhaoxin masterzhao&263.net 11817 - Zentrum Informatikdienste, Universitaet Zuerich - Luzian Scherrer - lsc&zi.unizh.ch + Zentrale Informatik, Universitaet Zuerich + Cyril Stoll + cyril.stoll&uzh.ch 11818 Z-Star Microelectronics Corporation Liang Qi @@ -47006,7 +47006,7 @@ Decimal Alan Croswell alan&columbia.edu 11863 - TP-Link Technology Co.,Ltd + TP-Link Corporation Limited. Lucien Chen lucien.chen&tp-link.com 11864 @@ -47199,7 +47199,7 @@ Decimal michael&roettig.de 11911 Unassigned - Returned 4-30-03 + Returned 2003-04-30 ---none--- 11912 NetMotion Wireless Inc. @@ -47480,7 +47480,7 @@ Decimal 11981 CAC Ltd James Cominsky - cominskyj&ameritech.net + jim.cominsky&gmail.com 11982 chiz.net Paul Chizzo @@ -47618,9 +47618,9 @@ Decimal James Dabbs jdabbs&tga.com 12016 - Universite de Cergy-Pontoise - Emmanuel Ferey - Emmanuel.Ferey&cdc.u-cergy.fr + CY Cergy Paris Université + Benoit Clavel + disi-infra&ml.u-cergy.fr 12017 VeratNET Boris Manojlovic @@ -49227,8 +49227,8 @@ Decimal ajit.kunjal&tatainfotech.com 12418 THALES - Patrick TAUPIN - patrick.taupin&fr.thalesgroup.com + Renaud Dubois + renaud.dubois&thalesgroup.com 12419 YAMAHA CORPORATION Nobuaki Ohashi @@ -50470,7 +50470,7 @@ Decimal Kwon Soon-Hong shkwon&syswill.com 12729 - Be Think, Solve, Execute GmbH (formerly 'targit GmbH') + Be Shaping the Future GmbH Martin Hans info&be-tse.de 12730 @@ -50547,8 +50547,8 @@ Decimal ayotte&teamsoft.com 12748 Telenor ASA - Ørjan Nordvik - orjan.nordvik&telenor.com + Jan Egil Andreassen + jan-egil.andreassen&telenor.com 12749 UTA Telekom AG Heinz Ekker @@ -52806,9 +52806,9 @@ Decimal Vladimir D Novikov novikov&factor-ts.ru 13313 - Analog Devices, Inc - Tuan Hoang - tuan.hoang&analog.com + ANALOG + DON BALUNOS + don.balunos&analog.com 13314 Blank Bastian Blank @@ -52923,8 +52923,8 @@ Decimal ted.garrett&tedgarrett.com 13342 Unassigned - - 2002-10-07 + Removed 2002-10-07 + ---none--- 13343 Networking Laboratory of DMIS, BUTE Csaba TÓTH @@ -53611,7 +53611,7 @@ Decimal Massimo.Fubini&ttpcompany.com 13514 Unassigned - (removed from database 11-11-02) + Removed 2011-11-02 ---none--- 13515 Unitech Networks .Ltd @@ -53678,9 +53678,9 @@ Decimal Chris McElhone cmcelhone&fahnestock.com 13531 - Tryo Communication Systems S.A. (formerly 'Mier Comunicaciones, S.A.') + Commtia Systems S.A. Raimon Casals - raimon.casals&tryocomm.com + raimon.casals&commtia.com 13532 Pennant Systems Calvin Seto @@ -53983,7 +53983,7 @@ Decimal technique&nicomaque.org 13607 Unassigned - Returned 28 May 2004 + Returned 2004-05-28 ---none--- 13608 OpenHandHome Inc @@ -55678,9 +55678,9 @@ Decimal Remy C. Cool remy.cool&smartology.nl 14031 - STATO MAGGIORE DIFESA - COMANDO C4 - Roberto ALOE' - c4.cspkiff&smd.difesa.it + STATO MAGGIORE DIFESA + Nicola BOCCAFURNI + scd.ius.scc.cs&cor.difesa.it 14032 SUNY Geneseo Kirk Anne @@ -57283,12 +57283,12 @@ Decimal irwanhadi&bpkpenabur.or.id 14432 Reserved - Updated 2013-08-09 + Removed 2013-08-09 ---none--- 14433 China Financial Certification Authority - Zhiyuan Shao - zyshao&cfca.com.cn + Sun Shengnan + sunshengnan&cfca.com.cn 14434 Network Systems and Technologies Ravindranath @@ -58895,7 +58895,7 @@ Decimal serch&infotec.com.mx 14836 VARTA Microbattery GmbH - Hermann Schmid + Thomas Huell VARTA-certificate&varta-microbattery.com 14837 Trenchant Consulting, LLC @@ -59311,8 +59311,8 @@ Decimal styleegirl&yahoo.com 14940 BlueCross and BlueShield of North Carolina - Jason Weinstein - Jason.Weinstein&BCBSNC.COM + Stacey Moore + Stacey.Moore&BCBSNC.COM 14941 Inflection Systems Elizabeth Dougherty @@ -59354,9 +59354,9 @@ Decimal Alberto Marco Montoya mollar&mobelt.com 14951 - EFACEC SISTEMAS DE ELECTRÓNICA, S.A. - Nuno Costa - nfcosta&se.efacec.pt + Efacec Energia, Máquinas e Equipamentos Eléctricos, S.A. + Ana Aleixo + ana.aleixo&efacec.com 14952 Eyeheight Ltd. Simon Pegg @@ -59406,9 +59406,9 @@ Decimal David Bendrihem davidb&tcs.la 14964 - Cogenit + EFERIS Francois Romieu - romieu&cogenit.fr + romieu.francois&eferis.com 14965 Wideinfo Corporation Zhenghui Zhou @@ -59506,9 +59506,9 @@ Decimal John Tully tully&mikrotik.com 14989 - Cinesite Europe Ltd - Justin davies - support&cinesite.co.uk + Cinesite + Technical Services + support&cinesite.com 14990 inm magic Danny Thuering @@ -61814,9 +61814,9 @@ Decimal Theodore Reph ted&reph.org 15566 - Cheetah Digital Japan Co., Ltd (formerly 'Experian Japan Co., Ltd') + EmberPoint Holdings Co., Ltd (formerly 'Cheetah Digital Japan Co., Ltd') Hideki Yamashita - hideki.yamashita&cheetahdigital.com + hideki.yamashita&emberpoint.com 15567 Neople Ltd. Jeongyun Lee @@ -62562,9 +62562,9 @@ Decimal Scott Lamb slamb&slamb.org 15753 - APPServer + MuTIC S.A.S Antonio Pavanetto - antonio&appserver.com.ar + admin&mutic.com.ar 15754 Vancouver Community Network Steven Chan @@ -64395,8 +64395,8 @@ Decimal rami.heinisuo&eduix.com 16211 Certified Security Solutions - Laurin Kline - csspeninq&css-security.com + Keyfactor PKI Policy Authority + keyfactorppa&keyfactor.com 16212 wang mrwant @@ -64418,9 +64418,9 @@ Decimal Dan Haligas haligasd&adelphia.net 16217 - KDDI Media Will Corporation - Fuminori Watanabe - fuminori-w&kmw.co.jp + K-WILL Corporation + Takuma Kawamura + kawamura&kwillcorporation.com 16218 Talkline GmbH Jan Andres @@ -65002,9 +65002,9 @@ Decimal Gary E. Carlson garyc&wtrs.com 16363 - SCHOLZ & VOLKMER Intermediales Design, GmbH - Andreas Klinger - a.klinger&s-v.de + Scholz & Volkmer GmbH + Peter Reichard + support&s-v.de 16364 SMARTDATA Frédéric Gobry @@ -65966,9 +65966,9 @@ Decimal Chia-Chee Kuan ckuan&airmagnet.com 16604 - The OpenSSL group - Stephen Henson - steve&openssl.org + OpenSSL Software Foundation + Matt Caswell + osf-contact&openssl.org 16605 Radiance BBS Luciano Di Lucrezia @@ -67843,8 +67843,8 @@ Decimal masahiro&transgate.org 17073 Universitaetsklinikum Freiburg - Gerd Kessler - gerd.kessler&uniklinik-freiburg.de + Thomas Jancar + thomas.jancar&uniklinik-freiburg.de 17074 Senatsverwaltung fuer Gesundheit, Soziales und Verbraucherschutz Berlin Klaus Habeck @@ -69355,7 +69355,7 @@ Decimal Admin&wfw.org 17451 Unassigned - Returned 19-October-05 + Returned 2005-10-19 ---none--- 17452 Visy Industries Holdings Pty Ltd @@ -71059,7 +71059,7 @@ Decimal klaus&worstofall.com 17877 Unassigned - Returned 21-Aug-03 + Returned 2003-08-21 ---none--- 17878 Journalistic, Inc. @@ -71303,7 +71303,7 @@ Decimal brian.bishop&lollimail.com 17938 Unassigned - Removed 22-Aug-03 + Removed 2003-08-22 ---none--- 17939 Guangdong Province Electronic Technology Research Institute @@ -71771,7 +71771,7 @@ Decimal Rainer.Krinn&tenovis.com 18055 Unassigned - Returned 5 Sep 2003 + Returned 2003-09-05 ---none--- 18056 Pioneer Digital Technologies, Inc. @@ -71863,7 +71863,7 @@ Decimal mfan&acasim.com 18078 Unassigned - Removed 2007-04-5 + Removed 2007-04-05 ---none--- 18079 City I.T. (UK) Ltd @@ -75415,7 +75415,7 @@ Decimal kamal&netyantra.com 18966 Unassigned - Returned 11-Dec-03 + Returned 2003-12-11 ---none--- 18967 Oxford County Telephone and Telegraph Company @@ -75475,7 +75475,7 @@ Decimal jakob&cypak.com 18981 Reserved - 2013-02-28 + Removed 2013-02-28 ---none--- 18982 Link-Yug Ltd. @@ -78606,7 +78606,7 @@ Decimal Ken Meehan kmeehan&bbandt.com 19764 - Vandenberg Systems Inc. + Infinite Gravity Digital Media Ltd. Richard Vandenberg numbering_admin&vansys.com 19765 @@ -80634,9 +80634,9 @@ Decimal Kurt Schwedes hostmaster&xtendo.de 20271 - NetEnrich, Inc. - Narayan D. Raju - ndr&netenrich.com + OpsRamp, Inc. + P V Viswanatha Raju + pvvraju&opsramp.com 20272 Creative Media GmbH Reinhard Weismann @@ -80774,9 +80774,9 @@ Decimal Jens Hilligsøe jens&dir.dk 20306 - Kapsch CarrierCom AG + Kontron Transportation Austria AG (formerly 'Kapsch CarrierCom AG') Martin Gaugitsch - martin.gaugitsch&kapsch.net + martin.gaugitsch&kontron.com 20307 Lie-Comtel Roland Guthauser @@ -81318,9 +81318,9 @@ Decimal Simon Kirsch simonk&remasys.com 20442 - Samsung SDS Co, Ltd. - Choi, Jung Wook - jung-wook.choi&samsung.com + Samsung SDS Co., Ltd. + Lee, Hyoil + hyoil.lee&samsung.com 20443 Open Development David Pieper @@ -82703,7 +82703,7 @@ Decimal sic&pcb.ub.es 20788 Unassigned - Returned 12-May-05 + Returned 2005-05-12 ---none--- 20789 PowerMeMobile.com @@ -86234,9 +86234,9 @@ Decimal Matthew Madderra mminvent&mminvent.com 21671 - VSS monitoring Inc. - Lucien Braava - snmp&vssmonitoring.com + Netscout Systems, Inc. (formerly 'VSS monitoring Inc.') + Jeff Morriss + jeff.morriss&netscout.com 21672 Psyche Trading Company Peter Brooks @@ -89948,7 +89948,7 @@ Decimal 22599 Informatec Comercial e Serviços Ltda. Rodolfo Xavier - rodolfo.xavier&informatec-sp.com.br + rodolfo.xavier&informatec.com.br 22600 Harris CapRock Communications (formerly 'CapRock Communications') Raymond P Chudzinski @@ -92010,9 +92010,9 @@ Decimal Victor Kiranov vk&comstar.ru 23115 - Observatoire Midi-Pyrenees - Dang duc - dang&obs-mip.fr + OMP (Observatoire Midi-Pyrenees) + Yann ROBERT + yann.robert&obs-mip.fr 23116 iVOD Inc. Bo Wang @@ -92978,9 +92978,9 @@ Decimal Mathieu ALORENT mathieu&alorent.com 23357 - TwentyFourNine (formerly 'oogyNetworks') + Seaglass Ruben Arakelyan - ruben.arakelyan&twentyfournine.co.uk + ruben&arakelyan.uk 23358 Typhon SARL Jules Vo-Dinh @@ -93178,9 +93178,9 @@ Decimal Jamie M Vachon jamie.vachon&levelonenetworks.com 23407 - Bryant Unlimited + eyePower Limited Simon Quill - simon&bryant-unlimited.co.uk + simon.quill&eyepowerlimited.co.uk 23408 Rhombus Systems Ltd. David Hartley @@ -93366,9 +93366,9 @@ Decimal Hubert Iwaniuk neotyk&kung-foo.kicks-ass.net 23454 - Belzebyte Network + EFit partners Patrick Vander Linden - pvdlinden&belzebyte.net + patrick.vanderlinden&efit-partners.com 23455 Exceptional Software Strategies, Inc. Kevin Miller @@ -93632,7 +93632,7 @@ Decimal 23520 Unassigned Removed 2014-08-12 - + ---none--- 23521 Amherst County Public Schools David Childress @@ -95986,9 +95986,9 @@ Decimal Danas Jazdauskas danas&eltera.lt 24109 - AtcaNet + Luix Luis Lain - luislain&atcanet.com + luislain&luislain.com 24110 Vigilix. LLC Randy Lee @@ -98282,9 +98282,9 @@ Decimal Sang-Young Kim sykim&satech.co.kr 24683 - Hutchison 3G Austria GmbH - Horst Kapfenberger - horst.kapfenberger&drei.com + Hutchison Drei Austria GmbH + Martin Aigner + martin.aigner&drei.com 24684 Helsinki Business Polytechnic Ivonen Jukka @@ -98551,8 +98551,8 @@ Decimal nw&scrutable.com 24750 Unassigned - Deregistration on 2006-10-23 - none + Removed 2006-10-23 + ---none--- 24751 Cluster-Works GbR Martin Roesler @@ -98834,9 +98834,9 @@ Decimal Leif Ödell leif.odell&okabconvert.com 24821 - TELEFUNKEN Radio Communication Systems GmbH & Co. KG - Bernhard Hirth - bernhard.hirth&tfk-racoms.com + Elbit Systems Deutschland GmbH & Co. KG + Holger Denke + holger.denke&elbitsystems-de.com 24822 Instituto Nacional de Estadistica Jokin Agurruza @@ -100759,8 +100759,8 @@ Decimal michael.jackson&netauth.com 25302 Deakin University - Daniel John Reynolds - danny&deakin.edu.au + Daniel Appleby + daniel.appleby&deakin.edu.au 25303 subnetz.computing GmbH Tilman Koschnick @@ -102815,8 +102815,8 @@ Decimal totman&gmail.com 25816 Roland DG Corporation - Masumi Hoshino - masu.hoshino&rolanddg.co.jp + Kenta Shimojima + kenta.shimojima&rolanddg.co.jp 25817 Poseidon Networks Nitin Bhagnari @@ -104511,8 +104511,8 @@ Decimal marin_da&solidar.ru 26240 Hochschule Darmstadt - Andreas Zekl - zekl&h-da.de + Lars Seipel + lars.seipel&h-da.de 26241 ALLCARE ADMINISTRATORS (PTY) LTD SAM GELBART @@ -107275,8 +107275,8 @@ Decimal iana&php-systems.com 26931 Reaktor Innovations Oy - Teemu Matilainen - teemu.matilainen&ri.fi + Antti Puranen + antti.puranen&reaktor.fi 26932 Visma Software ASA Pål Bergan @@ -109814,9 +109814,9 @@ Decimal Carlos Maza iana&mityc.es 27566 - Vizrt - Fabian Kroell - fkroell&vizrt.com + Vizrt Group + Markus Rainer + markus.rainer&vizrt.com 27567 Baur GmbH Martin Naumann @@ -114683,8 +114683,8 @@ Decimal pen&earmarkmedia.com 28783 Venafi - Jesse Gardner - jesse.gardner&venafi.com + Matt Riddle + it.ops&venafi.com 28784 CER International bv Ad van den Broek @@ -115094,9 +115094,9 @@ Decimal Wojciech Rusinek wojciechr&sim.com.pl 28886 - OXEA Group + OQ Chemicals Thorsten Bach - thorsten.bach&oxea-chemicals.com + thorsten.bach&oq.com 28887 LabSET Vincent MARTIN @@ -118128,7 +118128,7 @@ Decimal 29644 Antony Vennard Antony Vennard - Quark0909&gmail.com + antony+oid&vennard.ch 29645 bothan.net Drew Hess @@ -118966,9 +118966,9 @@ Decimal Segis Ferrairó Pons segis.fp&gmail.com 29854 - Advanced Medical Imaging Solutions, LLC - Bob Williams - amisllc&yahoo.com + OnePacs LLC + OnePacs LLC + info&onepacs.com 29855 T-Mobile Crna Gora d.o.o. Dejan Stijovic @@ -120007,7 +120007,7 @@ Decimal haizaar&gmail.com 30114 Reserved - Updated 2013-05-02 + Removed 2013-05-02 ---none--- 30115 Damien Degois @@ -120708,7 +120708,7 @@ Decimal 30289 Brian W Bush Brian W Bush - b.w.bush&acm.org + account&brianwbush.info 30290 Vangenechten Packaging Wouter D'Haeseleer @@ -121830,9 +121830,9 @@ Decimal Alaa Halawa alaa.halawa&globitel.com 30570 - Arch Red Oy + Radiator Software Oy Heikki Vatiainen - oid&archred.com + oid&radiatorsoftware.com 30571 Mesto Domazlice Petr Vondras @@ -121992,7 +121992,7 @@ Decimal 30610 UVT Unternehmensberatung für Verkehr und Technik GmbH Volkmar Klos - peniana.reg&uvt.de + pen.iana.reg&uvt.de 30611 Maessa Telecontrol Andreu Palou @@ -122003,8 +122003,8 @@ Decimal dgm&ek3.com 30613 ATIS - Steve Barclay - sbarclay&atis.org + Jackie Wohlgemuth + jwohlgemuth&atis.org 30614 Expandium SAS Rémy Chibois @@ -127502,9 +127502,9 @@ Decimal Torsten Sachse proddi&splatterladder.com 31988 - MEN Mikroelektronik Nuernberg GmbH + duagon Germany GmbH (formerly MEN Mikro Elektronik GmbH, Nuremberg) Ruediger Zapf - ruediger.zapf&men.de + ruediger.zapf&duagon.com 31989 EverMAX s.r.o. Martin Zizka @@ -127879,7 +127879,7 @@ Decimal tariq.rahman&cytec.com 32082 Unassigned - Removed 2010-08-26 + Removed 2010-08-26 ---none--- 32083 HealthBlocks, Inc. @@ -129135,8 +129135,8 @@ Decimal iana&salamandersoft.co.uk 32396 Ohio University - Bruce Tong - tongb&ohio.edu + Ken Bailey + bailey&ohio.edu 32397 iRobot Corporation Daniel Allis @@ -130067,8 +130067,8 @@ Decimal alexpanhl&gmail.com 32629 DIGI Ltd - Antal GERGELY - antal.gergely&hu.digi.tv + Akos TOROK + akos.torok&digi.hu 32630 Trezorix Sander van der Meulen @@ -132602,9 +132602,9 @@ Decimal Thomas Böhne TBoehne&ADwin.de 33263 - Raiffeisenverband Suedtirol Gen. + Raiffeisen Information Service KonsGmbH Reinhold Trocker - security&raiffeisen.it + ris.ais&ris.bz.it 33264 EPI Service Ltd Marek Stuczynski @@ -133183,8 +133183,8 @@ Decimal jelze&i-evolve.com 33408 BASIS International Ltd. - Adam Hawthorne - adamh&basis.com + Jerry Karasz + jkaraszpen&basis.com 33409 The Chronicle Kenneth Moir @@ -140498,8 +140498,8 @@ Decimal Johannes Florian Rupp mass&frupp.de 35237 - KBJ JEDYNAK I WSPÓLNICY SPÓŁKA JAWNA - Łukasz Krotowski + KBJ S.A. + Lukasz Krotowski pen.info&kbj.com.pl 35238 Novgorod Information and Analitical Centre @@ -140528,7 +140528,7 @@ Decimal 35244 Wojo Robert Wojciechowski - robert&wojo.com + robert&wojo.net 35245 Railcar Management, Inc Robert Wojciechowski @@ -142387,8 +142387,8 @@ Decimal B.GARNIER&bouygues-construction.com 35709 Unassigned - Removed 2010-05-3 - ---none--- + Removed 2010-05-03 + ---none--- 35710 Alcatel-Lucent, 4ESS Eugene Koeppe @@ -143588,7 +143588,7 @@ Decimal 36009 6connect, Inc. Aaron Hughes - aaron&6connect.net + aaron&6connect.com 36010 lordgandalf Niels de Leeuw @@ -143599,8 +143599,8 @@ Decimal iana&commontime.com 36012 Oxford Life Insurance Company - Terry Turner - TerryTurner&Oxfordlife.com + Stephen Maurer + Steve&oxfordlife.com 36013 SMA Solar Technology AG Andreas Mueller @@ -145086,7 +145086,7 @@ Decimal Jesse Salvatore jsalvatore&vdcds.com 36384 - Designfusion Inc. + Designfusion Software Sales Inc Jonathan Brown jbrown&designfusion.com 36385 @@ -145127,8 +145127,8 @@ Decimal hlavac&bistudio.com 36394 Benco Dental - John Owens - jowens&benco.com + Infrastructure Team + DL.NOC&benco.com 36395 Hochschule Wilhelmshaven/Oldenburg/Elsfleth Guido Manemann @@ -145982,9 +145982,9 @@ Decimal Johnny Abrahamsson johnny.abrahamsson&gmail.com 36608 - whty - huangqichao - HQC&whty.com.cn + WHTY + Sharon Zhu + zhb&whty.com.cn 36609 Universita' del Salento Simone Molendini @@ -146546,9 +146546,9 @@ Decimal Joel Zachrisson j.zachrisson&leinelinde.se 36749 - European Media Laboratory GmbH + EML Speech Technology GmbH Markus Klehr - markus.klehr&eml-d.de + markus.klehr&eml.org 36750 JaCoTec Marco Jakobs @@ -146970,9 +146970,9 @@ Decimal Giuseppe Fiducia pen_iana&burgo.com 36855 - Ge.Si.ass scrl + Helvetia Assicurazioni SA Lamberto Abelli - lamberto.abelli&gesiass.it + lamberto.abelli&helvetia.it 36856 GEDIA Gebrüder Dingerkus GmbH Rolf Geyer @@ -149739,8 +149739,8 @@ Decimal patrick.gustot&bnpparibasfortis.com 37547 Europapier International GmbH - Daniel Masek - it&europapier.cz + Muranyi Mihnea + m.muranyi&europapier.ro 37548 CenturyLink Christina Ellis @@ -150238,9 +150238,9 @@ Decimal Aria Bamdad aria&bsc.gwu.edu 37672 - VERSCOM INTERNATIONAL HOLDING UK LLP - Aydin Pirinccioglu - snmp.pen&verscom.com + Odine Solutions LLC + Bahri Azar + snmp.pen&odinesolutions.com 37673 Estech Systems, Inc. Brian Berger @@ -151675,8 +151675,8 @@ Decimal tshen&conngame.com 38031 NextGate - Les Marcum - les&nextgate.com + Edy Yang + helpdesk&nextgate.com 38032 EFOLIA Gabriel GIL @@ -151739,7 +151739,7 @@ Decimal infosecurity&unicredit.ru 38047 JSC STC Electron-Service - Sergey Kizin + Alex Moskalenko pen&elserv.ru 38048 Institut des Sciences de l'Homme @@ -152212,7 +152212,7 @@ Decimal 38165 Kohlpharma GmbH Imonikhe Imonah - iimonah&kohlpharma.com + serveradminwin&kohlpharma.com 38166 nexurium.fr Joly Bastien @@ -153142,8 +153142,8 @@ Decimal Mr. Soufian al Maziani soufian.almaziani&tsb.de 38398 - ZAO TD BOVID - Borisov Vladimir Vladimirovich + AO TD BOVID + Vidgof Mikhail Borisovich sn&bovid.ru 38399 Kloeckner & Co SE @@ -154490,9 +154490,9 @@ Decimal Krishna Padilha krishna&padilha.com 38735 - Stephen Perryman - Stephen Perryman - sperryman0801&gmail.com + Stephen Timothy Perryman + Stephen Timothy Perryman + stephen&stephenperryman.com 38736 Hutchinson Regional Medical Center (formerly 'Promise Regional Medical Center - Hutchinson') Mark Keeton @@ -155651,8 +155651,8 @@ Decimal marc&bjango.com 39025 Velleros, Inc. - Akita Noek - anoek&velleros.com + Brent Harsh + support&velleros.com 39026 Tritux Zouari Fourat @@ -160058,9 +160058,9 @@ Decimal Ralph Borowski rborowski&real-virtual.com 40127 - Monolith Software + Federos Mike Gent - mgent&monolith-software.com + mgent&federos.com 40128 Beijing Photon-Byte Technology Co., Ltd. David.Hua @@ -160163,8 +160163,8 @@ Decimal iana_oid&trimtab.ca 40153 Abraxas Informatik AG - Florian Meister - florian.meister&abraxas.ch + Olaf Sonderegger + olaf.sonderegger&abraxas.ch 40154 North-Caucasus Federal University Yuri Serdyukov @@ -160639,8 +160639,8 @@ Decimal rlampitok&pbmedicalcenter.org 40272 SLAC National Accelerator Laboratory - Dan Van Winkle - dandvan&slac.stanford.edu + Ross Wilper + rwilper&slac.stanford.edu 40273 XeroAtom Group Ltd Edward Alekxandr @@ -160942,9 +160942,9 @@ Decimal Marc Stermann marc.stermann&duit.de 40348 - Snmart Grid Norway AS + Adaptic AS Morten William Hansen - morten.hansen&smartgridnorway.no + morten&adaptic.no 40349 EICSYS GmbH Wojciech Jalmuzna @@ -162938,9 +162938,9 @@ Decimal Hugh Kelley hugh.kelley&montpeliertr.com 40847 - CRDP de l'Académie de Versailles - Pascal Fautrero - pascal.fautrero&crdp.ac-versailles.fr + Académie de Versailles + Cellule confiance numérique et sécurité + rssi&ac-versailles.fr 40848 VeriFyle, Inc. Stephen Pierce @@ -163475,8 +163475,8 @@ Decimal iana&creatale.de 40981 Facebook, Inc. - Tim Tickel - twt&fb.com + Neal Poole + iana-assign&fb.com 40982 ROARING FORK SCHOOL DISTRICT David McGavock @@ -164590,9 +164590,9 @@ Decimal Ben Chavet ben.chavet&lullabot.com 41260 - Critical Link, LLC + Wheatstone Corporation Dominic Giambo - dominic&criticallink.com + dominic.giambo&wheatstone.com 41261 Vectra Networks Inc. (formerly 'TraceVector') Greg Rocha @@ -164947,8 +164947,8 @@ Decimal hrivnak&ronyo.cz 41349 Enigmedia - Iñigo Belamendia - sistemas&enigmedia.eu + Carlos Tomas + info&enigmedia.eu 41350 ITManx Ltd Christian Salway @@ -165423,8 +165423,8 @@ Decimal woixwj&hotmail.com 41468 Zakład Ubezpieczeń Społecznych - Ernest Kozłowski - ernest.kozlowski&zus.pl + Grzegorz Chybowski + Grzegorz.Chybowski&zus.pl 41469 Lactalis Danmark Andreas Sobczyk @@ -167102,9 +167102,9 @@ Decimal Devin Whelan ist.ca&ensco.com 41888 - URZ Friedrich-Schiller-Universität Jena - Thomas Sesselmann - thomas.sesselmann&uni-jena.de + Friedrich-Schiller-Universität Jena + Thomas Otto + thomas.otto&uni-jena.de 41889 Nine Internet Solutions AG Nils Caspar @@ -170819,8 +170819,8 @@ Decimal alexander&hacenter.com.ua 42817 IBM Platform Firmware Division - Tom Joseph - tomjoseph&in.ibm.com + Jayashankar Padath + jayashankar.padath&in.ibm.com 42818 Relative Variable Software Eugene Bolshakov @@ -174948,7 +174948,7 @@ Decimal 43849 LiiON, LLC Thomas Lynn - applications&liionllc.com + Lft&liionllc.com 43850 Doxcelerate Corporation Thierry Thelliez @@ -178164,7 +178164,7 @@ Decimal 44653 Unassigned Removed 2014-11-04 - + ---none--- 44654 Hochschule für Musik Freiburg Jürgen Diez @@ -178444,7 +178444,7 @@ Decimal 44723 Unassigned Removed 2014-12-16 - + ---none--- 44724 LLC "ITTech" Andrey Kravchenko @@ -178604,7 +178604,7 @@ Decimal 44763 Steven Sloane Steven Sloane - oid-admin&apsmediagroup.co.uk + oid-admin&1e303.uk 44764 bacq.ru Andrey Borisenko @@ -181295,8 +181295,8 @@ Decimal andreas.mouskos&cut.ac.cy 45436 THALES Services MsLabs (formerly 'THALES Services Lab DT') - BURLON Christophe - christophe.burlon&thalesgroup.com + MARTEL Arnaud + gestion-mslabs&thalesgroup.com 45437 TEOCO Corporation Zion Alfia @@ -181318,7 +181318,7 @@ Decimal Alexander Gusev smtp&cstech.ru 45442 - Wrocław University of Technology + Wrocław University of Science and Technology Krzysztof Kołodziejczyk krzysztof.m.kolodziejczyk&pwr.edu.pl 45443 @@ -182815,8 +182815,8 @@ Decimal networkengineer&sourcewise.co 45816 Bruce R. Smith Limited - Erik Dupuis - edupuis&brsmith.com + Contact removed 2021-03-11 + ---none--- 45817 Inacomp Consultores SA Alexander Osorio @@ -183478,9 +183478,9 @@ Decimal Andy Aspell-Clark andyaspellclark&gmail.com 45982 - Goletas + Neliva Maksim Goleta - admin&goletas.com + maksim&neliva.com 45983 Airbus DS Limited - MIPN Andy Aspell-Clark @@ -183659,8 +183659,8 @@ Decimal pam&southernoncology.net 46027 OFICINA NACIONAL DE PROCESOS ELECTORALES - Erik Ulises Bazan Flores - ebazan&onpe.gob.pe + Fernando Antonio Zapata Miranda + fzapata&onpe.gob.pe 46028 Play Consulting Alastair McFarlane @@ -183678,9 +183678,9 @@ Decimal Scott Deerwester scott.deerwester&taconza.com 46032 - AccelStor, Inc. - Clare Tai - clare.tai&accelstor.com + AccelStor Technologies Ltd + Identifier Management + identifier&accelstor.com 46033 Cavium Inc. Biju Abraham @@ -183906,8 +183906,8 @@ Decimal Sylvain Girod girod.sylvain&gmail.com 46089 - edisonlee55 (formerly 'DB.Studio') - MING-CHIEN LEE + edisonlee55 + Ming-Chien Lee edisonlee&edisonlee55.com 46090 namotronic GmbH @@ -183998,7 +183998,7 @@ Decimal K. Bertin DJAHA bertin.djaha&dkbsolutions.com 46112 - All Russian Institute for Scientific and Technical Information (VINITI) of the Russian Academy of Sciences + Russian Institute for Scientific and Technical Information of the Russian Academy of Sciences (VINITI RAS) Dmitry Sirik sirik&viniti.ru 46113 @@ -184243,8 +184243,8 @@ Decimal jonathan&redcello.co.uk 46173 PayPal Inc - Steven Rosonina - srosonina&paypal.com + Greg King + grking&paypal.com 46174 SecuLynx Corporation Masami Hisada @@ -184818,9 +184818,9 @@ Decimal Maximilian Mühe mmuehe&aer.de 46317 - VRSG Verwaltungsrechenzentrum AG St.Gallen - Edgar Stammbach - edgar.stammbach&vrsg.ch + Abraxas Informatik AG + Olaf Sonderegger + olaf.sonderegger&abraxas.ch 46318 Mils Electronic Gesmbh & CoKG Martin Lubich @@ -187482,9 +187482,9 @@ Decimal Johan Vaatstra info&smartconcepts.nl 46983 - inIT - Institute Industrial IT, Ostwestfalen-Lippe University of Applied Sciences - Uwe Meier, Prof. Dr.-Ing. - uwe.meier&hs-owl.de + inIT - Institute Industrial IT, OWL University of Applied Sciences and Arts + Arne Neumann + arne.neumann&th-owl.de 46984 SABO Elektronik GmbH Ulrich Gruenebaum @@ -189782,9 +189782,9 @@ Decimal Wang Qun liuhaichao&telincn.com 47558 - General Dynamics SATCOM Technologies, Inc. - Robert Chenault - robert.chenault&gd-ms.com + Communications & Power Industries, Satcom Division + Jeremy Peters + jeremy.peters&gd-ms.com 47559 Crypto-Pro Kollegin Maksim @@ -190902,7 +190902,7 @@ Decimal Alexander Gray cloudsecurity&produban.com 47838 - Angstroem Event Solutions + onether.net Hannes Eberhardt info&onether.net 47839 @@ -192090,9 +192090,9 @@ Decimal Kate Gray kgray&multifactor.net 48135 - MOPIENS Inc. - Myung-Joo Lee - mjlee&mopiens.com + MOPIENS, Inc. + LEE, Kwangweon + leekw&mopiens.com 48136 GitLab John Northrup @@ -192950,9 +192950,9 @@ Decimal Jack Thomas jack&scalefactory.com 48350 - Serco Inc. - Frank Vona - frank.vona&serco-na.com + Serco, Inc. + Paul Lizer + paul.lizer&serco-na.com 48351 Beijing Coconet Corporation tao zhang @@ -193915,8 +193915,8 @@ Decimal pen&pvt.com 48591 Borda Technology - Seckin Can - seckin.can&bordatech.com + Burak Bardak + burak.bardak&bordatech.com 48592 Capetrust Arnaud Tardy @@ -194631,8 +194631,8 @@ Decimal marc.haehnlein&pa-ats.com 48770 Tosibox Oy - Jari Tenhunen - jari.tenhunen&tosibox.com + Antoine Barbaroux + tosibox.control&tosibox.com 48771 Diebold Nixdorf Roman Cinkais @@ -195643,8 +195643,8 @@ Decimal sdlyjzh&126.com 49023 Universitätsbibliothek Johann Christian Senckenberg - Armin Wenz - a.wenz&ub.uni-frankfurt.de + Risse, Thomas + T.Risse&ub.uni-frankfurt.de 49024 Deutsche Gesellschaft zum Bau und Betrieb von Endlagern fuer Abfallstoffe mbH DBE Technical Support @@ -195892,7 +195892,7 @@ Decimal 49085 DETEC Nestor Martinez - nestor.martinez&patikna.com + nestor.martinez&detecmx.com 49086 CORUSCANT INVESTMENT GROUP AS Thomas Ryste @@ -197454,7 +197454,7 @@ Decimal Stefan Lücke iana-pen&glaxx.net 49476 - Session Control LLC + Session Control Oregon LLC Gerald Lester glester&sessioncontrol.com 49477 @@ -198000,7 +198000,7 @@ Decimal 49612 Unassigned Returned 2017-07-12 - -- None -- + ---none--- 49613 Fremont Bank Chris Lane @@ -198814,9 +198814,9 @@ Decimal Jorrit Pouw jorrit&fiber.nl 49816 - SEIKO TIME SYSTEMS INC. + SEIKO TIME CREATION INC. MAKOTO IIJIMA - m.iijima&seiko-sts.co.jp + makoto.iijima&seiko-stc.co.jp 49817 Solid Park AB Stefan Törnblom @@ -199208,7 +199208,7 @@ Decimal 49914 SAKO TECHNOLOGIES LIMITED Zidago Sako - zst&sakotechnologies.co.uk + zst&sakotechnologies.com 49915 Los Angeles Department of Water & Power David Chwa @@ -199463,8 +199463,8 @@ Decimal jonathan.k.lipscomb&wv.gov 49978 Universidade do Estado de Santa Catarina - UDESC - Jose Eduardo Giacomelli - jose.e.giacomelli&udesc.br + Fernando Augusto Seidler + fernando.seidler&udesc.br 49979 BigRentz Matthew Evans @@ -201059,8 +201059,8 @@ Decimal wah&DAXware.onMicrosoft.de 50377 Ministerio de Economía de la República de El Salvador - Mario Hernández - acraizsv&minec.gob.sv + Oscar Humberto Cruz Guardado + firma.electronica&economia.gob.sv 50378 Mendel Warshawsky MD Mendel Warshawsky @@ -201124,7 +201124,7 @@ Decimal 50393 HongKong JoyTelecom Co., Limited Hongwu LU - hongwu.lu&gmail.com + hongwu.lu&joytelecom.com 50394 Conrad Electronic SE Peteratzinger Thomas @@ -201139,8 +201139,8 @@ Decimal it&aero.gkovd.ru 50397 Shanghai YuHuan Information System.,Ltd - Bin Zheng - zhengbin&zhuoyinet.com + Hongwu LU + hongwu.lu&joytelecom.com 50398 Asseance Software Inc. Ron Christie @@ -201379,7 +201379,7 @@ Decimal ialerts&myersind.com 50457 SMJG e.V. - Alexander Böhm [jwacalex] + Alex Böhm [jwacalex] jwacalex&gmx.net 50458 VIAA @@ -202124,7 +202124,7 @@ Decimal 50643 "ИП" Kostakov Dmitry Dmitry Kostakov - dmitrybarynov&yandex.ru + dmitrybarynov&gmail.com 50644 Elumbus GmbH Joern Eble @@ -202562,13 +202562,13 @@ Decimal Aaron Schilling aschilling&deltaconstructors.net 50753 - Siljan Timber AB + Bergkvist Siljan Mora AB Kent Matsuhashi - it&siljan.com + it&bergkvistsiljan.com 50754 - Blyberg Timber AB + Bergkvist Siljan Blyberg AB Kent Matsuhashi - it&siljan.com + it&bergkvistsiljan.com 50755 Siljan Energi AB Kent Matsuhashi @@ -202578,8 +202578,8 @@ Decimal David Taylor david&dataylorconsulting.com 50757 - ST Engineering Electronics Ltd - Melvin Wong + ST Engineering Ltd + Wong Peng Leong, Melvin wong.pengleong&stengg.com 50758 All My Papers @@ -202627,7 +202627,7 @@ Decimal luz.carrillo&technokey.co 50769 Communication Devices Inc. - Alexandra Tavarez + Tadhg Kelly info&commdevices.com 50770 TQ Systems GmbH @@ -202650,9 +202650,9 @@ Decimal Fox Wilson fwilson&lessbroken.org 50775 - MeSince Technology Limited - Rick Wang - mesince&mesince.com + MeSign Technology Limited + Richard Wang + cps&mesign.com 50776 System V,Inc. Youichi Kato @@ -204983,8 +204983,8 @@ Decimal lucas.estienne&cira.ca 51358 Clockworx - Richard Dawson - dawsora&gmail.com + RICHARD DAWSON + dawsonra&clockworx.org 51359 Lehigh Trust Services, LLC OID Administrator @@ -205710,11 +205710,11 @@ Decimal Kurt Mc Leod k.mcleod&lhi.de 51540 - Lite-On Networking Solutions + LITEON Networking Solutions Mark Yang mark.yang&liteon.com 51541 - LITE-ON TECHNOLOGY CROP. + LITEON TECHNOLOGY CROP. Mark Yang mark.yang&liteon.com 51542 @@ -205768,7 +205768,7 @@ Decimal 51554 System Planning Taizo Sasamoto - sasamoto&sysplnd.co.jp + iana-pen&sysplnd.co.jp 51555 Jason Letanosky Jason Letanosky @@ -206099,8 +206099,8 @@ Decimal p.andre&cegi.fr 51637 Ovostar Union - Alex Bondar - a.bondar&it.ovostar.ua + Support + noreply&ovostar.ua 51638 YADA Dave Varon @@ -207288,7 +207288,7 @@ Decimal 51934 Linus Brogan Linus Brogan - PEN&linusaur.us + iana-pen&lb.ax 51935 Sydney Boys High School James Rudd @@ -207886,9 +207886,9 @@ Decimal Christian Brenner info&nexcast.net 52084 - PALSupport (UK) Limited + Phoenix Recording Systems Limited Simon Sparkes - simonsparkes&palsupportuk.com + simonsparkes&phoenixrecordingsystems.com 52085 Polystar System AB Polystar System IANA contact person @@ -208946,9 +208946,9 @@ Decimal Douglas Mauro support&truepathtechnologies.com 52349 - VISUS Industry IT + DIMATE GmbH Jens Martin - martin&visus-industry.com + martin&dimate.de 52350 Allison Transmission Inc. Kyle Pierce @@ -209891,7 +209891,7 @@ Decimal clee&shakopee.k12.mn.us 52585 Lanet Network Ltd - Sergiy Sikorsky + Anton Marcuk it&lanet.ua 52586 First Electronic Bank @@ -211243,8 +211243,8 @@ Decimal pki-pen&empa.ch 52923 Keyfactor - Laurin Kline - peninq&keyfactor.com + Keyfactor PKI Policy Authority + keyfactorppa&keyfactor.com 52924 Brainbean Apps OU Alexey Pelykh @@ -211264,7 +211264,7 @@ Decimal 52928 Volqanic Ltd Peter Slavik - office&volqanic.com + peter.slavik&vlqnc.com 52929 Physician Reimbursement Systems, LLC Owen Hathaway @@ -211847,8 +211847,8 @@ Decimal k.yan&cocoon-it.de 53074 SPG Co., Ltd - Tarak Ramgopal Anumolu - tarak.anumolu&spg.co.kr + SPG Support Team + hyunju.kim&spg.co.kr 53075 Vinetech Co., Ltd. Jeongjin Kim @@ -214366,7 +214366,7 @@ Decimal Sven Peter sven.peter&gotthardt.com 53704 - NOKAS AS + Avarn Security AS IT Department Nokas adsecurity&nokas.com 53705 @@ -214455,8 +214455,8 @@ Decimal lalvarez&mype.com 53726 Cognicase Management Consulting S.L. - Iñigo Ubago - inigo.ubago&grupocmc.es + Belén Guirado + bguirado&grupocmc.es 53727 OXYLIOM Lamine Diouf @@ -214688,7 +214688,7 @@ Decimal 53784 Shenzhen Rongan Networks Technology Co. Ltd xiangzheng - zhengxiang311019&gmail.com + zhengxiang&rongannetworks.com 53785 Derycks.net Ronald Deryck @@ -215602,7 +215602,7 @@ Decimal Dennis Wisdom iana&networklubbock.com 54013 - Fink Telecom Services + Fink Telecom Services GmbH Andreas Fink afink&fink-telecom.com 54014 @@ -215762,9 +215762,9 @@ Decimal Jeff Hahn jeff.hahn&envieta.com 54053 - Zissou + SoloKeys, Inc Nicolas Stalder - nicolas&zissou.dev + nicolas&solokeys.com 54054 Outerplane Solutions B.V. Harjo Otten @@ -215822,9 +215822,9 @@ Decimal Santiago Ramos sramos&sitiodistinto.net 54068 - HealthSoft + AdvaHealth Solutions Ben Ganley - ben.ganley&healthsoft.hk + ben.ganley&advahealthsolutions.com 54069 SPECINFOSYSTEMS Vitalii Verveiko @@ -216160,7 +216160,7 @@ Decimal 54152 Unassigned Returned 2019-07-29 - --none-- + ---none--- 54153 SecureMFA Juventas Vijeikis @@ -216235,8 +216235,8 @@ Decimal Stefan.Broekman&vanderlande.com 54171 Macq - Lothar Petit - lothar.petit&macq.eu + Marc Luycx + marc.luycx&macq.eu 54172 Panobit, Inc James Staricha @@ -217146,9 +217146,9 @@ Decimal Dr. Miklos Tamás KONCZ miklos.koncz&metalcomzrt.eu 54399 - The ORP Project - Jesse Coretta - subcon.co.42&gmail.com + Unassigned + Returned 2021-06-07 + ---none--- 54400 Beijing Microvision Technology CO.,Ltd. Meng Meng Xiao @@ -217691,8 +217691,8 @@ Decimal msollanych&dwavesys.com 54535 Alcon Vision, LLC - Craig Avant - craig.avant&alcon.com + Matthew Castoe + matt.castoe&alcon.com 54536 OSAKIDETZA Susana Santa Cruz Aberasturi @@ -219640,7 +219640,7 @@ Decimal 55022 Brick Token, S.L. Edwin Mata - edwin&leypal.com + edwin&brickken.com 55023 Beijing Orient View Technology Co., Ltd. Andy Li @@ -219682,9 +219682,9 @@ Decimal Lincoln Watson lincoln.watson&swlstg.nhs.uk 55033 - BItBoxUSA + Radix IoT, LLC Kenneth Endfinger - kenneth&bitboxusa.com + Kenneth.Endfinger&radixiot.com 55034 Apstra Mansour Karam @@ -219746,9 +219746,9 @@ Decimal Aleksey Semenov semenov&lotes-tm.ru 55049 - Thales Services Lab CBU + CBU Organization Christophe Burlon - christophe.burlon&thalesgroup.com + christophe.burlon&gmail.com 55050 TuGo Insurance Jon Coppin @@ -221738,7 +221738,7 @@ Decimal Ujjal Sarmah ujjal&idcube.co.in 55547 - NFQES, s. r. o. + brainit.sk, s. r. o. Eduard Baraniak info&nfqes.sk 55548 @@ -221926,8 +221926,8 @@ Decimal Bas Kratsborn BasKratsborn&goevaers.nl 55594 - Cynthia Maja Revstrom - Cynthia Maja Revström + Cynthia Maja Revström + Cynthia Revström iana&cynthia.re 55595 Measures for Justice @@ -222002,7 +222002,7 @@ Decimal Lisa Benson lisa_benson&americancentury.com 55613 - PRETTL Electronics + PRETTL Electronics GmbH Alexander Neubert alexander.neubert&prettl-electronics.com 55614 @@ -222540,7 +222540,7 @@ Decimal 55747 Facebook Connectivity - Terragraph Paul McCutcheon - pm&fb.com + iana-assign&fb.com 55748 TriHealth Bryan Greenberg @@ -222882,9 +222882,9 @@ Decimal Andrew Harris andrew.harris&fisglobal.com 55833 - Shenzhen boruide technology co. LTD - yongshi - shiy&broadtech.com.cn + Broadtech technology co. LTD + zhongshan Luo + luozs&broadtech.com.cn 55834 NorthHinkle John N Hinkle @@ -223883,8 +223883,8 @@ Decimal bpatton&data-connect.com 56083 Facebook Connectivity - Joule - John Connors - jconnors&fb.com + Neal Poole + iana-assign&fb.com 56084 Liphatech INC Liphatech Administrator @@ -224016,7 +224016,7 @@ Decimal 56116 nigelmann Simon Ackermann - sackermann&protonmail.com + nigelmann-dev&protonmail.com 56117 MAXIO Co.,Ltd. KunPyo, Jeong @@ -224640,7 +224640,7 @@ Decimal 56272 ROYAL MOSLEM IMPERIAL ANTWON MADDOX - LordAntonMaddoxEl&RoyalMoslemImperial.com + LordAntonMaddoxEl&Gmail.com 56273 Machines talk Jithin chandrasekharan unnithan @@ -225061,6 +225061,5178 @@ Decimal Penzagrazhdanproekt Pavel Sinev flanger&penza-gp.ru +56378 + SMSTraffic + Sergey Barkov + s.barkov&smstraffic.ru +56379 + Singularis development, s.r.o. + Boris Lajda + lajda&bowa.sk +56380 + Frank Czepat + Frank Czepat + fczepatµsoft.com +56381 + Ingenieria de Sistemas Avanzados del Centro S.A. de C.V. + Rodrigo Villalobos Rodriguez + rvillalobos&isavanzados.com.mx +56382 + BHP Hardware and Software + Bruno Milhoci + milhoci&bhphardsoft.com.br +56383 + Morsoe kommune + Steve Nielsen + IT&morsoe.dk +56384 + Landkreis Teltow-Fläming + Uwe Müller + uwe.mueller&teltow-flaeming.de +56385 + LLC Lotsiya + Sergey Zhmykhov + zhmykhovsv&loodsen.ru +56386 + Praxispunkt GmbH + IT Support + hilfe&praxispunkt.de +56387 + DFINITY USA, LLC + IANA Administrator + iana&dfinity.org +56388 + Thales Austria GmbH + HAMMER Johannes + johannes.hammer&thalesgroup.com +56389 + The Munshi Group + Sumit Munshi + smunshi&munshigroup.com +56390 + Wuhan Yangtze Computing Technologies Co.,LTD + Min Jie + jmin&yctco.com.cn +56391 + Digital Devices GmbH + Bodo Rueskamp + numbers&digitaldevices.de +56392 + OOO "Gagar.IN" (LLC) + Sergey Zorin + s.zorin&gagar-in.com +56393 + Crnogorski Telekom A.D. + Ivan Stankovic + ivan.stankovic&telekom.me +56394 + American Lebanese Syrian Associated Charities + Jordan O'Conner + alsacpki&stjude.org +56395 + ENT Specialists of Metairie + Clare Collier + ccollier.ent&gmail.com +56396 + LETEC + Olivier Detiege + olivier.detiege&letec.be +56397 + Stichting Bravis Ziekenhuis + Dhr J.P.J. van Tillo + j.vantillo&bravis.nl +56398 + solutio GmbH & Co. KG + Julian Stitz + julian.stitz&solutio.de +56399 + johanssons åkeri i bygdeträsk ab + lars johansson + johanssons.akeri&bygdsiljum.se +56400 + YOURWiFi, s.r.o. + Martin Tesar + martin.tesar&yourwifi.cz +56401 + Cegep de St-Felicien + Danic Gagne + dgagne&cegepstfe.ca +56402 + Ministry of Justice + Matthew White + matthew.white1&justice.gov.uk +56403 + Indigo Technology Partners, Inc. + Wayne Osse + wosse&indigotp.com +56404 + Southend-on-Sea Borough Council + Mark Waldron + ICTNetworkTechnicians&southend.gov.uk +56405 + Connexiums + Angel Baldera + contact&connexiums.com +56406 + SoftwareNY.com + Mikhail Akhmeteli + makhmete&softwareNY.com +56407 + ECOS GmbH + Roland Zauner + r.zauner.iana&ecos.at +56408 + Tom Tech Limited + Thomas Lewis + thomaslewis&0xaa55.me +56409 + aramido GmbH + Andreas Sperber + andreas.sperber_pen-iana&aramido.de +56410 + KARMA GmbH + Sebastian Ludwig + sl&karma.de +56411 + Courtman + Nicholas Courtman + programming&courtman.me.uk +56412 + Courtman + Nicholas Courtman + programming&courtman.me.uk +56413 + X2nSat + Shane Watts + shane.watts&x2n.com +56414 + Wattsie + Shane Watts + wattsie&gmail.com +56415 + Bank Negara Malaysia + Sritharan Sivaguru + cyberninja&bnm.gov.my +56416 + Quadrangle Architects + Shabbir Salem + ssalem&quadrangle.ca +56417 + IONOSYS + Stephane Blondeau + stephane.blondeau&ionosys.com +56418 + blattenpau + Sabine Schmidt + bine&metrodiv.de +56419 + Wallinger Ricker Schlotter Tostmann, Patent- und Rechtsanwälte Partnerschaft mbB + Ferit Sari Tomé + tome&wallinger.de +56420 + DGTL Workshop + Matthew Conto + matthew&dgtlworkshop.com +56421 + CSIRO - Astronomy and Space Science + Daniel Craig + daniel.craig&csiro.au +56422 + GlobalConnect Outsourcing Services + Kasper Kristensen + kaskri&globalconnect.dk +56423 + Energy Toolbase + Nathan Gutzmann + nathan.gutzmann&energytoolbase.com +56424 + Integrus Architecture PS + Steve Lee + slee&integrusarch.com +56425 + KAITEC GmbH + Pascal Degener + pascal.degener&kaitec-gmbh.de +56426 + Tehama County office of Education + John Young + jyoung&tehamaschools.org +56427 + Girteka Logistics, UAB + Linas Mockevičius + nadmin&girteka.eu +56428 + M.T. s.r.l. + Cesare Riva + cesare.riva&mt-srl.it +56429 + Neuron Gmbh + Manu Sharma + info&neuron-comm.com +56430 + Chugach Government Solutions + Jeffrey Tucker + jeffrey.tucker&chugachgov.com +56431 + Nardini Klinikum GmbH + Vitalij Lubeschanin + v.lubeschanin&nardiniklinikum.de +56432 + Kulturleben in der Studentenstadt e.V. + Lennart Rehkaemper + lennart.rehkaemper&stusta.de +56433 + Paylead + Raphaël Barrois + iana-oid&paylead.fr +56434 + A.G.T. ENTERPRISE SRL + OLIVIERI BENEDETTO + olivieri&agtenterprise.it +56435 + Dermatology Associates of Northwest Florida PA + Maribel Noda + maribel&pensacoladerm.com +56436 + Elearning Program - Thu Dau Mot University + Thanh Pham Tien + thanhpt&tdmu.edu.vn +56437 + Ocean Controls + Brandon Speedie + brandon&oceancontrols.com.au +56438 + HORNBACH Baumarkt AG + Paul Sester + infosec&hornbach.com +56439 + Rheinmetall Cyber Solutions GmbH + Moritz Trepte + Moritz.Trepte&Rheinmetall.com +56440 + BMTECH PERÚ S.A.C. + Axell Alvarado Arévalo + axell.alvarado&bmtech.pe +56441 + Fizyr B.V. + Maarten de Vries + m.devries&fizyr.com +56442 + eForce FEE Prague Formula + Martin Cejp + admin&eforce.cvut.cz +56443 + NOVA Web Development, LLC + Stefan-Ionut Tarabuta + stefan.tarabuta&novawebdevelopment.org +56444 + Prenuvo + Ramin Sahebjavaher + technology&prenuvo.com +56445 + SiteVision AB + Kristian Carlsson + kristian.carlsson&sitevision.se +56446 + VIVAVIS AG + Andreas Pfüller + andreas.pfueller&vivavis.com +56447 + Shenzhen Yunzhang Technology Co. LTD + zhangyi + danfengzi&gmail.com +56448 + Projects By Samveen + Samveen Gulati + samveen&samveen.in +56449 + C24 Bank GmbH + Johannes Vetter + it-operations&c24.de +56450 + vleo.net + Andrea Leofreddi + a.leofreddi&vleo.net +56451 + Markoja d.o.o. + Ivan Pavelic + ivan.pavelic&markoja.hr +56452 + Dätwyler IT Infra GmbH + Alexander Kölbel + alexander.koelbel&datwyler.com +56453 + LA Care Health Plan + Britt Jennings + bj5989&yahoo.com +56454 + ELECTRONIC SERVICE + Alfieri Maurizio + info&telantel.it +56455 + TELANTEL S.R.L + LIVIO CORESI + INFO&TELANTEL.IT +56456 + Beijing CyberInx Technologies Company Limited + Weiran Wu + wuweiran&cyberinx.com +56457 + CHOO YI JIE + CHOO YI JIE + admin&chooyijie.ml +56458 + Milford Film & Animation AB + Todd Daugherty + todd&milford.se +56459 + Personal Alliance Company + Lester R. Cox + Lesterrcox&gmail.com +56460 + IPARTNER + Jean-frederic VINCIGUERRA + jean-frederic.vinciguerra&ipartner-it.com +56461 + aetherAI Co., Ltd. + Chia-Pin, Kang + kjb&aetherai.com +56462 + Exhibition of Achievements of National Economy + Information Technology Department + ditteh&vdnh.ru +56463 + Alvondo AB + Olle E Johansson + registry&alvondo.se +56464 + Precision Practice Management (Terran) + Wayne Schiermeyer + admin&precisionpractice.com +56465 + Segnus + Can MOGOL + canmogol&gmail.com +56466 + Aegon Pensii SAFPP SA + It Dpt + oid-admin&aegon.ro +56467 + Finding Sed + Ben Kinney + ben.kinney&findingsed.com +56468 + Erntec Pty Ltd + Paul Tonga + paul.tonga&erntec.com.au +56469 + leafpuddle + Vi Roesler + vi&leafpuddle.com +56470 + Glen Jarvis Training & Consulting, LLC + Glen Jarvis + glen&glenjarvis.com +56471 + Phicus Tecnologia S.L. + Juan Gomez Melero + jgomez&phicus.es +56472 + Central Bank of Jordan + Ahmed Elayyan + ahmad.elayyan&cbj.gov.jo +56473 + Police & Crime Commissioner for West Mercia + Andrew Withers + andrew.withers&westmercia.police.uk +56474 + RebalanceMD + Chris Kasztner + sysadmin&rebalancemd.com +56475 + 上海申石软件有限公司深圳分公司 (Shanghai Shenshi Software Co., Ltd. Shenzhen Branch) + linghuangsong + ylzxlhs&163.com +56476 + 深圳市环迅网络技术服务有限公司 (Shenzhen Huanxun Network Technology Service Co., Ltd.) + linghuangsong + ylzxlhs&163.com +56477 + CritAcuity Medical Group + Joseph Spanier + jspanier&critacuity.com +56478 + swigg.net + Dustin Sweigart + ast3r3x&gmail.com +56479 + Kentucky Blood Center + IT Systems Administrators + SysAdmin&kybloodcenter.org +56480 + Ortiz Development + Jean Ortiz + jeanortiz14&gmail.com +56481 + Pacheco's Tech + Carlos Pacheco + acprd_carlinhos&hotmail.com +56482 + inCrypto Software + Daniel Marquardt + dcmarquardt&incryptosoft.com +56483 + Novosit SRL + Francis Antonio Reyes Pineda + freyes&novosit.com +56484 + Aniruddha Telemetry systems + Amit Ashok + amit.ashok&aniruddhagps.com +56485 + IANT GmbH + Claas Beyersdorf + info&iant.de +56486 + BattleCrate Ltd + Alan Doherty + alan&battlecrate.io +56487 + IERUS Technologies, Inc. + Chris Davis + chris.davis&ierustech.com +56488 + Xolaris AB + Andreas Sikstrom + andreas.sikstrom&xolaris.se +56489 + UANATACA EL SALVADOR, S.A. DE C.V. + Mario Hernandez + info.sv&uanataca.com +56490 + Wildboar Software + Jonathan M. Wilbur + jonathan.wilbur&wildboarsoftware.com +56491 + AvD Wirtschaftsdienst GmbH + Daniel Cronauer + vlserveroperators&avd.de +56492 + Nexteer Automotive Poland + Pawel Misiak + pawel.misiak&nexteer.com +56493 + Awake Software + William Kudrle + bkudrle&awakesoft.com +56494 + Almariya Trust Services SLU + Tomas Hidalgo Salvador + thidalgosalvador&gmail.com +56495 + Quanzhou Kingtone Optic & Electronic Technology Co.,Ltd. + Mars Lin + mars&kingtone.net.cn +56496 + Lacerda Tecnologia + Paulo Ricardo Lacerda + paulodassie.lacerda&gmail.com +56497 + Webb Electronics + Scott Knutsen + scott&cissecurity.ca +56498 + Mei Sheng Textiles Vietnam Co., Ltd + Nicolas Koehl + nic&mstexvn.com +56499 + Psomagen inc + junseo kim + junseo&psomagen.com +56500 + Maryland Judiciary - Administrative Office of the Courts + Jason Thomas + jason.thomas&mdcourts.gov +56501 + AB Handshake Corporation + Network Admin + hostmaster&abhandshake.com +56502 + AVUTEC + Reinier van der Togt + r.vandertogt&avutec.com +56503 + Bachleitner Technology GmbH + Oliver Penzler + iana&bachleitner-technology.com +56504 + grammm GmbH + Norbert Lambing + norbert.lambing&grammm.com +56505 + Premier Suburban Medical Group, PLLC + Wendy Filipowski + psmg&premiersuburban.com +56506 + Project Antrea + Project Antrea Maintainers + projectantrea-maintainers&googlegroups.com +56507 + Kennedy Engineering + Sawyer M Kennedy + sawyerkennedy&gmail.com +56508 + AMETEK Solidstate Controls + Robert George + Rob.George&ametek.com +56509 + Mensing Jochim + Markus Jochim + admin&bildungs.cafe +56510 + ShenZhen SureCall COMM Tech Co., Ltd + LI RUIZHEN + liruizhen&cellphone-mate.net +56511 + JCC PAYMENT SYSTEMS LTD + Andreas Savva + a.savva&jcc.com.cy +56512 + Vizolution Ltd + Tim Boothby + infrastructure&vizolution.co.uk +56513 + Hottinger Brüel & Kjær + Jan Vinterberg + HBKITInfrastructureBank&hbkworld.com +56514 + Institute of Physics Bhubaneswar + System Administrator + sysadmin&iopb.res.in +56515 + Facultad de Ingeniería - UBA + Leonardo Petrora + aplicaciones&fi.uba.ar +56516 + Hermann Stemberger + Hermann Stemberger + hermann&stemberger.at +56517 + n0n3's + Adrian Kubok + n0n3&n0n3.org +56518 + FyeLabs Inc. + Tanner Ryan + tanner&fyelabs.com +56519 + Home Lab + Tobias Abellan + gfacek&gmx.de +56520 + SISPI SISTEMA PALERMO INNOVAZIONE S.P.A. + Ferdinando Gambino + f.gambino&sispi.it +56521 + Jesse Coretta + Jesse Coretta + jesse.coretta&icloud.com +56522 + Jokey Holding GmbH & Co.KG + Walter Wieserner + pki&jokey.com +56523 + AKSA-SDS, Islamabad + Nafees Qureshi + muhammad.nafees&aksa-sds.com +56524 + Magellan Midstream Partners + PKI Administrator + magellanpki&magellanlp.com +56525 + EBE Elektro-Bau-Elemente GmbH + Jens Matheis + Jens.Matheis&ebe.de +56526 + Telcan Inc. + Mamoon Rashid + mrashid&telcan.net +56527 + Stadt Rorschach + Brauen Patric + patric.brauen&rorschach.ch +56528 + ADMIT Sp. z o.o. Sp. k. + Adrian Kubok + informatyk&admit.pl +56529 + Ethra Tech S.r.L. + Daniele Claudio De Piano + ddepianoðratech.it +56530 + Zentive Group + Dan Shilcock + dan.shilcock&zentive.com +56531 + Daryl P Kelly, LLC + Daryl Kelly + daryl&darylpkelly.com +56532 + NAL Research Corporation + Peter Kormendi + hostmaster&nalresearch.com +56533 + Dowslake Technologies + LahaJo + contact&dowslakemicro.net +56534 + Net Ice 9 LTD + Dragan Milic + dragan&netice9.com +56535 + Great Wall Motor Company Limited. + Chaofeng.Ding + dingchaofeng&gwm.cn +56536 + HUARUI EXPON(henan) Technology Co.,Ltd. + Kai Yu + yukai&expontech.com +56537 + AVAP + Hajime MATSUMOTO + hajime.matsumoto&avap.co.jp +56538 + Portsmouth City Council + Ian Cox + is.infrastructureengineers&portsmouthcc.gov.uk +56539 + Horry County Airports + Ricky Helmer + admin&flymyrtlebeach.com +56540 + N-Squared Software (NZ) Limited + Jamie Love + admin&nsquared.nz +56541 + Mperativ, Inc. + Paul C. Bryan + pbryan&mperativ.io +56542 + Guardicore + Yair Shemla + yair.shemla&guardicore.com +56543 + Mälby bioenergi och skog + Ronny Sjöqvist + ronny&malbyskog.se +56544 + LIQUIDPLUS + Black Shui + support&liquid-plus.com +56545 + Primax Technologies Inc. + Elie Nasrat + eknasrat&primaxpower.com +56546 + Regionalne Centrum Bezpieczeństwa w Olsztynie + Paweł Drankowicz + pawel&kryzys.olsztyn.pl +56547 + Northeastern University + ITS Identity and Access Management + its-security-iam&northeastern.edu +56548 + Qsaúde Operadora de Saúde + Anderson Coelho + anderson.coelho&qsaude.com.br +56549 + abancert.cl + Claudio Inostroza + contacto&abancert.cl +56550 + Indiana Wesleyan University + Justin Hughes + justin.hughes&indwes.edu +56551 + S&B Engineers and Constructors + Neil Gaede + nsgaede&sbec.com +56552 + CELOG PARTICIPATIONS + ZURLENI + az&celog.fr +56553 + OPT-NC + Frederic OSVALT + frederic.osvalt&opt.nc +56554 + Cabtronix AG + Christian Bürki + info&cabtronix.ch +56555 + Shenzhen Gullpower Technology Co.Ltd. + Shadow bao + baoyajun&gullpower.com +56556 + Evangelische Stiftung Alsterdorf + Matthias Timm + matthias.timm&akquinet.de +56557 + Oleg's Lab + Oleg A. Arkhangelsky + sysoleg&yandex.ru +56558 + CARTI Cancer Center + Carmen Jacobson + carmen.jacobson&carti.com +56559 + DICOM SDL + Kim, Tae-Sung + taesung.angel&gmail.com +56560 + Schnapke GbR + Daniel Schnapke + ca&schnapke.name +56561 + Timor Sommer, Software- und Systemarchitektur + Timor Sommer + timor&timor-home.de +56562 + converge-it + Thomas Weber + webster1501&gmail.com +56563 + Succ Inc. + Ben Lavi + benbenlavi&hotmail.com +56564 + Tobias L. + Tobias Lieben + iana&tolinet.de +56565 + nexgenwave + Yangjin Kim + yjkim&nexgenwave.com +56566 + Billingo Technologies Zrt. + Daniel Fekete + dan&billingo.com +56567 + EDNA (OSK LLC) + Yuriy Andropov + admin&edna.ru +56568 + Nefos IT bv + Kees Meijs + kees&nefos.nl +56569 + Notre Dame High School + Donald Bauch + ndtechadmins&ndnj.org +56570 + Melissa Maxwell Independent Contractor Administrative Assistant + Melissa Maxwell + maxwellmelissa75&yahoo.com +56571 + ZHEJIAGN SHIP ELECTRONICS & TECHNOLOGY CO., LED. + TOM YU + 634015395&qq.com +56572 + SHENZHEN INCREASE TECHNOLOGY CO., LTD. + Weihua Zhang + admin&szincrease.com +56573 + Battenhausen GmbH + Patrick Battenhausen + pbattenhausen&battenhausen.net +56574 + endoo GmbH + Christian Hanster + iana&endoo.eu +56575 + Galvanotek Embalagens LTDA + Gerson Dalcin + gerson&galvanotek.com.br +56576 + Kulturkosmos Müritz e.V. + Magnus Keppeler + magnus&kulturkosmos.de +56577 + WATCHMYDC ANALYTICS OY + Mohammed Mijanur Rahman + info&watchmydc.com +56578 + Comda LTD + Yair Eisenstein + yaire&comda.co.il +56579 + Computer Engineering Service Co., Ltd. + Yoichi MURAKAMI + y-murakami.2&ces-cp.com +56580 + Address Institut für Höhere Studien – Institute for Advanced Studies (IHS) + Jwan Ali + ali&ihs.ac.at +56581 + Lucy Electric + Simon Andrews + simon.andrews&lucyelectric.com +56582 + LGI Ltd + Mitch Freeman + support&lgi.com.au +56583 + NTT Global + Shane Solomon + shane.solomon&global.ntt +56584 + Blue Cross Blue Shield of Vermont + Myra Bergeron + bergeronm&bcbsvt.com +56585 + Dr. D. Kolokythopoulos - Medical Practice + Dimosthenis Kolokythopoulos + dimos&tenios.gr +56586 + ALLIANCE FORETS BOIS + DOIRAT Gaylord + gaylord.doirat&alliancefb.fr +56587 + Tiller Technologies Limited + Mark Cadby + mark.cadby&tillertech.com +56588 + VelocIT Powered by DSi + Jon Swarner + jswarner&v-msp.com +56589 + ScoutLink + Tony McAndrew + iana-pen&scoutlink.net +56590 + Aryagami Cloud Services + Jeelani Syed + jsyed&aryagami.com +56591 + NPO RTS + Frolov Vadim + frolov&nports.ru +56592 + Moog Defense and Space + Dean Rosales + drosales&moog.com +56593 + Niedersaechsisches Justizministerium (Ministry of Justice, State of Lower Saxony) + Technisches Betriebszentrum (Technical Operations Center) + postmaster&justiz.niedersachsen.de +56594 + noortec.com + Masoud Jafari + admin&noortec.com +56595 + Siera + K123 + iana&siera.bayern +56596 + MTK LLC + Oksana Komarova + info&mtkooo.ru +56597 + RiverHills Bank + Todd Williams + twilliams&rhb24.com +56598 + Nettie Trust Services + Ole Aldric + cert&srv.nu +56599 + John Knox Village of Central Florida + Nicole Vega + nvega&johnknox.com +56600 + Gisual, Inc. + Robin Klingsberg + robin&gisual.com +56601 + WATTS Battery LTD + Mikhail Dyachenko + mdyachenko&wattsbattery.com +56602 + van Happen Containers + Paul van Oort + ictsupport&vanhappencontainers.nl +56603 + Peeeks BV + Wouter Smit + wouter.smit&peeekspower.com +56604 + AutoCanada Software Inc. + Robert Sellars + rsellars&autocan.ca +56605 + Wojewódzki Szpital Zespolony im. Stanisława Rybickiego w Skierniewicach (Provincial Complex Hospital Stanisław Rybicki in Skierniewice) + Marek Jarota + m.jarota&wsz-skier.pl +56606 + APC Technology + Damian Demasi + damian.demasi.1&gmail.com +56607 + Beijing Fineone Technology Co.,Ltd. + zilanzhao + zhaozilan_ly&163.com +56608 + Miltera Elektronik Ltd. Sti. + Mehmet Kurnaz + info&miltera.com.tr +56609 + Airbus CyberSecurity GmbH + Franz Wack + franz.wack&airbus.com +56610 + Innova Bilişim Çözümleri A.Ş. + Cevdet Erçağlar + cercaglar&innova.com.tr +56611 + Kurt Jähnig GmbH & Co. KG + Daniel Schomerus + schomerus&jaehnig.de +56612 + Futurum Fastigheter i Örebro AB + Mikael Karlsson + devop&futurumfastigheter.se +56613 + Jhol Momo Udhyog + Deepak Bomjan + dpaktamang&gmail.com +56614 + 杭州中恒电气股份有限公司 (Hangzhou Zhongheng Electric Co., Ltd.) + 窦文辉 (Dou Wenhui) + douwh&hzzh.com +56615 + itk communications GmbH + Administrator + admin&itk-com.de +56616 + Dr. Anibal Avila + Esther Williams + dravila123&gmail.com +56617 + Disastrophy + Kevin Day + kevin&disastrophy.com +56618 + Bank of Taiwan Los Angeles Branch + Pao Lo Yang + it&botla.us +56619 + Mneme + Wouter Aupers + oid-admin&mneme.nl +56620 + Xacria SRL + Gaspare Maria + gaspare.maria&xacria.com +56621 + Caban Systems + Will Whitford + will&cabansystems.com +56622 + Maxlink Industria e Eletrônica LTDA + Gabriel Augusto Ferreira Paulino + desenvolvimento.maxlink&gmail.com +56623 + Raidiam Services Ltd + Ralph Bragg + ralph.bragg&raidiam.com +56624 + ANDBANK MONACO + Pascal MAQUAIRE + pki&andbank-monaco.mc +56625 + GlaxoSmithKline Consumer Healthcare + Marcin Wachowiak + marcin.2.wachowiak&gsk.com +56626 + Kozhukhar IP + Alexander Kozhukhar + ak&uloc.ru +56627 + Sigur + Ilya Kondrashkin + dev&sigur.com +56628 + Baker College + Scott Wood + itvendor&baker.edu +56629 + Ostwestfalen-Lippe-IT + Hans-Peter Holzhausen + ad&owl-it.de +56630 + Azure Radio Solutions + Dennis I. Aspinwall + di&cflsound.com +56631 + JSC Basisbank + Andria Vasadze + admin&basisbank.ge +56632 + Brompton Technology Limited + Chris Deighton + chris_deighton&bromptontech.com +56633 + Associação Brasileira das Empresas de Cartões de Crédito e Serviços - ABECS + Marcelo Takeyama + marcelot&abecs.org.br +56634 + ysaf + Clemens du Bellier + clemens&ysaf.de +56635 + Betop Technologies + Shawn Lee + shawnlee&betop-tech.com.tw +56636 + Lars Lehmann + Lars Lehmann + kontakt&lars-lehmann.net +56637 + Austrian Power Grid AG + Michael Gansterer + office.uai&apg.at +56638 + Luke Granger-Brown + Luke Granger-Brown + iana.pen&lukegb.com +56639 + Ravensdown Ltd + Drewe Hinkley + drewe.hinkley&ravensdown.co.nz +56640 + ITLab + Artur Pawlowski + lab&itlabservice.co.uk +56641 + Ministerul Lucrarilor Publice, Dezvoltarii si Administratiei + Valeriu Nica + mlpda&mlpda.ro +56642 + SafeTwice + Jesús González + gonzalez.jesus&safetwice.com +56643 + Paysera + Gvidas Astromskas + g.astromskas&paysera.lt +56644 + Brock Enterprises + August Jacob + august.jacob&brockgroup.com +56645 + Strategic Explorations LTD + Charles Yang + Charles&strexp.net +56646 + Hermes Telecom + Niels Mortelmans + niels&hermes-telecom.net +56647 + Infotech Junction Inc + Ankit Agarwal + ankit&infotechjunction.com +56648 + Amphenol Socapex + Francis GUDIN + informatique&henol-socapex.fr +56649 + FOSSTECH SOLUTIONS PTE LTD + David Tio + davidtio&fosstech.biz +56650 + City administration Bern test + Nizethan Nithiyananthan + ks.systemtechnik&bern.ch +56651 + Soha Jin + Soha Jin + soha&lohu.info +56652 + 北斗时源(北京)科技有限公司 (Beidou Shiyuan (Beijing) Technology Co., Ltd.) + 周国峰 (Zhou Guofeng) + info&bdsytime.com +56653 + Varde kommune + Infrastuktur + infrastruktur&varde.dk +56654 + Herlev Kommune + Klaus Jørgensen + it&herlev.dk +56655 + Lona + Hill Hanxv + i&hanxv.com +56656 + National Research University Higher School of Economics + Zaskin Daniil Dmitrievich + ddzaskin&miem.hse.ru +56657 + Monocle Security + Christopher Ward + chris&monoclesecurity.com +56658 + EMBDIT IT-Solutions + Alexander Domanski + alexander.domanski&embdit.net +56659 + 中科腾龙信息技术有限公司 (PTEROSAUR) + 胡晓鑫 (Hu Xiaoxin) + sdhuxiaoxin&163.com +56660 + CatIO Network + Grover Chou + grover&catio.network +56661 + 北京中超伟业信息安全技术股份有限公司 (Beijing Zhongchao Weiye Information Security Technology Co., Ltd.) + 徐盼云 (Xu Panyun) + xu_py&zgzcwy.com +56662 + Sitemaster, Lda + Miguel Rio + miguel&sitemaster.pt +56663 + Herzog Enterprises, Inc. + Rod Wolf + rwolf&herzog.com +56664 + PinkRoccade Local Government BV + Pieter Krul + pieter.krul&pinkroccade.nl +56665 + HUSS B.V. + Jasper Huijser + jasper&huss.nl +56666 + Flaxseed Labs + Greg Geering + greg.geering&flaxseedlabs.com +56667 + shenzhen FranklinWH Technology .,LTD + Elsa zhong + elsa&franklin-wh.com +56668 + YUYAN NETWORKS LIMITED + YuYan Yang + noc&alleysakura.net +56669 + Nemocnice ve Frydku-Mistku, p.o. + Petr Kocvara + kocvara&nemfm.cz +56670 + Great River Cancer Center + Brittany McMunn + bjmcmunn&sbrmc.org +56671 + Architecture Technology Corporation + Ben Burnett + bburnett&atcorp.com +56672 + Max Planck Institute for biophysical Chemistry + Petra Kuester + admin&mpibpc.mpg.de +56673 + Johannes Endres + Johannes Endres + je&johannes-endres.de +56674 + KB1SPH + Jeffrey Lavoie + kb1sphianapen&outlook.com +56675 + Prometheus Communications Pte Ltd + Jason Foong + jason&prometheus-communications.com +56676 + City of Forest Grove + Jason Towell + it&forestgrove-or.gov +56677 + Fletchers Solicitors + Brian Mills + brianmills&fs.co.uk +56678 + Siekken + Christopher Joie + christopher.joie69&gmail.com +56679 + omniQ + Eran Rosenberg + erosenberg&omniq.com +56680 + Doolta + Arnaud ASSAD + iana&doolta.com +56681 + Belgian-Luxembourg Conference of Seventh-day Adventists + Jeroen Tuinstra + communication&adventist.be +56682 + Flow Traders + Arjan de Laat + adelaat&flowtraders.com +56683 + EDJX, Inc. + James Thomason + james&edjx.io +56684 + Logical Infrastructure (Changzhou) Technology Co., Ltd. + Yaron Lee + yaron.lee&loinf.com +56685 + ČEPRO, a.s. + Zalabák Jan + ceproas&ceproas.cz +56686 + iSYS RTS GmbH + Quirin Grottenthaler + iana&isys-rts.de +56687 + Primary Industries and Regions SA + Andrew Mazzeo + pirsa.level3support&sa.gov.au +56688 + Tianhai InfoTech + Soha Jin + soha&tianhai.info +56689 + Shanghai Personalis Biotechnology Co.,Ltd. + Ashley Rubin + it&personalis.com +56690 + Clue24 GmbH + Sebastian Abt + sabt&clue24.de +56691 + Among Bytes + Krzysztof Kwiatkowski + contact&amongbytes.com +56692 + Pac Neuro, Inc + Edith Smith + esmith&sentaclinic.com +56693 + Valve Corporation + Brandon Gilmore + bgilmore&valvesoftware.com +56694 + Wuhan SanLian Automation CO.,Ltd + Ms Liu + sl_automation&126.com +56695 + Visible Capital Limited + Diego Diquattro + diego.diquattro&visiblecapital.io +56696 + Triad Metals International + Sean Hammond + sean.hammond&triadmetals.com +56697 + insightsoftware + Viresh Gohil + viresh&insightsoftware.com +56698 + Intelfon SA de CV + Carlos Zelaya + czelaya&red.com.sv +56699 + BNV e. V. + karl-heinz Gruner + karl-heinz.gruner&buerger.net +56700 + Unassigned + Returned 2020-12-17 + ---none--- +56701 + Openairinterface Software Alliance + Rohan Kharade + rohan.kharade&openairinterface.org +56702 + Unassigned + Returned 2020-12-17 + ---none--- +56703 + Unassigned + Returned 2020-12-17 + ---none--- +56704 + AvalonBay Communities + Preston Curry + preston_curry&avalonbay.com +56705 + Unassigned + Returned 2020-12-17 + ---none--- +56706 + Unassigned + Returned 2020-12-17 + ---none--- +56707 + Unassigned + Returned 2020-12-17 + ---none--- +56708 + Whitewall Energy + José González + info&whitewallenergy.com +56709 + Unassigned + Returned 2020-12-17 + ---none--- +56710 + Kuhne electronic GmbH + Andreas Kuhne + andreas.kuhne&kuhne-electronic.de +56711 + Tunstall GmbH + Peter Suer + peter.suer&tunstall.com +56712 + qudoor + xshengshe + xsshe&qudoor.cn +56713 + Planet soft d.o.o. + Aleksandar Milinkovic + aleksandar.milinkovic&planetsoft.ba +56714 + Schoeller Werk GmbH & Co. KG + Guido Hahn + ghahn&schoellerwerk.de +56715 + SPIE COMNET GmbH + Igor Werner + igor.werner&spie.com +56716 + LS Elektronik AB + Lars Stahre + lst&lse.se +56717 + Ipswich School + Alex Rose + atr&ipswich.school +56718 + AccelWELL Inc. + Allison Soderberg + asoderberg&accelwell.com +56719 + Banished.dev Ltd + Tomasz Pietrzyk + dev&banished.games +56720 + Christian Borchert + Christian Borchert + cborcom68&hotmail.de +56721 + INCA TECNOLOGIAS + Leonardo Soliz Encinas + leosoliz&incatecnologias.com.br +56722 + Aurora Server + James Buck + iana&auroraserver.net +56723 + Kigen Ltd + Thomas Rhodes + thomas.rhodes&kigen.com +56724 + Nordic eSIM + Kenneth Cseh + kpc&nordicesim.com +56725 + Warren Podiatry + Nina Syme + cmsdpm&comcast.net +56726 + ASSA ABLOY Opening Solutions Sweden AB + Fran Fernandez + fran.fernandez&assaabloy.com +56727 + Solare Datensysteme GmbH + Brigitte Beck + b.beck&solar-log.com +56728 + Dawatek, LLC + Tony Vargas + tvargas&dawatek.com +56729 + Kylan Robinson + Kylan Robinson + me&kylanrobinson.com +56730 + ZedNot + Logan VanCuren + logan&zednot.com +56731 + Beijing SG technology Co.,Ltd + Adam Tian + tianlu&sg-tech.cn +56732 + ООО "Технологии Безопасности" (Security Technologies) + Habibullooev Juraboy Habibulloeich + habibulloev&stech.tj +56733 + Iberexáminis Consulting S.L. + José Alfonso Sanz Claramonte + jasanz&examinis.es +56734 + Eversec Technology Co.,Ltd. + zhanglikun + hardware_rd&eversec.cn +56735 + Bundesamt für Verfassungsschutz + Max Müller + pen&bfv.bund.de +56736 + TSB Bank plc. + Dan Cvrcek + ciso_pki&tsb.co.uk +56737 + Center for Skin Wellness + Evan Fannin + evan&thenetworkgurus.com +56738 + Independent School District No. 834 + Paul Holtz + hostmaster&stillwaterschools.org +56739 + T7 International Group + Jaime Moreno + jaime.moreno&t7internationalgroup.com +56740 + HoneycombData + Jingchao Luan + jingchao&hcdatainc.com +56741 + Haguenet + Orhan Hassan + orhan&haguenet.com +56742 + Scientific Protein Laboratories + Matt Ginter + ginterm&splpharma.com +56743 + NEW DEANTRONICS + Vic Cheng + Vic.Cheng&newdean.com.tw +56744 + Satair A/S + Per Arnbo + itsupport&satair.com +56745 + Jiangsu RCT Power Energy Technology Co., Ltd + Ryan Yan + ryan.yan&rct-power.com.cn +56746 + SPDT Solucoes em Energia + Alexandre de Andrade Lorencato + alexandre.lorencato&spdt.com.br +56747 + NKT Photonics GmbH + Thibault North + thibault.north&nktphotonics.com +56748 + SETCCE d.o.o. + Davorka Sel + davorka.sel&setcce.com +56749 + EJADA + Karim Hamdy + kizofcb345&gmail.com +56750 + AZIMUT + Alexander Romanov + alexandr.romanov&azimut.ru +56751 + Dynamic IT Pty Ltd + Angus Warren + support&dynamicit.net.au +56752 + XEMO-NET + Erik Behenna + ebehenna&xemo-net.de +56753 + AUTEM Services + Marc Akoto + contact&autem-services.fr +56754 + Strike LLC + Christopher Bir + christopher.bir&strikeusa.com +56755 + Estimations, Inc. + Jeremy Sydney + oidadmin&estimations.com +56756 + Huaxing Communication Technology Co., Ltd + ren yongchang + 1059496125&qq.com +56757 + Antonios A. Chariton + Antonios A. Chariton + iana&daknob.net +56758 + ZK Technology + Gaojin Liu + liugaojin&zkchina.com.cn +56759 + HASCOM International Pty Ltd + Chris King + chris&hascom.com.au +56760 + West Chester University of Pennsylvania + Rashed Kabir + rkabir&wcupa.edu +56761 + TOLIFE TECNOLOGIA PARA A SAUDE S.A. + Victor Gomes + victor.gomes&tolife.com.br +56762 + WALK FORWARD SAS + EDWIN MATEO LEWITZKI DUJMUSIC + WEBMASTER&WALKFORWARD.COM.AR +56763 + Packet Forensics + Charles Caterall + info&packetforensics.com +56764 + wie-se.net + Stefan Wiesinger + stefan.wiesinger&gmail.com +56765 + Ragile Networks Inc. + Ethan Gao + Ethan.gao&ragilenetworks.com +56766 + Tilman Kranz + Tilman Kranz + t.kranz&tk-sls.de +56767 + STET + Pierre DUVINAGE + pierre.duvinage&stet.eu +56768 + Delaware Foot & Ankle Group + Virginia Hardin + v.hardin-defoot&outlook.com +56769 + Dino Polska S.A. + Dariusz Włodarczyk + dariusz.wlodarczyk&marketdino.pl +56770 + CIC Innovation Services + Michael Herman + hostmaster&cic.com +56771 + Swixx Biopharma AG + Darko Popovic + darko.popovic&swixxbiopharma.com +56772 + John Smith and Sons Group + Aiden Arnkels-Webb + Sys_Admin&aztecretail.co.uk +56773 + TUXGUARD GmbH + Steffen Schoch + s.schoch&tuxguard.com +56774 + Decatur City Schools + Gary Cloer + gary.cloer&dcs.edu +56775 + FredOS + Fred Bourque + f.bourque&global.industries +56776 + HickelSOFT Huth GmbH + Daniel Marschall + info&hickelsoft.de +56777 + D-Amp + Fred Bourque + support&d-amp.com +56778 + Global EvQ + Frederic Bourque + f.bourque&globalevq.com +56779 + Total Body Pain Institute, LLC + Jessica Singer + jessica&totalpaininstitute.com +56780 + Simeon Networks + Todd Crane + todd.crane&simeonnetworks.com +56781 + Contingit AB + Tobias Folin + tf&contingit.com +56782 + Thomas Scientific LLC + Kevin Martin + kevin.martin&thomassci.com +56783 + AVPro Global Holdings + Kevin Wang + kwang&avproglobal.com +56784 + Associated British Ports + Steven Rayment + srayment&abports.co.uk +56785 + First Choice Computer Clinic, LLC + Cody Ardoin + cody&ardoin.me +56786 + RODRIGO ARGENAL, MD PA + Elias Argenal + it&argenalpediatrics.com +56787 + Double Vision + Walter Arrighetti + walter.arrighetti.consulting&gmail.com +56788 + ShenZhen NetPower Technologies Inc. + Louis Lee + lcl060&hotmail.com +56789 + Hengyang Rich Power Co.,Ltd + Wei Yuanqin + wei&ritarpower.com +56790 + Bradley-Bourbonnais Community High School + Ryan Timm + rtimm&bbchs.org +56791 + RES PUBLICA Consulting Group + Daniel Saumur + dsaumur&avenir.global +56792 + ONE O ONE DOT SYSTEMS + Keshwarsingh Nadan + kn&101.systems +56793 + Ferdinand Kittinger GmbH + Benedikt Kittinger + benedikt&kittinger.at +56794 + Research Data and Communication Technologies + Christopher J. Whalen + info&researchdata.us +56795 + cre.ative IT + Andrew Powers-Holmes + andrewh&creativeit.net.au +56796 + Bird Construction + Kevin McCurdy + Kevin.McCurdy&bird.ca +56797 + Valimail + Ash Wilson + ash.wilson&valimail.com +56798 + Farinex + Cedric Ohayon + informatique&farinex.ca +56799 + Luxshare Precision Industry Co.,Ltd. + Lin.Yu + Yulin.YL&luxshare-ict.com +56800 + ASKOMA AG + Andreas Freund + Andreas.freund&askoma.com +56801 + Arbory Digital Group, Inc. + Peter Stolmar + peter&arborydigital.com +56802 + Impôt 2000 + Richard Simard + richard.simard&groupesti.com +56803 + S.D.S. Inc. + Richard Simard + richard.simard&groupesti.com +56804 + Norfolk and Norwich University Hospitals NHS Foundation Trust + IT Security + ITSEC&nnuh.nhs.uk +56805 + 网思科技股份有限公司 (NetThink Technology Co., Ltd.) + 宋周灏 (Song Zhouhao) + songzhouhao&sinontt.com +56806 + Fusion Technology Nepal Pvt. Ltd. + Prabin Dahal + prabin.dahal&ft-nepal.com +56807 + Brauns Control GmbH + Ingo Brauns + webmaster&brauns.de +56808 + TurnKey Services AG + David Schafer + helpdesk&turnkey.ch +56809 + Proton Techhnologies AG + Sebastien CEUTERICKX + sebastien.ceuterickx&protonmail.com +56810 + HCI ENERGY + JAY A. GARCIA + jay.garcia&hcienergy.com +56811 + Reno-Tahoe Airport Authority + Martin Mueller + it.admin&renoairport.com +56812 + China Science Pioneer Intelligent Technology Development Co.,Ltd + maoyan + maoyan&cspid.cn +56813 + DONGGUAN HUARONG COMMUNICATION TECHNOLOGIES CO.,LTD. + Gong Rong + hrqs&sz-huarong.com +56814 + Ashdown Consultant Engineers Ltd + Mark Faulks + markf&ashdownav.com +56815 + USMD PPM LLC + Mark Gollner + mark.gollner&usmd.com +56816 + MRS Holding GmbH + Florian Bertsche + Florian.Bertsche&mrs-electronic.com +56817 + CAE Australia Pty Ltd + Stelio Josephakis + stelio.josephakis&cae.com.au +56818 + The BENEFIT Company + Badran Bukamal + badran&benefit.bh +56819 + Lysi Energy AB + Hans Wilhelmson + hans.wilhelmson&lysienergy.com +56820 + Vancouver Island University + VIU SysAdmins + DL_NAN_ES&viu.ca +56821 + NSA IT Consulting e.U. + Michael Mayer-Gishyan + office&nsa.ag +56822 + MULTA MEDIO Informationssysteme AG + Ahmed Landolsi + Alandolsi&multamedio.de +56823 + City of Maryland Heights + Eric Weber + eweber&marylandheights.com +56824 + zhangjun.sh.cn + Jun Zhang + master&zhangjun.sh.cn +56825 + TWS Netz GmbH + Helmut Hertle + it&tws-netz.de +56826 + DIAWAY OÜ + Aleksandr Ragel + ar&diaway.com +56827 + Dragonsight Technology + Derrell Lipman + derrell.lipman&dragonsight.technology +56828 + Avinor AS - OSL FNT + Ole Øyvind Hove + ole.oyvind.hove&avinor.no +56829 + Digiearth + Keisuke Watanabe + k-wata&mail.digiearth.net +56830 + Coloet Srl + Giordano Godizzi + giordano.godizzi&coloet.com +56831 + Burton Primary School + Samuel Wittwer + samuel.wittwer&compnow.com.au +56832 + Rockwood Holdings Corporation + Justin Rockwood + justin.rockwood&rockheadelectronics.com +56833 + EVMG30 + Björn Ivarsson + bjorn.ivarsson1&hotmail.com +56834 + MGroup + Martin Kraus Larsen + martin&mgroup.dk +56835 + hyppoCom S.t.l. + Filippo Grassilli + info&hyppo.com +56836 + Main information and telecommunication comunication center + Kyrylo Efimenko + voa_ct&post.mil.gov.ua +56837 + Shanghai Jucheng Networks Technology Co. Ltd. + xuming ma + maxuming&wifiabc.cn +56838 + NEC Corporation, Public Infrastructure Business Unit + Hiroki Takahashi + takahashi&da.jp.nec.com +56839 + Petr Hadraba + Petr Hadraba + hadrabap&gmail.com +56840 + IJIN Co.,Ltd. + Yang Jin-ho + jinho&think25.net +56841 + Corgex Pte Ltd + Norman Zhou + normanzhou&corgex.com +56842 + Tele2 Russia PSCore + Artem Babushkin + artem.babushkin&tele2.ru +56843 + KASSEX s.r.o. + Petr Jordan + info&kassex.cz +56844 + CM Technology Gruop LLC + Jeyhun Mammadzada + j.mammadzada&cmgroup.az +56845 + Datafox GmbH + Sven Meyer + s.meyer&datafox.de +56846 + Aktiebolaget Sven Heribert + John Hiller + john.hiller&shbygg.se +56847 + Avanza Bank AB + Patrik Söderlindh + domain&avanza.se +56848 + Klub liječenih alkoholičara Novi korak + Tereza Oreb + tereza.oreb&gmail.com +56849 + Cinionic + Dries Vandelannoote + Dries.vandelannoote&cinionic.com +56850 + Two4Tek S.A. + Olivier Latignies + ol&two4tek.eu +56851 + Vectone Mobile Limited + Sysadmin + vectone&omnitouch.com.au +56852 + The Molson Brothers / Frères Molson + Patricia Dell'Elce + Patricia.Dell'Elce&MOLSONCOORS.COM +56853 + Lodige Systems GmbH + Christoph Striewe + info&lodige.com +56854 + Public Sector Partnership Services + Dave Morfee + ict&pspsl.co.uk +56855 + nehtechnine + Don Lohdon + nehtechnine&gmail.com +56856 + SIVSA SOLUCIONES INFORMATICAS, S.A.U. + Antonio Iglesias + antonio.iglesias&sivsa.com +56857 + KTI Institute for Transport Sciences Non-profit Ltd. + Tamas Brezvai + support&kti.hu +56858 + hisNET GmbH + Christopher Hoth + pen-iana-org--bf5sjf&cho.hisnet.de +56859 + FANOS + Areour Mohamed Cherif + areour.mohamed&gmail.com +56860 + Stefan Kania + Stefan Kania + stefan&kania-online.de +56861 + Community First Health Plans + Roger Gaza + rgarza&cfhp.com +56862 + Automated Delivery Solutions Ltd + Iain Adams + iain.adams&automateddeliverysolutions.co.uk +56863 + LLC Sitronics Telecom Solutions Ukraine + Denys Kuzura + routed&stsua.com +56864 + Mudgee Host + Fraser Stuart + oid&mudgee.host +56865 + Thirdline AB + Bahram Ghandchi + bahram.ghandchi&thirdline.org +56866 + Trelabra + Toni Siljander + toni.siljander&atea.fi +56867 + Group of industrial technologies, Ltd. + Sergey Panin + sergey.panin&git-holding.ru +56868 + WESTPRESS GmbH & Co. KG + Michael Peters + michael.peters&westpress.de +56869 + ITC - Israel Internet + Ray Bitton + rayb&it-c.co.il +56870 + GAU RD "CIT" + Farid Asvarov + noc&e-dag.ru +56871 + First Quantum Minerals Limited + Frank Booysen + FQMICT.Security&fqml.com +56872 + Sidekicks House + Christopher Dodd + cdodd&sidekickshouse.com +56873 + ANO School21 + Anton Ivanov + admin&21-school.ru +56874 + Technity Solutions Inc. + Jerry Kao + jerry.kao&technitysolutions.com +56875 + Beijing Yaxunhongda Technology Co.,Ltd. + xiedacheng + xiedacheng&yaxunhongda.com +56876 + OTAK Technology, Inc. + Yusuf SAHIN + ysahin&otaknetworks.com +56877 + Ovzon AB + Christer Olofsson + col&ovzon.com +56878 + ENTEGA MediaNet GmbH + Frank Kraemer + webmaster&entega-medianet.de +56879 + DARES TECHNOLOGY, SL + Gerard Ruiz Carregal + gruiz&dares.tech +56880 + Ascon JSC + Alexander Chekalin + to&ascon.ru +56881 + LLC "Emzior" + Vladimir Kalmykov + v.kalmikov&emzior.ru +56882 + AWXG Corporation + AWXG Technical Coordinator + tech-coordinator&awxg.com +56883 + Rewara Inc + Krishna Tripathi + krishna.tripathi&rewara.com +56884 + Centro Oncologico de Cayey + Guillermo Pastrana + guillopastrana&yahoo.com +56885 + Aegees DMCC + Rustam Yusupov + info&aegees.com +56886 + Slovenská sporiteľňa, a. s. + Ľubomír Mojš + mojs.lubomir&slsp.sk +56887 + EssentialNET + Kevin Penn + kevin.penn&essential-net.com +56888 + Seratech BV + Tom van Stiphout + root&seratech.nl +56889 + Autentia S.A. + Gustavo Mendoza + gmendoza&autentia.cl +56890 + Tubbo Network + Toby Smith + admin&tubbo.net +56891 + Electro Design Engineering, Inc. + Donald Steele + donald.steele&edeusa.com +56892 + 深圳市旭东数字医学影像技术有限公司 (Shenzhen Yorktal Digital Medical Imaging Tech. Cglted) + 杨珺 (Yang Jun) + yangjun&yorktal.com +56893 + DEMETRA srl + R. Gusmeroli + riccardo.gusmeroli&demetrafood.it +56894 + The Palace Group LLC + Sam Montenegro + itadmin&thepalaceus.com +56895 + Izaz Solutions LLC + Zubaidha Rehman + zubaidha&izazsolutions.com +56896 + Citybook Services Ltd. + Noah Sumner + nsumner&citybook.co.il +56897 + CSFCloud + Bence Skorka + pen&csfcloud.com +56898 + ehubcap.com + Jose Plunkett + jose&ehubcap.com +56899 + Erste Banka A.D. Podgorica + Davor Vuković + davukovic&erstebank.me +56900 + Elektra-Elektronik GmbH & Co. Störcontroller KG + Winfried Janz + winfried.janz&ees-online.de +56901 + SALTO Systems + Mikel Larreategui + security&saltosystems.com +56902 + European AIR Spares AB + Gustavo Moros + moros.gustavo&gmail.com +56903 + Fuzzy Systems + Sebastian Johansson + sebastian.johansson&fuzzy.systems +56904 + Techbrain Consultancy Ltd + Russell Sutton + russell&techbrain.org.uk +56905 + BhaiFi Networks Private Limited + Ankit Verma + ankit&bhaifi.com +56906 + Southern Virginia University + David Jones + David.jones&svu.edu +56907 + IDnow GmbH + Armin Bauer + armin.bauer&idnow.de +56908 + FIRSTSERVICE RESIDENTIAL, INC. + Leo Becerra + admin&fsresidential.com +56909 + Dymensione + Darwin Sitchon + darwin&dymensione.com +56910 + Avec + Mohamed Lounes + mohamed.lounes&yesdoc.com +56911 + ehubcaps.com + Jose Plunkett + jose&ehubcap.com +56912 + ehubcap.net + Jose Plunkett + jose&ehubcap.com +56913 + custom-hubcaps.com + Jose Plunkett + jose&custom-hubcaps.com +56914 + custom-hubcaps.com + Jose Plunkett + jose&custom-hubcaps.com +56915 + Bell Canada NG9-1-1 + Jim Watkins + jim.watkins&bellaliant.ca +56916 + Goonhilly Earth Station LTD + Alex Tweed + alex.tweed&goonhilly.org +56917 + ADEX GmbH + Duda Jan + duda&adex.at +56918 + BlueGrace Logistics + Michael Eby + meby&bluegracegroup.com +56919 + CHSI Georgy Tarlyovski + Mihail Georgiev Tarlyovski + mihail>arlyovski.com +56920 + TrustZero + Grayson Martin + grayson&trustzero.net +56921 + COMET Flight Test Data + Mats Svensson + mats.svensson&saabgroup.com +56922 + Capella Space Corp + Jeff Karp + itservices&capellaspace.com +56923 + FA2 Advisors, LLC + Sagy Langer + sagy&networxit.net +56924 + WuXi ANKTech Co.,Ltd + Willis Chen + willis.chen&ankedi.com +56925 + POMCube Inc + Justin Wang + justin.wang&pomcube.com +56926 + Causal Sarl + Xavier Perseguers + xavier&causal.ch +56927 + Dr. Welsch Security + Dr. Dominic Welsch + pen&welsch-security.de +56928 + Changsha Asterfusion Data Technologies Co.,Ltd + Larry Lan + lanruyi&asterfusion.com +56929 + Securent Solutions, LLC + Michael Doser + mike&securentsolutions.com +56930 + Syntonics Corp LLC + Gary Bruce + gary.bruce&syntonicscorp.com +56931 + Nabla Prototypes + Troy Dowling + troy&nablaprototypes.com +56932 + USP + Enrique Mingyar Torrez Hinojosa + enrique.hinojosa&usp.br +56933 + NW Mobile Testing + Ken Ostrowski + kostrowski&nwmobiletesting.com +56934 + x2LAB + Dirk Beckert + oid&x2lab.de +56935 + DRG Technologies + Derek Kruger + derek.kruger&drgtech.com +56936 + TWS Netz GmbH + Frank Thurner + it&tws-netz.de +56937 + Open mobile platform LLC + Anosov Sergey + info&omprussia.ru +56938 + Brad Rubenstein + Brad Rubenstein + postmaster&bradrubenstein.com +56939 + Higgstar Information Technology + Jack Liu + jack.liu&higgstar.com +56940 + WohnMichel + Sabine Schmidt + bine&metrodiv.de +56941 + Prehensile Tales B.V. + Hein-Pieter van Braam-Stewart + hp&prehensile-tales.com +56942 + subtubes.io + Edgar Martinez + edgarhmartinez03&gmail.com +56943 + Syrex + David Herselman + dhe&syrex.com +56944 + VitaNetworks + Gustavo Domínguez + webmaster&vitanetworks.link +56945 + Marelcom AG + Michael Zimmermann + m.zimmermann&marelcom.ch +56946 + Court Grammar School + Jacob Curulli + itmanager&cgs.wa.edu.au +56947 + Koch IT + Michael Häberle + michael.haeberle&koch-it.ch +56948 + JUSAN + David Fernández + dfernandez&jusan.com.es +56949 + Bay Path University + Christopher Knerr + cknerr&baypath.edu +56950 + October Swimmer LLC + Christian Warden + cwarden&octoberswimmer.com +56951 + Hacom Tech. + Freddy Mendoza + freddy.mendoza&hacom-tech.com +56952 + Franklin Electric Co., Inc. + Joseph Pickering + jpickering&fele.com +56953 + ROBINSON + Stephen Surbey + stephen.surbey&barobinson.com +56954 + Redexis + Carlos Asenjo + carlos.asenjo&redexis.es +56955 + Antelope Valley Transit Authority + Steven Willibrand + caadmin&avta.com +56956 + Groupe Canam + Maxime Couture + maxime.couture&groupecanam.com +56957 + LLC BigDataRu + Evgenii Smirnov + mib&bigdata.ru +56958 + CORE|Vision BV + Rob Schalken + Rob.schalken&core-vision.nl +56959 + Cpac Systems AB + Kenneth Eliasson + pen&cpacsystems.se +56960 + Oberstufen-Kolleg + OSK Support + osksupport&uni-bielefeld.de +56961 + VMnic + Christopher Thorjussen + domain&vmnic.com +56962 + Digital Gaming Corporation USA + Enlin Neveling + enlin.neveling&digitalgamingcorp.com +56963 + WhiteBox Networks + Paul Fleming + pfleming&petabitscale.com +56964 + SteveMilligan.co.uk + Stephen Milligan + stevemtango&gmail.com +56965 + SI Concept LLC + Alexey Bogatyriov + aab&si-concept.com.ua +56966 + Bit-Wizards Information Technology Solutions, Inc. + Vincent Mayfield + it&bit-wizards.com +56967 + JaapWeissink + jaap Weissink + jaap&weissink.nl +56968 + ClearBlade, Inc. + Ryan McClure + rmcclure&clearblade.com +56969 + HOWLab + Alberto Mur López + amur&unizar.es +56970 + Shanghai ANKTech Co.,Ltd + Willis Chen + willis.chen&ankedi.com +56971 + AZITA. Co.,Ltd. + Lee Ju-hyung + ljh&azita.co.kr +56972 + Millabs + Robert Burckner + robert_burckner&yahoo.com +56973 + e-intouch company + Taisiia Ilvitskaya + createdtv&gmail.com +56974 + Izaac Brånn + Izaac Brånn + izaac.brann&outlook.com +56975 + LLC "Helicoid" + Sergei Shcherbakov + s.shcherbakov&hc-company.ru +56976 + WISE SECURITY GLOBAL S.L. + Óscar Flor Lozano + oscar.flor&wsg127.com +56977 + ISECO.CZ + Petr Spurny + petr.spurny&iseco.cz +56978 + DATALIT S.R.L. + Michele Bagarin + michele.bagarin&datalit.it +56979 + Luminex Network Intelligence + Cedric Jehasse + cedric.jehasse&luminex.be +56980 + kerzinger.at + Oliver Kerzinger + iana&kerzinger.at +56981 + BETAMONT s.r.o. + Juraj Maciak + maciak.juraj&betamont.sk +56982 + Namita Mohideen MD Inc + Namta Mohideen + namitamohideen&gmail.com +56983 + HORUS-IT + Ralph Seichter + iana.org&horus-it.de +56984 + Astrogator AB + Gunnar Bråding + gunnar&astrogator.se +56985 + LTE-X + Yoshihisa Ito + info<e-x.co.jp +56986 + my FinTech Inc. + William Hamlin + whamlin&j-com.co.jp +56987 + my FinTech Inc. + William Hamlin + whamlin&j-com.co.jp +56988 + Arrow Powertech Pvt.Ltd + Babul Desai + babul&aptl.in +56989 + DDOR Novi Sad a.d.o. + Milan Banjac + milan.banjac&ddor.co.rs +56990 + ZOLA Electric + Jean Parpaillon + jean.parpaillon&zolaelectric.com +56991 + Huisman Equipment B.V. + Jeroen Zaal + jzaal&huisman-nl.com +56992 + Dox PSC SPA + Nelson Vásquez Gutierrez + nelson&hazlofacil.cl +56993 + Colectica + Dan Smith + dan&colectica.com +56994 + EXIS + Achraf Mabrouk + achraf.mabrouk&exis-it.com +56995 + Resnick Digital, LLC + Michael Resnick + mresnick&resnickdigital.com +56996 + Opplane Inc. + Ashok Padodara + ashok&opplane.com +56997 + National Centre for Nuclear Research (NCBJ) + Jarosław Szewiński + J.Szewinski&ncbj.gov.pl +56998 + Smart Building Solutions Ltd. + Dobrin Dobrev + d.dobrev&sbs-bg.net +56999 + Savills Plc + Richard Griggs + RGriggs&Savills.com +57000 + Venius Systems AB + Fredrik Ljungberg + flag&venius.io +57001 + KUBA + Cyril FERUGLIO + cyril.feruglio&kubapay.com +57002 + Alan N. Swartz MD + Amber Salablanca + asalablanca¶gonmedical.org +57003 + 3Key Company s.r.o. + Roman Cinkais + roman.cinkais&3key.company +57004 + ZMS + Yutaka Nemoto + nemoto&zms.co.jp +57005 + developithecus SIA + Dimitrijs Fedotovs + dima&fedoto.ws +57006 + Penneo A/S + Morten Nybye-Petersen + mnp&penneo.com +57007 + Skala Software LLC + Anton Karasev + akarasev&skala-r.ru +57008 + Elisity Inc + Burjiz Pithawala + burjiz&elisity.com +57009 + AGMLAB + Gokhan Kesici + gkesici&agmlab.com +57010 + Rapaň + David Rapaň + david&rapan.cz +57011 + TR7 Siber Savunma AS + Kursad Yusuf KONUS + kursad.konus&tr7.com +57012 + jmlecloud + jean-marc pigeon + jmpigeon&jmlecloud.com +57013 + jslarraz + Jorge Sancho + jslarraz&gmail.com +57014 + A1 Sprinkler & Systems Integration + Michael C. King + mking&a1ssi.com +57015 + iGEM Foundation + Fabio Maschi + fabio&igem.org +57016 + DTA FS GmbH Goslar + Ralf Hansmann + ralfhansmann&web.de +57017 + Isle of Man Post Office + Dylan Smith + dylan.smith&iompost.com +57018 + cerniglia.net, LLC + Stephen Cerniglia + stephen&cerniglia.net +57019 + Visiana ApS + Hans Henrik Thodberg + info&visiana.com +57020 + University of Pannonia + Ratting Gergely + ratting.gergo&uni-pannon.hu +57021 + Bossard + Aldo Furrer + ICTWINSystemAdmins&bossard.com +57022 + KarmaTek + Marty Sloan + marty&karmatek.io +57023 + De Buren Limited Liability Partnership + Toby Bryans + toby.bryans&deburen.uk +57024 + Sange Electronic Technology Co., Ltd + yongfang guo + guoyongfang68&163.com +57025 + Eng. Antonio Cannavacciuolo + Antonio Cannavacciuolo + ing.acannavacciuolo&gmail.com +57026 + TWB Company, LLC + Brad Atherton + brad.atherton&twbcompany.com +57027 + MatreComm Technologies Private Limited + Srinivas Gudipudi + srinivas&matrecomm.com +57028 + DigiKite + Saumya Kanta Swain + mail&skswain.in +57029 + Universitas Negeri Yogyakarta + harun noviar + harunnoviar&uny.ac.id +57030 + Link Innovation GmbH + Steffen Wickham + server&link-innovation.de +57031 + AutomationDirect.com + Mary Brehl + mbrehl&automationdirect.com +57032 + Auger Family + Joshua Auger + joshuaauger&gmail.com +57033 + Nightmare Computers Inc + Joshua Auger + joshuaauger&gmail.com +57034 + Inagora + Junwu Wang + wangjunwu&inagora.cn +57035 + MONT International Co., Ltd. + CHEN YU, LIU + gavin_liu&mont.com.tw +57036 + OOO "Nizhnekamskaya TEC" + Kurochkin Andrey + kurochkinaa&nktec2.ru +57037 + Thales SEC Transportation System Limited Company + Yueming HUANG + yueming.huang&thalessec.com.cn +57038 + BayCare Health Systems + Kathy Skenandore + kskenandore&baycare.net +57039 + Cash Time Title Loans + Bryant Schaper + support&cashtime.com +57040 + Podravska banka d.d. + Mario Škudar + card&poba.hr +57041 + Peter Slavik + Peter Slavik + info&peterslavik.com +57042 + Boat Rocker + Aaron Pearce + aaron.pearce&boatrocker.com +57043 + Mitsubishi Electric Automotive America, Inc. + Bill Lattin + meaa&iss.engineering +57044 + Summit Health + Dimitry Fooksman + dfooksman&shm.net +57045 + Softech di Germinara Francesco + Francesco Germinara + info&germinara.it +57046 + NetNordic Group + René Holmboe Ditlevsen + rene.ditlevsen&netnordic.com +57047 + Werktslim + Sjoerd van den Nieuwenhof + s.vandennieuwenhof&aca-it.nl +57048 + Volta Networks + Eric Peterson + eric&voltanet.io +57049 + Ownerview Tecnologia + Rodrigo Caldas + rodrigo.caldas&ownerview.org +57050 + CommScope Inc of North Carolina + Alexander Medvinsky + sasha.medvinsky&commscope.com +57051 + Comsignal LTD + Lepikhin Aleksey Pavlovich + comsi&msn.com +57052 + PT. ALITA PRAYA MITRA + Iman Gema Kowara + iman.kowara&alita.id +57053 + Martin Gallitzendoerfer + Martin Gallitzendoerfer + mgallitzendoerfer&hotmail.com +57054 + Maxtropy + Maxtropy R&D + devops&maxtropy.com +57055 + Public Key Server + Rob Linton + rob.linton&senetas.com +57056 + JSC "Sintels" + Denis Tkachev + d.tkachev&sintels.ru +57057 + AmperageApps AS + Jeff Skinner + subscriptions&erageapps.com +57058 + TELECAMERA + Aleksei Prishchepo + avp&telecamera.me +57059 + Business Continuity Solutions, LLC + Sergey Kamyanov + sk&bcsolutions.com.ua +57060 + ŠKODA DIGITAL s.r.o. + Petr Cvachouček + petr.cvachoucek&skoda.cz +57061 + Global Home Force + Nicholas Utiger + nutiger&globalhomeforce.com +57062 + 贸联电子 (Bizlink Electronics) + yonggang lu + yonggang_lu&bizlinktech.com +57063 + CyOne Security AG + Markus Kaufmann + markus.kaufmann&cyone.ch +57064 + Lanaco d.o.o. + Boris Krečar + oid-management-team&lanaco.com +57065 + Eads innovative technologies LLC + Dylan Eads + Eadsd91&gmail.com +57066 + Northland Pioneer College + Isaac Hutton + isaac.hutton&npc.edu +57067 + National Theatre + Nicholas Triantafyllou + itinfrastructure&nationaltheatre.org.uk +57068 + DVHT Health Center + Roger Crown + roger.crown&cerner.com +57069 + GHT Leman Mont Blanc + LESPAGNOL Clement + c-lespagnol&ch-hopitauxduleman.fr +57070 + Asociación Prestadores Cualificados Servicios de Confianza de España + Álvaro Díaz Baño + alvaro.diaz&apcsce.com +57071 + Erste Card Club d.o.o. + Robert Vrenko + sysadmin&erstecardclub.hr +57072 + Volt Tecnologia + Alexandre Souza + gerenciaped&volt.ind.br +57073 + Big Dutchman AG + Eduard Weisgerber + eweisgerber&bigdutchman.de +57074 + Redisig, L.L.C. + Susana Milhem + info&redisig.com +57075 + Prometeo Srl + Giampaolo Lionello + ced&prometeo.com +57076 + CITSA Technologies PVT LTD + Sreekumar PM + sreekumar&citsat.com +57077 + Redast, L.L.C. + Ernesto Rodriguez + info&redast.com +57078 + Son Information Systems + matthew son + matthew.son&son-is.com +57079 + IEEE P21451-1-5 + Kangkang Sun + szpsunkk&sjtu.edu.cn +57080 + LHM Services GmbH + Bürkev, Muhammed-Baris + baris.buerkev&lhm-services.de +57081 + Clearspan LLC + Randy Craig + randy.craig&clearspancloud.com +57082 + Prosoft-Systems LLC + Alexandrov Oleg + o.aleksandrov&prosoftsystems.ru +57083 + Cégep de Sept-Îles + Service TI + serviceTI&cegepsi.ca +57084 + LESANDO GmbH + Markus Neese + iana&lesando.de +57085 + Fan Tadbir Sabz Vira (FTSV) + Abolfazl Golchinfar + ceo&ftsv.ir +57086 + IT-world ITW GmbH + Markus Lorber + markus.lorber&it-world.eu +57087 + Arnold Immobilien Holding GmbH + Markus Lorber + lorber&arnold.immobilien +57088 + Rehoboth McKinley Christian Health Care Services + David Hodges + dhodges&rmchcs.org +57089 + EKTACOM + OLIVIER CAILLET + iana&ektacom.com +57090 + Ultinous Zrt + Szabó László + sysadmins&ultinous.com +57091 + Optimus Health Care + Ken Bjelka + kbjelka&opthc.org +57092 + TVM Verzekeringen + Martin de Jonge + m.dejonge&tvm.nl +57093 + Dr. Eilebrecht SSE GmbH & Co. KG + Ali Sipit + ali.sipit&eilebrecht.de +57094 + KOAT-TV + Brad Carter + bradcarter&hearst.com +57095 + Robin Radar Systems + Rob van der Meer + rob.vandermeer&robinradar.com +57096 + HAFINI Group + Mike Kelly + mike&hafini.group +57097 + China Telecom Fufu Information Technology CO.,LTD. + Ke Weiling + kewl&ffcs.cn +57098 + Dawning Information Industry Co., LTD. + Yanwei Jia + jiayw&sugon.com +57099 + Shanghai Chint Power Systems Co., Ltd. + Edward Tang + tzlin&chint.com +57100 + Joint Stock Company "Research Institute" Masshtab" + Nikolay Zaugolnyy + n.zaugolnyi&mashtab.org +57101 + Kleware + Johan Klewais + johan&kleware.be +57102 + Azelis Corporate Services NV + Ian Akkermans + InfrastructureTeam&azelis.com +57103 + Verband der Studierenden an der ETH Zürich (VSETH) + Lukas Reichart + isl&vseth.ethz.ch +57104 + Hekateros Pte Ltd + Damien Derby + damien.derby&hekateros.com +57105 + Sollievo IT, LLC + Leon Jaimes + leon&sollievoit.com +57106 + Bmbix + Robin Abbi + robin.abbi&bmbix.com +57107 + ReQuTech + Omid Sotoudeh + omid.sotoudeh&requtech.se +57108 + South Ayrshire Council + Keith Riddle + Keith.Riddle&south-ayrshire.gov.uk +57109 + CEG ELETTRONICA INDUSTRIALE SPA + FABIO CENNI + FABIO.CENNI&CEGELETTRONICA.COM +57110 + AXEL + Franck BOURSIN + franck.boursin&axel.com +57111 + Rolls-Royce Submarines + Carl Hamill + carl.t.hamill&rolls-royce.com +57112 + Guvenpark Bilisim Tek. Ar. Ge. Tic. Ltd. Sti. (Procenne) + Murat YILDIRIM + it&procenne.com +57113 + The People's Dispensary for Sick Animals + Stefan Minehan + minehan.stefan&pdsa.org.uk +57114 + Svetets Ltd + Yuriy Buzaev + svadmin&svetets.ru +57115 + Hellwig-IT + Christoph Hellwig + ch&hellwig.eu +57116 + Centre Hospitalier de Luxembourg + Morgan Henreaux + Henreaux.Morgan&chl.lu +57117 + Let's eSign PBC, Ltd. + Yan-Cheng Chang + yc&letsesign.org +57118 + WBR Tech Services + William Robins + wb&wbrtechservices.com +57119 + MRJTNE + Jordan Murray + mrjtne&gmail.com +57120 + OrenIT Services (002636109-T) + Mohd Zulkhairi Md Amin + tech&orenit.my +57121 + Terrebonne Parish School District + Travis Bourg + tbourg&tpsd.org +57122 + Primary Care Specialists, P.A. + Jennifer Gustaves + sunstonemedsol&gmail.com +57123 + Centro de Hematología y Oncología Médica + Elias Sobrino + Elias.Sobrino&gmail.com +57124 + Cervi Robotics sp. z o. o. + Piotr Maślanka + piotr.maslanka&dronehub.ai +57125 + SWTCH Energy Inc. + Carter Li + carter.li&swtchenergy.com +57126 + QEI, LLC + Michael Paul + mpaul&qeiinc.com +57127 + GABBE + Gabriel Gunnarsson + hej&gabbe.me +57128 + Plow Technologies LLC + Scott Murphy + info&plowtech.net +57129 + Excel Technical Projects + Mohamed Kamel ElSayed Salama + mohamed.kamel&excelsystems-eg.com +57130 + EDEKA Rechenzentrum Süd GmbH + Daniel Hörl + daniel.hoerl&edeka.de +57131 + QEI, LLC + Michael Paul + mpaul&qeiinc.com +57132 + NEOX NETWORKS GmbH + Timur Özcan + timur.ozcan&neox-networks.com +57133 + Tech Pad LLC + Sean VanderMolen + sean&techpad.biz +57134 + Magnolia Manor Networks + Mitch Mitchell + mitchmitchell1616&gmail.com +57135 + ADK TRADING Co. + ANTONIS KONNARIDES + antonykonnarides&gmail.com +57136 + VIC + ANTONIS KONNARIDES + antonykonnarides&gmail.com +57137 + INTA + ANTONIS KONNARIDES + antonykonnarides&gmail.com +57138 + ANTON + ANTONIS KONNARIDES + antonykonnarides&gmail.com +57139 + Ivie Technologies, Inc. + Don Merrell + don&ivie.com +57140 + Beijing Unisguard Technology Co.,Ltd. + litiegen + litiegen&unisguard.com +57141 + Secsmart + Wu Jona + wuzhenyu&secsmart.net +57142 + QingCloud Cloud Computing + Tom Wang + tomwang&yunify.com +57143 + diondo GmbH + Martin Muenker + martin.muenker&diondo.com +57144 + ICEpower A/S + Johann Bjornsson + jhi&icepower.dk +57145 + Crowe Foederer + Arjen van Zon + applicatiebeheer&crowefoederer.nl +57146 + ExCoDa Service und Consulting GmbH + Volker Mischo + volker.mischo&excoda.de +57147 + Detect-It LLC + Zachary Davis + zachdavis&detect-it.ai +57148 + EntServ Schweiz GmbH + John Henz + john.henz&hpbsc.ch +57149 + NeoS + Andrei Nonin + sales&neo-s.com +57150 + CGI Finland GTO + Mäkisarka, Oskari + oskari.makisarka&cgi.com +57151 + Nichijou, Inc. + Yeqi Dai + daiyeqi&nichijou.com +57152 + FARECO + David HUE + d.hue&fareco.fayat.com +57153 + Eclipsoft S.A. + Juan Carlos Gordillo + jgordill&eclipsoft.com +57154 + JHW Holdings, LLC + Joseph Werhan + joe&systemsrealignment.com +57155 + Sparr Electronics Ltd + Mohandas Ukkandath + mohandas&sparrl.com +57156 + MARTIN CC + Chris Martin + chris&martin.cc +57157 + LIVIT + Jurijs Timofejevs + info&liv.lv +57158 + Festival Balélec + IT admin + sysadmin&balelec.ch +57159 + Tocca Systems + Danshiro Yamaguchi + danshiro.yamaguchi&tocca-net.jp +57160 + CORAF + PALA JEAN JACQUES + jj_pala&coraf.cg +57161 + TFS Labs + Matthew Burr + info&tfslabs.com +57162 + E-Magine Kft. + Viktor Varga + viktor.varga&e-magine.hu +57163 + Raden Solutions SIA + Victor Kirhenshtein + victor&radensolutions.com +57164 + Southern Orthopedic Sports Medicine Associates + John Gardner + john.gardner&bhsala.com +57165 + Lothian Pension Fund + Mark McNeilly + mark.mcneilly&caseddimensions.com +57166 + MECAFOR + Eric PAILLOT + mecafor&mecafor.eu +57167 + Matrix AI + Roger Qiu + enquiry&matrix.ai +57168 + Telecard + Andrii Nazarchuk + it&telecard.com.ua +57169 + Kotoi-Xie Consultancy + Haochen Xie + hx&kxc.io +57170 + OKB Alpha, LTD + Oleg Shestakov + ol&okbalfa.ru +57171 + DataNet Services UG + Klaus Charlier + info&datanetservices.eu +57172 + Alaska USA Federal Credit Union + Infrastructure Development + DIST-ITID&alaskausa.org +57173 + Sri Sai PC LLC + Ashok Kumar + akumarjg&gmail.com +57174 + RIO STC, LLC + Andrey Chekomasov + ac&riostc.ru +57175 + France SIEM + M SAR + Pdorian-pro&outlook.com +57176 + Banking Association of Georgia + Mikheil Kapanadze + mikheil&association.ge +57177 + J.M. Rizzardi + Jean Michel Rizzardi + contact&jmrizzardi.com +57178 + MCSS Military CyberSecurity Systems + Pijuant Dorian + postmaster&mcss.tech +57179 + IoTerop + David Navarro + david.navarro&ioterop.com +57180 + Maela SAS + Hubert Viot + hubert.viot&maela.fr +57181 + Thung Hua Sinn Group + Kolatat Thangkasemvathana + kolatat&thunghuasinn.com +57182 + CardLogix Inc + Sebastien Goulet + sebastien.goulet&cardlogix.com +57183 + Huanghe S&T Group Information Industry Development Co., Ltd + Yin yanli + yinyanli&chinahuanghe.com +57184 + Nuclei System Technology Co., Ltd. + Huanjie Zhu + james&nucleisys.com +57185 + CNTECH + Jiwoong Chae + jwchae&icntech.co.kr +57186 + Stuttgarter Lebensversicherung a.G. + Matthias Root + matthias.root&stuttgarter.de +57187 + BBT.live + Almog Duek + almog.duek&BBT.live +57188 + Webvoto Tecnologia em Eleicoes LTDA + Leonardo Pignataro + leonardo.pignataro&webvoto.com.br +57189 + The Ginger Developer + James Hall + james.hall&thegingerdeveloper.com +57190 + Confurious + Mitchell Grenier + mitchell&confurious.io +57191 + SureCo Inc. + SureCo IT + it&sureco.com +57192 + iWorks Corporation + Raj K. Muthu + rk&iworkscorp.com +57193 + Ajeeth, Inc. + Mr. Garun Gupta + garun&ajeeth.com +57194 + VRULL GmbH + Dr. Philipp Tomsich + philipp.tomsich&vrull.eu +57195 + CNTech Co., LTD + Ji Woong Chae + jwchae&icntech.co.kr +57196 + hailingguangdian + yong fei wang + wyf0330&aliyun.com +57197 + Magellan Power + LINDSAY MEEK + lmeek&magellanpower.com.au +57198 + OJSC "Eximbank" + Vitaliy Dascalitsa + dep&bankexim.com +57199 + Natural Resources Wales + Ian Johns + ian.johns&cyfoethnaturiolcymru.gov.uk +57200 + PowerOn Platforms + Leo D'Arcy + support&poweronplatforms.com +57201 + Aero Simulation, Inc. + IT Department + it&aerosimulation.com +57202 + Destinatech + Francis McBratney + fmcbra&gmail.com +57203 + Forsyth County Public Health Department + Blake Pate + pateb2&forsyth.cc +57204 + Family Connections + Andrew Bush + abush&familyconnectionsnj.org +57205 + Clovis Oncology, Inc + Michael Hipp + mhipp&clovisoncology.com +57206 + NAGTECH LLC + Petr Milenin + p.milenin&nagtech.ru +57207 + Healthcare Establishment «Mogilev Regional Treatment and Diagnostic Center» + Evgeniy Shestakov + evgeniy.shestakov&modc.by +57208 + ITR Ltd. + Maxim Dednev + m.dednev&itr.group +57209 + Ounce + Dima Fedorov + d.fedorov&chay.info +57210 + TriangleLTD + Sergey Petrov + atei____&mail.ru +57211 + Freiwillige Feuerwehr Sprockhövel + Max Frenzel + max.frenzel&feuerwehr-sprockhoevel.de +57212 + Pfizer Andover Engineering + Jason Ridenour + jason.ridenour&pfizer.com +57213 + Solutionsource + Björn van den Heuvel + bjorn&solutionsource.nl +57214 + LB Annatel LTD + Lirone Chimoni + lirone&annatel.net +57215 + Kalegra AB + Kristian Valind + kristian.valind&kalegra.se +57216 + SARL POM'ZED + Janusz Baranek + postmaster&pom-zed.fr +57217 + Crestview Aerospace LLC + Matthew White + IT-Department&cvasp.com +57218 + Danbury Mission Technologies, LLC + Anthony Della Rossa + sw-licenses&dmtllc.org +57219 + SOFOGGYC2C LLC /FOGCENTRAL ENC a + Adrian Aguilar + ag_ge_lar426&icloud.com +57220 + RMT LTD + Maxim Evdolyuk + maxim.evdolyuk&rmt-tec.com +57221 + 1upHealth, Inc. + Eric Marriott + eric&1up.health +57222 + Robert Nelson + Robert Nelson + robert-ianapen&nelson.house +57223 + KSP GmbH + Fredy Walth + it&ksp-pflege.de +57224 + IB Guth + Wolf-Dietrich Guth + wolf-dietrich&ib-guth.de +57225 + Verbidio, Inc + Kristofer Pettijohn + kris&verbidio.com +57226 + Bentley University + David Brountas + dbrountas&bentley.edu +57227 + Peoples Bancorp + Patrick Ball + patrick.ball&pebo.com +57228 + Wojskowa Akademia Techniczna im. Jarosława Dąbrowskiego + Dział Informatyki + postmaster&wat.edu.pl +57229 + GreenPole Power Solutions + Uma Sankar + usankar&greenpole-ps.com +57230 + Baran Elektronik Sistemleri San.Tic.Ltd.Şti + Ömer KAÇMAZ + snmp&barantech.com.tr +57231 + amazingcat LLC + Alexey Kusnetsov + alexey&amazingcat.net +57232 + GDIT + Jose Bernabe + jose.bernabe&gdit.com +57233 + Strong-IT GmbH + Philipp Jongthep-Pargger + office&strong-it.at +57234 + Mobilcom + Emmanuel Roberto Richiardone + emmanuel.richiardone&mobilcom.it +57235 + Forêt d'Aquitaine + Ernesto Freitas + freitasernesto&live.fr +57236 + slow.network + Tomasz Kramkowski + tk&the-tk.com +57237 + PEAK FINANCIAL GROUP + Daniel Frances + dfrances&peakgroup.com +57238 + Wind Energy Transmission Texas, LLC + Geoffrey Moon + gmoon&wettllc.com +57239 + DraffeLabs LLC + Nick Draffen + pen&draffelabs.net +57240 + Latvijas daudzbērnu ģimeņu biedrību apvienība + Leonīds Mucenieks + LDGBApvieniiba&balticom.lv +57241 + ATC Labs + Deepen Sinha + sinha&atc-labs.com +57242 + Sturgeon Services International + IT Department + it&sturgeonservices.com +57243 + Central Rural Electric Cooperative + Charles Curry + ccurry&mycentral.coop +57244 + FoxTrot AeroWorks + Adam Del Vecchio + adamdelvecchio&foxtrot.aero +57245 + Dorel Home Furnishings Inc. + Mark Newton + mark.newton&dorel.com +57246 + Moonlite Electric & Construction, Inc. + Jay Treadway + jay&moonliteconstruction.co +57247 + Inner Mongolia Network Trust Electronic Authentication Ltd. + Jonathan Sun + jonathansun&tencent.com +57248 + Enapter S.r.l. + Nikolay V. Krasko + nikolay&enapter.com +57249 + Arxsine + Phillip Vuchetich + pvuchetich&arxsine.com +57250 + CFS Solutions, Inc + Aaron Bishop + aaron&cfssolutions.com +57251 + SG + Alex + Song.Gan.Alex&vertiv.com +57252 + Specialne Systemy a Software a.s. + Milan Svingal + milan.svingal&special.sk +57253 + Raspberry Pi (Trading) Ltd + Peter Harper + peter.harper&raspberrypi.com +57254 + Exelonix GmbH + Dr. Matthias Stege + it&exelonix.com +57255 + Jackson Siegelbaum + Heather Nairn + hnairn&gicare.com +57256 + Canopius Management Services + David Tucker + david.tucker&canopius.com +57257 + Silicon Hills LLC + Clay Risser + clayrisser&gmail.com +57258 + LabTech + Jiří Oravec + info&labtech.red +57259 + Japan Aviation Electronics Industry, Limited + UJIHARA Masato + ujiharam&jae.co.jp +57260 + Sandvik Materials Technology + Martin Leringer + IAMRegistrations&mtrltech.onmicrosoft.com +57261 + ESPi + Brent Craig + brent&espicorp.com +57262 + TechArgos + Andrey Kuzmin + info&t-argos.ru +57263 + Attono Limited + Ian Gibbs + support&attono.net +57264 + Sigstore + Dan Lorenc + lorenc.d&gmail.com +57265 + Intelligent Wave Inc. + Masaki Tsuji + enadmin&iwi.co.jp +57266 + Ross School + Sean Carmichael + domainadmin&ross.org +57267 + Bravas Sistemas Ltda + Ricardo Vasconcellos + ricardo&bravas.ind.br +57268 + Unitac Technology Ltd. + Ansen Lian + UnitacSW&unitac.cn +57269 + Energy Queensland + Timothy Lewsey + ote&energyq.com.au +57270 + JRC Mobility Inc. + Wataru Soyama + jrcm-pen-contact&jrc-m.co.jp +57271 + Open SDN & NDV Lab (OSNL) + Karsten Schmidt + karsten.schmidt&highstreet-technologies.com +57272 + highstreet technologies USA Corp. + Karsten Schmidt + karsten.schmidt&highstreet-technologies.com +57273 + highstreet technologies GmbH + Karsten Schmidt + karsten.schmidt&highstreet-technologies.com +57274 + Gipercom LLC + Nikolay Prokopov + programm&gipercomvlz.ru +57275 + Nahanet + Mahdi Dashtbozorgi + m.bozorgi&nahanet.ir +57276 + SeeThru Networks + Nick Randall + nrandall&seethrunetworks.com +57277 + FALCON V SYSTEMS S.A. + Andriy Korud + a.korud&falconvsystems.com +57278 + Statkraft Energi AS + Bjørn Vollelv + p_domains&statkraft.com +57279 + Beijing JRunion Technology Co., Ltd. + frank mao + frank.mao&jrunion.com.cn +57280 + Aspire Defence Services Ltd + David Martin + david.martin&aspiredefence.co.uk +57281 + HelpBox + Patrick Fogarty + patrick&gethelpbox.com +57282 + Cardioline Spa + David Lombardi + d.lombardi&cardioline.it +57283 + Conterra Networks + Robert McDaniel + rmcdaniel&conterra.com +57284 + FiRa Consortium + Mitch Kettrick + cpm&firaconsortium.com +57285 + Digital Grid Research Institute,CSG. + Kangping Yang + yangkp&csg.cn +57286 + Security forces + Tran Cong Chien + tiensuchabo&gmail.com +57287 + JEL Corporation + Kazutoshi Hayashi + k-hayashi&jel-robot.co.jp +57288 + DataTech911 + Michael Salonish + info&datatech911.com +57289 + Balefyre (Pty) Ltd + Justin Brown + contact&balefyre.co.za +57290 + NextGen RF Design Inc. + Jeremy Sutherland + Jeremy.sutherland&nextgenrf.com +57291 + DeepBloom Studio + Huisu Yun + cppig1995&gmail.com +57292 + Withus-Inovação e Tecnologia Lda. + Emanuel Miranda + emanuel.miranda&withus.pt +57293 + Uaio Tecnologia + Alexandre Souza + alexandre&uaio.com.br +57294 + Guangzhou Ether Technology Limited + Hu, Runyu + billingðer.school +57295 + Sayers Technology Holdings, Inc + Dean Flatland + dflatland&sayers.com +57296 + Healthworks + David Smith + david.smith&pchp.net +57297 + ReleasePoint + Henry Cherry + hcherry&releasepoint.com +57298 + Basalte bv + Pieter De Gendt + pieter.degendt&basalte.be +57299 + Cour38b + Olivier Reymond + pen&cour38b.ch +57300 + BRIDGES MEDICAL SERVICES + Heather Culler + bridgesbilling&gmail.com +57301 + SVA System Vertrieb Alexander GmbH + Joerg Mueller + joerg.mueller&sva.de +57302 + AerQ GmbH + Henning Stahlke + oidadmin&aerq.com +57303 + Resolution Life US + Thomas Swafford + thomas.swafford&voya.com +57304 + SRAMAG SAS + François de Mareschal + fdemareschal&sramag.com +57305 + Six Floor Solutions + Pedro Aço + pedro.aco&sixfloorsolutions.com +57306 + www.davidbandinelli.it + David Bandinelli + david.bandinelli&gmail.com +57307 + NPF Crystall + Lakin Konstantin + lakin&npfcrystall.ru +57308 + Burning Timber + Joe Cooter + joe&burningtimber.com +57309 + pantheon.com + Mika Dede + me&mde.de.com +57310 + NetVisory Srl + Antonio Guerrisi + antonio.guerrisi&netvisory.com +57311 + InfraKnit Technologies Pvt. Ltd. + Jacob A Thomas + jacobthomas&infraknit.com +57312 + Centro Acadêmico de Ciência e Tecnologia - CENAC/CienTec + José Lucio Zancan Junior + contato&cenaccientec.org +57313 + East Japan Institute of Technology Co,Ltd + Naoki Hayakawa + hayakawa&tounichi-g.co.jp +57314 + SERVICIOS LEGALE SPA + MAURICIO MUÑOZ + MAURICIO.MUNOZ&DESPAPELIZA.CL +57315 + Sistemas y Computadores S.A. + Martin Vargas Linares + martin.vargas&syc.com.co +57316 + Alliance Automotive Group Benelux B.V. + Sjaak Roest + sroest&allianceautomotive.nl +57317 + TMGcore, LLC + Jake Mertel + jake.mertel&tmgcore.com +57318 + Efore Telecom Finland Oy + Jani Soderstrom + jani.soderstrom&efore.com +57319 + BioCollections Worldwide, Inc. + Sixto Pacheco + sixto.pacheco&biocollections.com +57320 + ENGECOM-TECH ENGENHARIA DE SISTEMAS + Jorge S. Sales + octal&ig.com.br +57321 + COOP CENTRO ITALIA SOCIETA' COOPERATIVA + Carlo Cerquiglini + carlo.cerquiglini¢roitalia.coop.it +57322 + ARCHICREA DP + JEAN DO NASCIMENTO + jdo&archicreadp.fr +57323 + Integrated Micro-Chromatography Systems, Inc + Ben Grimes + it_info&imcstips.com +57324 + QT Medical, Inc + Brett Chien + software&qtmedical.com +57325 + Neukirchener Erziehungsverein + Mathias Türpitz + registrierung&neukirchener.de +57326 + Bamboo Systems + Stewart Gallacher + admin&bamboosystems.io +57327 + AVO Networks + Sean O'Hara + stohara&yahoo.com +57328 + BH Electronics, Inc. + Brad Gass + bgass&bhelectronics.com +57329 + Ozlem Goker-Alpan MD, LLC + Uyensa Beese + ubeese&Ldrtc.org +57330 + Nikola Corporation + Matthew Christian + matthew.christian&nikolamotor.com +57331 + Valid Card Manufacturing (Suzhou) Co., Ltd + Wendy Wang + wendy&beautifulcard.com +57332 + Inova Logic, s.r.o. + Miroslav Jombik + miroslav.jombik&inovalogic.sk +57333 + ePlus, Technology, Inc. + Chris Cordray + chris.cordray&eplus.com +57334 + LLC «Smart batteries» + Babkin Andrei + a.babkin&energon.ru +57335 + Wi-Ing Aktiv - Die Hamburger Wirtschaftsingenieure e.V. + Fin Maaß + f.maass&wiing-aktiv.de +57336 + Faculty of Organization and Informatics + Mario Harjač + maharjac&foi.unizg.hr +57337 + Bundesanstalt für den Digitalfunk der Behörden und Organisationen mit Sicherheitsaufgaben + Dr. Gerd Jungnickel + ISB&bdbos.bund.de +57338 + Leibniz-Institute for Psychology + Lars-Dominik Braun + ldb&leibniz-psychology.org +57339 + PREMIUM SA + MIKEL ABEZIA + it&premiumpsu.com +57340 + TELERY NETWORK S.R.L + Alvin Nunez + a.nunez&telery.com +57341 + Capte B.V. + Sergey Vladimirov + sergey&capte.co +57342 + Fin Maaß + Fin Maaß + info&finmaass.de +57343 + Transitive Properties, LLC + Aria Bentle-Wasmundt + aria&aria.computer +57344 + Tachyon Networks + Lindsey Barlow + info&tachyon-networks.com +57345 + Shenzhen SDMC Technology Co., Ltd. + Jeff Chen + jeff_chen&sdmctech.com +57346 + Northern Medical Physics and Clinical Engineering + Dr. Rodney Padgett + rodney.padgett&nhs.net +57347 + Advancery Limited + Martin Emerson + martin&advancery.com +57348 + Northern Electric Power Technology, Inc + Fan Wang + fanw&northernep.com +57349 + Suncontract OÜ + IT Department + it&suncontract.org +57350 + Central CUSD 301 + Jacob Aguinaga + jacob.aguinaga¢ral301.net +57351 + Ondoan Servicios + Ander Azabal + aazabal&ondoan.com +57352 + Whitestack + Alejandro Martín García + support&whitestack.com +57353 + Mestrol Co., Ltd. + Shilin Wang + walkissw&mestrol.com +57354 + Epsilon Telecommunications Limited + Edward Ngui + ITsupport&epsilontel.com +57355 + Muhr und Bender KG + Team Applications and Server Services / Security + it-security&mubea.com +57356 + SRSENA + Linus Johansson + l.johansson&samsung.com +57357 + 2SN + Clément Fontaine + C.fontaine&2sn.fr +57358 + Safestyle UK PLC + Daniel McGann + Daniel.McGann&safestyle.co.uk +57359 + Sonce Energija d.o.o. + IT Department + it&sonce.com +57360 + Universidade Federal da Bahia + Fernando Lacerda + fernando.lacerda&ufba.br +57361 + Prometheus Security Group Global + PSG Administrator + IT&PSGGLOBAL.NET +57362 + Polylegio AB + Fredrik Nilsson + fredrik.nilsson&polylegio.se +57363 + FIRMA LEGAL S.A. + PEDRO CORTES + pedro.cortes.desolminihac&gmail.com +57364 + OrionGroup + Vivek Chandran + vivek.chandran&oriongroup.co.nz +57365 + Unassigned + Returned 2021-05-04 + ---none--- +57366 + Miami-Dade County, Office of the Property Appraiser + Emir Shabashvili + esh&mdcpa.net +57367 + Gering Public Schools + Lionel Newberry + lnewberry&geringschools.net +57368 + New Mexico Oncology and Hematology Consultants + Indira Gutierrez + indirag&nmohc.com +57369 + Querylog + Thierry GENGOUL + thierry.gengoul&querylog.fr +57370 + xBlau + Daniel Mosquera + daniel+oid&mosquera.dev +57371 + UC Berkeley AUTOLab + Jackson Chui + jacksonchui&berkeley.edu +57372 + PCCW Solutions Limited + Antony Snow + Antony.Snow&pccw.com +57373 + ERSTREAM VIDEO DELIVERY CORP + Ugur Kalaba + ugur.kalaba&erstream.com +57374 + rongyi.io + Yi Rong + i+ianapen&rongyi.io +57375 + JSC "NTC FB" + Maksim Scheglov + m.scheglov&npofb.ru +57376 + Hangchun Broadcast Equipment Co, Ltd + Liwen Wu + dashixiyuan&hotmail.com +57377 + ABZ Informatik Dr. Krottmaier e.U. + Harald Krottmaier + software&abz-informatik.at +57378 + bwIDM + Dr. Martin Nussbaumer + info&bwidm.de +57379 + Brose Fahrzeugteile SE & Co. Kommanditgesellschaft, Bamberg + Pavel Novotny + pavel.novotny&brose.com +57380 + Thiel2S + Lukas Thiel + iana&thiel2s.de +57381 + Waterkotte GmbH + Marvin Voß + voss&waterkotte.de +57382 + Genwyse SAS + Michel Reverbel + contact&genwyse.com +57383 + Synergy North + Joe Vermeulen + mis&synergynorth.ca +57384 + Grandeur Housing + Charles Sloane + it&grandeurhousing.com +57385 + HEMIC + Eric Daley + it.operations&hemic.com +57386 + Danial Moj + amirhossein abbasiaghdam + amir.h.a.aghdam&gmail.com +57387 + Whizzkids Training Ltd + Garry Lowe + garry&whizzkids.ie +57388 + Doosan Fuel Cell America + Jang Won Suh + jangwon.suh&doosan.com +57389 + Mediashop GesmbH + Michael Kriebernik + m.kriebernik&mediashop-group.com +57390 + 4G Management Inc + Jacob Grandlienard + Jake&jakepki.com +57391 + Verhoeven Grondverzetmachines B.V. + Edward van Nijmweegen + helpdesk&verhoevenbv.com +57392 + Mercedes-Benz Bank AG + Florian Thiele + dw_032_mbbank-pen&daimler.com +57393 + Naelan + Pascal Bonneton + admin&naelan.com +57394 + Seitz-IT + Roy Seitz + admin&seitz-it.ch +57395 + Kath. Kinderkrankenhaus Wilhelmstift gGmbH + Mark Brede + m.brede&kkh-wilhelmstift.de +57396 + Hazell Bros Group Pty Ltd + Patrick Moore + Patrick.Moore&hazellbros.com.au +57397 + Severalnines AB + Johan Andersson + johan&severalnines.com +57398 + Fingerprint Cards AB + Hsinyi Lu + hsinyi.lu&fingerprints.com +57399 + IT-Zentrum der Thüringer Hochschulen + Thomas Otto + thomas.otto&uni-jena.de +57400 + Justiça Federal de Primeiro Grau no Rio Grande do Sul + Alexandre da Silveira Ilha + cinfra&jfrs.jus.br +57401 + Temenos SA + James Holland + jwholland&temenos.com +57402 + Cohesive Computing + Valentin Pollart + valentin&csquare.ai +57403 + Trident Research LLC + IT + it&tridentresearch.com +57404 + Charter Spectrum Communications + Alberto Valez + alberto.valez&charter.com +57405 + Consilio LLC + Willem van den Berge + willem.vandenberge&consilio.com +57406 + Onward + Paul Oswald + infrastructure.admin&onward.co.uk +57407 + Wooninc. + Marly Claassen + helpdesk&wooninc.nl +57408 + Pingmaster + Anton Kadnikov + axis.tblog&yahoo.com +57409 + ELDON WITH MUSIC + Eldon Zanga + eldonzanga&gmail.com +57410 + mySolutions (Pty) Ltd + Mouritz Opperman + mouritz&mysolutions.co.za +57411 + Innovations ON GmbH + Tiara Rodney + t.rodney&inno-on.de +57412 + GEEVEN-NET + Michael Geeven + michael&geeven.de +57413 + Debgrasam Architectural association + Folarin Adewale Simeon + efolarin134&gmail.com +57414 + The Rust Belt Rebellion + Brad Chesney + bradchesney79&gmail.com +57415 + PT Bukit Asam Tbk + Asep Maryana, S.Kom + amaryana&bukitasam.co.id +57416 + WDI Wise Device Inc. + Shane Archibald + itcommunications&wdidevice.com +57417 + Roxanne Hall, nėe Otto + Barry J. Burns + barry&barryjburns.com +57418 + Crunchfish Digital Cash + Paul Cronholm + paul.cronholm&crunchfish.com +57419 + SMART-ING + Martin Gallegos + mgallegos&smart-ing.com +57420 + dcert.pl + Dawid Banaszewski + support&dcert.pl +57421 + Dynasys - Engenharia e Telecomunicações, S.A. + João Loureiro + jloureiro&dynasys.pt +57422 + PretoriaFM + Christopher Francis + tegnies&pretoriafm.co.za +57423 + ARKEMA + Simon BANGUE-HEMO + pki.nos&arkema.com +57424 + Nickatwork.com + Nick Palleon + me&nickatwork.com +57425 + NanoRay biotech + kluber CHEN + kluber&nanoray.com +57426 + HUAYEN WORLD MONASTERY + ERIC YEH + junfuyeh&gmail.com +57427 + Claroty + Shaul Kremer + shaul&claroty.com +57428 + NATIONAL INFORMATION TECHNOLOGY DEVELOPMENT AGENCY + DR. YAHAYA ONIMISI MOHAMMED + chuksobiora&yahoo.com +57429 + Lilium Gmbh + Darshan Dodia + darshan.dodia&lilium.com +57430 + Fuzhou Dockeer Technology Co., Ltd. + lang liu + lqy&dockeer.com.cn +57431 + Curtiss-Wright 901D + Anthony Luciano + anthony.luciano710&gmail.com +57432 + Christopher Ahrens + Christopher Ahrens + christopher&leviacomm.net +57433 + CHHOLAK TrustBit Private Limited + Buddhi Prakash + info&chholak.com +57434 + Winchester Foot & Ankle Associates PLLC + James E. Dodd + jed2wfaa&gmail.com +57435 + Platbox + Aleksey Kupreev + it2&platbox.com +57436 + UDAP.org + Luis Maas + oid-registry&udap.org +57437 + NATIONAL INFORMATION TECHNOLOGY DEVELOPMENT AGENCY, + DR. MOHAMMED ONIMISI YAHAYA + ymohammed&nitda.gov.ng +57438 + Quarkslab + Fred Raynal + fraynal&quarkslab.com +57439 + voice INTER connect GmbH + Diane Hirschfeld + diane.hirschfeld&voiceinterconnect.de +57440 + AC Transit + Tas Jalali + tjalali&actransit.org +57441 + achelos Gmbh + Alexander Smotrov + alexander.smotrov&achelos.de +57442 + Diskbit + Thomas M. van Vugt + t.m.vanvugt&diskbit.net +57443 + Wuhan Da Ta Technologies Co., Ltd. + Huaiwu Wang + wanghuaiwu&bigtmt.cn +57444 + BwFuhrparkService GmbH + Norman Doll + admins&bwfps.de +57445 + Valir Rehabilitation Hospital + Kami Scruggs + kami.scruggs&valir.com +57446 + Ally + Vito Bruno + allycerts&ally.com +57447 + Northwest Health + Katie Sarver + k.sarver2&nwhealthin.com +57448 + PPS + Park Taeyoon + pps&ppsystem.co.kr +57449 + Ermetris + Claudio Borrello + claudio.borrello&ermetris.it +57450 + Kao Collins Corp + Mike Johnson + mjohnson&kaocollins.com +57451 + HealthSmart Care Management Solutions, LP + LaToya Johnson + latoya.johnson&healthsmart.com +57452 + Ludowici Roof Tile + IT + it&ludowici.com +57453 + Mobius Wireless Solutions + Avis Ng + avis&mobiusws.com +57454 + AlSego Luxembourg S.A. + Marc Van Oost + tech-mgmt&alsego.com +57455 + KOIOS DatalytiX + David Gooding + david.gooding&koiosdatalytix.com +57456 + Ravn Alaska + Steven Peterson + steven.peterson&ravnalaska.com +57457 + Suchy MIPS GmbH + Waldemar Suchy + w.suchy&suchymips.de +57458 + Peloton Interactive, Inc. + Lucas Rockwell + lucas.rockwell&onepeloton.com +57459 + Verhoeven B.V. + Edward van Nijmweegen + administrator&verhoevenbv.com +57460 + Netis Technologies.,LTD + Thomas Min + Thomas.min&netis.com +57461 + Wago + Grzegorz Włosek + grzegorz.wlosek&wago.com +57462 + Nueve Solutions LLC + Clay Risser + clayrisser&gmail.com +57463 + Svenska Handelsbanken AB + Mona Faleij + minerva.backup&handelsbanken.se +57464 + Otto Martin Maschinenbau GmbH & Co. KG + Ludwig Kreuzer + l.kreuzer&martin.info +57465 + CloudQuant, LLC + C. Alex. North-Keys + erlkonig&talisman.org +57466 + ILOVEPDF + Juan Eduardo Eguiguren + juan&ilovepdf.com +57467 + Kitchell Corporation + Sean Julian + sjulian&kitchell.com +57468 + Sonotechnik Austria AngioExperience GmbH + Glantschnig Marc + marc.glantschnig&sot-medical.com +57469 + BigCat Wireless Pvt Ltd + Kannan Gaddam + kannan&bigcatwireless.com +57470 + JTG Web Solutions + Joseph Gullo + surfrock66&surfrock66.com +57471 + North Newton School Corporation + Gregory Laffoon + itadmin&nn.k12.in.us +57472 + PVG Holding B.V. + Peter Rijpkema + p.rijpkema&pvg.eu +57473 + Level IT + Olivier Hault + olivier.hault&level-it.be +57474 + Biofire + Kai Kloepfer + network-admin&biofire.io +57475 + Fourd tech LTD + jim hsieh + man671010&gmail.com +57476 + Shulins' Solutions + PAUL STANLEY SHULINS + paulshulins&gmail.com +57477 + ANSnullANS.org + Paco Lechner + contact&ansnullans.org +57478 + FIONE Sp. z o.o. Sp.k. + Maciej Musiol + admin&ostrog.net +57479 + MCO System + Michaël Costa + michael.costa&mcos.nc +57480 + Tom Communication Industrial Co.,Ltd. + Yoshiei Sone + sone.yoshiei&tomcom.co.jp +57481 + TEAL Technology Consulting GmbH + Manuel Hoffmann + manuel.hoffmann&teal-consulting.de +57482 + EVVA Sicherheitstechnologie GmbH + Christian Leier + c.leier&evva.com +57483 + Zetta System Kft + Balazs Toth + zsalab&zettasystem.com +57484 + Ruhloff & Dauner GmbH + Ingo Ruhloff + ingo.ruhloff&ruhloff-dauner.de +57485 + Ultratest Ltd + Stevan Lackovic + slckvc&aol.com +57486 + Brille24 + Christian Arndt + admin&brille24.de +57487 + Southern Technologies Corporation + Frederick Craft + fcraft&southern-tech.com +57488 + Cubic Networks + David Suárez + david.suarez.dominguez&gmail.com +57489 + Links Field Networks Ltd. + shengbin + shengbin&linksfield.net +57490 + Mental Asylum of Education + Arjun Dahal + arjundahalard.thereason&gmail.com +57491 + OVERTOP ELECTRIC GROUP.LLC BEIJING OFFICE + terry.dong + terry.dong&overtop.com.cn +57492 + Hangzhou Lanxum Security Technology Co., Ltd + Zhang Junfeng + zjfcn&vip.sina.com +57493 + Mutualités Libres / Onafhankelijke Ziekenfondsen + David Colot + david.colot&m-team.be +57494 + TEICEE + Philippe CHAUVAT + iana&teicee.com +57495 + JBT, Inc. + Changsoo Han + grayhan&ejbt.co.kr +57496 + FDL Group + Panayotis Katermayer + pkatermayer&fdlgroup.gr +57497 + Unassigned + Returned 2021-06-03 + ---none--- +57498 + Miles-Bramwell Executive Services Limited + Daniel Sutton + devsecops&slimmingworld.co.uk +57499 + bonumsoftware.com + Bonumsoftware Admin + info&bonumsoftware.com +57500 + Qonnect AS + Jon Agust Reynisson + jar&qonnect.no +57501 + Panasonic i-PRO Sensing Solutions Co., Ltd. + Shinichi Arai + arai.shinichi&jp.panasonic.com +57502 + Danish National Genome Center + NGC-Operations + sysops&ngc.dk +57503 + Town of Narragansett, RI + Caleb Seekell + cseekell&narragansettri.gov +57504 + MessaNet Kft. + Zsolt Garamszegi + iana&messanet.hu +57505 + SYSTEMTECHNIK-NEUHAUS + Frank Neuhaus + info&systemtechnik-neuhaus.de +57506 + Syswright Limited + Justin Terry + justin.terry&syswright.co.uk +57507 + Homatelecom + Sia Nariman + IT&Homatelecom.com +57508 + PASS Certification Alliance + Neo Lee + neominu&atoncorp.com +57509 + Intetra + Onur Kocak + onur.kocak&intetra.com.tr +57510 + Linkon Tech + Dragan Blagojevic + dragan.blagojevic&linkon.tech +57511 + National General Insurance + Paul Weese + paul.weese&ngic.com +57512 + Rossonet s.c.a r.l. + Andrea Ambrosini + andrea.ambrosini&rossonet.com +57513 + Greensboro Pediatricians + Heather Underwood + hunderwood&gpeds.com +57514 + First National Bank of America + Bill Nickerson + bnickerson&fnba.com +57515 + PT Freyabadi Indotama + Iman Rahmatulloh + iana.penreg&freyabadi.com +57516 + Kropplabs + David Kropp + dkropp79&gmail.com +57517 + Portax + Miroslav Lauš + mirek&laus.cz +57518 + Mubadala Investment Company + Adnan Siddiqi + certadmin&mubadala.ae +57519 + Dipl. Ing. Fust AG + Robin Hälg + r.haelg&fust.ch +57520 + Aulss8.veneto.it + Roberto Walczer + roberto.walczer&aulss8.veneto.it +57521 + Ditusz Kft + János Szinetár + janos.szinetar&ditusz.hu +57522 + Universidade Estadual de Roraima + Carlos Liberal + dti&uerr.edu.br +57523 + Taylors Crossing Public Charter School + Rick Davis + rickd&tceagles.com +57524 + Landratsamt Rhein-Neckar-Kreis + Martin Roskosch + EBVIT-IT-Backend&Rhein-Neckar-Kreis.de +57525 + Landratsamt Rhein-Neckar-Kreis Schulen + Patrick Angermund + EBVIT-IT-Schulen&Rhein-Neckar-Kreis.de +57526 + Dwight-Englewood School + Chris Fleischl + fleisc&d-e.org +57527 + SPAIRAL COMMERCE SL + Pedro Luis Alves de Souza San-Juan + info&spairal.com +57528 + Vinteo LLC + Dmitry Sery + info&vinteo.ru +57529 + Cayman Islands Health Services Authority + Keith Higgins + webmaster2&hsa.ky +57530 + Transmex Systems International Private Limited + Kok Whye Low + kokwhye.low&transmexsys.com +57531 + ELI-Beamlines + Dan Hart + daniel.hart&eli-beams.eu +57532 + TELROAMING ADVANCED COMMUNICATION SOLUTION LTD + Noam Lando + noam&iamwebbing.com +57533 + Due Date Logistics + Denny Weinstein + infotech&ddlogistics.ca +57534 + BlackBerry Government Solutions + Emmanuel Amissah + eamissah&blackberry.com +57535 + NEXOG + Nir Ezer + nir&nexog.com +57536 + Chongqing 321 Thermal Insulation Products Co., Ltd. + Yu Sea + sea&321jr.com +57537 + EverQuote, Inc. + IANA PEN Admin + iana-pen-admin&everquote.com +57538 + BH Desgins + Ben Hare + benjamin.hare&sca.com.au +57539 + William Sanders + William Sanders + william&wzsanders.com +57540 + World Technology + CHIHWEI CHANG + Jonathan.chihwei&gmail.com +57541 + Kettle Foods Ltd + Oliver Broughton + oliver.broughton&kettlefoods.co.uk +57542 + DocumentID.net + Ken Kubota + ianaoid&documentid.net +57543 + Valenz: Assurance + Assurance IT + AssuranceSupport&valenzhealth.com +57544 + ONFIDO SAS + PETKO PETKOV + petko.petkov&onfido.com +57545 + Objective Interface Systems, Inc. + IANA Administrator + iana.admin&ois.com +57546 + Advance IOT Connectivity System Co.,LTD + Chris Zhou + zhoufangjie&aiotcs.com +57547 + Pantherun Technologies Pvt Ltd + Srinivas Shekar + srinivas&pantherun.com +57548 + Nickb + Ramtin beheshti + Brjb2020&gmail.com +57549 + Ministerium für Bildung und Kultur Saarland + Guy Philipp Bollbach + gp.bollbach&bildung.saarland.de +57550 + Wyss Center for Bio and Neuro Engineering + George Kouvas + info&wysscenter.ch +57551 + Oxide Computer + Nils Nieuwejaar + iana&oxide.computer +57552 + danuba.eu GmbH + Werner Hahn + gmbh&danuba.eu +57553 + Radformation, Inc. + Alan Nelson + anelson&radformation.com +57554 + evidence, Inc. + Yusuke Tamura + y.tamura&evidence.jp +57555 + KeyChest Ltd + Dan Cvrcek + dan&keychest.net +57556 + Landmælingar Íslands + Haflidi Sigtryggur Magnusson + haflidi&lmi.is +57557 + SCRRA + Michael Rodriguez + RodriguezM&scrra.net +57558 + Kentik Technologies, Inc. + Aaron Kagawa + akagawa&kentik.com +57559 + Herospeed Digital Technology Limited + YongshengCao + cys&longse.net +57560 + Ardlin Systems Ltd + Simon Watson + support&ardlin.net +57561 + Carl-Thiem-Klinikum Cottbus gGmbH + Felix Zachlod + f.zachlod&ctk.de +57562 + MISSION PEDIATRIC CENTER + GABRIELA CUELLAR + MISSIONPEDIATRICCENTER&OUTLOOK.COM +57563 + Tungsten Web Ltd + Nick Johnston + pen&tungstenweb.com +57564 + Mater Misericordiae Limited + Craig Kenny + craig.kenny&mater.org.au +57565 + Evaluación IOFE + Luis Raymi + eraymi&gmail.com +57566 + CO6 Inc + Andy Savage + ssl&co6.com +57567 + International Civil Aviation Organization (ICAO) + SiNguyen Vo + svo&icao.int +57568 + CITIZENGATE + PETIT ERIC + epetit&citizengate.com +57569 + Digital Advice GmbH & Co. KG + Henrik Halbritter + henrik&halbritters.com +57570 + Zipper Services SRL + Judit Fekete + judit.fekete&ezipper.ro +57571 + Kier Ltd + Mark Bentley + mark.bentley&kier.co.uk +57572 + RuiXingHengFang Network (Shenzhen) Co.,Ltd + Qiuhua Kang + qiuhuakang&risinghf.com +57573 + Alligator Plastics + Stephen Coebergh + ict&alligator-plastics.nl +57574 + Luftamt Hersbruck + Lukas Grams + iana0&rfc788.net +57575 + Steward Advanced Materials + Bob Carneim + bcarneim&stewardmaterials.com +57576 + ams Computer Group + Tyler McEnaney + tmcenaney&amscomp.com +57577 + FUNDACION UNID + Fernando Latorre + fernandolatorre&unid.es +57578 + Yamaha Sound Systems Inc. + Takashi Takaku + takashi.takaku&music.yamaha.com +57579 + Sekai Europe GmbH + Henrik Wichert + henrik.wichert&sekai-europe.com +57580 + Samgongustofa + Thor Sigurdsson + thors&samgongustofa.is +57581 + ronygomes.me + Manuel Rony Gomes + rony.gomes89&gmail.com +57582 + Monteris Medical Inc + Steven Robbins + srobbins&monteris.com +57583 + UAB Nevda + Žygimantas Kazlauskas + zygimantas.kazlauskas&nevda.lt +57584 + Nexity Solutions Digitales + Arnaud Vetillart + avetillart&nexity.fr +57585 + Southgate Packaging + John Prendergast + john.prendergast&southgateglobal.com +57586 + 1 (GE/NL) Corps + Lizenzmanager + PEN-IGNC&web.de +57587 + SIMAJE + Houssam Badi + Houssam.Badi&simaje.com +57588 + Lee Deon ellis + Lee Ellis + leedeonellis&gmail.com +57589 + RMBT + Rob Broughall + rob&rmbt.co.uk +57590 + Prime Alliance Consulting Group Sarl + Philip Christ + it.admins&batrust.lu +57591 + Kenosha Public Library + Brent Williams + netadmin&mykpl.info +57592 + Taris Electronics Ltd + Everson Rodrigues + taris&taris.com.br +57593 + Data Respons Solutions AS + Jarl Guntveit + jg&datarespons.no +57594 + ARCLAN + Philippe Pinazo + philippe.pinazo&arclansys.com +57595 + Indis.io + Sam Paioletti + sam&t4i.io +57596 + TTK + Thor Sigurdsson + thor&ttk.is +57597 + LinmanSOFT + Ivanov Stanislav + stas&linman.ru +57598 + Guangdong Xintong Communication CO.,Ltd + junhai wang + 13415359199&139.com +57599 + Lightbeam Health Solutions, Inc. + Jacob Gomez + jgomez&lightbeamhealth.com +57600 + TSP + Camelia Ivan + camelia.ivan&transsped.ro +57601 + Department of CSIE, National University of Kaohsiung + Yung-Hsiang Hu + a1065524&mail.nuk.edu.tw +57602 + Yunnan Fullstack Technology Co., Ltd + Kunrong Hu + hoocoral&hotmail.com +57603 + 乌鲁木齐市今日创新软件开发有限公司 (Urumqi Today Innovation Software Development Co., Ltd.) + zhaoyi + 670702766&qq.com +57604 + Juice Technology AG + Andreas Köpke + andreas.koepke&juice-technology.com +57605 + NEC Magnus Communications, Ltd. + Nobuyuki Yamazawa + macrenraku&dmy.magnus.nec.co.jp +57606 + Zehnder Group International AG + Dan Gysel + informatik.tasks&zehndergroup.com +57607 + Syneos Health + Michael Rivett + michael.rivett&syneoshealth.com +57608 + Industria Sigrama SA de CV + Jorge Eduardo Sanchez Soto + jorge.sanchez&sigrama.com.mx +57609 + Nologin Consulting + Luis Ripollés Hernández + luis.ripolles&nologin.es +57610 + Securiton AG + Joerg Furrer + e.contact&securiton.ch +57611 + Ben E. Keith Company + IT Admin + itadmin&benekeith.com +57612 + 天津凤凰食品有限公司 (Tianjin Phoenix Food Co., Ltd.) + 张充招 (Zhang Chongzhao) + 1403037987&qq.com +57613 + CME Home + Chad Erato + cerato201&gmail.com +57614 + Nucleus Command Systems + Matthew Strange + mstrange&nucleuscommand.com +57615 + 3G Soluciones Movilidad SL + Jose Antonio Santiso Martinez + jasantiso&3gmg.com +57616 + Umpi S.r.l. + Giovanni Agarri + giovanniagarri&umpi.it +57617 + Semler Dermatology, Inc. + Rhonda Powers-Hunt + manager&semlerderm.com +57618 + České Radiokomunikace a.s. + IT Infra + lan&cra.cz +57619 + Carl Valentin GmbH + Benjamin Tisler + btisler&carl-valentin.de +57620 + Endeavour Foundation + Tony Saba + tony.saba&endeavour.com.au +57621 + iTrinegy Ltd + Frank Puranik + frank.puranik&itrinegy.com +57622 + 北京瑞和云图科技有限公司 (Beijing Ruihe Yuntu Technology Co., Ltd.) + 杨阳 (Yang Yang) + 18731260161&163.com +57623 + TTLH Inc + Wayne Hoang + whoang&ttlh.us +57624 + BAE Systems Hägglunds AB + Mathias Björklund + mathias.bjorklund&baesystems.se +57625 + Lunar Energy + Kevin Fine + kevin&lunarenergy.com +57626 + PBS El Salvador + Carlos Molina + info.sv&grouppbs.com +57627 + SBS Co.,Ltd. + Jehun Lee + jehun.lee&sbs.co.kr +57628 + Öka Skog AB + Göran Olsson + goran&okaskog.se +57629 + iTech + MohammadRez Ghaffarpour + it&itechco.net +57630 + EPTech bv + Pascal Eraerts + info&eptech.be +57631 + Ellis Medicine Cancer Center + Sue Hendricks + hendrickss&ellismedicine.org +57632 + Panthera Dental Inc. + Michel Labonte + michel&pantheradental.com +57633 + Aeronautical Radio of Thailand Ltd. + Maethee Riwsawai + maethee.ri&aerothai.co.th +57634 + WaltonTech + Sam Walton + samuel&waltontech.org +57635 + Evolium Technologies SLU + jordi hidalgo + jordi.hidalgo&redtrust.com +57636 + Edify Labs, Inc. + Neil Hobbs + legal&edify.cx +57637 + hyohenOs Software Labs Private Limited + Abhijit Gadgil + gabhijit&hyphenos.io +57638 + Virtual Infosec Africa + Daniel Affum + daffum&virtualinfosecafrica.com +57639 + Cyberzen + Jean-Philippe Gaulier + jean-philippe.gaulier&cyberzen.com +57640 + Davis Medical Solutions Ltd. + Todd Davis + tmdavis&todddavisconsulting.com +57641 + McKinneyTEK.com + Christopher Richardson + christr&gmail.com +57642 + WebX + Pankaj Kumar + pankajbrahmabhatta&gmail.com +57643 + MemberzPlus + Alan Moor + alan.moor&memberzplus.com +57644 + Belimed Life Science AG + Alex Kohler + alexander.kohler&belimed.com +57645 + Famedly GmbH + Niklas Zender + info&famedly.com +57646 + Tolka Telecommunications Corporation + Alex Day + alex.day&tolka.tv +57647 + Harbour Energy + Matt Thompson + Matthew.Thompson&chrysaor.com +57648 + Interlinx systems + Graeme McKay + graeme&interlinx.io +57649 + Computer Storm Ltd + Darren Wood + darren.wood&computerstorm.me +57650 + Gustavo Network + Gustavo Pedro + pen.iana&gustavo.network +57651 + Secretaria Regional das Finanças, Planeamento e Administração Pública + Pedro Freitas + emrap&azores.gov.pt +57652 + COMTEL TECHNOLOGIES + Gildas da MATHA SANT'ANNA + technique&comtel-group.com +57653 + Jagiellonian University + Janusz Bielec + janusz.bielec&uj.edu.pl +57654 + Info Circus, Inc. + Development Dept. + info&infocircus.jp +57655 + Swiftness LTD. + Ben Sebagh + bens&swiftness.co.il +57656 + M31 + Nicola De Bello + nicola.debello&m31.com +57657 + Muxi Technology (Nanjing) Co.,Ltd. + Cliff Zhang + zheng.zhang&muxi-connect.com +57658 + TRP Solutions + Thorbjørn Lorentzen + tel&trp-solutions.dk +57659 + Ascentac Inc. + Neville Hsiao + neville.hsiao&ascentac.com +57660 + RELIX CO., LIMITED + Alan Lee + alan&relixnetworks.com +57661 + Silverwolf + ralph stone + ralph.stone&gmail.com +57662 + e-Jogsegéd Szolgáltató Kft. + IFJ. LENGYEL TIBOR + ifj.lengyel&ejogseged.hu +57663 + e-Postoffice Szolgáltató Kft. + Jacsó Tamás + jacso.tamas&e-postoffice.hu +57664 + AlgoSec, Inc. + Anthony Cosgrove + anthony.cosgrove&algosec.com +57665 + nuron LIMITED + Tom Garwood + tom.garwood&nuron.tech +57666 + DMS + Mohammed Iqbal + mohammediqbal&dmsystem.co.uk +57667 + TPL Systèmes + SCHUMMER Bastien + bastien.schummer&tplsystemes.com +57668 + InfoMaaS d.o.o. + Zoran Peričić + info&infomaas.com +57669 + Nilanila + Radhan Habamungu + uhrama&gmail.com +57670 + Cleveron AS + Raul Tambre + raul.tambre&cleveron.com End of Document \ No newline at end of file diff --git a/ipmitool-1.8.18+git20200916.1245aaa387dc.tar.xz b/ipmitool-1.8.18+git20200916.1245aaa387dc.tar.xz deleted file mode 100644 index 8b2a404..0000000 --- a/ipmitool-1.8.18+git20200916.1245aaa387dc.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f798d236ff6a75dd2be925cb25b7af521d45bcc74d40daf2b5a36b33539e34f3 -size 458952 diff --git a/ipmitool-1.8.18+git20210622.11c7605.tar.xz b/ipmitool-1.8.18+git20210622.11c7605.tar.xz new file mode 100644 index 0000000..7e46b16 --- /dev/null +++ b/ipmitool-1.8.18+git20210622.11c7605.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f729abdf8046fa024d40086b87b9bac63fe333e3234cf480c1856d39bb099c0 +size 458740 diff --git a/ipmitool.changes b/ipmitool.changes index 5c66c80..5c8b8b2 100644 --- a/ipmitool.changes +++ b/ipmitool.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Jul 08 15:10:12 UTC 2021 - trenn@suse.de + +- Update to version 1.8.18+git20210622.11c7605: + * Fix codefactor-io / CodeFactor warnings + * Use /run instead of /var/run + * oem: Update product IDs for YADRO + * lan: Add processing of get/set specific CCs + * lan: Refactor pointer style + * doc: update lanplus doc to reflect default cipher suite change + * ekanalyzer: Fix internal use area off-by-one bug + * ekanalyzer frushow: Fix internal area size calc + * sel: Fix "power supply inactive" flag offset + * free: Fix implicit function declarations + * Convert line endings to LF + +- Update source file: +M enterprise-numbers +- Adopt to latest sources: +M 0003-Cleanup-and-compiler-issues-only-no-functional-chang.patch +- Remove mainline patches: +D 0007-bsc#1175328-check-for-correct-fd.patch +D 0008-bsc#1181063-dont-parametrize-pidfile-name.patch +D Use-run-instead-of-var-run.patch +D lanplus-don-t-retry-pre-session-Get-cipher-suites.patch + +- Config file in /etc must not be executable + /etc/bmc-snmp-proxy + ------------------------------------------------------------------- Tue May 25 17:59:48 UTC 2021 - Thomas Renninger diff --git a/ipmitool.spec b/ipmitool.spec index 7dc73a5..b056e91 100644 --- a/ipmitool.spec +++ b/ipmitool.spec @@ -17,7 +17,7 @@ Name: ipmitool -Version: 1.8.18+git20200916.1245aaa387dc +Version: 1.8.18+git20210622.11c7605 Release: 0 Summary: Utility for IPMI Control License: BSD-3-Clause @@ -33,10 +33,6 @@ Patch3: 0003-Cleanup-and-compiler-issues-only-no-functional-chang.patch Patch4: 0004-Adjust-SUSE-paths.patch Patch5: 0005-HPM-x-compatibility-message-is-DEBUG-only.patch Patch6: 0006-Make-IANA-PEN-download-configurable-fix-uninitalized.patch -Patch7: 0007-bsc#1175328-check-for-correct-fd.patch -Patch8: 0008-bsc#1181063-dont-parametrize-pidfile-name.patch -Patch9: lanplus-don-t-retry-pre-session-Get-cipher-suites.patch -Patch10: Use-run-instead-of-var-run.patch BuildRequires: libtool BuildRequires: openssl-devel BuildRequires: readline-devel @@ -154,7 +150,7 @@ ln -sf service %{buildroot}%{_sbindir}/rcbmc-snmp-proxy %files bmc-snmp-proxy %attr(755,root,root) %{_sbindir}/bmc-snmp-proxy %{_sbindir}/rcbmc-snmp-proxy -%config(noreplace) %{_sysconfdir}/bmc-snmp-proxy +%attr(644,root,root) %config(noreplace) %{_sysconfdir}/bmc-snmp-proxy %{_unitdir}/bmc-snmp-proxy.service %changelog diff --git a/lanplus-don-t-retry-pre-session-Get-cipher-suites.patch b/lanplus-don-t-retry-pre-session-Get-cipher-suites.patch deleted file mode 100644 index 6a87db0..0000000 --- a/lanplus-don-t-retry-pre-session-Get-cipher-suites.patch +++ /dev/null @@ -1,35 +0,0 @@ -From: Václav Doležal -Subject: lanplus: don't retry pre-session Get cipher suites -References: bsc#1179133 -Patch-Mainline: -Git-commit: 0de01deddb0aca475b3929c372ca2448d6858a89 -Git-repo: https://github.com/yontalcar/ipmitool.git.git - -Some BMCs are ignoring it, causing needless delay. - -Addresses: https://github.com/ipmitool/ipmitool/issues/199 - -Signed-off-by: Václav Doležal - - -Signed-off-by: -diff --git a/src/plugins/lanplus/lanplus.c b/src/plugins/lanplus/lanplus.c -index f5aba5e..06b29a0 100644 ---- a/src/plugins/lanplus/lanplus.c -+++ b/src/plugins/lanplus/lanplus.c -@@ -3390,9 +3390,13 @@ ipmi_find_best_cipher_suite(struct ipmi_intf *intf) - }; - const size_t nr_preferred = ARRAY_SIZE(cipher_order_preferred); - size_t ipref, i; -+ int rc; -+ int retry_old = intf->ssn_params.retry; - -- if (ipmi_get_channel_cipher_suites(intf, "ipmi", IPMI_LAN_CHANNEL_E, -- suites, &nr_suites) < 0) -+ ipmi_intf_session_set_retry(intf, 1); -+ rc = ipmi_get_channel_cipher_suites(intf, "ipmi", IPMI_LAN_CHANNEL_E, suites, &nr_suites); -+ ipmi_intf_session_set_retry(intf, retry_old); -+ if (rc < 0) - { - /* default legacy behavior - fall back to cipher suite 3 */ - return IPMI_LANPLUS_CIPHER_SUITE_3;