diff --git a/fwum_enhance_output.patch b/0001-Enhance-fwum-output.patch similarity index 63% rename from fwum_enhance_output.patch rename to 0001-Enhance-fwum-output.patch index 4975916..fd68b10 100644 --- a/fwum_enhance_output.patch +++ b/0001-Enhance-fwum-output.patch @@ -1,8 +1,17 @@ -Index: ipmitool-1.8.16/lib/ipmi_fwum.c -=================================================================== ---- ipmitool-1.8.16.orig/lib/ipmi_fwum.c 2015-11-22 13:50:54.000000000 +0100 -+++ ipmitool-1.8.16/lib/ipmi_fwum.c 2016-02-25 13:25:35.907249893 +0100 -@@ -1098,12 +1098,14 @@ ipmi_kfwum_checkfwcompat(tKFWUM_BoardInf +From 9d1b55b396007558288a9807ef269141c6aeac25 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= +Date: Wed, 23 Sep 2020 09:35:23 +0200 +Subject: [PATCH 1/6] Enhance fwum output + +--- + lib/ipmi_fwum.c | 10 ++++++++-- + 1 file changed, 8 insertions(+), 2 deletions(-) + +diff --git a/lib/ipmi_fwum.c b/lib/ipmi_fwum.c +index b01c5458d974..ba97da3ae266 100644 +--- a/lib/ipmi_fwum.c ++++ b/lib/ipmi_fwum.c +@@ -1098,12 +1098,14 @@ ipmi_kfwum_checkfwcompat(tKFWUM_BoardInfo boardInfo, int compatible = 0; if (boardInfo.iana != firmInfo.iana) { lprintf(LOG_ERR, @@ -19,7 +28,7 @@ Index: ipmitool-1.8.16/lib/ipmi_fwum.c compatible = (-1); } if (compatible != 0) { -@@ -1121,6 +1123,10 @@ printf_kfwum_info(tKFWUM_BoardInfo board +@@ -1121,6 +1123,10 @@ printf_kfwum_info(tKFWUM_BoardInfo boardInfo, tKFWUM_InFirmwareInfo firmInfo) printf( "Target IANA number : %u\n", boardInfo.iana); printf( @@ -30,3 +39,6 @@ Index: ipmitool-1.8.16/lib/ipmi_fwum.c "File Size : %lu bytes\n", firmInfo.fileSize); printf( "Firmware Version : %d.%d%d SDR %d\n", firmInfo.versMajor, +-- +2.26.0 + diff --git a/0002-Fix-file-permissions.patch b/0002-Fix-file-permissions.patch new file mode 100644 index 0000000..e770df2 --- /dev/null +++ b/0002-Fix-file-permissions.patch @@ -0,0 +1,35 @@ +From b7f319ded60e89470012c6f9f957a0bcf9ab7d98 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= +Date: Wed, 23 Sep 2020 09:35:54 +0200 +Subject: [PATCH 2/6] Fix file permissions + +--- + src/ipmievd.c | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) + +diff --git a/src/ipmievd.c b/src/ipmievd.c +index eeaa0c9c3b98..df01cc8bdf0b 100644 +--- a/src/ipmievd.c ++++ b/src/ipmievd.c +@@ -700,6 +700,7 @@ ipmievd_main(struct ipmi_event_intf * eintf, int argc, char ** argv) + int i, rc; + int daemon = 1; + struct sigaction act; ++ mode_t oldumask; + + memset(pidfile, 0, 64); + sprintf(pidfile, "%s%d", DEFAULT_PIDFILE, eintf->intf->devnum); +@@ -762,8 +763,9 @@ ipmievd_main(struct ipmi_event_intf * eintf, int argc, char ** argv) + + ipmi_start_daemon(eintf->intf); + +- umask(022); ++ oldumask = umask(022); + fp = ipmi_open_file_write(pidfile); ++ umask(oldumask); + if (!fp) { + /* Failed to get fp on PID file -> exit. */ + log_halt(); +-- +2.26.0 + diff --git a/several_more_compile_fixes.patch b/0003-Cleanup-and-compiler-issues-only-no-functional-chang.patch similarity index 55% rename from several_more_compile_fixes.patch rename to 0003-Cleanup-and-compiler-issues-only-no-functional-chang.patch index 78fa305..dc874e6 100644 --- a/several_more_compile_fixes.patch +++ b/0003-Cleanup-and-compiler-issues-only-no-functional-chang.patch @@ -1,17 +1,21 @@ -Cleanup and compiler issues only, no functional change +From e48fa62fe6e9b5fa1f537c2d149078fb0ce218c1 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= +Date: Wed, 23 Sep 2020 09:36:46 +0200 +Subject: [PATCH 3/6] Cleanup and compiler issues only, no functional change Changes partly very old and not possible to find the original author. Signed-off-by: Thomas Renninger - --- - lib/ipmi_ekanalyzer.c | 2 +- - lib/ipmi_picmg.c | 4 ++-- + lib/ipmi_ekanalyzer.c | 2 +- + 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 -@@ -4013,7 +4013,7 @@ +@@ -4017,7 +4017,7 @@ ipmi_ek_display_clock_config_record(struct ipmi_ek_multi_header *record) (feature & 1) ? "Source" : "Receiver"); printf("\tFamily: 0x%02x - AccLVL: 0x%02x\n", family, accuracy); @@ -20,9 +24,11 @@ Signed-off-by: Thomas Renninger 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 @@ +@@ -949,7 +949,7 @@ ipmi_picmg_portstate_get(struct ipmi_intf * intf, int32_t interface, } else if (d->type >= 0x06 && d->type <= 0xef) { @@ -31,7 +37,7 @@ Signed-off-by: Thomas Renninger } else if (d->type >= 0xf0 && d->type <= 0xfe) { -@@ -1805,7 +1805,7 @@ +@@ -1805,7 +1805,7 @@ ipmi_picmg_clk_get(struct ipmi_intf * intf, uint8_t clk_id, int8_t clk_res, oemval2str( rsp->data[3], rsp->data[4], picmg_clk_accuracy_vals)); @@ -40,3 +46,6 @@ Signed-off-by: Thomas Renninger } } } +-- +2.26.0 + diff --git a/ipmitool_adjust_suse_paths.patch b/0004-Adjust-SUSE-paths.patch similarity index 58% rename from ipmitool_adjust_suse_paths.patch rename to 0004-Adjust-SUSE-paths.patch index 145208c..770b9e3 100644 --- a/ipmitool_adjust_suse_paths.patch +++ b/0004-Adjust-SUSE-paths.patch @@ -1,9 +1,16 @@ +From 8ede995f261edd539bd1f1d454dd74941a6f4aa8 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= +Date: Wed, 23 Sep 2020 09:37:22 +0200 +Subject: [PATCH 4/6] Adjust SUSE paths + --- - contrib/bmc-snmp-proxy | 4 ++++ - contrib/bmc-snmp-proxy.service | 4 ++-- - contrib/exchange-bmc-os-info.service.redhat | 4 ++-- + contrib/bmc-snmp-proxy | 4 ++++ + contrib/bmc-snmp-proxy.service | 4 ++-- + contrib/exchange-bmc-os-info.service.redhat | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) +diff --git a/contrib/bmc-snmp-proxy b/contrib/bmc-snmp-proxy +index fcb2ab8256d3..7f0a5a86472e 100644 --- a/contrib/bmc-snmp-proxy +++ b/contrib/bmc-snmp-proxy @@ -14,6 +14,10 @@ @@ -17,9 +24,11 @@ ############################################################################# # GLOBALS ############################################################################# +diff --git a/contrib/bmc-snmp-proxy.service b/contrib/bmc-snmp-proxy.service +index 247137a4fffd..80b7b100c4e2 100644 --- a/contrib/bmc-snmp-proxy.service +++ b/contrib/bmc-snmp-proxy.service -@@ -11,8 +11,8 @@ +@@ -11,8 +11,8 @@ ConditionPathExists=/var/run/bmc-info Type=oneshot RemainAfterExit=yes @@ -30,9 +39,11 @@ [Install] WantedBy=multi-user.target +diff --git a/contrib/exchange-bmc-os-info.service.redhat b/contrib/exchange-bmc-os-info.service.redhat +index eb28ffee1f33..34e90fdb19bb 100644 --- a/contrib/exchange-bmc-os-info.service.redhat +++ b/contrib/exchange-bmc-os-info.service.redhat -@@ -7,8 +7,8 @@ +@@ -7,8 +7,8 @@ AssertPathExistsGlob=/dev/ipmi* [Service] Type=oneshot RemainAfterExit=yes @@ -43,3 +54,6 @@ [Install] WantedBy=multi-user.target +-- +2.26.0 + diff --git a/0005-HPM-x-compatibility-message-is-DEBUG-only.patch b/0005-HPM-x-compatibility-message-is-DEBUG-only.patch new file mode 100644 index 0000000..c0b72e3 --- /dev/null +++ b/0005-HPM-x-compatibility-message-is-DEBUG-only.patch @@ -0,0 +1,28 @@ +From d682f056d836b7978d67c5f9170a3ebfb103f54d Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= +Date: Wed, 23 Sep 2020 09:38:11 +0200 +Subject: [PATCH 5/6] HPM x compatibility message is DEBUG only + +bsc#948540 + +Signed-off-by: Thomas Renninger +--- + lib/hpm2.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/lib/hpm2.c b/lib/hpm2.c +index 52e5366c7725..c7ae2343c004 100644 +--- a/lib/hpm2.c ++++ b/lib/hpm2.c +@@ -99,7 +99,7 @@ int hpm2_get_capabilities(struct ipmi_intf * intf, + lprintf(LOG_DEBUG, "IPM Controller is not HPM.2 compatible"); + return rsp->ccode; + } else if (rsp->ccode) { +- lprintf(LOG_NOTICE, "Get HPM.x Capabilities request failed," ++ lprintf(LOG_DEBUG, "Get HPM.x Capabilities request failed," + " compcode = %x", rsp->ccode); + return rsp->ccode; + } +-- +2.26.0 + diff --git a/autotools_define_DOWNLOAD.diff b/0006-Make-IANA-PEN-download-configurable-fix-uninitalized.patch similarity index 79% rename from autotools_define_DOWNLOAD.diff rename to 0006-Make-IANA-PEN-download-configurable-fix-uninitalized.patch index 696838c..dd18302 100644 --- a/autotools_define_DOWNLOAD.diff +++ b/0006-Make-IANA-PEN-download-configurable-fix-uninitalized.patch @@ -1,17 +1,20 @@ -Make IANA PEN download configurable - fix uninitalized DOWNLOAD variable +From 44faed961d148ded6e6a75b73a25d85bcbdd843c Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= +Date: Wed, 23 Sep 2020 09:44:29 +0200 +Subject: [PATCH 6/6] Make IANA PEN download configurable - fix uninitalized + DOWNLOAD variable Currently if you do not have wget and curl requirement met, you get this error: [ 93s] configure: WARNING: ** Neither wget nor curl could be found. [ 93s] configure: WARNING: ** IANA PEN database will not be installed by `make install` ! [ 93s] configure: WARNING: ** Download is: -[ 93s] configure: WARNING: +[ 93s] configure: WARNING: ... [ 104s] configure: error: conditional "DOWNLOAD" was never defined. [ 104s] Usually this means the macro was only invoked conditionally. [ 104s] error: Bad exit status from /var/tmp/rpm-tmp.TYnvu5 (%build) - Internet download is restricted in most build environments. So there must be a knob to enable/disable IANA PEN database download. For security reasons and as a good manner for open source tools, the internet @@ -35,16 +38,16 @@ The URL is unfortunately hardcoded in the message. I couldn't find a quick way to show the IANA_PEN_URL variable there, so if this is ever changed (it is not configurable right now, but maybe with a follow up patch in the future), it has to be changed in the help string as well. - - --- - Makefile.am | 5 ++--- - configure.ac | 38 ++++++++++++++++++++++++++------------ - 2 files changed, 28 insertions(+), 15 deletions(-) + Makefile.am | 5 ++--- + configure.ac | 39 ++++++++++++++++++++++++++------------- + 2 files changed, 28 insertions(+), 16 deletions(-) +diff --git a/Makefile.am b/Makefile.am +index ce3267f00bc8..05fa209e90bc 100644 --- a/Makefile.am +++ b/Makefile.am -@@ -41,7 +41,6 @@ +@@ -41,7 +41,6 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure configure-stamp \ $(distdir).tar.gz $(distdir).tar.bz2 SUBDIRS = lib src include doc contrib control @@ -52,7 +55,7 @@ it has to be changed in the help string as well. dist-hook: cp control/ipmitool.spec $(distdir) -@@ -52,8 +51,8 @@ +@@ -53,8 +52,8 @@ if DOWNLOAD enterprise-numbers: @echo Downloading IANA PEN database... @@ -63,9 +66,11 @@ it has to be changed in the help string as well. rm tmpfile.$$PPID; \ false; \ } +diff --git a/configure.ac b/configure.ac +index b421192daef7..c7a20cad1dc3 100644 --- a/configure.ac +++ b/configure.ac -@@ -56,23 +56,34 @@ +@@ -56,23 +56,34 @@ if test "x$exec_prefix" = "xNONE"; then exec_prefix="$prefix" fi @@ -91,17 +96,17 @@ it has to be changed in the help string as well. + DOWNLOAD="$CURL -#" + fi else -- DOWNLOAD="$CURL -#" +- DOWNLOAD="$CURL --location --progress-bar" - AM_CONDITIONAL([DOWNLOAD], [true]) + DOWNLOAD="$WGET -c -nd -O -" fi --else -- DOWNLOAD="$WGET -c -nd -O -" +fi +if test "x$xenable_iana_download" = "xyes"; then - AM_CONDITIONAL([DOWNLOAD], [true]) ++ AM_CONDITIONAL([DOWNLOAD], [true]) + AC_SUBST(DOWNLOAD, $DOWNLOAD) -+else + else +- DOWNLOAD="$WGET -c -nd -O -" +- AM_CONDITIONAL([DOWNLOAD], [true]) + AM_CONDITIONAL([DOWNLOAD], [false]) fi @@ -112,11 +117,14 @@ it has to be changed in the help string as well. dnl dnl set default option values dnl -@@ -776,4 +787,7 @@ +@@ -773,4 +784,6 @@ AC_MSG_RESULT([Extra tools]) AC_MSG_RESULT([ ipmievd : yes]) AC_MSG_RESULT([ ipmishell : $xenable_ipmishell]) AC_MSG_RESULT([]) +- +AC_MSG_RESULT([ Download IANA PEN database : $xenable_iana_download]) +AC_MSG_RESULT([ IANA PEN database URL : $xiana_pen_url]) +AC_MSG_RESULT([]) - +-- +2.26.0 + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..293a095 --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://github.com/ipmitool/ipmitool.git + 1245aaa387dca1cb99408869b2c1b3e2410a1352 \ No newline at end of file diff --git a/enterprise-numbers b/enterprise-numbers index b1dece3..6315793 100644 --- a/enterprise-numbers +++ b/enterprise-numbers @@ -1,6 +1,6 @@ PRIVATE ENTERPRISE NUMBERS -(last updated 2020-02-07) +(last updated 2020-09-23) SMI Network Management Private Enterprise Codes: @@ -71,8 +71,8 @@ Decimal case&CS.UTK.EDU 14 BBN Technologies - Stephen Milligan - bbn-mibs&bbn.com, milligan&bbn.com + Matthew Gillen + matthew.gillen&raytheon.com 15 Xylogics, Inc. Jim Barnes @@ -551,8 +551,8 @@ Decimal cto&olicom.dk 134 Rice University - Catherine Foulston - cathyf&rice.edu + Paul Engle + pengle&rice.edu 135 OnStream Networks Annie Dang @@ -1203,8 +1203,8 @@ Decimal 100015.2504&compuserve.com 297 Fuji Xerox Co., Ltd. - Hitoshi Kamata - hitoshi.kamata&fujixerox.co.jp + Takatomo Wakibayashi + Takatomo.Wakibayashi&fujixerox.co.jp 298 Asante Technology Hsiang Ming Ma @@ -1402,9 +1402,9 @@ Decimal George Sandoval ---none--- 347 - Dot Hill Systems - Gary Dunlap - gdunlap&dothill.com + Seagate Technology + John Sosa-Trustham + john.l.sosa&seagate.com 348 American Express Company Fred Gibbins @@ -3246,9 +3246,9 @@ Decimal B. J. Chen bjchen&taisel.com.tw 808 - US Patent and Trademark Office Rick - Randall - randall&uspto.gov + US Patent and Trademark Office + Jimmy Orona + jimmy.orona&uspto.gov 809 Hynet, Ltd. Amir Fuhrmann @@ -3711,8 +3711,8 @@ Decimal roccor&netcom.com 924 Hong Kong Telecommunications Ltd. - K. S. Luk +8 52 883 3183 - ---none--- + K. S. Luk + kar-shun.luk&pccw.com 925 Signature Systems Doug Goodall @@ -5563,8 +5563,8 @@ Decimal funk&world.std.com 1387 CellStack Systems Ltd - Afzal Haider or Nigel Squibb - ahaider&cellstack.com, nsquibb&cellstack.com + Afzal Haider + ahaider&cellstack.com 1388 Viewgate Networks Dominic Fisk @@ -6291,8 +6291,8 @@ Decimal 100331.1626&COMPUSERVE.COM 1569 Raytheon Company - Laura Kohler - lakohler&raytheon.com + Dean DeFreitas + pki&raytheon.com 1570 Telesend Inc. Craig Sharper @@ -7588,11 +7588,11 @@ Decimal 1893 WaveLinQ Kim Luong - kluong&mcimail.com or pthieu&mcimail.com + kluong&mcimail.com 1894 Siemens ICN - Anne Robb or Joel Futterman - anne.robb&icn.siemens.com or joel.futterman&icn.siemens.com + Anne Robb + anne.robb&icn.siemens.com 1895 IEX Corporation Paul B. Westerfield @@ -7675,8 +7675,8 @@ Decimal fabrice.clara&atempo.com 1915 I-95-CC - JOERG "NU" ROSENBOHM, ALAN UNGAR - JOSENBOHM&FARRADYNE.COM & AUNGAR&FARRANDYNE.COM + JOERG "NU" ROSENBOHM + JOSENBOHM&FARRADYNE.COM 1916 Extreme Networks Gary W. Hanning @@ -7736,7 +7736,7 @@ Decimal 1930 Milton Michael Milton - MHPMilton&msn.com\@Cust32.Max53.New-York.NY.MS.UU.NET + MHPMilton&msn.com 1931 Del Mar Solutions, Inc. Tim Flagg @@ -8191,8 +8191,8 @@ Decimal rdlove&vnet.ibm.com 2044 Open Development Corporation - Jeff Gibson, Dave Horton - jgibson&opendev.com; dhorton&opendev.com + Jeff Gibson + jgibson&opendev.com 2045 RFG SystemsRamon Ferreris nomar1&ix.netcom.com @@ -8495,8 +8495,8 @@ Decimal msanderson&bni.ca 2120 Federal Aviation Administration - Alan Hayes/Maurice Dearing - alan_hayes&faa.dot.gov or enet&faa.dot.gov + Alan Hayes + alan_hayes&faa.dot.gov 2121 Technical Communications Corporation John Maher @@ -10335,8 +10335,8 @@ Decimal tal_g&precisesoft.co.il 2582 ANS Communications - Alex Kit or Rebecca Bartlett - kit&ans.net, bartlett&ans.net + Alex Kit + kit&ans.net 2583 Hydro-Quebec TransEnergie Alain Martineau @@ -11792,7 +11792,7 @@ Decimal 2946 SWITCH Simon Leinen - simon&switch.ch + noc&switch.ch 2947 Best Power - A Division of General Signal Power Systems Brian Young @@ -12204,7 +12204,7 @@ Decimal 3049 Yankee Know-How Carl Nilson - agcarl&aol.com or agcarl&erols.com + agcarl&aol.com 3050 SeAH group HyeonJae Choi @@ -13782,9 +13782,9 @@ Decimal Nick Radov nradov&uhc.com 3444 - egnite Software GmbH + egnite GmbH Ute Kipp - ute&egnite.com + ute.kipp&egnite.de 3445 Radiant Communications Corp. Jean Harding @@ -14818,9 +14818,9 @@ Decimal Claire Genin cgenin&hotmail.com 3704 - AMD - Rahul Deshmukh - rahul.deshmukh&amd.com + Advanced Micro Devices, Inc + James Last + james.last&amd.com 3705 ICET SpA Gerardo Tomasi @@ -16987,8 +16987,8 @@ Decimal Roni_Avni&icomverse.com 4247 The University of Edinburgh - David Lowrie - dlowrie&ed.ac.uk + Dave Graham + hostmaster&ed.ac.uk 4248 Interconexion Electrica S.A. Carlos Albeto Gomez Pineda @@ -17555,8 +17555,8 @@ Decimal tviljoen&alcatel.altech.co.za 4389 Sys-Dis - Sebastien David / Edmond Zemanteleian - sdavid&sysdis.fr / ezemantelian&sysdis.fr + Sebastien David + sdavid&sysdis.fr 4390 Kemper Insurance Cindy Weng @@ -18656,7 +18656,7 @@ Decimal 4666 Itchigo Communications GmbH Bodo Rueskamp - spam&pinda.de + iana+spam&itchigo.com 4667 Telperion Network Systems Hayoung OH @@ -21935,8 +21935,8 @@ Decimal alibby&perfectorder.com 5491 UPS Manufacturing - Mr. Zampieri & Mr.Pesente - e.pesente&riello-ups.com;m.zampieri&riello-ups.com + Mr. Zampieri + e.pesente&riello-ups.com 5492 Telephia Andrew Northrop @@ -21967,8 +21967,8 @@ Decimal jfernand&kardinia.com 5499 YhKim Co. Ltd. - So-Young Hwang & Young-Ho Kim - young&juno.cs.pusan.ac.kr & yhkim&hyowon.pusan.ac.kr + So-Young Hwang + young&juno.cs.pusan.ac.kr 5500 Gemeentelijk Havenbedrijf Rotterdam Jouke Dijkstra @@ -22576,7 +22576,7 @@ Decimal 5651 Maipu Electric Industrial Co., Ltd Zheng Xue - maipu2&mail.sc.cninfo.net or tonysnow&263.net + maipu2&mail.sc.cninfo.net 5652 Kraig Sigman Kraig Sigman @@ -24083,8 +24083,8 @@ Decimal lmaynard&exactis.com 6030 Fluke Electronics - Charles Klement or Norm Seethoff - charles.klement&FLUKE.COM or norm.seethoff&FLUKE.COM + Charles Klement + charles.klement&FLUKE.COM 6031 Computer Problem Solving Richard H. Gumpertz @@ -24464,7 +24464,7 @@ Decimal 6125 ACERFI-MICRONICSFrancois Regis K. BESSALA ATEBA - acerfi&iccnet.cm;acerf-micronics&spray.fr + acerfi&iccnet.cm 6126 epicRealm Dennis McGuire @@ -24551,8 +24551,8 @@ Decimal Douglas_E_Wegscheid&email.whirlpool.com 6147 Alliegiance Telecom - John M. Johnson III & Bryan Lynn - john.johnson&algx.com & blynn&algx.net + John M. Johnson III + john.johnson&algx.com 6148 Cidera, Inc. Scott Lipcon @@ -25379,8 +25379,8 @@ Decimal davidhsu&telways.com 6355 Sipher Internet Tachnology - Girish Chopra/ Andy East - girish&sipher.co.uk/andy&sipher.co.uk + Girish Chopra + girish&sipher.co.uk 6356 Innovative Software AG Andreas Herbst @@ -25983,8 +25983,8 @@ Decimal jaysteiger&targusinfo.com 6506 LiveWire Communications, Inc. - Josh Fryman /Ted Grauch - fryman&lw.net/ tedg&lw.net + Josh Fryman + fryman&lw.net 6507 OptiMight Communications Inc. Harry Wang @@ -26066,9 +26066,9 @@ Decimal Jim Kelly jkelly&windwardcg.com 6527 - Alcatel-Lucent (formerly 'Panthera Networks, Inc.') + Nokia (formerly 'Alcatel-Lucent') Jason Sterne - Jason.Sterne&alcatel-lucent.com + Jason.Sterne&nokia.com 6528 Source One David Steinbrecher @@ -26495,8 +26495,8 @@ Decimal jim.potter&mci.com 6635 Cenus Technologies, Inc. - Brad Smith, Lichun Bao - brad&eng.cenus.com, baolc&eng.cenus.com + Brad Smith + brad&eng.cenus.com 6636 Indiana District - LCMS Greg Zelt @@ -26782,9 +26782,9 @@ Decimal Donald Denbo dwd&pmel.noaa.gov 6707 - Rolf Buurke - Rolf Buurke - rolfbuurke&home.nl + Unassigned + Returned 2020-02-24 + ---none--- 6708 Handuru Telecom Kim sang min @@ -26835,8 +26835,8 @@ Decimal jcheng&transcomm.com 6720 PT. Hariff DTE - Alwi Hasan/ Jawa Barat - Indonesia - hariff&rad.net.id / alwih&indosat.net.id + Alwi Hasan + hariff&rad.net.id 6721 Lodbroker Pty Ltd Nils Oman @@ -27387,8 +27387,8 @@ Decimal ddavis&digitalconvergence.com 6858 Fantasma Networks - Paul R. Boehm, Bill Long (technical) - pboehm&fantasma.net; blong&fantasma.net + Paul R. Boehm + pboehm&fantasma.net 6859 Actzero Inc Cayce Ullman @@ -27492,15 +27492,15 @@ Decimal 6884 boco jiaoli - jiao_li&263.net;lij&boco.com.cn + jiao_li&263.net 6885 Intelligent Telecommunications Inc. Park, Yongsuk piao1234&it.co.kr 6886 KPN - Peter Hoogendijk - Peter.Hoogendijk&AtosOrigin.com + Marc Titulaer + marc.titulaer&kpn.com 6887 IT-Conference Yuri Hramov @@ -27820,7 +27820,7 @@ Decimal 6966 The Bright Oceans Corporation jiao li - lij&boco.com.cn;jiao_li&263.net + lij&boco.com.cn 6967 Digismart Dhananjay Nene @@ -28219,8 +28219,8 @@ Decimal support&poem.co.jp 7066 Dr. Srinivas - Dr Srinivas or Dr Gayathri - sriradesh&hotmail.com or k.l.gayathree&usa.net + Dr Srinivas + sriradesh&hotmail.com 7067 TELCO TECH GmbH Gernot Tenchio @@ -28375,8 +28375,8 @@ Decimal aribeiro&supervertical.com.br 7105 CANTV - Anibal Canelon/Abelardo Esaa - acanel&cantv.com.ve or aesaa&cantv.com.ve + Anibal Canelon + acanel&cantv.com.ve 7106 Teleport Corp Richard Uren @@ -28420,7 +28420,7 @@ Decimal 7116 TechTrade International Management AB Torsten Silverstolpe - ts&techtradeinter.se or torsten&silverstolpe.se + ts&techtradeinter.se 7117 Invertix, Inc Thu Kyaw @@ -28675,8 +28675,8 @@ Decimal dchiu&ariodata.com 7180 Talarian Corporation - Louna Petrova /Michael Garwood - louna&talarian.com or mwg&talarian.com + Louna Petrova + louna&talarian.com 7181 Trendium, Inc. Tom Zhou @@ -28727,8 +28727,8 @@ Decimal dehn&id-pro.de 7193 Bourse Connect - Jousse Patrice/ Christophe Wagnon/ Xavier Pontacq - pjousse&bourse-connect.com or cwagnon&bourse-connect.com or xPontacq&bourse-connect.com + Jousse Patrice + pjousse&bourse-connect.com 7194 Stevens Gagnon Services Info-Techniques Stevens Gagnon @@ -29855,8 +29855,8 @@ Decimal bnewton&inabled.com 7475 Shanghai Bell Company Ltd. - Cao Liang/ Yu Jian - scecl&sbell.com.cn or yujaian&sbell.com.cn + Cao Liang + scecl&sbell.com.cn 7476 Departamento General de Irrigacion Juan Jose Ciarlante @@ -31816,7 +31816,7 @@ Decimal 7965 Ingenieurbuero Tartsch Michael Tartsch - oid-reg&vamos.de + oid-reg-iana&michael-tartsch.de 7966 SPY internetworking Dustin Sallings @@ -32010,9 +32010,9 @@ Decimal System Administrator admin&nextlevel.com 8014 - Stonefly Networks, Inc. - Kyle Woodward - kwoodward&stoneflynetworks.com + Stonefly, Inc + Jeff Byers + jbyers&stonefly.com 8015 Airocon George Shung @@ -32531,8 +32531,8 @@ Decimal efratzke&ictv.com 8144 Fiberxon (China) Corp., Ltd - Tony Xu/ Tina Zhou - tony.xu&fiberxon.com /tina.zhou&fiberxon.com + Tony Xu + tony.xu&fiberxon.com 8145 University of Salzburg Andreas Maier @@ -32672,7 +32672,7 @@ Decimal 8179 Communications Laboratories Telekommunikations Dienstleistungs-Ges.m.b.H. Bodo Rueskamp - spam&pinda.de + iana+spam&pinda.de 8180 Spirea Kim Laraqui @@ -32763,8 +32763,8 @@ Decimal chris&xcelaron.com 8202 Toro Assicurazioni S.p.A. - Franco Lanfranco / Enrico Soetta - f.lanfranco&toroassicurazioni.it / e.soetta&toroassicurazioni.it + Franco Lanfranco + f.lanfranco&toroassicurazioni.it 8203 LPG Innovations Harri Mauria @@ -32800,7 +32800,7 @@ Decimal 8211 ShenZhen TCL Communication Technology Co.,Ltd. Anyin Zhu - zhuanna&263.net or zhuanna&163.net + zhuanna&263.net 8212 Harbour Networks Co. Li Yinan @@ -32883,8 +32883,8 @@ Decimal Hugo.Delchini&lineo.com 8232 Technische Hochschule Mittelhessen (formerly 'Fachhochschule Giessen-Friedberg') - Burkhard Gerlach - Burkhard.Gerlach&mni.fh-giessen.de + Sven Hartge + its&thm.de 8233 iBasis, Inc. Rick Genter @@ -33451,8 +33451,8 @@ Decimal snmpadmin&sealsystems.de 8374 DVZ Datenverarbeitungszentrum Mecklenburg-Vorpommern - Arnold Külper - a.kuelper&dvz-mv.de + Gerald Exner + g.exner&dvz-mv.de 8375 Outercurve Technologies Bill Whitney @@ -33751,8 +33751,8 @@ Decimal Ralf.Shippert&avantis.de 8449 ePUREDATA Inc. - Charles Shong, Joseph Loh - charless&puredata.com, josephl&puredata.com + Charles Shong + charless&puredata.com 8450 Cetacean Networks Gregory Lyons @@ -34183,8 +34183,8 @@ Decimal kurilkin&samara.menatepspb.com 8557 Globaloop Ltd. - Oded or Gil - gmahlev&globaloop.com/ oded&globaloop.com + Oded + gmahlev&globaloop.com 8558 Gimnazija Bezigrad Ljubljana Matjaz Filo @@ -34294,13 +34294,13 @@ Decimal Jean-Pierre Le Moan lemoan&siris.sorbonne.fr 8585 - MEDAV Digitale Signalverarbeitung GmbH - Rainer Werlein - rainer.werlein&medav.de + Saab Sensor Systems Germany GmbH + Bernd Schneegast + bernd.schneegast&saabgroup.com 8586 MODCOMP GmbH - Frank Lange / Norbert Ketteler - langef&modcomp.de / kettelen&modcomp.de + Frank Lange + langef&modcomp.de 8587 WiredMinds Informationssysteme GmbH Markus Mueller @@ -36267,8 +36267,8 @@ Decimal joy&dekart.com 9078 Be Connected Ltd - Lahiany Sigalit , Peleg Michal - Sigalit.Lahiany&be-connected.net , Michal.Peleg&be-connected.net + Lahiany Sigalit + Sigalit.Lahiany&be-connected.net 9079 The Sanjyot Bharathan Design Association Sanjyot Bharathan @@ -36671,8 +36671,8 @@ Decimal hwsong1&netian.com 9179 INTESABCI SISTEMI E SERVIZI - Michele Popescu; Carlo Davide Colombo - Michelepopescu&iss.bancaintesa.it; Charlie&iss.bancaintesa.it + Michele Popescu + Michelepopescu&iss.bancaintesa.it 9180 Maranti Networks, Inc Sanjay Saxena @@ -43023,8 +43023,8 @@ Decimal johan.winas&isg.se 10767 James Madison University - Scott Dellinger - dellinsd&jmu.edu + Identity Management Team + idm&jmu.edu 10768 L'Envol Limited Gary Weatherhead @@ -43599,8 +43599,8 @@ Decimal larry.walsh&usa.net 10911 Appello, a.s. - Tibor Jakab, Ing. Roman Hladký - tibor.jakab&appello.biz; roman.hladky&appello.biz + Tibor Jakab + tibor.jakab&appello.biz 10912 Cincom Systems, Inc. Leonard S. Lutomski @@ -45199,8 +45199,8 @@ Decimal phil&kangaroopointcliffs.com 11311 Tubitak - UEKAE - Mucahit Mutlugun - mucahit&uekae.tubitak.gov.tr + Bilal Aydos + bilal.aydos&tubitak.gov.tr 11312 Università di Salerno - D.I.A. Giuseppe Persiano @@ -45415,8 +45415,8 @@ Decimal francis&gaeasoft.co.kr 11365 Orange Slovakia - Tomas Hornicek - tomas.hornicek&orange.sk + Dusan Woletz + dusan.woletz&orange.com 11366 Goanna Graphics Richard Hancock @@ -52774,9 +52774,9 @@ Decimal Marius-Julian Tamas Marius-Julian.Tamas&t-systems.com 13305 - BFH Berne University of Applied Sciences (previous was 'Berne University of Applied Sciences') + BFH Bern University of Applied Sciences Daniel Baumann - ldapmaster&bfh.ch + bfh-linux-sysadmin&lists.bfh.science 13306 University of Montana Roger Holtom @@ -52995,8 +52995,8 @@ Decimal tmryder&msn.com 13360 Trinity Convergence - Jonathan Beattie; Davy Brown - dbrown&trinityconvergence.com;jbeattie&trinityconvergence.com + Jonathan Beattie + dbrown&trinityconvergence.com 13361 Université François Rabelais Patrice Garnier @@ -53154,9 +53154,9 @@ Decimal Assaf Harel assafh&dunenetworks.com 13400 - Emerson Network Power Co.,Ltd. - Mao Fuhua - maofuhua&avansys.com + Vertiv Tech Co.,Ltd. (formerly 'Emerson Network Power Co.,Ltd.') + Yan Zebo + yan.zebo.eric&vertiv.com 13401 ETE Software Eric Evans @@ -54182,9 +54182,9 @@ Decimal sunnybelltech support proman2k&sunnybelltech.com 13657 - Tango SA + Proximus Luxembourg SA Vincent Piocel - vpiocel&tele2.com + vincent.piocel&proximus.lu 13658 Teddy's Network Junzo Sato @@ -55127,8 +55127,8 @@ Decimal Bill.Costa&unh.edu 13893 International Truck and Engine Corporation - Regina Goeing or Paul Munsen - regina.goeing&nav-international.com, paul.munsen&nav-international.com + Regina Goeing + regina.goeing&nav-international.com 13894 LGNsys Sora Son @@ -55234,9 +55234,9 @@ Decimal Peter Lowe pgl&instinct.org 13920 - Magic Hosting + Net6 (formerly 'Magic Hosting') Gerard Grommek - gery&rewt.de + gery&net6.at 13921 NEBS Frank Cini @@ -57843,8 +57843,8 @@ Decimal support&atomz.com 14572 EDIWISE - Eric Wee - ericw&ediwise.com + Allen Pyburn + allen.pyburn&ediwise.com 14573 Abest Research Corp. Eric Wong @@ -58846,9 +58846,9 @@ Decimal Falk John falk.john&fajo.de 14823 - Aruba Networks Inc - Ravi Mulam - rmulam&arubanetworks.com + Aruba, a Hewlett Packard Enterprise company + Aruba External Engineering Registrations + aruba-ext-eng-reg&hpe.com 14824 Centaur Technology Inc Eric Anderson @@ -61008,7 +61008,7 @@ Decimal 15364 Sibsnet Technologies Sibeuwou bertin - sibeuwou&yahoo.fr, sibeuwou&sibsnet.com + sibeuwou&yahoo.fr 15365 INFOSTEP Gerhard Mueller @@ -63591,8 +63591,8 @@ Decimal rischmueller&telemaxx.de 16010 Kapsch BusinessCom AG - Armin Aichholzer - armin.aichholzer&kapsch.net + Mario Cenc + mario.cenc&kapsch.net 16011 State of Utah DTS/DET (formerly 'State of Utah DAS/ITS') Forrest Nielson @@ -63834,7 +63834,7 @@ Decimal Jochen Ritter jochen.ritter&bff.bund.de 16071 - Pictet & Cie, Banquiers + Banque Pictet et Cie SA Jean-Michel PULFER jpulfer&pictet.com 16072 @@ -65010,9 +65010,9 @@ Decimal Frédéric Gobry frederic.gobry&smartdata.ch 16365 - Dion Transaction Solutions GmbH + valantic Transaction Solutions GmbH (formerly 'Dion Transaction Solutions GmbH') Holger Kuest - holger.kuest&dion-ts.com + holger.kuest&fsa.valantic.com 16366 INFORMA DEL PERU, INFORMACION ECONOMICA SA Javier Terrón @@ -68610,9 +68610,9 @@ Decimal Chris Ryan cryan&mcgh.org 17265 - Escape OE - Christos PISTOFIDIS - chrispis&escape.gr + Escape Tech Ltd (formerly 'Escape OE') + Christos KONIDARIS + info&escapetech.eu 17266 California Internet Inc Ken Anderson @@ -69352,7 +69352,7 @@ Decimal 17450 WFW.org Emeke - A - Animadu - Admin&wfw.org , EAnimadu&hotmail.com + Admin&wfw.org 17451 Unassigned Returned 19-October-05 @@ -71963,8 +71963,8 @@ Decimal snmp&leostream.com 18103 Shanghai Helitech Telecommunication Co.,Ltd Neijing Technical Branch - Mr. Gong Wendong, Jimmy Gong - jimmy.gong&helitechchina.com, gwd&263.net + Mr. Gong Wendong + jimmy.gong&helitechchina.com 18104 net-worked.co.uk Greg Dawson @@ -72188,7 +72188,7 @@ Decimal 18159 Accordance Systems Inc. Mike LIU - sales&accordance.com.tw ; mikeliu&so-net.net.tw + sales&accordance.com.tw 18160 SHENZHEN GBIT ELECTRONIC TECHNICAL LTD. Michael Zhang @@ -73882,9 +73882,9 @@ Decimal Robert Stucke r_stucke&yahoo.com 18583 - Bit 9 Inc. - Todd Stadelhofer - tstadelhofer&carbonblack.com + Vmware Carbon Black (formerly 'Bit 9 Inc.') + Tracy Camp + tcamp&carbonblack.com 18584 Avanex Co. Phillip Wang @@ -74188,7 +74188,7 @@ Decimal 18659 Chung Hua University Huai-Jen Liu - hjliu&chu.edu.tw, wz_wu&ptlsemi.com + hjliu&chu.edu.tw 18660 WebKMS Phil Hegarty @@ -74592,7 +74592,7 @@ Decimal 18760 Guangdong Electronic Certification Authority Wangzhixiong - wangzhixiong&cnca.net + 2244103&qq.com 18761 Regal Cyber Limited Tan Tse @@ -78651,8 +78651,8 @@ Decimal netalert&mblox.com 19775 IPG Photonics Corporation - Victor Semlek - vsemlek&ipgphotonics.com + Giles Christenson + gchristenson&ipgphotonics.com 19776 TI Paperco Inc. Ernest Wohlfarth @@ -79387,8 +79387,8 @@ Decimal nikhil.goel&nexg-systems.com 19959 Lund University - Johan Ekman - johan.ekman&cait.lu.se + Eskil Swahn + eskil.swahn&ldc.lu.se 19960 SER Storage Technology GmbH Klaus Eulenbach @@ -80534,9 +80534,9 @@ Decimal Huba Gaspar deverto&deverto.com 20246 - Delta Energy Systems (Sweden) AB - David Persson - david.persson&delta-es.com + Delta Electronics (Switzerland) AG (formerly 'Delta Energy Systems (Sweden) AB') + Adrian Pluess + adrian.pluess&deltaww.com 20247 Bladiant Technologies, Inc. Kevin Hardiman @@ -82275,8 +82275,8 @@ Decimal sgupta&tgs-solutions.com 20681 Anta Systems, Inc. - Martin Luu / Lester Lin - mluu&antasystems.com , llin&antasystems.com + Martin Luu + mluu&antasystems.com 20682 Campusmart Ltd. Alfred @@ -83320,7 +83320,7 @@ Decimal 20942 China Telecom-Guangzhou Research and Development Center guomw - guomw&gsta.com;liuchenglong&huawei.com + guomw&gsta.com 20943 QOSMOS SA Eric Horlait @@ -84592,7 +84592,7 @@ Decimal 21260 XYPRO Technology Corporation scott uroff - scott-snmp&xypro.com + scott-nonstop&xypro.com 21261 Aventia SL Oscar Conesa @@ -85062,9 +85062,9 @@ Decimal An Jiangze nair_an&msn.com 21378 - Honda of America Mfg., Inc. - Dallas E. Tatman - dallas_tatman&ham.honda.com + American Honda Motor Co., Inc. + Joe Pace + Joe_Pace&ahm.honda.com 21379 Shenzhen aike Co.,Ltd. Frank Wang @@ -85914,7 +85914,7 @@ Decimal Gilbert Roulot contact-iana&zeni.fr 21591 - Systime Informatik AG + Systime GmbH Martin Brulisauer m.brulisauer&systime.ch 21592 @@ -87098,9 +87098,9 @@ Decimal Amir Hajjam iana&newel.net 21887 - Funkwerk AG, Traffic & Control Communication, Kiel (formerly 'Funkwerk Information Technologies Kiel GmbH') + Scheidt & Bachmann System Technik GmbH Ruediger Hinze - ruediger.hinze&funkwerk-it.com + hinze.ruediger&scheidt-bachmann-st.de 21888 Content Management License Administrator John Hoy @@ -87306,9 +87306,9 @@ Decimal Lukasz Grochal hostmaster+iana&rmf.pl 21939 - ABB Power Grids Germany AG – Grid Automation + Hitachi ABB Power Grids – Grid Automation Janis Kruse - janis.kruse&de.abb.com + janis.kruse&hitachi-powergrids.com 21940 Enatel Ltd Arthur de Beun @@ -87898,9 +87898,9 @@ Decimal Paul Poeltner paul.poeltner&emp.co.at 22087 - Invelica GmbH (formerly 'Bodo Rueskamp') + Invelica GmbH Bodo Rueskamp - spam&pinda.de + iana+spam&invelica.com 22088 Alpine-Energie Holding AG Silvia Schmid @@ -90066,9 +90066,9 @@ Decimal Wolfram Joost Wolfram.Joost&dak.de 22629 - Alpermann+Velte electronic engineering GmbH - Jürgen Loh - iana-admin&alpermann-velte.com + Plura Europe GmbH + Juergen Loh + jloh&plurainc.com 22630 Istituto Nazionale per la Ricerca sul Cancro Francesco Molina @@ -91375,8 +91375,8 @@ Decimal thomas.sparr&azent.se 22956 News International Supply Company Ltd. - Benedicte Gercke / Chris Wilde - chris.wilde&newsint.co.uk ; benedicte.gercke&newsint.co.uk + Benedicte Gercke + chris.wilde&newsint.co.uk 22957 ZEN Sistemi Srl Andrea Baldi @@ -93151,8 +93151,8 @@ Decimal waltmire&nsf.gov 23400 Midcontinent Communications - Aaron Thoreson - aaront&midco.net + Brennan Wellman + brennan.wellman&midco.com 23401 Sliwa.EU.org Network Kuba Sliwa @@ -93232,7 +93232,7 @@ Decimal 23420 APS systems AG Martin Schmid - scm&apsag.com + scm&aps-systems.ch 23421 Altana Pharma AG Dieter Saken @@ -93335,8 +93335,8 @@ Decimal jordan&curzons.net 23446 H5-Group - Ingo Böhm - ingoboehm&web.de + Ingo Boehm + ingo.boehm&h5-group.de 23447 Opsware Inc. Ajay Gummadi @@ -93552,7 +93552,7 @@ Decimal 23500 Articy Computer System & Service Arthur TX Niu - ou.yuan&gmail.com; arthur.niu&gmail.com + ou.yuan&gmail.com 23501 SailBum Enterprises, LLC Reggie Rodgers @@ -94207,12 +94207,12 @@ Decimal jlkbiz&storiedfuture.com 23664 Federal Deposit Insurance Corporation - James Mulroe - jmulroe&fdic.gov + Sonia Yadav + soyadav&fdic.gov 23665 wiselink Jack Jiao - jiaoli&bupt.edu.cn;jiao_li21&163.com + jiaoli&bupt.edu.cn 23666 BeaufortWeb Christopher Cover @@ -94358,9 +94358,9 @@ Decimal Mark Hirst mark.hirst&cannontech.co.uk 23702 - SHD Holding GmbH - Carsten Bastian - cba&shd.de + SHD AG + Bernd Kossmann + inh-admin&shd.de 23703 Agile Software (NZ) Ltd Matthew Bagley @@ -99582,9 +99582,9 @@ Decimal JOSE VALLADARES JVALLADARES&PRODYS.NET 25008 - I.T.E.N.O.S. GmbH - Mobile Solutions - Michael Ruppel - bsm-technik&itenos.net + I.T.E.N.O.S. GmbH + Stefan Moeding + oidadmin&itenos.net 25009 Sysworksoft Patrick Garnier @@ -100262,9 +100262,9 @@ Decimal Aivars Junga aivars.junga&pasts.lv 25178 - Trans-European Research and Education Networking Association (TERENA) - John Dyer - oid-contact&terena.nl + GÉANT (formerly 'Trans-European Research and Education Networking Association (TERENA)') + Nicole Harris + aai-is&lists.geant.org 25179 GESA Elektronik GmbH Martin Schweden @@ -101399,8 +101399,8 @@ Decimal paniana&gmail.com 25462 Applied Wireless Identifications Group, Inc - Daniel Paley - d.paley&awid.com + Eric Huang + e.huang&awid.com 25463 NanShanBridge Co.Ltd ningzhang @@ -103368,7 +103368,7 @@ Decimal 25954 XERON Douglas Kim - douglas_kim&xeron.co.jp, douglas_kim&xeron.co.kr + douglas_kim&xeron.co.jp 25955 Observit Lda Pedro Soares @@ -103820,7 +103820,7 @@ Decimal 26067 Kyland Fan GongChen - fangongchen&kyland.com.cn,flyheart312&fastmail.fm + fangongchen&kyland.com.cn 26068 Shaanxi Key Laboratory of Satellite-Terrestrial Network Tech.R&D Chen Ling @@ -105704,7 +105704,7 @@ Decimal 26538 Duaxes Corporation Genta Iha - iha&duaxes.co.jp, kuniaki&bugest.net + iha&duaxes.co.jp 26539 Ionoscape Associates Paul Sapp @@ -106626,9 +106626,9 @@ Decimal Roberto Cremasco roberto.cremasco&comune.rimini.it 26769 - United Technologies Corporation + Raytheon Technologies Corporation Rand Parent - rand.parent&utc.com + rand.parent&rtx.com 26770 Virtutility Ltd Philip Hart @@ -107024,7 +107024,7 @@ Decimal 26868 European Bank of development of metallurgy industry Sergey Volkov - volkov&euromet.ru; melnikov&euromet.ru + volkov&euromet.ru 26869 Skype Technologies S.A. Vishnu Vemulapalli @@ -107542,9 +107542,9 @@ Decimal Simon Gysi simon.gysi&studer.ch 26998 - AudioSoft Ltd. + Ultra Electronics (formerly 'AudioSoft Ltd.') Ian Barrows - ian.barrows&audiosoft.co.uk + ian.barrows&ultra-sss.com 26999 Grace Community Church of Howard County, Inc. Gary Burnett @@ -109218,9 +109218,9 @@ Decimal David Vonasek dv&elvaco.se 27417 - FAST TV-SERVER AG - Stefan Moeller - smr&tv-server.de + FAST LTA GmbH + Thorsten Staude + it&fast-lta.de 27418 FiSEC GmbH Dieter Vollstaedt @@ -115658,9 +115658,9 @@ Decimal Hannes Gruber hg&guzman.at 29027 - Netfinity Ltd. + NETFINITY EAD Kliment Toshkov - kt&netfinity.bg + kliment.toshkov&netfinity.bg 29028 Jerry Chapman Jerry Chapman @@ -116798,7 +116798,7 @@ Decimal Itay Be'erli itay.beerli&gmail.com 29312 - Bernecker+Rainer Industrie-Elektronik Ges.m.b.H. + B&R Industrial Automation GmbH Stefan Stemp stefan.stemp&br-automation.com 29313 @@ -120371,8 +120371,8 @@ Decimal tech&phys.uni.lodz.pl 30205 Rohde & Schwarz Cybersecurity GmbH (formerly 'Sirrix AG security technologies') - René Korthaus - rene.korthaus&rohde-schwarz.com + René Fischer + rene.fischer&rohde-schwarz.com 30206 Invisible Software 2.0 Ltd Charles Lecklider @@ -124095,8 +124095,8 @@ Decimal badri&diglinks.com 31136 Gestión de Seguridad Electrónica S.A. - GSE S.A. - Héctor García Buitrago - hector.garcia&gse.com.co + ALVARO DE BORJA CARRERAS AMOROS + info&gse.com.co 31137 Bildungszentrum Uster Stephan Göldi @@ -125074,9 +125074,9 @@ Decimal Martin Thygesen martin.thygesen&citec.com.au 31381 - TI-WMC + FIGO (formerly 'TI-WMC') Tom Lippmann - tom.lippmann&ti-wmc.nl + tom.lippmann&figonet.com 31382 EDEKA Handelsgesellschaft Suedwest mbH Meinrad Koller @@ -127511,8 +127511,8 @@ Decimal zizka&evermax.cz 31990 Continental AG - Klaus Steger - Klaus.Steger&continental-corporation.com + Stefan Vogel + stefan.vogel&continental-corporation.com 31991 TOSCO CORPORATION Toru Uetani @@ -128928,7 +128928,7 @@ Decimal 32344 advanscope Inc. daisuke nakamoto - nakamoto&advanscope.jp + d-nakamoto&catv-ads.jp 32345 RF Monolithics, Inc. Greg Ratzel @@ -129171,8 +129171,8 @@ Decimal timo.ainali&nethawk.fi 32405 Selectron Systems AG - Alexandre Lechenne - alexandre.lechenne&selectron.ch + Ulrich Schöni + Ulrich.Schoeni&selectron.ch 32406 Koncept Sp. z o.o. Piotr Romanczuk @@ -131854,9 +131854,9 @@ Decimal Jens Thomas info&linux-systeme-thomas.de 33076 - SCORE42 SAS (formerly 'Virtual Internet Service Provider') + SHAROPS SASU (formerly 'SCORE42 SAS') RAKOTOMALALA Renaud - renaud.rakotomalala&score42.eu + renaud.rakotomalala&sharops.eu 33077 InformSvyazStroi, Ltd. Aleksei Miheev @@ -137034,9 +137034,9 @@ Decimal Thomas Bonsack t.bonsack&pkvarel.de 34371 - A1 Systems Ltd. - Alexander Arkhipov - a.arhipov&alt1.ru + A1 Systems, LLC + Sergey S. Sergeev + it&a1-systems.com 34372 Tubedale Limited Gerrard Whitmore @@ -138862,9 +138862,9 @@ Decimal Milenko Beric milenko.beric&rt-rk.com 34828 - Pannon GSM Távközlési Zrt. - Peter Seregi - pseregi&pannon.hu + Telenor Magyarország Zrt. (formerly 'Pannon GSM Távközlési Zrt.') + Sándor Tihanyi + stihanyi&telenor.hu 34829 GraphLogic Inc Kenneth Eschrich @@ -138947,8 +138947,8 @@ Decimal michkawa&shibasoku.co.jp 34849 Security Code Ltd. - Zakharov Alexandr - A.Zakharov&securitycode.ru + Evseev Ilya + it&securitycode.ru 34850 EldoS Corporation Eugene Mayevski @@ -141110,9 +141110,9 @@ Decimal Joerg Eichhorn joerg&kiwigrid.com 35390 - Credoc services CVBA - Kristof Goossens - itservicedesk&credoc.be + Fednot asbl / vzw (formerly 'Credoc services CVBA') + Dimitri Geshef + security&fednot.be 35391 HealthTrio, LLC Connie Lagneaux @@ -143158,9 +143158,9 @@ Decimal Marwan Rabie marwan&alquds.edu 35902 - OpenHeadend + EasyTools (formerly 'OpenHeadend') Christophe Massiot - cmassiot&openheadend.tv + cmassiot&easytools.tv 35903 Bartonia Domain and Enterprises Ian J. Barton @@ -146783,8 +146783,8 @@ Decimal josh.rosenthol&netwitness.com 36808 The Sherwin-Williams Company - Daniel Kieta - daniel.m.kieta&sherwin.com + Sherwin-Williams PKI + pki.admins&sherwin.com 36809 ITERANET Ltd Golubtsov Aleksey @@ -147610,7 +147610,7 @@ Decimal He Jianhui flashrainy&163.com 37015 - Harms Consulting Pty Ltd + Harms Consulting Partners Pty Ltd Josh Levy support&harmsconsulting.com 37016 @@ -147786,9 +147786,9 @@ Decimal Thomas Eckardt Thomas.Eckardt&thockar.com 37059 - Command and Control Systems + Ultra Communication & Integrated Systems (formerly 'Command and Control Systems') Mike Hall - mike.hall&ultra-ccs.com + mike.hall&ultra-sss.com 37060 Silicon & Software Systems Ltd. Conor O'Donoghue @@ -156415,8 +156415,8 @@ Decimal iana&kernun.cz 39216 BroadForward B.V. - Raymond van der Laan - raymond.van.der.laan&broadforward.com + Robert Groenenberg + infra&broadforward.com 39217 Triple T Broadband PCL Aroon Janthong @@ -159546,9 +159546,9 @@ Decimal Jason Hu hutiejun&lanxum.com 39999 - Prodo Telecom (An OT Company) + IDEMIA SPAIN PRODO SLU (formerly 'Prodo Telecom (An OT Company)') Daniel Antonio Sánchez Cortés - d.sanchez&oberthur.com + daniel.sanchez22&idemia.com 40000 Kapsi Internet-käyttäjät ry Juho Juopperi @@ -160070,9 +160070,9 @@ Decimal Marcin Kiejzik marlukki&marlukki.eu 40130 - Asguard Networks - David Mattes - mattes&asguardnetworks.com + Tempered Networks + Mike Viles + m.viles&tempered.io 40131 Nuvem Networks Inc Ricki Evans @@ -162586,9 +162586,9 @@ Decimal Jaroslaw Gawin jaroslaw.gawin&eltek.com.pl 40759 - EGRIMA BuisnessCenter - Joris Mocka - joris.mocka&egrima-bc.com + DKV MOBILITY SERVICES BUSINESS CENTER GmbH + Co. KG (formerly 'EGRIMA BuisnessCenter') + Karsten Seifert + FM-DMB-PKI&dkv-mobility.com 40760 TOMRA Systems ASA Erik R. Hersløv @@ -164770,7 +164770,7 @@ Decimal Marco Poet marco.poet&qinet.it 41305 - Schoch-IT UG + Gehirn-Mag.Net (formerly 'Schoch-IT UG') Steffen Schoch steffen.schoch&schochit.de 41306 @@ -166992,7 +166992,7 @@ Decimal 41860 Oryon TI Joel Franco Guzman - joel&oryonti.com.br + joel.franco&gmail.com 41861 Tucker Ellis LLP Lee K. Harris @@ -168467,8 +168467,8 @@ Decimal rakhimbaev&cg.ru 42229 Coriant R&D GmbH - Peter Litz - plitz&infinera.com + Sharfuddin Syed + ssyed&infinera.com 42230 HiProCall GmbH Lothar Schmitt @@ -168615,8 +168615,8 @@ Decimal zhangqiang&thundersoft.com 42266 Otto (GmbH & Co KG) - Timo Gloeden - timo.gloeden&otto.de + Tino Brandl + OV-G-V-FI-RK-GR-DOMAINVERWALTUNG&otto.de 42267 SARL Mixcom Philippe Rolland @@ -170819,8 +170819,8 @@ Decimal alexander&hacenter.com.ua 42817 IBM Platform Firmware Division - Rashmi Narasimhan - rashmin&us.ibm.com + Tom Joseph + tomjoseph&in.ibm.com 42818 Relative Variable Software Eugene Bolshakov @@ -171522,9 +171522,9 @@ Decimal Glen Medlin glen&vektron.co.za 42993 - Cornerstone Health Care, P.A. - Ian Atchison - infosec&cornerstonehealthcare.com + Wake Forest Baptist Health (formerly 'Cornerstone Health Care, P.A.') + Paul Weese + paul.weese&wakehealth.edu 42994 Institut de Physique de Rennes Jérémy Gardais @@ -171576,7 +171576,7 @@ Decimal 43006 root-a Kukharev Vitaly - postmaster&root-a.net + vkx&vkx.ru 43007 Gipen Systems Gyula Nemetz @@ -174112,7 +174112,7 @@ Decimal 43640 THROUGHOTHEREYES (Jonathan Platzer) Jonathan Platzer - jonathan&throughotherey.es + jonathan&throughothereyes.net 43641 netplus.ch SA Jean-Blaise Rey @@ -177002,8 +177002,8 @@ Decimal Divisao de Redes dr&cti.ufu.br 44363 - CloudFlare - Noah Garrett Wallach + Cloudflare + Cloudflare NOC noc&cloudflare.com 44364 AVEA @@ -180550,9 +180550,9 @@ Decimal Leandro Curci leandrocurci¯o.com.ar 45250 - Habr LLC + Habr Europe OÜ Vadim Rybalko - servers&tmtm.ru + vadim&habr.ee 45251 axelIT Üzletfejlesztési Kft. Rózsahegyi Zsolt @@ -182926,9 +182926,9 @@ Decimal Nicholas J Brockway noc&login2us.net 45844 - Uwe Stoppel - Uwe Stoppel - uwe&stoppel.name + Uwe Gradenegger + Uwe Gradenegger + uwe&gradenegger.eu 45845 EchoPixel, Inc. Sumeet Khandelwal @@ -183363,8 +183363,8 @@ Decimal gustavo.ramirez&ctrltech.com.br 45953 CyberData Corporation - Ian Ford - iford&cyberdata.net + Cameron Barfield + cbarfield&cyberdata.net 45954 Truven Health Analytics Inc. Match Grun @@ -185131,8 +185131,8 @@ Decimal Bernhard.Lang&blitsc.de 46395 FirstRand Group - Vincent Andrew - vincent.andrew99&gmail.com + Steven Corneelsen + ISSCertificateM&fnb.co.za 46396 Marotta Controls, Inc. Carlos Clarke @@ -186822,9 +186822,9 @@ Decimal Adam Green adamgreen&atam.com 46818 - Systemhaus Scheuschner GmbH + VIVASECUR GmbH (formerly 'Systemhaus Scheuschner GmbH') Mario Andexel - mandexel&scheuschner.de + mario.andexel&vivasecur.de 46819 Attenda Ltd. Julian Jordan @@ -187388,7 +187388,7 @@ Decimal 46959 Jaxageto Robert Labudda - iana-contact&jaxageto.de + iana-contact+remove-if-not-spam&spacepanda.se 46960 mrn sa (formerly 'mrn lda') bruno romao @@ -190136,7 +190136,7 @@ Decimal 47646 Beijing Qianxin Technology Co., LTD. Jiming Gao - gaojiming&b.360.cn + gaojiming&qianxin.com 47647 barox Kommunikation Angelo Banfi @@ -190191,7 +190191,7 @@ Decimal tingyawang&actions-micro.com 47660 Cookpad Inc. - Shota Fukumori + Sorah Fukumori sorah&cookpad.com 47661 H&K International @@ -190991,8 +190991,8 @@ Decimal kellendonk&kellendonk.de 47860 Thalia Bücher GmbH - Claus-Dieter Wittek - c.wittek&thalia.de + Christoph Drosten + itbetrieb&thalia.de 47861 The Berkeley Carroll School Tammi Williams @@ -191098,8 +191098,8 @@ Decimal Geoffrey Bernstein itdept&i-a-i.com 47887 - Keramik Bruckner e.U. - Christine MILISITS + Keramikmanufaktur Bruckner eG + Juergen BRUCKNER info&keramik-bruckner.eu 47888 Freifunk - Verein zur Förderung des freien Internets @@ -191222,8 +191222,8 @@ Decimal Juergen Bruckner info&usar.at 47918 - Lucien Pullen - Lucien Pullen + Lauren Pullen + Lauren Pullen drurowin&gmail.com 47919 dsi @@ -196466,9 +196466,9 @@ Decimal David Obando david.obando&unbelievable-machine.com 49229 - Siljan Skog AB + Bergkvist Siljan Skog AB (formerly 'Siljan Skog AB') Kent Matsuhashi - it&siljan.com + it&bergkvistsiljan.com 49230 Enginuity Communications, Inc. Mark Orton @@ -198102,9 +198102,9 @@ Decimal Kostiantyn Osypenko k.osypenko&gmail.com 49638 - Kekesed Asmasta - Mealkuwat D. Hayashi - mealkuwat&publik.kekesed.id + Unassigned + Returned 2020-06-25 + ---none--- 49639 Stampa Sistem Sasa Antic @@ -198887,7 +198887,7 @@ Decimal scheney&sierra-view.com 49834 Sioui Microsolutions - Pierre Sioui, Ing. jr, + Pierre Sioui, Ing. pierre&sioui.com 49835 Barava, LLC @@ -198955,7 +198955,7 @@ Decimal wzuyderwyk&idiosys.net 49851 Aria Networks - Rob Desbois + Archie Wade pen-admin&aria-networks.com 49852 JSC ITC Sistema-Sarov @@ -199010,7 +199010,7 @@ Decimal Tin Tin Hamans t.hamans&bluegoat.me 49865 - BARTZIS.NET + Bartz.net Jason Bartz bartzjegr&gmail.com 49866 @@ -199651,7 +199651,7 @@ Decimal a.polidoro&almaviva.it 50025 dSPACE GmbH - Volker Göke + Radoslaw Lapko iana-admin&dspace.de 50026 PHYSEC GmbH @@ -202472,7 +202472,7 @@ Decimal 50730 TELCAT MULTICOM GmbH Efstratios Daskalopoulos - efstratios.daskalopoulos&telcat.de + security&telcat.de 50731 NAES Corporation Mike Leinweber @@ -202623,8 +202623,8 @@ Decimal contact&precisionwave.com 50768 TECHNOKEY SAS - Leidy Andrea Pineda Rios - andreapineda1126&gmail.com + Luz Elba Carrillo + luz.carrillo&technokey.co 50769 Communication Devices Inc. Alexandra Tavarez @@ -202958,7 +202958,7 @@ Decimal Douglas Anger danger&gnomerock.com 50852 - LECIP SLP CORPORATION + LECIP CORPORATION (formerly 'LECIP SLP CORPORATION') Yusuke Hasegawa yuusuke.hasegawa&mb.lecip.co.jp 50853 @@ -204884,7 +204884,7 @@ Decimal 51333 EduBase LLC Aron Hives - hives.aron&edubase.net + aron.hives&edubase.net 51334 PolarPower, Inc. Xuan Yao @@ -205158,9 +205158,9 @@ Decimal zhangzhiyong zyzhang&hunnu.edu.cn 51402 - NT-SRV LTD + 1G5 Solutions (formerly 'NT-SRV LTD') Christopher Simpson - nt-srv&outlook.com + christopher&1g5.co.uk 51403 Ooe Landesfeuerwehrverband Wieland Kleinlechner @@ -206726,9 +206726,9 @@ Decimal Mohsen Sharifi sharifi&dsi.ir 51794 - Bosch Software Innovations GmbH - Daniel Yanev - daniel.yanev&bosch-si.com + Bosch.IO GmbH + Daniel Janev + daniel.janev&bosch.io 51795 Ovoo Sp. z o. o. Jan Waszkiewicz @@ -207391,8 +207391,8 @@ Decimal paul.egy&netapp.com 51960 actidata Storage Systems GmbH - Arthur Kilian - sales-cee&actidata.com + Christoph Hestermann + service&actidata.com 51961 Accidental Development Brian Faga @@ -208340,7 +208340,7 @@ Decimal 52197 Toyota Motor North America Neal Shen - chih.shen&toyota.com + CryptoOperationsSupport&toyota.com 52198 ARCATrust SA Yacine Felk @@ -208691,8 +208691,8 @@ Decimal neill.thornton&mlhorizons.com 52285 CYBERTELBRIDGE Co., Ltd - Wooseok Jeong - wsjcy&everytalk.co.kr + Junghoon Kim + kimjunghoon&everytalk.co.kr 52286 Thinkum Labs Sean Champ @@ -209171,8 +209171,8 @@ Decimal itsec&kentisd.org 52405 Tractor Supply Company - Justin Rockwood - mon_jrockwood&tractorsupply.com + Stephen Snyder + ssnyder&tractorsupply.com 52406 Centro de Cáncer de la Montaña, CSP William Sierr @@ -210058,9 +210058,9 @@ Decimal Andy Hoag info&semicyber.com 52627 - Apple Inc - Stuart Cheshire - goodmorning2u75&gmail.com + Unassigned + Returned 2020-09-02 + ---none--- 52628 Express Retail LLC Aleksandr Nemov @@ -210872,7 +210872,7 @@ Decimal 52830 Tanner Ryan Tanner Ryan - hello&tannerryan.ca + tanner&0xt.ca 52831 IneControl Omar Poch @@ -211602,7 +211602,7 @@ Decimal Network Administrators networkadmins&PineRest.org 53013 - Dirección Adjunta de Rentas Aduaneras + Administración de Aduanera de Honduras (formerly 'Dirección Adjunta de Rentas Aduaneras') Edwin Joel Bulnes Vásquez ebulnes&aduanas.gob.hn 53014 @@ -211719,8 +211719,8 @@ Decimal liuhaiqiang20060101&126.com 53042 Enbridge Inc. - Sebastien Rioux - sebastien.rioux&enbridge.com + Brian Boundy + brian.boundy&enbridge.com 53043 InfoKeyVault Technology Chih-Ping, Hsiao @@ -213266,7 +213266,7 @@ Decimal Walid Badaoui walid.badaoui&invigo.com 53429 - DarkMatter L.L.C + Digital 14 L.L.C Teemu Savolainen teemu.savolainen&digital14.com 53430 @@ -213562,9 +213562,9 @@ Decimal Jason Fitzpatrick jason.fitzpatrick&globalpay.com 53503 - Sprint Federal Operations - Christopher Cook - chris.cook&sfo.sprint.com + Unassigned + Returned 2020-05-28 + ---none--- 53504 Stephens College Michael Reustle @@ -213906,9 +213906,9 @@ Decimal Cleevan Alban Cardoza cleevancardoza&gmail.com 53589 - LLEIDA S.A.S. - JOSE FRANCISCO CARDOZO PORRAS - jfcardozo&audittrust.net + LleidaNetworks Serveis Telemàtics S.A. + Eva Pane + oid-info&lleida.net 53590 Eastone Century Technology Co,.Ltd. weiguo.lai @@ -214347,8 +214347,8 @@ Decimal paul&graydaycafe.com 53699 mecom Medien-Communikations-Gesellschaft mbH - Marcus Rating - rating&mecom.de + André Sowinski + sowinski&mecom.de 53700 PrimeWest Health Troy Ronning @@ -214651,8 +214651,8 @@ Decimal wv-purchasing&wv-comm.com 53775 1oT OÜ - Rameez Sultan - rameez.sultan&1ot.mobi + Märt Kroodo + mart.kroodo&1ot.com 53776 JINR Ilya Slepnev @@ -214699,8 +214699,8 @@ Decimal sudhina.kumar.gk&gmail.com 53787 Robinhood Markets, Inc. - Christian Barcenas - christian.barcenas&robinhood.com + Brandon Stout + brandon.stout&robinhood.com 53788 Cumulus Media Stockton John Phelan @@ -215799,8 +215799,8 @@ Decimal m.klinski&cinkciarz.pl 54062 allpay Ltd - Mr Jamie Evans - jamie.evans&allpay.net + Mr Douglas Munford + douglas.munford&allpay.net 54063 PROFESSIONAL HOSPITAL GUAYNABO LEONARDO VALENTIN @@ -216495,8 +216495,8 @@ Decimal gaolan&hengbao.com 54236 General Programming, LLC - Petersen Liman - nepeat&generalprogramming.org + Erin Liman, General Programming NOC + support&generalprogramming.org 54237 Zahnzentrum Alstertal MVZ GmbH Dr. Peter Borsay @@ -216608,7 +216608,7 @@ Decimal 54264 Monitoring Systems Aliasghar Bagheri Soulla - info&monitoring-system.xyz + ali.soulla&gmail.com 54265 Byldis B V Roel Laming @@ -217158,9 +217158,9 @@ Decimal Mark Lyons mark.lyons&concepts.co.nz 54402 - Opensource ICT Solutions b.V. + Opensource ICT Solutions B.V. Brian van Baekel - brian&oicts.nl + info&oicts.nl 54403 Virgin Mobile UK SIT2 Arjen Smit @@ -218440,7 +218440,7 @@ Decimal 54722 Fluepke Carl Fabian Luepke - fabian&luepke.email + iana&luepke.email 54723 CREATURUM Creaturum Team @@ -219134,9 +219134,9 @@ Decimal Andrew Sather it-ops&net-centers.org 54896 - 北京荣达千里科技有限公司 (Beijing Rongda Qianli Technology Co., Ltd.) - 栗鹏飞 (Li Pengfei) - lipengfei&lzdd.com + 柳州达迪通信技术股份有限公司 (Liuzhou Dadi Communication Technology Co., Ltd.) + 谭婵媛 (Tan Yuanyuan) + dadi&lzdd.com 54897 Antarctic Group Andrew Willett @@ -220529,6 +220529,4538 @@ Decimal Fast Object LLC Henry Zhou henryzhou&fastobject.net +55245 + Capital Region Orthopaedics Associates + Tina Hakala + thakala&caportho.com +55246 + DIAXE + Adamantios Kyriakakis + dk&diaxe.com +55247 + Working Group Two + Erlend Prestgard + abuse&wgtwo.com +55248 + Treetop Innovation AB + Håkan Andersson + hakan.andersson&treetop.se +55249 + S.E.D. - A GPL Smart Embedded Devices + Chinda KEODOUANGSY + chindakeodouangsy&gmail.com +55250 + MOBIWEB + Diamantis Kyriakakis + diamantisk&solutions4mobiles.com +55251 + Guangzhou Navigateworx Technologies Co., Ltd + Frank Chen + support&navigateworx.com +55252 + Notesco Financial Services Limited + Socrates Socratous + sisocratous¬esco.com +55253 + brunner & gasser ceTec + Erich Gasser + erich.gasser&elektro-gasser.ch +55254 + Broadvine + Yury Nemchin + ynemchin&broadvine.com +55255 + RELOPS LTD + Ben Hood + ben&relops.com +55256 + Veon Georgia LLC + Iuri Tigiev + ytigiev&beeline.ge +55257 + Lightcyphers + Anatolie GOLOVCO + anatolie.golovco&lightcyphers.com +55258 + Harper Creek Community Schools + Jim Maynard + maynardj&harpercreek.net +55259 + Opus Holding, L.L.C. + Ken Stieers + ken.stieers&opus-group.com +55260 + TROPHY ELECTRONICS LLC + Andrii Tulparov + andrej.tulparov&gmail.com +55261 + Rosenberger Technologies Co., Ltd. + Rita Wang + wangdongxue&Rosenbergerap.com +55262 + Rosenberger Asia Pacific Electronic Co., Ltd. + Rita Wang + Rita&rosenbergerap.com +55263 + Haier Uplus Intelligent Technology (Beijing) Co., Ltd. + Betty Zhao + zhaomu.uh&haier.com +55264 + The Gnou Community + Sebastien Boulay + sebastien.boulay&the-gnou-community.net +55265 + RKU + Lars Luennemann + information&rku.de +55266 + SydIT + Stefan Midjich + stefan.midjich&gmail.com +55267 + Zeel Infotech Pvt. Ltd. + Rupesh Sangoi + rupesh&zeel.co.in +55268 + BEDIA Motorentechnik GmbH & Co.KG + Della Volpe Giuliano + dellavolpe&bedia.com +55269 + Datareon + Olga Kakutina + o.kakutina&datareon.ru +55270 + Fuel Business Intelligence SA + Diego Tondo + diego.tondo&cintelink.com.ar +55271 + GOODWE POWER SUPPLY TECHNOLOGY CO.,LTD. + xin,zhang + xin.zhang&goodwe.com +55272 + Glory Technology Service Inc. + Jackson Chen + jackson.chen&glory-tek.com +55273 + AROY System Pvt. Ltd. + Arnabendu Roy + aroy.systems&gmail.com +55274 + FlexSCADA + Jon Mundall + Jon&comcomservices.com +55275 + AVAG Holding SE + Mario Borowka + technik&avag.eu +55276 + EUROSIGN + Emmanuel MATHIEU + emmanuel&eurosign.com +55277 + Liberty HR Recruitment Ltd + Jane Barry + jane&libertyhr.co.uk +55278 + MartTrend + Renato Sapienza + renato.sapienza&marttrend.com.br +55279 + Cygna Labs Corp. + David Ruginski + dave&cygnalabs.com +55280 + BFG Supply Co + Doug Wolfe + dwolfe&bfgsupply.com +55281 + EyeConsultantsPC.com eyeoptics.net ECEO.us + Robert Townley + robert&eyeconsultantspc.com +55282 + Dr. Pfau Fernwirktechnik GmbH + Andreas Pfau + a.pfau&alarmmanagementsystem.com +55283 + OPER8 Global lImited + SIMON GARDNER + Simon.gardner&oper8global.com +55284 + kganyaoscar + oscar kganyago + oscarpapie1&gmail.com +55285 + Hessel Ventures, LLC + Michael Hessel + HESSELVENTURES&gmail.com +55286 + dsb it services GmbH + Dirk Merten + support&dsb-its.net +55287 + Banking Circle + Michael Vedel + IToperations&bankingcircle.com +55288 + allRadio + yoo seongsook + yss6390&allradio.co.kr +55289 + Beijing Yutian Technology Co., Ltd. + Shi Zhenyong + shizy&yutiantech.com +55290 + Smart Skog AB + Alexander G Haaland + alexander.g.haaland&gmail.com +55291 + Arrival Limited + Andrey Kostin + admin&arrival.com +55292 + SC ADI COM SOFT SRL + Cosmin Prund + cosmin.prund&adicomsoft.ro +55293 + Candisa Systems + Luis Sayago + luis&candisa.com +55294 + Blair Foot and Ankle LLC + Bridget Corey + bridgetcorey85&gmail.com +55295 + IDS Airnav s.r.l. + Daniele Lenzo + daniele.lenzo&idsairnav.com +55296 + Hillsboro Orthopedic Group, Inc. + Karen Rothstrom + krothstrom&hillsorthogroup.com +55297 + XueHao Science And Technology Company Limited + JiangXueHao + RDCenter&xuehao.email +55298 + Redslareds Skogstransporter HB + Lars Larsson + lars&skogstransporter.se +55299 + NTM Oy Ab + Johannes Heikkinen + johannes.heikkinen&ntm.fi +55300 + Abies Technology Inc. + YS Chen + sales&abiestech.com +55301 + PROMIS JSC + Pavel Konnov + konnov_p&promis.ru +55302 + Neovox + Matvey Solodovnikov + m.solodovnikov&neovox.ru +55303 + Varnamo kommun + Peter Sjolin + peter.sjolin&varnamo.se +55304 + The Wey Valley Academy + Mr Alexander Tibbey + tibbeya&weyvalley-academy.co.uk +55305 + NGMEDIA + FREDERIC CLEMENT + fclement&n-g-media.com +55306 + SafeKiddo Sp. z o.o. Sp.k. + Marcin Marzec + marcin.marzec&safekiddo.com +55307 + Czech Pirate Party + Technical Department + domeny&pirati.cz +55308 + ixecloud + Richard Su + richard.su&ixecloud.com +55309 + Sony Interactive Entertainment, LLC + Sean Ryan + sean.ryan&sony.com +55310 + Infocare Healthcare Services (Irl.) Ltd. + Sean McLaughlin + sean.mclaughlin+OID&infocarehealth.com +55311 + Facultad de Ciencias Médicas - UBA + Fernando Broqua + fbroqua&fmed.uba.ar +55312 + Kerr, Russell and Weber, PLC + Rebecca Lohr + KRWaccounts&kerr-russell.com +55313 + Compelling Technologies, LLC + OID Administrator + info&compellingtech.com +55314 + LLC NPO "Svyazkomplektservis" + Anton Dundukov + a.dundukov&skss.ru +55315 + Auerswald GmbH & Co. KG + Mark Rodehorst + oidmaster&auerswald.de +55316 + ROBERT DANIEL BUONOCORE + ROBERT DANIEL BUONOCORE + Tynas5210&gmail.com +55317 + Lely Holding BV + Jeroen Kulk + security&lely.com +55318 + X2 + Andrej Ramašeuski + andrej&x2.cz +55319 + Niagara Falls Memorial Medical Center + Peggy Grandinetti + peggy.grandinetti&nfmmc.org +55320 + pingdash AB + Pontus Engblom + noc&pingdash.se +55321 + Loralab + Serik Tuleshev + loraiotlab&gmail.com +55322 + Núcleo de Comunicaciones y Control, S.L. + Miguel Angel Pastor Benavent + miguel.pastor&nucleocc.com +55323 + Y20 Works + Cheyin Liao + y20w&yinyin.info +55324 + Anapaya Systems + Samuel Hitz + hitz&anapaya.net +55325 + Komprise + Kumar Goswami + kumar.goswami&komprise.com +55326 + State University of New York College of Technology at Delhi + Scott May + maysa&delhi.edu +55327 + SOS International LLC + Daniel Bizon + domainPOC&sosi.com +55328 + Tatweer + Houssam Melhem + houssam.melhem&tatweer.sy +55329 + MIC Global Services + Zak Rodriguez + zak.rodriguez&micglobalservices.com +55330 + adKor GmbH + Hartmut Kordus + hartmut.kordus&adkor.de +55331 + Noroutine + Oleksii Khilkevych + oleksiy&noroutine.me +55332 + PKI Solutions Inc + Mark B Cooper + mark&pkisolutions.com +55333 + Nanjing Buruike Electronics Technology Co., Ltd. + Weihua Tian + support&brickelectric.com +55334 + Digivalet + Priyank Shah + priyank&digivalet.com +55335 + yantaijiandianziCo.,Ltd. + YongLiang Li + happyboy036&163.com +55336 + Real Time Data Pty Ltd + Caleb Froese + calebf&teamrtd.com +55337 + RadioLab Srl + Stefano Nardo + stefano.nardo&radiolabonline.com +55338 + SMOK spółka z ograniczoną odpowiedzialnością + Piotr Maślanka + pmaslanka&smok.co +55339 + OptimERA Inc + Jester Purtteman + jester&optimerainc.com +55340 + Xware innovations + Ryan Mullenax + Ryan&xwinn.com +55341 + LA SAI + Olivier Darlot + o&lasai.fr +55342 + My Kidney Care L.L.C. + Meagan Strider + mstrider&mykidneycarellc.com +55343 + EZY-IO INC + Hui Huang + hui&ezyio.com +55344 + Basein Networks, Inc. + Donghoon shin + shin&basein.net +55345 + CMSS + R Keith Beal + r&cmss.com +55346 + orzTech + Yeechan Lu + ianaoid&orztech.com +55347 + HENRIETTA Piotr Maślanka + Piotr Maślanka + piotr.maslanka&henrietta.com.pl +55348 + Back Alley Labs + Craig Glaser + gr-admin&glaserrocks.com +55349 + Sipartech + Barriquand Paul + paul.barriquand&sipartech.com +55350 + Siemens Healthcare GmbH (SHS CS SLM SRS RSO) + Klaus Reinelt + asd.team&siemens-healthineers.com +55351 + Core Security, A HelpSystems Company + Pablo A. Zurro + pablo.zurro&helpsystems.com +55352 + Monty UK Global Ltd. + Farouk Tabbal + farouk.tabbal&montymobile.com +55353 + Ackerman Oil Co., Inc + Jeff Strother + support&ackoil.com +55354 + Allmon Technologies LLC + Anthony Allmon + allmonaj&gmail.com +55355 + VPM Media Corp + Austin Wright + awright&vpm.org +55356 + Huskey Truss & Building Supply + Poindexter Truss + PTruss&HuskeyTruss.com +55357 + Lakeside Robotics Corporation + Michael Sweet + msweet&lakesiderobotics.ca +55358 + Macali + Manuel Castineira + macalix&gmail.com +55359 + Huan's Software + Huan Wang + fredwanghuan&gmail.com +55360 + Brain Updaters + Pau Roura + pau&brainupdaters.net +55361 + Alphageek Systems + M. A. Walter + mike.walter&alphageeksystems.co.uk +55362 + Softronics Ltd. + Eric Ratliff + EricR&softronicsltd.com +55363 + TSGT.coop + Jerry Xiong + jxiong&tristategt.org +55364 + Groupement Belge des Graphothérapeutes asbl - GBGT asbl + Tramasure Sylvie + courriergbgt&gmail.com +55365 + Shanghai Mission Information Technologies (Group) Co., Ltd + Hui Li + lihui2&missiongroup.com.cn +55366 + TopBuild + IT Department + serversupport&topbuild.com +55367 + Six Degrees Technology Group Limited + Guven Mucuk + guven.mucuk&6dg.co.uk +55368 + Applied Concepts, Inc. + Russell Kautz, CTO + russell&a-concepts.com +55369 + L.I.S. + Sylvain MADERA + smadera&lis47.fr +55370 + Rockport Networks Inc. + Azim Jaffer + ajaffer&rockportnetworks.com +55371 + Mercadolibre + Fernando Russ + fernando.russ&mercadolibre.com +55372 + Companhia de Tecnologia e Sistemas de Minas Ltda. + Thiago Moura + admin&hills-tech.com +55373 + SDS System Design Service + John Jiang + jchiang&sds-tw.com +55374 + ARTIDIS AG + Philipp Oertle + philipp.oertle&artidis.com +55375 + blue:solution software GmbH + Rudolf Melching + ddenk&bluesolution.de +55376 + wocu-monitoring + Wocu Ops + wocu-ops&a3sec.com +55377 + Kaufhaus Martin Stolz GmbH + Managing IT-Administrator + iana&kaufhaus-stolz.network +55378 + Haws Corporation + IT Directory + hawsoid&hawsco.com +55379 + Bellarmine University + Shawn Snapp + ssnapp&bellarmine.edu +55380 + Nettrix Information Industry Co., Ltd. + "Yong" "Chen" + chenyonga&nettrix.com.cn +55381 + Omniscient Neurotechnology + Hugh Taylor + hugh.taylor&omni-neuro.com +55382 + Cheshire and Wirral Partnership NHS Foundation Trust + Aidan Chesworth + cwp.ictservicedesk&nhs.net +55383 + Intv Prime + Contact Executive + contact&intvprime.com +55384 + iCrypto Inc. + Adarbad Master + adarbad&icrypto.com +55385 + Tecnitia Servicios TIC S.L. + Diego Almagro + diego.almagro&tecnitia.com +55386 + NI Blood Transfusion Service + David Moore + itadmin&nibts.hscni.net +55387 + Tenon GmbH + Sebastian Böhm + office&tenon-backup.com +55388 + Frank Senkel + Frank Senkel + info&frank-senkel.de +55389 + Prodia Widyahusada + Lydwina + lydwina&prodia.co.id +55390 + wallbe GmbH + Oliver Duerr + oliver.duerr&wallbe.de +55391 + Ray Pte. Ltd. + Hemal Patel + registrations&ray.life +55392 + Institut für Arbeitsforschung - IfADo + Markus Konhoff + edv&ifado.de +55393 + Sentrica + Juan Jose Sierralta + juanjo.sierralta&sentrica.cl +55394 + Personalized Imaging Consultants + Wesley Falconer + wesleyf&ccsreno.com +55395 + Elektronika Krejan + Mihael Krejan + info&krejan.si +55396 + Painkiller AS + Thommy Mikkelsen + tm&painkiller.no +55397 + Jiangsu ZhongAnZhiXin Communication Technology Co., Ltd. + zhangsenfei + 15850200276&china-ssc.com +55398 + Jiangsu ZhongAnZhiXin Communication Technology Co., Ltd. + zhangsenfei + 15850200276&china-ssc.com +55399 + Technology Solutions Midwest + Scott Wells + scott.wells&tsmidwest.com +55400 + Secheron S.A. + Ferran Arumi + ferran.arumi&secheron.com +55401 + ENALISS GmbH + Ray Singel + help&enaliss.com +55402 + New Impulse 50 + IT department + it&utkonos.ru +55403 + News7haridwar + Purushotam Kumar + News7haridwar&Gmail.com +55404 + celerway + Lukasz + l.baj&celerway.com +55405 + Western Health and Social Care Trust + Paul McNulty + paul.mcnulty&westerntrust.hscni.net +55406 + Alstria office REIT-AG + Jan Burk + jburk&alstria.de +55407 + INFOLOGIC + Stephane REVOL + dsi&infologic.fr +55408 + American Health Network + Jay Williams + jay_williams&ahni.com +55409 + G-Way Solutions, LLC + Tsvika Blekher + t_blekher&gwaymicrowave.com +55410 + Salvatores Mundi + Paul Ciarlo + paul&salvatoresmundi.com +55411 + Marcus Corporation + Craig Glaser + serveradmin&marcuscorp.com +55412 + EDGEMATRIX, Inc. + Takenori Sato + tsato&edgematrix.com +55413 + SCC Data Systems + Bill Mitchell + sccdatasystems&gmail.com +55414 + Schüchtermann Schiller'sche Kliniken Bad Rothenfelde + IT-Infrastruktur Team + Infra&schuechtermann-klinik.de +55415 + WEG S.A. + Richard Heller Baeumle + richardhb&weg.net +55416 + Selcraft, Ltd. + Alexander Kefely + avkefely&selcraft.ru +55417 + solutio IT- und mediendienste + Carsten Weisgerber + c.weisgerber&solutio-it.com +55418 + EnergyHub, Inc. + Max Whitney + techadmin&energyhub.net +55419 + Archway School + James Moth + jamesmoth&archwayschool.net +55420 + WellSky + Josh Clark + josh.clark&wellsky.com +55421 + BartzHouse.com + Jason Bartz + jason.bartz.gr&gmail.com +55422 + Bartz.io + Jason Bartz + jason.bartz.gr&gmail.com +55423 + CGL Consolidated Ventures, LLC + Directory Registrar + registrar&directory.cargoio.com +55424 + «Laboratoriya Infocommunikatsionnykh Setey» LLC + Grigoriy Drubetskiy + drubetskiy&labics.ru +55425 + NPK STG LLC + Anton Plastinin + avp&npkstg.ru +55426 + Moelven SvT + Kjell Persson Granö + kjell.persson-grano&moelven.se +55427 + Stiftelsen för Internetinfrastruktur + Jan Säll + sfg&internetstiftelsen.se +55428 + HanPu Co. Ltd + Qiang Li + 18986492380&189.cn +55429 + HuBei Polytechnic Institute + Qiang Li + 18986492380&189.cn +55430 + SecureCloud+ Limited + James Booth + james.booth&securecloudplus.co.uk +55431 + A.J. Advanced Equipment + Anthony Luciano + anthony.luciano710&gmail.com +55432 + Tar Techcert Soluções em Meio Digital Ltda + Cesar Murilo Batista Vieira + cesar.murilo&techcert.com.br +55433 + Bank Ochrony Środowiska + Tomasz Miazga + bezpieczenstwo&bosbank.pl +55434 + Liberty Diversified International + Joshua Payeur + joshuapayeur&libertydiversified.com +55435 + Aetheros + Will Bell + will&aetheros.com +55436 + Solax Power Network Technology(Zhejiang) + GuoHuawei + guohuawei&solaxpower.com +55437 + Erste&Steiermärkische Bank d.d. + Marina Baric + mbaric3&erstebank.hr +55438 + Krizik Malaysia Sdn Bhd + Mohd Ilham Zulkifli + ilham&kmsb.com.my +55439 + GPlusMedia Inc. + Sébastien Gallet + websecurity&gplusmedia.com +55440 + SQUALIO + Aleksandrs Frolovs + Aleksandrs.Frolovs&squalio.com +55441 + Radius Elnet + Søren Steenslev + sstee&radiuselnet.dk +55442 + Cubic Mission Solutions + Nicholas Podolak + dtech.support&cubic.com +55443 + sonnen, Inc. + Gaurav Shah + g.shah&sonnen-batterie.com +55444 + Sandpolis + Tyler Cook + tcc&sandpolis.com +55445 + Matthieu TIRELLI + Matthieu TIRELLI + matthieu.tirelli&gmail.com +55446 + Tandarts M.S. van der Linden + Mark S. van der Linden + mark&tandartsvanderlinden.nl +55447 + dimensions11.net + z. dim + root&dimensions11.net +55448 + NETROX SYSTEMS s.r.o. + Milan Kundrat + info&netrox-systems.sk +55449 + MangoTelecom + Nikita Mashko + sysadm&mangotele.com +55450 + IVECloud (Pty) Ltd + Donovan Van Der Merwe + donovan&ghsweb.co.za +55451 + Enable-U B.V. + Tomas Liem + it&enable-u.com +55452 + JSC "AGROBANK" + Meleshin Nikolay Evgenyevich + nikolay&agrobank.uz +55453 + Sprecher Brewing Co. Inc. + Tim Wright + sprecherbr&sprecherbrewery.com +55454 + Elgama-Elektronika + Robertas Matusa + info&elgama.eu +55455 + dualstack GmbH + Stefan Marti + contact&dualstack.ch +55456 + Ochsner Clinic Foundation + Glen Picadash + glpicadash&ochsner.org +55457 + InfiniGold Operating Pty Ltd + Jelte van der Hoek + jelte.vanderhoek&infinigold.com +55458 + Ajay Software + Ajay Bommena + ajaybommena2010&gmail.com +55459 + 成都七维频控科技有限公司 (Chengdu Qiwei Frequency Control Technology Co., Ltd.) + CUI BAOJIAN + cuiyige2005&126.com +55460 + AKDB-OSRZ + Benedikt Lutz + service.outsourcing&akdb.de +55461 + UK Grid Solutions Limited + Zhi Shi + zhi.shi&ge.com +55462 + White Box Networks + Paul Fleming + pfleming&wyltk.com +55463 + Studio XP + Keven Chausse + keven.chausse&studioxp.ca +55464 + SYNVERSO d.o.o + Dalibor Franjić + dalibor&synverso.com +55465 + Viktora Medizintechnik GmbH + Christian Gundermann + gundermann&viktora-medizintechnik.de +55466 + GLVI Gesellschaft für Luftverkehrsinformatik mbH + Kai Lothar John + l.john&glvi.de +55467 + Nerd4ever Desenvolvimento Tecnologico e Inovacao Ltda + Sileno de Oliveira Brito + sobrito&nerd4ever.com.br +55468 + michaelwaterman + Michael Waterman + michael.waterman&outlook.com +55469 + Bayu Dwiyan Satria + Bayu Dwiyan Satria + bayudwiyansatria&gmail.com +55470 + Premier Trailer Leasing + IT + it_tickets&premier-us.net +55471 + Etung Technology Co.,Ltd + min zhou + min.zhou&etungtech.com +55472 + CTFF + Jasmine Sa + sabzh&ffcs.cn +55473 + China Film Giant Screen Co. Ltd + John Troy + cuixiaoyu_john&cgstheater.cn +55474 + INFORION, OOO (limited liability company) + Evgeny Bukotko + info&inforion.ru +55475 + oxdeca + Wolfgang Schaefer + wolfgang.schaefer&oxdeca.com +55476 + Mir Upakovki + Vladimir Khailov + itpartners&mirupak.ru +55477 + Meter, Inc. + Anil Varanasi + anil&meter.com +55478 + T-Systems Austria GesmbH + Peter Weghofer + OIDReg&neonet.at +55479 + Greig Mitchell + Greig Mitchell + greig.mitchell&greigmitchell.co.uk +55480 + Landesbetrieb LBB + Reinhard Sabel + ianapen&lbbnet.de +55481 + PKP Intercity S.A. + Michał Nowak + sekcja.microsoft&intercity.pl +55482 + ZJinJa + Ruoyan Zhang + admin&z-touhou.org +55483 + Kellenberger & Co AG + Alex Buschor + informatik&kellenberger.net +55484 + DMHIS + Jeremy Clech + jclech&dmhis.com +55485 + Sierra Automated Systems & Engineering Corp + Edward Fritz + ed&sasaudio.com +55486 + JSC "GIS" + Dmitrii Iazykov + iazykov.dmitrii&globinform.ru +55487 + CookieDen Online + Chirag Shah + Chirag.Shah&CookieDen.online +55488 + Kirisun Communication Co.,Ltd. + eric.qin + eric.qin&szkirisun.com +55489 + Winnet Information + Xingjian Qin + q_xingjian&163.com +55490 + Vox Technologies + George Scott + security&voxtechnologies.com +55491 + Gradient Technologies + Richard Kelsey + richard&gradient.tech +55492 + Pawprint Prototyping + Zachary Sturgeon + me&ke4fox.net +55493 + Authlogics + Steven Hope + stevenh&authlogics.com +55494 + Streamworx + Timo Jung + hostmaster&streamworx.net +55495 + Elma Electronic AG + Johann Gysin + johann.gysin&elma.ch +55496 + Kantara Initiative, Inc. + Certification Department + certification-department&kantarainitiative.org +55497 + Centris AG + IT Collaboration + it-collaboration¢risag.ch +55498 + Dr. Hahn GmbH & Co. KG + David Weitz + david.weitz&dr-hahn.de +55499 + Pilot Corporation Of Europe + David Stephen + it_infra&piloteurope.com +55500 + Guangdong OPPO Mobile Telecommunications Corp.,Ltd. + Zhai Zhaoxuan + zhaizhaoxuan&oppo.com +55501 + Digital Sense Hosting Pty Ltd + Noel Kelly + noel.kelly&digitalsense.com.au +55502 + Xaptum, Inc + Xaptum Noc + noc&xaptum.com +55503 + GREYCORTEX s.r.o. + Marnix Janse + marnix.janse&greycortex.com +55504 + UT Southwestern Medical Center + Nicole Rios + Nicole.Rios&UTSouthwestern.edu +55505 + domotof + christophe DAUBA + christophe.dauba&free.fr +55506 + Radial, Inc. + Victor Fisher + technology&radial.com +55507 + Graylog, Inc + Kay Roepke + kay&graylog.com +55508 + Shenzhen Qunfang Technology Co., Ltd + ZhuoLi + admin&szkingfox.com +55509 + Wetron Logistics B.V. + Alin Palade + AlinP&wetron.nl +55510 + Brighton & Hove City Council + Jack English + jack.english&brighton-hove.gov.uk +55511 + Hochschule für Wirtschaft und Gesellschaft Ludwigshafen + Michel Dombach + Michel.Dombach&hwg-lu.de +55512 + Rock West Composites + Gary Santana + it&1rockwest.com +55513 + Varner It Solutions + Douglas Varner + doug&varneritsolutions.com +55514 + Sheehans + Daniel Sheehan + sheehand&sheehans.org +55515 + TL Industries + Matt Edinger + matte&tlindustries.com +55516 + Interexport d.o.o. + Jernej Zajc + jernej.zajc&interexport.si +55517 + Struppkärrs Skog AB + Jan Ericsson + jan&struppkarr.se +55518 + DwarfHack + Marco Amann + admin&dwarfhack.com +55519 + Dirección General de Registro Civil Identificación y Cedulación + Santiago Puga + santiago.puga®istrocivil.gob.ec +55520 + Alpha Software Development Zrt. + Pethő Jonatán + jonatan&alphadev.hu +55521 + Brun Telecomunicazioni + Luca Vicentini + luca&brunsat.it +55522 + Hana Inc. + Zeen He + 1440519152&qq.com +55523 + Wobben Research and Development GmbH + Thorsten Jakobs + thorsten.jakobs&enercon.de +55524 + Nane OON GlobalCom Corporation + Praneet Rai + company&oonglobal.com +55525 + Nane + Praneet Rai + company&oonglobal.com +55526 + OON + Praneet Rai + company&oonglobal.com +55527 + ecert.ca + Praneet Rai + company&oonglobal.com +55528 + FileMeta Initiative + Brandt Redd + brandt&redd.org +55529 + IEEE Learning Technology Standards Committee + Brandt Redd + secretary&ieee-ltsc.org +55530 + VAS GmbH + Frank Przybylski + fp&vas-gmbh.de +55531 + Cambridge Pixel Ltd + Steven Priest + steve&cambridgepixel.com +55532 + Katze Laboratories + Tom Katze + flauschekater&gmail.com +55533 + FORT Robotics, Inc. + Robert Sherbert + bob&fortrobotics.com +55534 + Allgemeine Deutsche Burschenschaft + Tilo Ullrich + adb&tilo-ullrich.de +55535 + Hoymiles Converter Technology Co., Ltd. + Steven Zhang + zhangxingyao&hoymiles.com +55536 + Nexion Data Systems Pty Ltd + Nick Stefanou + nicks&nexiondata.com +55537 + Shenzhen ledc Technology Development Co., Ltd. + Xiaolin Zhu + rd01&drawerkvm.cn +55538 + ZyWaK + Support Team + contact&zywak.net +55539 + 911 Secure, LLC + Dan Gosselin + dgosselin&911secure.com +55540 + Chaotic Logic + Sean Stoves + sean&seanstoves.com +55541 + Tvv Sound Project BV + Edo Dijkstra + info&tvvsound.be +55542 + Skan Holding AG + Juan Miguel Severino Rubino + oidadmin&skan.ch +55543 + Din Bil Sverige AB + Vitalijs Belisko + vitalijs.belisko&dinbil.se +55544 + EZ5 Systems Ltd. + Sergey Turlachev + contact&ezfive.com +55545 + suawek + Sławomir Kowalski + iana&suawek.pl +55546 + IDCUBE Identification Systems Pvt. Ltd. + Ujjal Sarmah + ujjal&idcube.co.in +55547 + NFQES, s. r. o. + Eduard Baraniak + info&nfqes.sk +55548 + Hydrasun Limited + Ian Logie + it&hydrasun.com +55549 + South Central Ambulance Service NHS Foundation Trust + Ed Morgan + ITSupplier.Information&scas.nhs.uk +55550 + Kitsap Mental Health Services + Robert Lockhart + isaccounts&kmhs.org +55551 + SI-nerGIE + Mr LE TORTOREC Jeannick + jeannick.le_tortorec&framatome.com +55552 + Barrett Communications Pty. Ltd. + Eric Koch + eric_koch&barrettcommunications.com.au +55553 + OLAF + Dimo Chervenkov + Dimo.CHERVENKOV&ext.ec.europa.eu +55554 + East Lindsey District Council + Phil Davies + phil.davies&pspsl.co.uk +55555 + Rendeer Systems LLC + Charles Dasher + cdasher&rendeersys.com +55556 + Danderyds Kommun + Josef Ereq + josef.ereq&danderyd.se +55557 + GBGT asbl - Groupement Belge des GraphoThérapeutes asbl + Sylvie TRAMASURE + info&gbgt.be +55558 + CORESLAB STRUCTURES MIAMI, INC + ROMMEL J. JIMENEZ + itsupportmiami&coreslab.com +55559 + NJFVision + Nicolas Debernardi + nicolas.debernardi&gmail.com +55560 + layline.io GmbH + Stefan Deigmueller + stefan&layline.io +55561 + ATMD Ltd. + Vladimir Ilichev + atmd&atmd.ru +55562 + Confinity Solutions GmbH + Stefan Ott + stefan.ott&confinity-solutions.com +55563 + KTNF + Chiyong Jang + cyjang&ktnf.co.kr +55564 + Shanghai Bean Tech Co.,Ltd + Elvis Yang + elvis.yang&beantechs.com +55565 + Elektrizitätswerke Reutte AG + Dipl.-Ing. (FH) Patrick Schmidt + it&ewr.at +55566 + Beijing tongtech co., LTD + yong hu + tongoid&tongtech.com +55567 + Cadwork + Jean-Sebastien Paquet + it&cadwork.ca +55568 + Groupe Morneau + Yvan Leclerc + Yvan.Leclerc&groupemorneau.com +55569 + Poney Express + Wadii Zaim + wadii&poney-express.com +55570 + McFarlin Tech Consulting + Michael J McFarlin + mmcfarlin&mcfarlintech.net +55571 + Felton B.V. + Jeffrey van Haeften + j.vanhaeften&felton.nl +55572 + Chris Whitfield IT + Chris Whitfield + chris_whitfield_it&yahoo.com +55573 + 北京元支点信息安全技术有限公司 (Beijing Yuanfu Information Security Technology Co., Ltd.) + 史晨伟 (Shi Chenwei) + shichenwei&yuanzhidian.com +55574 + frey-raum e.k. + Markus Frey + markus&frey-raum.net +55575 + Austin Regional Clinic, P.A. + Greg Madere + GMadere&AustinRegionalClinic.com +55576 + AuriStor, Inc. + Jeffrey Altman + jaltman&auristor.com +55577 + 4bergamot.net + Andrew Eastland + andrew.eastland&4bergamot.net +55578 + Invitech ICT Services Kft. + Balazs Safrany + ripe&invitech.hu +55579 + Ashley Leach & Associates Pty Ltd + Ashley Leach + a.leach&alassociates.com.au +55580 + staiger.it + Philipp Staiger + philipp&staiger.it +55581 + Bronics Infocom Inc. + Kyoung min. Lim. + troll98&naver.com +55582 + Balzano Informatik AG + Rene Balzano + rene&balzano.net +55583 + Pridnestrovskiy respublikanskiy bank + IT - department + ca&cbpmr.net +55584 + Felix Koop + Felix Koop + fkoop&fkoop.de +55585 + Thales LAS France + Patrick Redon + patrick.redon&thalesgroup.com +55586 + Simservice A/S + Steen Lenzing + sl&simservice.dk +55587 + Milan Reznicek + Milan Reznicek + pen&reznicek.biz +55588 + EA Technology Ltd + Lee OHalloran + lee.ohalloran&eatechnology.com +55589 + Roche Diagnostics International Ltd + Rouslan Partyka + rouslan.partyka&contractors.roche.com +55590 + Fourie Boerdery + Deon Fourie + fourieboerdery&xpress.co.za +55591 + LLC IT-KRYM + Viktor Smirnov + iana-pen&itpark.ru +55592 + XFrost Labs OÜ + Xavier Perarnau + iana-pen&xfrostlabs.org +55593 + Bouwonderneming Goevaers & Znn. B.V. + Bas Kratsborn + BasKratsborn&goevaers.nl +55594 + Cynthia Maja Revstrom + Cynthia Maja Revström + iana&cynthia.re +55595 + Measures for Justice + Stephen Byrne + stephen.byrne&measuresforjustice.org +55596 + 5G Property Solutions + Brian Kinsey + bk&whoopwireless.com +55597 + Florida Atlantic University + Matt Ramsey + mramsey&fau.edu +55598 + Confluence Technologies, Inc + George Palmer + pki&confluence.com +55599 + Originpath + David Simal Gonzalez + david.simal&originpath.com +55600 + Thales - Secure Communications & Information Systems + Christopher Stinson + Christopher.Stinson&uk.thalesgroup.com +55601 + INDEPENDENCE BANK + IT Department + ibtech&ibyourbank.com +55602 + Eatontown Public Schools + Michael Brown + mcbrown&eatontown.org +55603 + Rummelsberger Diakonie + Thomas Mack + mack.thomas&rummelsberger.net +55604 + SYSTEM ENGINEERING & INFORMATION TECHNOLOGY SRL + Marco Vezzosi + supporto&seit.it +55605 + Bayerisches Staatsministerium für Digitales + Martin Kirschenbauer + ReferatB3&stmd.bayern.de +55606 + Ositech Communications Inc + Daniel Bartozzi + daniel&ositech.com +55607 + Cantada Inc + Thomas Pichieri + thomas.pichieri&cantada.com +55608 + Net Neural Ltd. + Simon Sparks + simonsparks&netneural.ltd.uk +55609 + NADEKS LLC + Ruslan Annenkov + r.annenkov&nadeks.ru +55610 + Xaru AB + Gunnar Thoernqvist + gunnar&igl.se +55611 + Cosner-Neipp Corporation + Adam Clayson + _arin&cosner-neipp.com +55612 + American Century Investments + Lisa Benson + lisa_benson&americancentury.com +55613 + PRETTL Electronics + Alexander Neubert + alexander.neubert&prettl-electronics.com +55614 + MobileMS + Michal Stefanski + serwis&mobilems.pl +55615 + EtherMatic + Przemyslaw Sztoch + info&EtherMatic.com +55616 + RosettaHealth + Buff Colchagoff + buff.colchagoff&rosettahealth.com +55617 + Pacific Petroleum Pty Ltd + Chris Stegner + cstegner&pacificpetroleum.com.au +55618 + VertisPro Pte Ltd + Harshad P + harshad&vertispro.com +55619 + 宜春宜联打印设备有限公司 (Yichun Yilian Printing Equipment Co., Ltd.) + 曾小宜 (Zeng Xiaoyi) + zengxiaoyi&elineprint.com +55620 + Alpla Staging + Heyko Kannenberg + heyko.kannenberg&alpla.com +55621 + Cnuth Network UTH + Makoto Minami + ianaoid&nest.cnuth.net +55622 + 2CRSI + Alain WILMOUTH + ibo&2crsi.com +55623 + University of Birmingham School of Computer Science + Ian Batten + i.g.batten&bham.ac.uk +55624 + Eutelsat - MENA + Ahmad Saidawi + ahmad.saidawi&platform.jo +55625 + Absolunet inc. + Jeremie Rioux + jrioux&absolunet.com +55626 + ANYROAM LLC + Support + support&anyroam.net +55627 + ANYROAM LLC + Support + support&anyroam.net +55628 + PacsLogic LLC + Matthew Granger + Matt&PacsLogic.com +55629 + Department of Health Tasmania + Ben Short + ben.short&health.tas.gov.au +55630 + Advanced Medical Footcare, LLC + Song Yu, DPM + drsongyudpm&yahoo.com +55631 + Dymond Consulting + James Dymond + iana-pen&dymond.consulting +55632 + Bolton Clarke + Johny Agotnes + jagotnes&boltonclarke.com.au +55633 + Xtended Specialists Inc, + Angel Sosa + soslorr&aol.com +55634 + cbrain A/S + Thomas Qvist + admin&cbrain.dk +55635 + EyePro System S.r.l. + Andrea Bertuolo + bertuolo&eyeprosystem.com +55636 + Watchtower Consulting (Pty) Ltd + Belinda Valentyn + watchtowerconsulting&outlook.com +55637 + gesagt.getan. GmbH + Reinhard Binder + office&gesagt-getan.at +55638 + Fountainhead Technologies, Inc. + Bill Gilpatric + bgilpatr&fountainhead.io +55639 + Star Group LLC + Yuskiv Andrey + itdir&star-grupp.ru +55640 + NU-CIVILISATION – Gemeinschaft zur Förderung einer organischen gemeinwohl- und werteorientierten Zivilisation + Mag. Martin Heiduk + verein&nu-civilisation.org +55641 + Trust The Press + Andrew Dodge + dodgea&TrustThePress.org +55642 + Ruuvi Innovations Ltd + Otso Jousimaa + otso&ruuvi.com +55643 + https://www.mrfixitit.org + Albert Joseph DeMaio + littleal78&gmail.com +55644 + Graphcore Ltd + Peter Simm + gc-iana&graphcore.ai +55645 + Stadt Herne + Michael Korsten + michael.korsten&herne.de +55646 + Beacon Federal Credit Union + Mark Maslonka + IANA-PEN.Admin&external.beaconfed.org +55647 + ExodusPoint Capital Management, LP + Robert van Veelen + robert.vanveelen&exoduspoint.com +55648 + Segmed + Wojciech Adam Koszek + wkoszek&segmed.ai +55649 + Mike van Zyl Incorporated + Mike van Zyl + mvzinc&mweb.co.za +55650 + Netha + Guillaume Marsay + gmarsay&gmail.com +55651 + Betanium, Inc. + Benjamin Miller + ben&betanium.com +55652 + Bass Pro Shops + Michael Bates + msbates&basspro.com +55653 + Leonardo MW Ltd + Neil Hillard + neil.hillard&leonardocompany.com +55654 + net.Media SR + Stefan Reichhard + office&netmedia.pro +55655 + Mobilinkd LLC + Rob Riggs + rob&mobilinkd.com +55656 + LAS Enterprises + Lorraine Sosa + soslorr&aol.com +55657 + TN2 Solutions EESV + Rene Jager + renej&tn2.solutions +55658 + ZD Technology(Beijing) Co., Ltd + Jin Zhang + research&zd-tech.com.cn +55659 + Zaji Consultant + Michael Schmidt + Sailsman78&protonmail.com +55660 + GCT Global Container Terminals Inc. + John Ferreira + netadmin&globalterminals.com +55661 + Revocent Inc + Mike Cooper + mike&revocent.com +55662 + KopterMax + Matteo Galet + info&koptermax.com +55663 + GK Rubezh, LLC + Ivan Pryakhin + admin&rubezh.ru +55664 + Markie Enterprises + David Markie + snmp&serialtech.com +55665 + London Square Developments Ltd + Kevin Murphy + itsuppliers&londonsquare.co.uk +55666 + Best bath Systems Inc + Russell McIntire + IT&bestbath.com +55667 + SKYELP + Anh Pham + certadmin&skyelp.net +55668 + City of Bristol, Tennessee + Shane Varney + itsupport&bristoltn.org +55669 + South Dakota Board of Regents + Ryan McGarry + ris-sys&sdbor.edu +55670 + NG9-1-1 Interoperability Oversight Commission + Administrator + admin&ng911ioc.org +55671 + Simple Solutions Learning, INC. + Reed Johnston + reed&simplesolutions.org +55672 + RateEngine + Dimitar Kokov + dkokov75&gmail.com +55673 + Telefonbau Behnke GmbH + Thomas Kraemer + thomas_kraemer&behnke-online.de +55674 + eskhome.net + Craig Eskdale + craigacs&eskhome.net +55675 + mitgedanken + Sara Tasche + sara.dolores.tasche&gmail.com +55676 + Hampton Roads Orthopaedics Spine & Sports Medicine + Wendy Jackson + wjackson&hrosm.com +55677 + AnyElectron LLC + Network Research + ioagent&anyelectron.com +55678 + Custom Control Concepts + Halley Kell + Halley.Kell&Astronics.com +55679 + Sunmark Credit Union + Information Technology + IT-Infrastructure&sunmark.org +55680 + American Library Association + Sherri Vanyek + svanyek&ala.org +55681 + Zeplay LLC + Brandon McKenzie + brandon&zeplay.tv +55682 + JayJay + Julian Jacobi + iana&julianjacobi.net +55683 + Swissomation Inc. + Stephan Casas + istauthority&swissomation.com +55684 + RBZ am Schuetzenpark + Rolke, Andreas + a.rolke&rbz-schuetzenpark.de +55685 + Albert Neef Consulting + Albert Neef + albert.neef&anconsulting.nl +55686 + Smawave + haoxu + hao.xu&smawave.com +55687 + chinamobile soc platform + Meng Xian + will_nx&163.com +55688 + LLC HUBTRUST + Dmitriy + efimovdi&gmail.com +55689 + Testin Ltd. + Bo Peng + bopeng&testin.cn +55690 + Musgrave maintenance + Glynn Delport + delport. g.a@Gmail. com +55691 + Nolmë Informatique + Vincent Duvernet + vincent.duvernet&nolme.com +55692 + Veyseloglu LLC + Araz Mirzayev + araz.mirzayev&veyseloglu.az +55693 + Bewor Tech S.L. + Elena Vera Muñoz + evera&vocces.com +55694 + ITPassion Ltd + Guus Leeuw + guus.leeuw&itpassion.com +55695 + MICROSET + LAURA GATTEL + infoµset.net +55696 + RTV Technologies s.r.o. + Luděk Ranc + info&rtvtechnologies.com +55697 + Groupama Biztosító Zrt. + Laszlo Szomor + oid&groupama.hu +55698 + Touro University Medical Group + Susan Anderson + sdaorlando&hotmail.com +55699 + VTNS + Nicolas Vuillermet + nicolas&vuillermet.bzh +55700 + AppLine + Jesse Liang + jesseliang&appline.xyz +55701 + Signers Technology LLC + Adrian Hector Mazza + amazza&signerstech.com +55702 + Adam Investments (formerly 'Adam Maxwell Investment Company AMI') + Charles Adam Maxwell + AdamInvestments&hotmail.com +55703 + OAG INDUSTRIES srl + Andrea Chelli + andrea&kelli.it +55704 + OpenetME + Openet InfoSec + security&openet.com +55705 + Smith Consulting LLC + Michael B. Smith + MICHAEL&SMITHCONS.COM +55706 + CUBOSOFT + Juan Pablo Chavez + jp3&cubosoft.net +55707 + Arilou Technologies Ltd. + Nir Sharony + nir.sharony&nng.com +55708 + BonaSoft sp. z o.o. sp. k. + Michal Danielak + sysadmin&bonasoft.pl +55709 + TECNED B.V. + Chris van Kalken + chris.vankalken&tecned.com +55710 + Talent4Transition + Professor Philip Garner + philipgarnerassociates&outlook.com +55711 + Proius + Vincent Van Houtte + vvh&aplusv.be +55712 + Joint-stock Company "Accent-Bank" + Evgenij Rudenko + evgenij.rudenko&a-bank.com.ua +55713 + KNS Inc + Wang Hyunho + hhwang&kns-kr.com +55714 + VRBANK + Danila Koshel + me&catinthe.space +55715 + Ikle + Alexei A Smekalkine + ikle&ikle.ru +55716 + 北京蓝拓扑科技股份有限公司 (Beijing Blue Topology Technology Co., Ltd.) + 刘艺龙 (Liu Yilong) + liuyilong&bluetop.com.cn +55717 + Fiat Uno Solutions + Don Clarke + don&donfiat.co.za +55718 + Zentry Security, Inc. + Roland Hsu + r.hsu&zentrysecurity.com +55719 + Doing It 4 U + Kevin Harpur + kevindoingit4u&gmail.com +55720 + Horns & Hoofs + Dmitry Makarov + dmitry.makarov&hornshoofs.com +55721 + Peter Mertes KG + Stefan Kiesgen + s.kiesgen&mertes.de +55722 + Aviti + Olivier Petit + opetit&aviti.fr +55723 + Knorr-Bremse AG + Nicolas Goupil + nicolas.goupil&selectron.ch +55724 + NATIONAL INFORMATION TECHNOLOGY DEVELOPMENT AGENCY, + DR. MOHAMMED ONIMISI YAHAYA + ymohammed&nitda.gov.ng +55725 + Ovio Smart World + Sina Ouji + support&ovio.io +55726 + MaxiTech + Serhii Zablotskiy + support&maxitech.com.ua +55727 + AO "RACIM" + Alexandr Pyshnyak + alex.tums&gmail.com +55728 + CER Groupe + Olivier Bruylandt + olivier&bfish.eu +55729 + Identification International, Inc. + Richard Fenrich + fenrich&idintl.com +55730 + BISDN GmbH + Andreas Koepsel + net&bisdn.de +55731 + Celera, S.A. + Roberto Chiroy + contact&celera.com.gt +55732 + Warpcom Services, SA + Antonio Martins + antonio.martins&warpcom.com +55733 + Advanced Design Technology Pty Ltd + Adrian Thearle + adrian_PEN&adt.com.au +55734 + iTarge Technology + Wei Lin + linwei&itarge.com +55735 + 北京椰子树信息技术有限公司 (Beijing Coconut Tree Information Technology Co., Ltd.) + 朱正路 (Zhu Zhenglu) + service&coconet.cn +55736 + OctoInsight Inc. + Jeremy Barker + jb&octoinsight.com +55737 + Data Handler LLC + Jesse Pechart + jpechart&datahandlerllc.com +55738 + William Woodruff + William Woodruff + william&yossarian.net +55739 + Yethfr certification authority + Huang Houfeng + 13426954351&163.com +55740 + Huang Houfeng + Huang Houfeng + HHF&ipv64.cn +55741 + S.M. Acton t/a Stelin Motors + Steven Acton + stelinadmin&rsaweb.co.za +55742 + Landratsamt Calw + Marco Gubitzer + software&kreis-calw.de +55743 + Reliance Energy Inc + Ronnie Covert + sysadmin&reimid.com +55744 + Tampa Microwave + Robert Nawrocki + b.nawrocki&tampamicrowave.com +55745 + Geo TV Network + Muhammad Furqan Uddin + furqan.uddin&geo.tv +55746 + Jang Group of Companies + Muhammad Furqan Uddin + furqan.uddin&janggroup.com.pk +55747 + Facebook Connectivity - Terragraph + Paul McCutcheon + pm&fb.com +55748 + TriHealth + Bryan Greenberg + bryan_greenberg&trihealth.com +55749 + TXOne Networks Inc. + Justin Jan + justin_jan&txone-networks.com +55750 + Kadfire Limited + Kadfire Networks Team + networks&kadfire.com +55751 + Azienda Universitaria Policlinico P. Giaccone + Nicola Alessi + alessi&policlinico.pa.it +55752 + HYTEC INTER Co., Ltd. + Hajime Hatanaka + hatanaka&hytec.co.jp +55753 + Comtron + David Lalehzar + dlalehzar&comtronusa.com +55754 + Datil Technologies, Inc + Eduardo Raad + ca&datil.co +55755 + South Holland District Council + Dave Morfee + ict&pspsl.co.uk +55756 + AceAxis + Nigel Chapman + info&aceaxis.co.uk +55757 + RiskAnalytics + Nathan Green + ngreen&riskanalytics.com +55758 + GT Solutions + Gregory Trobridge + gtsolutionsserv&gmail.com +55759 + Calltech SA + Mauricio Noguera + m.noguera&calltechsa.com +55760 + OPWILL Technologies (Beijing) Co., Ltd + zhutianquan + zhutq&opwill.com +55761 + Új Világ Nkft. + Novák Tamás + uzemeltetes&ujvilag.gov.hu +55762 + Truffco Ltd + Steve Threlfall-Rogers + SteveTR&truffco.co.uk +55763 + Allogene Therapeutics, Inc. + Tim McCarty + tim.mccarty&allogene.com +55764 + INSIS SPA + Luca Massini + luca.massini&insis.it +55765 + OGLplus + Matus Chochlik + chochlik&gmail.com +55766 + In Loco Tecnologia da Informação S.A. + Pedro Tôrres + pedro.torres&inloco.com.br +55767 + New Era Technology + Rezar Zefaj + rzefaj&neweratech.co.uk +55768 + CIRMMT + Julien Boissinot + julien.boissinot&cirmmt.org +55769 + Zynas co., ltd. + Shoichi Saito + saito.shoichi&zynas.co.jp +55770 + 北京英泰智科技股份有限公司(Beijing iTarge Technology Co., Ltd.) + Chong Li + lichong&itarge.com +55771 + Appmodule AG + Tobias Rothen + sysadmin&appmodule.net +55772 + Fiberworks Int. AG + Frank Witig + fw&fiberworks.com +55773 + Beijing Qinmu Data Technology Co.,LTD + Chi Yang + chy&qinmu.net.cn +55774 + US Wellness + Alyssa Williamson + awilliamson&uswellness.com +55775 + Bayerische Staatsforsten AöR + Matthias Frost + matthias.frost&baysf.de +55776 + NOGC Certificate Authority + Praneet Rai + corporate&nogc.ovh +55777 + NOGC Go Cert + Praneet Rai + corporate&nogc.ovh +55778 + NOGC Universal Root Certificate Authority + Praneet Rai + corporate&nogc.ovh +55779 + David Dai W + David Dai + davidjet&gmail.com +55780 + Definet Oy + Tea Murtomaki + tea.murtomaki&definet.fi +55781 + Safaricom PLC + Protus Etende + petende&safaricom.co.ke +55782 + Mirco Reimer + Mirco Reimer + pen.iana.org&mircoreimer.de +55783 + Net Assets, Inc. + Grant Gossett + sysops&netassets.com +55784 + CERTIFICADORA DEL SUR SPA + JOSE CRISTIAN ECHEVERRIA BRIONES + cecheverria&byeconta.cl +55785 + Nubo + Kenny Louveaux + hello&nubo.coop +55786 + Converged Compliance Solutions, Inc. + Terence McDonough + tjmcdonough&convergedcompliance.com +55787 + Meraxo AG + Jan Baumeler + itservices&meraxo.com +55788 + ecoprotec GmbH + Lukas Rogala + administrator&ecoprotec.de +55789 + PaTES s.r.o. + Michal Papai + papai&pates.sk +55790 + EkkoSense Ltd + David Corder + david.corder&ekkosense.co.uk +55791 + Clay Platte Family Medicine Clinic P.C. + Vince Shisler + vinces&clayplattefamily.com +55792 + DAERZK + Chris Martyn + chris.martyn&daerzk.com +55793 + Communauté PKILabs + ISAMBERT Patrick + patrick.isambert&pkilabs.eu +55794 + NINGBO DEYE INVERTER TECHNOLOGY Co., LTD + Xudong Chen + chenxd&deye.com.cn +55795 + BIZ-CHO + Alexis BIZON + alexis.bizon+iana&biz-cho.ovh +55796 + ORANO SA + Philippe BAGONNEAU + philippe.bagonneau&orano.group +55797 + Some Idiots Are Savants + Stephen D. Scotti + sscotti&sscotti.org +55798 + OCN + Artem Fedoseev + afedoseev&ocn.group +55799 + E Squared + Andre Mostert + andrem&enterprise360.me +55800 + smartics + Anton Kronseder + anton.kronseder&smartics.de +55801 + Buypass AS + Kai Bjørnstad + kai.bjornstad&buypass.no +55802 + GLOTEC ENGINEERING (SA) (PTY) LTD. + Jeong, Haekwon + hkjeong52&gmail.com +55803 + GBS Backup B.V. + Roel Otten + roel.otten&gbsbackup.com +55804 + Neural Inference Solutions Inc. + Michael Durrant + mdurrant&neuralinference.com +55805 + eBay Inc + Ashwin Ambekar + DL-eBay-site-idm&ebay.com +55806 + Alertus Technologies LLC + Gary El-Gamil + gelgamil&alertus.com +55807 + Baronics LLC + William Meltzer + baronics&gmail.com +55808 + Drifting Mind Studio + Johannes Helgi Laxdal + johannes&laxdal.org +55809 + Crystal Crest Cleaners + Efren M. Gabriel + efigabriel&gmail.com +55810 + Vitesco Technologies + Klaus Steger + klaus.steger&vitesco.com +55811 + JSC "MIR UPAKOVKI" + Denisov Igor + igor&netx.ru +55812 + Laboratories of Molecular Anthropology and Microbiome Research + John K Boyd + lmamr.account&ou.edu +55813 + HashiCorp, Inc. + William Bengtson + wbengtson&hashicorp.com +55814 + RnD Center "IMPULSE" + Sirotkin Alexey + sa&sstmk.ru +55815 + Factor-y S.r.l. + Daniele Vistalli + daniele.vistalli&factor-y.com +55816 + LifeLens Technologies + Andy Hoffman + ahoffman&lifelenstech.com +55817 + Teichmann Integration Services + Heinz Teichmann + heinz&tis.cx +55818 + Cunningham Research Corporation Limited + James Cunningham + crc&jamescun.com +55819 + Eko-Okna S.A. + Dariusz Skonieczny + ds&ekookna.pl +55820 + MedPics LLC + Roland Talanow + DrTalanow&MedPics.me +55821 + ELTACOM + Elias MOUKAL + elias&eltacom.ma +55822 + Clover Cyber + Dongxu Hao + 1123182168&qq.com +55823 + Perry Familia + Steven Perry + steven&perryfamilia.com +55824 + SKS + Evgeny Seredkin + it&sksural.com +55825 + Tiny Tiny Computing + Jay Koby + jkoby&tinytiny.net +55826 + Nerd-Residenz + Ralph J.Mayer + oid&nerd-residenz.de +55827 + Uplevel Systems, Inc + Thomas Alexander + tom&uplevelsystems.com +55828 + Marshall Community Credit Union + Information Technology + ITAdmin&marcomcu.org +55829 + Arthur18 + Heiko Grill + heiko.grill&diegrills.org +55830 + Gazprom Remont + Ivan Sekretarev + i.sekretarev.grm&gmail.com +55831 + Speedway LLC + Raj Bhambri + rbhambri&speedway.com +55832 + Fidelity National Information Services + Andrew Harris + andrew.harris&fisglobal.com +55833 + Shenzhen boruide technology co. LTD + yongshi + shiy&broadtech.com.cn +55834 + NorthHinkle + John N Hinkle + northhinkle&comcast.net +55835 + Sutra Tech Labs Inc + Gaurav Garg + gaurav&sutratechlabs.com +55836 + MFA Informatik AG + Andreas Schneider + andreas.schneider&mfa-informatik.ch +55837 + Schäckermann + Frank Schäckermann + azj8wcfd5k&liamekaens.com +55838 + DLinuxguy INC. + Chintan Murty + dlinuxguy&gmail.com +55839 + Lynxgistics Inter Freight Co., Ltd. + Komson Lertboonyapun + it&lynxinterfreight.com +55840 + JieYue technical service studio + Hua xin + david_hwa&126.com +55841 + Tibasamaneh + Edwin Abnoosian + ed&tibasamaneh.com +55842 + Lagoni Engineering + Kaelan Thijs Fouwels + kaelan.fouwels&lagoni.co.uk +55843 + AXXICON Moulds Eindhoven BV + Bas Hendrix + B.Hendriks&axxicon.com +55844 + Nebig Verpakkingen B.V. + Michel Coolen + m.coolen&nebig.com +55845 + Mevi Beheer + Hendry Tjonadi + htjonadi&mevi.com +55846 + Smits Groep + Ton van der Aa + support&smits-groep.nl +55847 + Libéma Exploitatie B.V. + Willem-Jan Glaudemans + w.glaudemans&libema.nl +55848 + Swifthosting ApS + Mikkel Christensen + mikkel&swifthosting.dk +55849 + Mizar Magic and Research Network + Nanyuan Cheng + pen&mmrnet.org +55850 + Veea Systems Ltd + Adam Cottrell + adam.cottrell&veea.com +55851 + Jordan Klein + Jordan Klein + haplo&haplo.net +55852 + Saṃvásana Holdings + Ryan Morrison + ryan&samvasana.com +55853 + BaaSid International Lab Co.,LTD. (Taiwan) + Rocky Huang + rockyhuang&baas-holdings.com +55854 + Pagebe.fr + Thomas Paricaud + thomas&paricaud.fr +55855 + UkrTrade ltd + Gennady Lapin + gennady_lapin&klass.com.ua +55856 + EMCO Chemical Distributors, Inc. + Rory Baker + rbaker&emcochem.com +55857 + DD Cloud + Dmitry Stasenko + myrkul.000&gmail.com +55858 + ALL D.S. SECURITY SOLUTIONS LTD + Sharon Weiss + info&alldss.com +55859 + Mini-Circuits + Chi Man Shum + testsolutions&minicircuits.com +55860 + Advantech Wireless Technologies Inc. + Evan Provost + evan.provost&advantechwireless.com +55861 + Miranham -CreatorGroups- + しゅーsyuu22397 + syuu22397&gmail.com +55862 + Gold Corporation + Nathan Manzi + nathan.manzi&perthmint.com +55863 + COMNET INC. + Tetsuya Oshima + oshima&dbcom.co.jp +55864 + AMMG + Martin Aye + iana&aye-gruppe.de +55865 + The University of Alabama + Alex Hainen + ahainen&ua.edu +55866 + Mathima Technologies + Dennis Smalbrugge + dsmalbrugge&mathimatech.com +55867 + eSKamation + Stefan Kanthak + stefan.kanthak&nexgo.de +55868 + Useful Bytes LLC + Josh Dague + oid&useful-bytes.com +55869 + Leertouwer + Stefan Meurs + stefanmeurs&leertouwer.nl +55870 + Zaman 01 LTD + Vakilzade Tabriz + support&alver.kz +55871 + Crédit Mutuel ARKEA + Éric LE CORRE + offre.ged&arkea.com +55872 + ProLabs + Sergiu Rotenstein + sergiu.rotenstein&prolabs.com +55873 + Xona Systems, Inc. + Raed Albuliwi + raed&xonasystems.com +55874 + Østfold Interkommunale Arkivselskap IKS + Ole Aldric + ole.aldric&ikao.no +55875 + Agentilo GmbH + Felix Schuck + felix.schuck&agentilo.com +55876 + VitalThings AS + Stig Christian Aske + sca&vitalthings.com +55877 + AppEx Networks Corporation + Hao Zhuang + hao&appexnetworks.com +55878 + ABSU Limited + Denys Rtveliashvili + contact&absu.info +55879 + AddSecure Acquisitions Holdings AB + Phillip Cavell + phillip.cavell&addsecure.com +55880 + StealthPath Inc. + Mark Orton + morton&stealthpath.com +55881 + toolman.org + OID Administrator + oid-admin&toolman.org +55882 + GREEN CITY STI.,JSC + Admin Greencity + adminxc&xanhcity.com.vn +55883 + Micro-Design Inc + Patrick Patel + ppatelµ-design.com +55884 + fremetih solutions + Freddy Mendoza + frmendozat&uni.pe +55885 + Successful Endeavours Pty Ltd + Rob Struthers + rob&successful.com.au +55886 + Imperani Alarm Services T/A JA Security + Jordaan Marais + ias.jasec&gmail.com +55887 + Nanjing Huastart Network Technology Co.Ltd + Wei Chen + chen.wei&huastart.com +55888 + TradeWith + Micheal Moono + michealmoono23&gmail.com +55889 + TycheTools, SL + Jose M. Moya + jm.moya&tychetools.com +55890 + Technocon + Sara Ravi + sarabrk&yahoo.com +55891 + Artemis Tosini + Artemis Tosini + oid&artem.ist +55892 + Guang Zhou Aoshi Internet Information & Technology Co., Ltd. + Lu Wenhuan + 402526441&qq.com +55893 + Hyve Solutions + Janny Au + jannya&hyvedesignsolutions.com +55894 + e-Smart Systems Europe SL. + Rashabh Kumar + info&e-smartsystems.com +55895 + Katariya Infra Projects Private Limited + Chintan Katariya + info&katariyainfraproject.com +55896 + DAAD - Deutscher Akademischer Austauschdienst + Arnd Müller + mueller&daad.de +55897 + ARKRAY USA, Inc. + T.R. Piller + pillert&arkrayusa.com +55898 + MEDICON + IT Department + oid&mediconas.cz +55899 + IPG Information Process Group GmbH Deutschland + Holger Strickling + holger.strickling&ipg-group.com +55900 + National Academy of Forensic Engineers + Mitch Maifeld, PE + iana&maifeld.name +55901 + Sven Anders + Sven Anders + sven&anderss.de +55902 + 3FONT + Ferran Fontova + 3font&3font.net +55903 + hagebau IT GmbH + Christian Weise + hcs-os&hagebau.com +55904 + National Petroleum Construction Company + Basil El Khoury + itlicensing&npcc.ae +55905 + J.H.C. de Rooy Holding B.V. + Steven Goossens / Geert van Bergen + IT&derooy.com +55906 + SecretNest.info + Wei Cui + public&secretnest.info +55907 + Shenzhen New Trend International Logistics Technology Co.,LTD + Jianfeng Shao + info&nti56.com +55908 + Dinnissen B.V. + Erik Janssen + IT-Support&dinnissen.nl +55909 + Coolsure Limited + Warwick Dawes + warwick.dawes&coolsure.com +55910 + Heka Werkzeuge GmbH + Philip Kazmeier + it&heka-werkzeuge.de +55911 + Proper Code + Philip McGuire + phil&propercode.org +55912 + Associação Nacional dos Registradores de Pessoas Naturais + Luis Carlos Vendramin Junior + ac®istrocivil.org.br +55913 + Pinnacle Oncology + Thomas Landers + tlanders&flatiron.com +55914 + Tomasz Szkutkowski IT Consulting + Tomasz Szkutkowski + tomasz&szkutkowski.pl +55915 + NEMZETI MOBILFIZETESI ZRT. + ISTVAN MIKLOS ERDELYI + erdelyi.istvan.miklos&nmzrt.hu +55916 + Junge Sprachwissenschaft e. V. + Markus Jochim + admin&junge-sprachwissenschaft.de +55917 + Tel + Gerhard Telschow + GERHARD.TELSCHOW&OUTLOOK.DE +55918 + SecureLogic LTD + Itzhak Sharon + itzik&securelogic.co.il +55919 + Martin Loehnertz IT Beratung + Martin Loehnertz + info&loehnertz.de +55920 + PCItek + Herbert Falk + herb.falk&pcitek.com +55921 + iSAtech water GmbH + Emanuel Mey + info&isatech.de +55922 + Kismet Wireless + Michael Kershaw + mike&kismetwireless.net +55923 + Lauterbach GmbH + Franz Sirl + franz.sirl-pen&lauterbach.com +55924 + yfn Beteiligungsgesellschaft UG + Yves Frédéric N´Soussoula + support&yfn-group.de +55925 + Buy Whole Foods Online Ltd + Simon Duffield + simon.duffield&ldeng.co.uk +55926 + Cumtenn Intelligent information science and technology(Zhejiang) Co., Ltd. + Sealand Ly + sealand-ly&sealand100.com +55927 + seot + xiaodong jia + jiaxiaodong&seot.cn +55928 + JSC Profotech + Maxim Yanin + yanin&profotech.ru +55929 + University of Lausanne + Alexandre Roy + alexandre.roy&unil.ch +55930 + Kwikbit + Jeff Stern + jstern&kwikbit.com +55931 + Safe Host S.A. + Jean-Christophe Valiere + securityit&safehost.com +55932 + GXM Consulting + Dylan Neves + neves&gxmconsulting.com +55933 + Powersoft S.p.A. + Filippo Digiugno + filippo.digiugno&powersoft.com +55934 + Cryptnox SA + Sebastien Armleder + sebastien.armleder&cryptnox.ch +55935 + Kutai Electronics Industry Co., LDTD. + Po-Ting Kang + pt.kang&mail.kutai.com.tw +55936 + Grentech + jingruhong + jingruhong&powercn.com +55937 + Delta Electronics, Inc. + Patrick + PATRICK.PK.LIN&deltaww.com +55938 + Kero Kero Information Technology Center + Soichiro Inoue + info&k-itc.com +55939 + Garantir Technologies Private Limited + Samir Gupta + sales&garantir.in +55940 + Temas LLC + Victor Fedosenkov + fvs&temas.ru +55941 + Wisdom Technologies Pvt Ltd + Ravi Kumar + ravi&wisdomtech.co.in +55942 + LightEdge Solutions + Ben Vargas + bvargas&lightedge.com +55943 + Opennetworks Kft. + Andras Beliczay + abeliczay&opennet.hu +55944 + Netlock Gmbh + Feind Gabriella + feind.gabriella&netlock.hu +55945 + MC-Technologies GmbH + Matthias Bannach + bannach&mc-technologies.net +55946 + Arra Networks + Paul Egermeier + operations&arranetworks.com +55947 + SkizNet + Ryan Schmidt + skizzerz&skizzerz.net +55948 + Rayn0r Ltd. + Raynor Hsu + jerry81591066&gmail.com +55949 + ALVO Spółka z ograniczoną odpowiedzialnością, Sp. k. + Agata Olszewska + agata.olszewska&alvo.pl +55950 + Keydok LLC + Xavier Lamicq Zorrilla + xavier.lamicq&keydok.com +55951 + AmLight/AMPATH + OPS AmLight/AMPATH + ops&ath.net +55952 + Laboratorio de Modelos y Datos de la UNAM + Luciano Diaz + luciano.diaz&correo.nucleares.unam.mx +55953 + FRAMATOME + Orion RAGOZIN + orion.ragozin&framatome.com +55954 + Episource LLC + Jeff Elrod + jeff.elrod&episource.com +55955 + Suzhou China Asterfusion Co.,LTD + Bochen JI + jibochen&asterfusion.com +55956 + iret Gesellschaft zur Entwicklung elektronischer Steuerungen mbH + Thomas Goß + edvservice&iret.de +55957 + ICS Technologies + Barulli Vittorio + vittorio.barulli&xtechnologies.it +55958 + reply + sharif uddin + m.uddin&reply.com +55959 + NeoVolta Inc. + BRENT WILLSON + bwillson&neovolta.com +55960 + Charles Russell Speechlys + Haroon Hanif + InfrastructureMonitor&crsblaw.com +55961 + Intenta GmbH + Basel Fardi + iana-pen&intenta.de +55962 + PD Inc + Jason Pyeron + iana-pen&pdinc.us +55963 + Bendigo and Adelaide Bank Limited + Paul Winters + paul.winters&bendigoadelaide.com.au +55964 + Carman Systems + Walter Carman + wcarman1&gmail.com +55965 + Ministry of Foreign Affairs of the Republic of Uzbekistan + Khikmatulla Zaynutdinov + it&mfa.uz +55966 + KeySwing + Austin Chang + austin880625&gmail.com +55967 + County of Lackawanna + Colin Doherty + dohertyc&lackawannacounty.org +55968 + Ammega Group B.V. + Dick de Groot + helpdesk&ammeraalbeltech.com +55969 + Gulf International Development LLC + Louis Christodoulides + louis&gulfid.com +55970 + BHDev Desenvolvimento e Consultoria em Informatica LTDA + Sebastian Kummer + info&bhdev.net +55971 + DAUPHIN TELECOM + Colin Haeberle + sysadmin&dauphintelecom.com +55972 + NARMI + Chris Narmi + Chris&NARMI.org +55973 + Lathrop GPM LLP + David Alberico + david.alberico&lathropgpm.com +55974 + Secure Computing Laboratory, NMT + Ratna Halder + ratna.halder&student.nmt.edu +55975 + Process Fusion Inc. + Arron Fu + arron.fu&processfusion.com +55976 + viralstrings technologies pvt ltd + deepesh vodala + deepeshvodala666&gmail.com +55977 + DNSmonitor Sverige AB + Henrik Dahlberg + info&dnsmonitor.com +55978 + Ekebu srl + Simon E. La Rosa + simon&ekebu.com +55979 + Shenzhen Kstar New Energy Company Limited + Demi Zhang + zhangdy&kstar.com.cn +55980 + Hoyos Integrity Corp. + Anner J. Bonilla + abonilla&hoyosintegrity.com +55981 + IIB Education Private Limited + Mr. Shyam Soni + admin&iibedu.com +55982 + Wenzhou Yeeka Lock Technology Co.,Ltd. + ChunFei Wu + 18367818320&163.com +55983 + MARCUUS + Vorobyev Daniil + danvor&rambler.ru +55984 + NETLOCK GmbH + Varga-Szabó Éva + szabo.eva&netlock.hu +55985 + ACCA + Ralph Thompson + ralph.thompson&getronics.com +55986 + novalink GmbH + Novalink Development + develop&novalink.ch +55987 + Tiffany Care Centers, Inc. + Robert Gibson + rgibson&tcc4care.com +55988 + eBay Inc + Ashwin Ambekar + DL-eBay-TrustFabric-OS&ebay.com +55989 + Lithnet + Ryan Newington + support&lithnet.io +55990 + Morrison & Foerster + Ross Sigworth + Messaging&mofo.com +55991 + EMERGY Führungs- und Servicegesellschaft mbH + Hermann Bookjans + it&emergy.de +55992 + Conradis Teknik AB + Peter Rennerstav + peter&conradis.se +55993 + Carmot Pursuits + Jason Medlin + Jason.Medlin&CarmotPursuits.com +55994 + GiftCard, Inc + Rick Schumann + rick.schumann&gmail.com +55995 + Scolino Nachhilfe & Schülerbetreuung + Dominic Alexander Windolph + dominic.windolph&scolino.com +55996 + calac GmbH + Stephan Wagner + stephan.wagner&calac.net +55997 + CompuTecNetworks + Daniel Banks + webmaster&computecnetworks.com +55998 + HAOHAN Data Technology Co.,LTD. + Dijia Fan + fdj&haohandata.com.cn +55999 + accel-ppp + Dmitry Kozlov + dev&accel-ppp.org +56000 + Bambú Tecnologías Aplicadas SRL + Gustavo G. Isabella + gustavoisabella&bambutec.com.ar +56001 + Seashell Trust + Richard Crompton + richard.crompton&seashelltrust.org.uk +56002 + PT Aksara Digital Indonesia + Satria Priambada + satriapriambada&gmail.com +56003 + Atende Software Sp. z o.o. + Przemysław Frasunek + przemyslaw.frasunek&atendesoftware.pl +56004 + Peter Raabye + Peter Raabye + praabye&dadlnet.dk +56005 + Stichting Ziekenhuis Gelderse Vallei + Richard de Mooij + MooijR&zgv.nl +56006 + Wrble + Casey Haakenson + casey&wrble.com +56007 + Festival D'été de Québec + Alain Martel + amartel&feq.ca +56008 + AKRA Kotschenreuther GmbH + Patrick Berthold + patrick.berthold&akra-world.com +56009 + ELSA Advanced Systems Pte Ltd + James Chua + james&elsaadv.com +56010 + Alpha-Safety LLP + Andrey Fursov + a.fursov&alpha-safety.kz +56011 + RTK + Komov Sergey + svkomov&rt-dc.ru +56012 + JItendra Singh + Jitendra Singh + jitendrasarsa&gmail.com +56013 + Aqua Broadcast Ltd. + Pavel Valousek + engineering&aquabroadcast.com +56014 + Los Angeles Jewish Home for the Aging + Hadi Sabet + hadi.sabet&jha.org +56015 + Empire Die Casting Company + Andrew McCullough + info.tech&empirecastingco.com +56016 + Cayman Medical Ltd + Roland Talanow, MD, PhD + admin&caymanmedicalcenter.com +56017 + T1ED + Tom + T1ED&protonmail.com +56018 + SKAPF + Stefan Kapfhammer + skapf&skapf.de +56019 + Otter video + Maksim Lapshin + max&otter-video.com +56020 + BSB DATA AND INFORMATION PROCESSING SERVICES PRIVATE LIMITED + BIRENDER SINGH BUDHWAR + BSB&BSBDIPS.COM +56021 + Geo-Com + Damian Cikowski + iana&geo-com.pl +56022 + Elukerio + Philippe Martin + adminsys+iana&elukerio.org +56023 + Nanjing Aotong Intelligent Technology Co., Ltd. + Wenyong Ma + mawenyong&otint.com.cn +56024 + KPT Holding AG + Service Management + servicemanagementit&kpt.ch +56025 + nicos AG + Andre Stolze + office-it&nicos-ag.com +56026 + AIFusion.net + Sharad Singhal + admin&aifusion.net +56027 + Active Shadow LLC + Bryan Richardson + bryan&activeshadow.com +56028 + Beijing Changkun Technology Co., Ltd + zeng.xiaosa + 274454204&qq.com +56029 + ALS Automated Lab Solutions GmbH + Jens Eberhardt + je&als-jena.de +56030 + Skylite AB + Anders Hannus + anders.hannus&skylite.se +56031 + CL SKOG AB + Robert Clason + robban&clskog.se +56032 + ZAE Bayern + Christian Hilgers + iana-admin&zae-bayern.de +56033 + Die Autobahn GmbH des Bundes + Manfred Felsch + manfred.felsch&autobahn.de +56034 + ALS Laboratory Group + Brian Hampson + brian.hampson&alsglobal.com +56035 + GALDERMA S.A. + Jean Kouame + Jeansaturnin.Kouame&galderma.com +56036 + Gentlent, Inc. + Tom Klein + tom&gentlent.com +56037 + Argo AI + Mike Pochan + mpochan&argo.ai +56038 + Nroad + wangt + wangt&nroad.com.cn +56039 + Bold City Tech + Michael Potts + mpotts&boldcity.tech +56040 + Sosaley technologies private limited + Ujjwal Varadarajan + ujjwal.v&sosaley.in +56041 + CALINDA SOFTWARE + ALEXANDRE MERMOD + amermod&calindasoftware.com +56042 + PAJURO + Paul Dury + pauldury1&gmail.com +56043 + Argo AI + Jason Galanter + jmg&argo.ai +56044 + Sansay Corporation + James Hiott + jhiott&sansay.com +56045 + Postee + Gauthier Testu + gauthier&postee.io +56046 + Zbensoft Software + xie qiang + tony.xie&zbensoft.com +56047 + Lucid Motors + Keshava Ravulapati + keshavaravulapati&lucidmotors.com +56048 + ElastiFlow Inc. + Robert Cowart + rob&elastiflow.com +56049 + HED2 + Hamdi Hamdi + office&hed2.com +56050 + KASLAB + Jonas Lidgren + iana&kaslab.se +56051 + Skyservice Business Aviation Inc. + Mike Yabar + Mike_Yabar&skyservice.com +56052 + Growatt New Energy Technology Co.,LTD + Hao Cheng + hao.cheng&growatt.com +56053 + slowpoke.cloud + Josh Mills + jmills&posteo.net +56054 + East Alabama Womens Clinic + Dr. GWEN COOPER + Gwencoopersimon&bellsouth.net +56055 + PLEXSYS Interface Products + Andrew Willis + awillis&plexsys.com +56056 + Grid Protection Alliance + James R Carroll + rcarroll&gridprotectionalliance.org +56057 + Grid Protection Alliance + James R Carroll + rcarroll&gridprotectionalliance.org +56058 + The Farmers State Bank + Russ Redmyer + russ&myfsb.bank +56059 + Remmers Gruppe AG + Stefan Focke + sfocke&remmers.de +56060 + Chengdu Yinou Technology Co. LTD + ShunTing.Yu + ystdarkblue&qq.com +56061 + Rune Landbergs Åkeri AB + Björn Landberg + landbergsakeri&telia.com +56062 + Chakat Space + Glowpelt Chakat + glowpelt&chakat.space +56063 + Tri-State Communications, Inc. + Brian Cain + brian&tri-statecomm.com +56064 + Coca-Cola Amatil (N.Z.) Limited + Paresh Chovan + paresh.chovan&ccamatil.com +56065 + Architector Inc. + Sotaro SUZUKI + sotaro.suzuki&architector.jp +56066 + Centre Orcet-Mangini + Cloitre Thibaud + T.CLOITRE&orsac-ssr-01.org +56067 + Knox Horticulture LLC + Kevin Kintner + pki&knoxhort.com +56068 + Aggressive Tooling Inc. + Arden Bremmer + abremmer&aggtool.com +56069 + Net NV LLC + Will Arndt + info&netnv.net +56070 + Eni S.p.A. + Marco Bianchi + marco.bianchi&eni.com +56071 + MediasiteK.K. + Masaya Okada + m.okada&mediasite.co.jp +56072 + MOIN MIYAN + Moin Miyan + moink8326&gmail.com +56073 + Beijing VRV Software Corporation Limited + BXY VRV + gaokui&vrvmail.com.cn +56074 + Knightfall Systems LLC + Duncan Forsythe + duncan.forsythe&knightfall.io +56075 + Fuchshuber Architekten GmbH + Clemens Ebert + c.ebert&fuchshuberarchitekten.de +56076 + EDC HOFFMEISTER GmbH + Thomas Hopf + thopf&elink.de +56077 + codecentric AG + Hosting Team + hosting&codecentric.de +56078 + SorensenLab + Shane Sorensen + shane&alchemytechgroup.com +56079 + ServiceNow, Inc. + Gordon Tetlow + gordon.tetlow&servicenow.com +56080 + flaviofrancardi + Flavio Francardi + flaviofrancardi&libero.it +56081 + Smartsky Networks + Abhinay Sinai + abhinay.sinai&smartskynetworks.com +56082 + Data Connect Enterprise + BARRY PATTON + bpatton&data-connect.com +56083 + Facebook Connectivity - Joule + John Connors + jconnors&fb.com +56084 + Liphatech INC + Liphatech Administrator + admin&liphatech.com +56085 + Highmark Health + Brian Wink + brian.wink&highmarkhealth.org +56086 + BlackSphere + Paul Smith + psmith.iana.pen&iostindex.com +56087 + Medis Holding + Prof. Dr. Behnam Rahnama + behnam.rahnama&gmail.com +56088 + Diggers + Armin Pipp + a.pipp&diggers.tech +56089 + IMSONIC MEDICAL, INC. + LIN ZHANG + lin.zhang&imsonicmedical.com +56090 + CJCHT GROUPS LIMITED + Clare Chen + admin&cjcht.com +56091 + lern.link GmbH + Lukas Müller (MuLu) + mulu&lernlink.de +56092 + Bitza IT Consulting + Alex Ignatenko + alex.ignatenko&gmail.com +56093 + PPC Africa + Steven Scott + eugene.vanrooyen&firsttech.digital +56094 + INNORS + Gilbert Park + gilbert.park&innors.com +56095 + PhilCo Consulting Inc. + Philippe Cote + philcoconsulting&gmail.com +56096 + fiskaly GmbH + Patrick Gaubatz + office&fiskaly.com +56097 + Norden Communication UK Ltd + Eldho Jacob + eldho&nordencommunication.com +56098 + Docuten Tech S.L. + Angel Aparicio + angel.aparicio&docuten.com +56099 + Example Limited + Burton + burton&typewritten.net +56100 + VMLabblog.com + Aad Lutgert + admin&vmlabblog.com +56101 + odehnal.org + Pavel Odehnal + pavel&odehnal.eu +56102 + Venjakob Maschinenbau GmbH & Co. KG + Michael Lakenbrink + it&venjakob.de +56103 + LKVS CONSTRUCTION PVT LTD + Vijyandra Narayan + lkvspvtltd&gmail.com +56104 + M-P-S + Peter SEDLÁK + mps&mpsgroup.sk +56105 + Alpha Technologies CIA. LDTA. + steven chiriboga + steven.chiriboga&alphaside.com +56106 + Cambridge University Hospitals NHS Foundation Trust + Ben Hilsden + ben.hilsden&addenbrookes.nhs.uk +56107 + Convention Center Authority of the Metropolitan Government of Nashville & Davidson County + Eric Blouin + Eric.Blouin&nashvillemcc.com +56108 + Intelligent Waves LLC + Garrett T. Wood + garrett.wood&intelligentwaves.com +56109 + ДП "Одеський порт" (State Enterprise "Odesa Sea Trade Port") + Негальчук Олександр Леонідович (Nehalchuk Oleksandr Leonidovych) + it&omtp.com.ua +56110 + FSV Analytics + John Phillips + jp&fsvanalytics.com +56111 + EKTA-Prom + Shatkovskyy Valeriy + valera&ekta.com.ua +56112 + Unisyue Technologies Co., Ltd. + Xiaosheng Deng + info&unisyue.com +56113 + Universidad Nacional de San Agustín de Arequipa + Boris Verastegui Bustamante + boris&unsa.edu.pe +56114 + B/D OPS, LLC + Neil Duda + support&bdops.com +56115 + JZ Lab + Jan Zak + pen&jan-zak.cz +56116 + nigelmann + Simon Ackermann + sackermann&protonmail.com +56117 + MAXIO Co.,Ltd. + KunPyo, Jeong + kpjeong&maxio.co.kr +56118 + Dissonance + Lilac Kapul + lilac&dissonance.tech +56119 + City of Hollywood, FL + CHRISTIAN LABOY + claboy&hollywoodfl.org +56120 + PLASP Child Care Services + Brad Hodgins + bradhodgins&plasp.com +56121 + Busch's INc. + Jeff Dannenberg + admin&buschs.com +56122 + LORIOT AG + Gianni Zizzi + ops&loriot.io +56123 + Vodafone India Services + Syed Rizwan Mohiuddin + syedrizwan.mohiuddin&vodafone.com +56124 + ANEO "Ust-Labinsky Lyceum" + Maksim Ivanov + Ivanov.M&ul-lyceum.ru +56125 + Mars Bioimaging Limited + Ross Younger + ross.younger&marsbioimaging.com +56126 + uni software plus GmbH + Roland Hopferwieser + hopferwieser&unisoftwareplus.com +56127 + WAREHOUSE SPECIALISTS LLC + JASON DROUT + DROJAS&WSINC.COM +56128 + SI Media + Andreas Panozzo + andreas.panozzo&si-media.tv +56129 + L3Harris (Chesapeake Sciences) + Dave Thomas + dave.thomas&l3harris.com +56130 + Landmarken AG + Rudolf Firnich + rfirnich&landmarken-ag.de +56131 + AG Klima, FB8, Uni Bremen + Timo Rothenpieler + timo.rothenpieler&uni-bremen.de +56132 + Chaos Computer Club Veranstaltungsgesellschaft mbH + Christian Carstensen + cc+iana&cccv.de +56133 + Excision Mail + Aisha Tammy + atammy&bsd.ac +56134 + Convexis GmbH + Florian Schenk + florian.schenk&convexis.de +56135 + MAIDAMESS LIMITED + Georgios Sikovaris + gsikovaris&maidamess.co.uk +56136 + Berci Engenharia + César Daltoé Berci + cesar&berci.com.br +56137 + TekSea + César Daltoé Berci + cesar&berci.com.br +56138 + AIS spol. s r.o. + Daniel Juřík + ais&ais-brno.cz +56139 + Three Star Group AS + Geir Allsted + oid&threestar.no +56140 + Metartec + Johnny Moore + johnny.moore&metartec.com +56141 + Fleetwood High School + Michael Kennedy + support&fleetwoodhs.org.uk +56142 + Telecom26 AG + Michael Ashdown + mashdown&telecom26.ch +56143 + NETCOM GROUP + M. MATRI + h.matri&netcom-group.fr +56144 + J. Knipper and Company + Michael Weber + domain.admin&knipper.com +56145 + hezhong + wanjun ma + mawanjun&hezhonghuineng.com +56146 + FireStone + Manchong Lu + lumc&hsmap.com +56147 + Foxtons Ltd + Infrastructure Team + ianaresponse&foxtons.co.uk +56148 + Chengdu Spaceon Electronics Co.,Ltd. + GarfieldLee + 447168133&qq.com +56149 + Arcturus Technologies + Deepak Batra + deepak&arcturustech.com +56150 + Bekomold GmbH + Andras Suveges + Andras.Suveges&bekomold.hu +56151 + TES s.r.o. + Michal Dobes + ianareg&tes.eu +56152 + UTIMCO + Stephen Mack + Smack&utimco.org +56153 + Powertec Solutions International + Paul Siglinger + psiglinger&powertecsolutions.net +56154 + KEYXENTIC INC. + Stone Chen + stone.chen&keyxentic.com +56155 + Quantum Labs + Simon Stone + simon.stone&quantumit.com.au +56156 + Banma Network Technology Co,Ltd + Yao Lu + ly186864&alibaba-inc.com +56157 + Axion Biosystems, Inc + Brad Major + bmajor&axion-biosystems.com +56158 + ComPsych Corporation + Adam Gotskind + agotskind&compsych.com +56159 + Mibes IT + Sebastian Mohr + sebi&iana.mibes.it +56160 + Lorier Internet + Mark Anthony Lorier + lorier&lycos.com +56161 + UST Technologies + Shanthi Nair + ihubdemo&gmail.com +56162 + Sinelec + Antonino Catalano + catalano&sinelec.it +56163 + Star Kay White, Inc. + Mikko Peltoniemi + it&starkaywhite.com +56164 + Arctic Paper Grycksbo AB + Johan Olérs + johan.olers&arcticpaper.com +56165 + Access Health Services, LLC + Kyle Hawkins + khawkins&accesshealth.services +56166 + 深圳凌特华盛科技有限公司(Shenzhen Smartbyte Technology Co., Ltd.) + Shigan Chen + chenshigan&smartbyte.com.cn +56167 + Calibre UK Ltd. + Paul Wilson + paul.wilson&calibreuk.com +56168 + dotup IT solutions + Peter Ullrich + peda76&gmail.com +56169 + Open Products, Networks & Software (OPNS) + Marc Boitel + marc.boitel&opns.net +56170 + Secure Nordic Payments + Tadas Kvedaras + tadas&mistertango.com +56171 + Samm Technology Communications Industry and Trade Inc. + Tayfun Erkorkmaz + tayfun.erkorkmaz&samm.com +56172 + Stadt Lauf + Lukas Grams + edv&lauf.de +56173 + A.J. Steenkist + Stephan van Der Sterren + it&steenkist.nl +56174 + Geminare Inc. + Matthew Goddard + mgoddard&geminare.com +56175 + AirPro Technology India Pvt Ltd + Deepak Jain + deepak&airpro.in +56176 + Safeweb Seguranca da Informacao Ltda + Gisele Strey + compliance&safeweb.com.br +56177 + ThinkAnalytics + IANA Admin + iana-admin&thinkanalytics.com +56178 + It-Management + Fred Matthiesen + it&matthiesen-whv.de +56179 + COMKOM + Enno Evers + admin&comkom.de +56180 + Quantum Prime + Jose Cancel + public&josecancel.com +56181 + Wavesight Limited + Raj Partheepan + raj.partheepan&wavesight.com +56182 + The Coetzer Group + IT Admin + admin&lyttleton-spar.co.za +56183 + Digital Advantage Corp. + Hiromichi SHIMADA + admin&d-advantage.jp +56184 + Deutsches Rotes Kreuz in Hessen Volunta gGmbH + Thomas May + iana&volunta.de +56185 + Otis Elevator Company + Kalpesh Mistry + kalpesh.mistry&otis.com +56186 + Sinus Nachrichtentechnik GmbH + Tobias Swiderski + noc&sinus-nt.de +56187 + Riker Wohnbau + Immobilien GmbH + IT Administrator + it&riker-immo.de +56188 + VE3BUX + James Buck + iana_pen&ve3bux.com +56189 + Instituto Costarricense de Electricidad + Fernando Chaves Obando + fchaveso&ice.go.cr +56190 + Telindus-ISIT B.V. + Wieger Bontekoe + wieger.bontekoe&telindus.nl +56191 + Dawgshouse Lab + Jim Louk + jimclik&yahoo.com +56192 + Wiseif + Mert Cingöz + mertcingoz&gmail.com +56193 + Storopack Deutschland GmbH & Co.KG + Wolfram Wadepohl + wolfram.wadepohl&storopack.com +56194 + High-Availability + Paul Griffiths-Todd + iana&high-availability.com +56195 + Telmo a.s. + Leos Mach + leos.mach&telmo.cz +56196 + SOL Industries Pty Ltd + Trevor Zeegers + trevor&solind.com.au +56197 + Xiamen Evada Electronics Co., Ltd + yongjun wang + 81984079&qq.com +56198 + darkfate.net + Leos Mach + leos&darkfate.net +56199 + NetCom Sicherheitstechnik GmbH + Tobias Klein + tobias.klein&netcom.eu +56200 + Speech-Soft Solutions + Myron Hayden + mhayden&speech-soft.com +56201 + Lekha Wireless Solutions Pvt Ltd + Amarnadha Reddy Mahasamudram + amar&lekhawireless.com +56202 + Alexander Reinert + Alexander Reinert + alex&areinert.de +56203 + Aalborg Lufthavn a.m.b.a. + Robin Rismoen - IT Manager + it&aal.dk +56204 + IVSEC + Craig Wood + craigw&alloys.com.au +56205 + South-West jiaotong unversity richsun coorperation .inc + Gang Cai + 1274644197&qq.com +56206 + Transdev + Philippe Tailleur + philippe.tailleur&transdev.com +56207 + YAAL COOP + Eloi Rivard + contact&yaal.fr +56208 + Vitality Corporate Services Limited + David Elliott + dave.elliott&vitality.co.uk +56209 + Povodi Vltavy, statni podnik (Vltava river basin, state enterprise) + Martin Paul + martin.paul&pvl.cz +56210 + Urzad Marszalkowski Wojewodztwa Slaskiego + Jaroslaw Stachurka + jaroslaw.stachurka&slaskie.pl +56211 + Crown Castle + RyanDon + ryan.don&crowncastle.com +56212 + Eugster Informatik + Christian Eugster + christian.eugster&gmx.net +56213 + Xuzhou Minghuan Energy Co. LTD + Cheng Lujun + minghuan_snmp&qq.com +56214 + Rainside s.r.o. + Tibor Bartos + bartos&rainside.sk +56215 + TapIt Inc. + Daejin Kim + tapit&tapit.kr +56216 + ALECOM AB + Vasilios Toutouzoglou + valle&alecom.se +56217 + Perspecta + Ronald E Jones + ronald.e.jones&perspecta.com +56218 + NSW Health + Junaid Mahomed + junaid.mahomed&health.nsw.gov.au +56219 + Neuralink Corporation + Logan Garbarini + logan&neuralink.com +56220 + BAOXING CO.,LTD. + Ruchun.Xia + xiaruchun&baoxingtech.com +56221 + Roche Diabetes Care + Luis Filipe Fernandes Costa + luis.costa.lc3&businesspartner.roche.com +56222 + Instytut Informatyki i Zarzadzania + Daria Konieczna + admin&instytutiz.pl +56223 + Canadian Secure Token Governance Authority + Marian Hearn + marian.hearn&cstga.ca +56224 + Stein Telecom Ltda + Luiz Leal Luiz + luiz.leal&steintelecom.com.br +56225 + DHK Storage, LLC + DHK Admin + info&chillirack.com +56226 + Wise Industria de Telecomumicacoes + Roberto Lucatelli + lucatelli&wi.com.br +56227 + Matthias Wübbeling + Matthias Wübbeling + matthias&wueb.de +56228 + Kiela + Marcel Kiela-Eliazar + mkiela&kiela.net +56229 + embeddedmcu + Mahdi Faghani + me.faghani&yahoo.com +56230 + Arctic Paper Munkedals AB + Per-Olof Aronsson + per-olof.aronsson&arcticpaper.com +56231 + Encedo Limited + Krzysztof Rutecki + krzysztof&encedo.com +56232 + Société Électrique des Forces de l'Aubonne + Stéphane Brot + s.brot&sefa.ch +56233 + inray Industriesoftware GmbH + Bo Biene + biene&inray.de +56234 + EdRixon + Rixon + edrixon&manx.net +56235 + Atos Systems Business Services GmbH + Manuel Haas + manuel.haas&atos.net +56236 + KPN Internet of Things + Marc Titulaer + marc.titulaer&kpn.com +56237 + SCADACID + Rémi PECE-BOURGEROLLE + remi.p.bourgerolle&gmail.com +56238 + wtm-solutions + Nicolas Duval + nicolas.duval&wtm-solutions.com +56239 + Behr Technologies Inc + Joe Zampino + it&behrtech.com +56240 + JSC ‘NPP ‘Radiosviaz’ + Trishkina Ludmila Fedorovna + it&krtz.su +56241 + Data Design System AS + Tore Ørpetveit + hostmaster&dds.no +56242 + AMV Sistemas de Alimentacion Electronica SL + Pedro Martin + pmartin&amvelectronica.com +56243 + Brunswick Group + ICT Admin + ictadmin&brunswickgroup.com +56244 + SPOe ITZ + Sascha Fruehwirth + itz-noc&spoe.at +56245 + Johannes Fortmann + Johannes Fortmann + pen&johannesfortmann.de +56246 + Central GA Cancer Care + Cile Lind + CLind&CentralGACancerCare.com +56247 + Rublon + Michal Wendrowski + m.wendrowski&rublon.com +56248 + Westek Technology Ltd. + Luke Lawrence + luke.lawrence&tpgroup.uk.com +56249 + Alec GmbH + Katrin Siewert + Katrin&alec.de +56250 + CM.com + Anil Bhaggan + tech&cm.com +56251 + ETC Solutions + Mark Angell + angellm&etcsol.com +56252 + Vimexx B.V. + W.v. Berendsen + wesley+iana&vimexx.nl +56253 + Corellium LLC + Amanda Gorton + amanda&corellium.com +56254 + Forte-CT + Dmitriy Khizhinskiy + dima&forte-it.ru +56255 + Changsha LANLI Technology Co., Ltd. + Shuai Zhan + huainian102&163.com +56256 + Max Planck Computing and Data Facility + John Kennedy + idm-alerts&mpcdf.mpg.de +56257 + LOGICALIS SPAIN + Ignacio Bermejo + ignacio.bermejo&es.logicalis.com +56258 + ASRC Federal Holding Company, LLC + Brian Sietz + netops&asrcfederal.com +56259 + E-Gear, LLC + Chris DeBone + chris&e-gear.us +56260 + MUFG Bank (Europe) N.V. + Ray Flinkerbusch + ray.flinkerbusch&nl.mufg.jp +56261 + UCLA Center for Computer Vision and Imaging Biomarkers + Dr. Koon-Pong Wong + kpwong&ucla.edu +56262 + Santa Lucía S.A. + Plácido Borja Estévez García + placidoborja.estevezg&santalucia.es +56263 + Sonic Healthcare Germany GmbH & Co. KG + Sascha Lüdemann + it-starnet&sonichealthcare.de +56264 + Shenzhen Acorid Communication Technology Co., Ltd(www.acorid.com) + 汪东辉 (Wang Donghui) + wangdh&acorid.cn +56265 + Woven Solutions Ltd + Gary Fosdike + gary.fosdike&wearewoven.com +56266 + Ogjos + Ray Ketcham + rayketcham&ogjos.com +56267 + AMC World Technologies GmbH + Daniel Ellermann + d.ellermann&amc-world.de +56268 + publica.re + David Baumgartner + ch.davidbaumgartner&gmail.com +56269 + SRK Electronics Pty Ltd + Simon Russell + general&srkelectronics.com.au +56270 + NSGUARD TECHNOLOGY INC. + Paul Luo + mis&gorilla-technology.com +56271 + Sanoma Manu Oy + Timo Pelkonen + timo.pelkonen&sanoma.fi +56272 + ROYAL MOSLEM IMPERIAL + ANTWON MADDOX + LordAntonMaddoxEl&RoyalMoslemImperial.com +56273 + Machines talk + Jithin chandrasekharan unnithan + jithin.unnithan&machinestalk.com +56274 + PR Oncology, LLC + Luis Baez Vallecillo, MD + lbaez&proncology.com +56275 + RA-MICRO Hamburg GmbH + Joerg Wendlandt + iana&lab-x.de +56276 + Thales SIX Nederland + Marcel Wust + marcel.wust&nl.thalesgroup.com +56277 + Denbighshire County Council + Andrew Wallbank + nom-renewals&denbighshire.gov.uk +56278 + China Mobile IoT Company Limited + Li zuofa + lizuofa&cmiot.chinamobile.com +56279 + SereneIT, Inc. + Thomas R Breslin + thomas.breslin&sereneits.com +56280 + Cloud2 Software Inc. + Jay Legue + jay.legue&cloud2software.com +56281 + Arvato Supply Chain Solutions + Henry Möhsel + henry.moehsel&arvato-scs.com +56282 + Kapsch BusinessCom AG + Mario Cenc + mario.cenc&kapsch.net +56283 + EA Systems Dresden GmbH + Alina Scholz + alina.scholz&ea-energie.de +56284 + Atlas Cloud Services + Oussama El Meknassi + oussama.elmeknassi&ocpgroup.ma +56285 + S&S Activewear + Parker Warf + pwarf&ssactivewear.com +56286 + Steico Industries Inc + Eric Crescini + ecrescini&steicoindustries.com +56287 + Hacksoft + Stéphane Berthiaume + hacksoft2&hotmail.com +56288 + Cloudready.dk + Peter Wohlers + peter&wohlers.nu +56289 + LEAPBYTE TECHNOLOGY + MOHAMMAD SHAIKH + administrator&leapbyte.com +56290 + Community Brands + Chris Kitzmiller + chris.kitzmiller&communitybrands.com +56291 + Solmax Inc. + Dominic Cote + dcote&solmax.com +56292 + AS207960 Cyfyngedig + Q Misell + q&as207960.net +56293 + UI-ICON + Craig Hoffman + noc&uisupport.org +56294 + Magnetic Inspection Laboratory, Inc. + Shane Rundle + srundle&milinc.com +56295 + MORSON JAPAN Co., Ltd. + Teruo Haraki + haraki&morson.jp +56296 + East West Bank + Kelvin Mok + Kelvin.Mok&EastWestBank.com +56297 + 17bit.org + Ivan Gudkov + i1&17bit.online +56298 + Infotech Solutions (UK) Ltd + Steve Parnell + steve.parnell&infotech.co.uk +56299 + SUBnet192 Inc. + Marc Bouchard + marc&subnet192.com +56300 + STAUFEN.AG + Ingo Boehm + ingo.boehm&staufen.ag +56301 + IOIT + Daniel Fourie + devlab2000&gmail.com +56302 + Narodni agentura pro komunikacni a informacni technologie, s. p. + Jiri Ulman + sysadmins&nakit.cz +56303 + marcusfolkesson + Marcus Folkesson + marcus.folkesson&gmail.com +56304 + Infrastructures Technologiques Quebec + Greg Aucoin + greg.aucoin&itq.gouv.qc.ca +56305 + ParaFlare Pty Ltd + Head of Engineering + engineering¶flare.com +56306 + Centro Oncológico Figueroa-Cabrera + Amy Cabrera + amycabreramd&gmail.com +56307 + Cancer Research And Biostatistics + Brent Watkins + brentw&crab.org +56308 + SunForce Technology Co.,LTD. + Lu Huang + hlu&sunforce.com.tw +56309 + Codapayments + Sebastian Aresca + sebastian&codapayments.com +56310 + Aardsoft Oy + Bernd Wachter + bwachter-iana&aardsoft.fi +56311 + Hatay Mustafa Kemal Universitesi + Mehmet GULER + mg&mku.edu.tr +56312 + İlteriş Yağıztegin Eroğlu (linuxgemini) + İlteriş Yağıztegin Eroğlu + iana&linuxgemini.space +56313 + HoCoSto B.V. + Karel Dupain + k.dupain&hocosto.com +56314 + Signify Holding BV + Oscar Deurloo + oscar.deurloo&signify.com +56315 + Stadt Georgsmarienhütte + Timm Rogatsch + it&georgsmarienhuette.de +56316 + Objectivity Sp. z o.o. + IT Support Team + itsupportteam&objectivity.co.uk +56317 + Boys and Girls Clubs of America + Daren Daigle + ddaigle&bgca.org +56318 + Rec10 Organization + Hidetoshi Matsuo + gn64&rec10.org +56319 + Rauf Born Divine Bey TR. + Rauf Bey + PYNWEST&PROTONMAIL.COM +56320 + Silvus Technologies + Ajit Warrier + ajit&silvustechnologies.com +56321 + Telemetrics, Inc. + Michael Cuomo + mac&telemetricsinc.com +56322 + Optus Digital Networks Automation + Jonathan Zhao + jonathan.zhao&optus.com.au +56323 + New Age Consulting Service Inc. + Jim Lohiser + support&n2net.com +56324 + Horten Folkeverksted + Daniel Løvbrøtte Olsen + daniel.olsen&folkeverkstedet.com +56325 + 1NCE GmbH + Legal & Regulatory Affairs + legalservices&1nce.com +56326 + EFKO Management Company + Evgeniy Leksenberg + e.leksenberg&efko.ru +56327 + CL International + Sung Joon, Park + support&clintl.kr +56328 + OBSTA + AT Contact + info&obsta.com +56329 + Digital Communications Company + Carlton Askia + Carlton.Askia&smartdcc.co.uk +56330 + Inovetech + MICHAEL FEIJO + michael&inovetech.ind.br +56331 + Balasys Ltd. + Bálint Kovács + balint.kovacs&balasys.hu +56332 + Transferant + Mark Janssens + ianaoid&transferant.nl +56333 + Optus Digital Networks CaaS + Ashutosh Swamy + ashutosh.swamy&optus.com.au +56334 + Middleman Software, Inc. + James Heliker + james.heliker&middleman.tv +56335 + Analytic Designs, Incorporated + Harry Shamansky + harry&adinc.com +56336 + Skeeter Health + Giorgio Azzinnaro + tech+iana-pen&skeeterhealth.com +56337 + Hack@UCF + Peyton Duncan + pduncan&hackucf.org +56338 + Carolina Glaucoma And Vision Center + Michael Chapin + michael.chapin&prismahealth.org +56339 + Garantiqa Hitelgarancia Zrt. + Ferenc Szlamka + szlamka.ferenc&garantiqa.hu +56340 + Cytocheck Laboratory + Chuck Meyer + chuck&cytocheck.com +56341 + Fraunhofer Institute for Production Technology IPT + Marcel Korte + marcel.korte&ipt.fraunhofer.de +56342 + Bits 'n' Bytes IT-Consulting + Juergen Bruckner + info&bitsnbytes.eu +56343 + RiskForge + Sean Bruton + sean&riskforge.io +56344 + Sherpa 6, Inc. + Jeremy Myrtle + jeremy&sherpa6.com +56345 + National Tsing Hua University + Chun-Tien Chang + chuntien&mx.nthu.edu.tw +56346 + nanjing zhiyutiancheng Technology Co.Ltd + chengxueyang + 4415753&qq.com +56347 + EdgerOS + Tongtang Fu + futongtang&edgeros.com +56348 + Unisinsight + Zhao Hua + zhao.hua&unisinsight.com +56349 + Gävle Kraftvärme AB + Mikael Sandanger + mikael.sandanger&gavleenergi.se +56350 + VEBO + Patrick Bruegger + tm-system&wagner.ch +56351 + vaf co. + Mohammad Moghim + moghim&vaf-co.com +56352 + SCCT Medical Group + Daren Burns + burnsds&henrymayo.com +56353 + OXD Consulting Ltd. + Lawrence Chan + system&oxd.com +56354 + ThoughtFarmer Inc. + Lawrence Chan + system&thoughtfarmer.com +56355 + Baelim + Priyanshi Chaudhari + priyac821&gmail.com +56356 + Inkwire Tech (Hangzhou) Co.,Ltd. + Zhang Youwang + dev&inkwire.cn +56357 + ITK » CONSULTING & SOLUTIONS + Daniel Funke + info&itkcs.com +56358 + WEFA Inotec GmbH + Christian Siggert + it&wefa.com +56359 + Karlborgs Elkontroll AB + Alexander Schmidt + alex&karlborgselkontroll.se +56360 + City of Lafayette + Hunter McCallum + hunter.mccallum&cityoflafayette.com +56361 + Beyond LED Inc + Steven Xie + steven.xie&beyondled.com +56362 + e-scopics + Eric guiffard + eric.guiffard&e-scopics.com +56363 + Nexeria AB + Martijn Katerbarg + info&nexeria.se +56364 + Leuchter IT Infrastructure Solutions AG + Jonas Stalder + jonas.stalder&gmx.ch +56365 + K-Soft + Mikhail Feklisov + mihail&feklisov.ru +56366 + Bombardier Transportation Sverige AB - RCS + Rickard Mauritzson + cmpenmanagementrcs&rail.bombardier.com +56367 + dSoft-Bulgaria Ltd. + Doychin Bondzhev + doychin&dsoft-bg.com +56368 + Singularity LLC + MARIO R HERNANDEZ JR + mario&sglrit.com +56369 + Mission Embedded + Michael Kreilmeier + krm&mission-embedded.com +56370 + Kantonspolizei St. Gallen + Thomas Breu + ict&kapo.sg.ch +56371 + DOTSCREEN + Stephane Boisson + sboisson&dotscreen.com +56372 + CONEXTOP Technologies Co., Ltd. + peter.zhou + whois&conextop.com +56373 + CSSF + Yannick Sauren + syssec&cssf.lu +56374 + Media-Tel + Vassili Tchersky + vassili.tchersky&media-tel.ru +56375 + Elektro Celje d.d. + Diana Kosaber + licence&elektro-celje.si +56376 + New Technologies + Oleg Kovrigin + okovrigin&ntpccorp.ru +56377 + Penzagrazhdanproekt + Pavel Sinev + flanger&penza-gp.ru End of Document \ No newline at end of file diff --git a/fix_file_permissions.patch b/fix_file_permissions.patch deleted file mode 100644 index 9580d46..0000000 --- a/fix_file_permissions.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- - src/ipmievd.c | 4 +++- - 1 file changed, 3 insertions(+), 1 deletion(-) - ---- a/src/ipmievd.c -+++ b/src/ipmievd.c -@@ -700,6 +700,7 @@ - int i, rc; - int daemon = 1; - struct sigaction act; -+ mode_t oldumask; - - memset(pidfile, 0, 64); - sprintf(pidfile, "%s%d", DEFAULT_PIDFILE, eintf->intf->devnum); -@@ -762,8 +763,9 @@ - - ipmi_start_daemon(eintf->intf); - -- umask(022); -+ oldumask = umask(022); - fp = ipmi_open_file_write(pidfile); -+ umask(oldumask); - if (!fp) { - /* Failed to get fp on PID file -> exit. */ - log_halt(); diff --git a/hpm_x_compatibility_msg_is_debug_only.patch b/hpm_x_compatibility_msg_is_debug_only.patch deleted file mode 100644 index 26b8e5d..0000000 --- a/hpm_x_compatibility_msg_is_debug_only.patch +++ /dev/null @@ -1,17 +0,0 @@ -Signed-off-by: Thomas Renninger - -bsc#948540 - -Index: ipmitool-1.8.18/lib/hpm2.c -=================================================================== ---- ipmitool-1.8.18.orig/lib/hpm2.c 2018-09-09 13:48:58.000000000 +0200 -+++ ipmitool-1.8.18/lib/hpm2.c 2018-09-25 11:42:48.254519175 +0200 -@@ -99,7 +99,7 @@ int hpm2_get_capabilities(struct ipmi_in - lprintf(LOG_DEBUG, "IPM Controller is not HPM.2 compatible"); - return rsp->ccode; - } else if (rsp->ccode) { -- lprintf(LOG_NOTICE, "Get HPM.x Capabilities request failed," -+ lprintf(LOG_DEBUG, "Get HPM.x Capabilities request failed," - " compcode = %x", rsp->ccode); - return rsp->ccode; - } diff --git a/ipmitool-1.8.18+git20200204.7ccea28.tar.xz b/ipmitool-1.8.18+git20200204.7ccea28.tar.xz deleted file mode 100644 index 7037730..0000000 --- a/ipmitool-1.8.18+git20200204.7ccea28.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52768d6a7346f34c8e60fdc023a0d578ade1921dca07f75fe3dc1c0cbd690671 -size 456868 diff --git a/ipmitool-1.8.18+git20200916.1245aaa387dc.tar.xz b/ipmitool-1.8.18+git20200916.1245aaa387dc.tar.xz new file mode 100644 index 0000000..8b2a404 --- /dev/null +++ b/ipmitool-1.8.18+git20200916.1245aaa387dc.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f798d236ff6a75dd2be925cb25b7af521d45bcc74d40daf2b5a36b33539e34f3 +size 458952 diff --git a/ipmitool.changes b/ipmitool.changes index 1bc0d5c..9d4bfee 100644 --- a/ipmitool.changes +++ b/ipmitool.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Wed Sep 23 07:49:45 UTC 2020 - Klaus Kämpf + +- clean up patches + rename fwum_enhance_output.patch + to 0001-Enhance-fwum-output.patch + rename fix_file_permissions.patch + to 0002-Fix-file-permissions.patch + rename several_more_compile_fixes.patch + to 0003-Cleanup-and-compiler-issues-only-no-functional-chang.patch + rename ipmitool_adjust_suse_paths.patch + to 0004-Adjust-SUSE-paths.patch + rename hpm_x_compatibility_msg_is_debug_only.patch + to 0005-HPM-x-compatibility-message-is-DEBUG-only.patch + rename autotools_define_DOWNLOAD.diff + to 0006-Make-IANA-PEN-download-configurable-fix-uninitalized.patch + +------------------------------------------------------------------- +Wed Sep 23 07:30:26 UTC 2020 - kkaempf@suse.com + +- Update to version 1.8.18+git20200916.1245aaa387dc: + * fru: Fix crashes on 6-bit ASCII strings + * Refix 6e037d6bfbbb93b349c8ca331ebde03a837f76bf + * oem: Add product ID for YADRO VEGMAN + * configure.ac: add '--location' for curl to follow location + * configure.ac: replace '-#' by '--progress-bar' with curl + * log: refix 16f937a1: Add missing header changes + * Add version info to debug output + * doc, ci: Fix an error in package name for Windows + * doc: Fix a small typo in INSTALL + * RPM support: updated spec file changelog + ------------------------------------------------------------------- Tue Feb 11 13:39:26 UTC 2020 - Ismail Dönmez diff --git a/ipmitool.spec b/ipmitool.spec index 8c2da25..2907468 100644 --- a/ipmitool.spec +++ b/ipmitool.spec @@ -17,7 +17,7 @@ Name: ipmitool -Version: 1.8.18+git20200204.7ccea28 +Version: 1.8.18+git20200916.1245aaa387dc Release: 0 Summary: Utility for IPMI Control License: BSD-3-Clause @@ -27,12 +27,12 @@ Source: %{name}-%{version}.tar.xz Source1: ipmievd.service Source2: ipmievd.sysconf Source3: enterprise-numbers -Patch0: fwum_enhance_output.patch -Patch1: fix_file_permissions.patch -Patch2: several_more_compile_fixes.patch -Patch3: ipmitool_adjust_suse_paths.patch -Patch4: hpm_x_compatibility_msg_is_debug_only.patch -Patch5: autotools_define_DOWNLOAD.diff +Patch1: 0001-Enhance-fwum-output.patch +Patch2: 0002-Fix-file-permissions.patch +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 BuildRequires: libtool BuildRequires: openssl-devel BuildRequires: readline-devel