Help
RSS
API
Feed
Maltego
Contact
Domain > www.expediters.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-08-20
18.215.99.222
(
ClassC
)
2026-02-16
64.20.39.130
(
ClassC
)
Port 80
HTTP/1.1 200 OKServer: nginx/1.18.0 (Ubuntu)Date: Mon, 16 Feb 2026 13:05:37 GMTContent-Type: text/htmlContent-Length: 10671Last-Modified: Wed, 02 Apr 2025 04:42:17 GMTConnection: keep-aliveETag: 67ecc029-29afAccept-Ranges: bytes !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd>html xmlnshttp://www.w3.org/1999/xhtml> !-- Modified from the Debian original for Ubuntu Last updated: 2022-03-22 See: https://launchpad.net/bugs/1966004 --> head> meta http-equivContent-Type contenttext/html; charsetUTF-8 /> title>Apache2 Ubuntu Default Page: It works/title> style typetext/css mediascreen> * { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; } body, html { padding: 3px 3px 3px 3px; background-color: #D8DBE2; font-family: Ubuntu, Verdana, sans-serif; font-size: 11pt; text-align: center; } div.main_page { position: relative; display: table; width: 800px; margin-bottom: 3px; margin-left: auto; margin-right: auto; padding: 0px 0px 0px 0px; border-width: 2px; border-color: #212738; border-style: solid; background-color: #FFFFFF; text-align: center; } div.page_header { height: 180px; width: 100%; background-color: #F5F6F7; } div.page_header span { margin: 15px 0px 0px 50px; font-size: 180%; font-weight: bold; } div.page_header img { margin: 3px 0px 0px 40px; border: 0px 0px 0px; } div.banner { padding: 9px 6px 9px 6px; background-color: #E9510E; color: #FFFFFF; font-weight: bold; font-size: 112%; text-align: center; position: absolute; left: 40%; bottom: 30px; width: 20%; } div.table_of_contents { clear: left; min-width: 200px; margin: 3px 3px 3px 3px; background-color: #FFFFFF; text-align: left; } div.table_of_contents_item { clear: left; width: 100%; margin: 4px 0px 0px 0px; background-color: #FFFFFF; color: #000000; text-align: left; } div.table_of_contents_item a { margin: 6px 0px 0px 6px; } div.content_section { margin: 3px 3px 3px 3px; background-color: #FFFFFF; text-align: left; } div.content_section_text { padding: 4px 8px 4px 8px; color: #000000; font-size: 100%; } div.content_section_text pre { margin: 8px 0px 8px 0px; padding: 8px 8px 8px 8px; border-width: 1px; border-style: dotted; border-color: #000000; background-color: #F5F6F7; font-style: italic; } div.content_section_text p { margin-bottom: 6px; } div.content_section_text ul, div.content_section_text li { padding: 4px 8px 4px 16px; } div.section_header { padding: 3px 6px 3px 6px; background-color: #8E9CB2; color: #FFFFFF; font-weight: bold; font-size: 112%; text-align: center; } div.section_header_grey { background-color: #9F9386; } .floating_element { position: relative; float: left; } div.table_of_contents_item a, div.content_section_text a { text-decoration: none; font-weight: bold; } div.table_of_contents_item a:link, div.table_of_contents_item a:visited, div.table_of_contents_item a:active { color: #000000; } div.table_of_contents_item a:hover { background-color: #000000; color: #FFFFFF; } div.content_section_text a:link, div.content_section_text a:visited, div.content_section_text a:active { background-color: #DCDFE6; color: #000000; } div.content_section_text a:hover { background-color: #000000; color: #DCDFE6; } div.validator { } /style> /head> body> div classmain_page> div classpage_header floating_element> img srcicons/ubuntu-logo.png altUbuntu Logo stylewidth:184px;height:146px; classfloating_element /> div> span stylemargin-top: 1.5em; classfloating_element> Apache2 Default Page /span> /div> div classbanner> div idabout>/div> It works! /div> /div> div classcontent_section floating_element> div classcontent_section_text> p> This is the default welcome page used to test the correct operation of the Apache2 server after installation on Ubuntu systems. It is based on the equivalent page on Debian, from which the Ubuntu Apache packaging is derived. If you can read this page, it means that the Apache HTTP server installed at this site is working properly. You should b>replace this file/b> (located at tt>/var/www/html/index.html/tt>) before continuing to operate your HTTP server. /p> p> If you are a normal user of this web site and dont know what this page is about, this probably means that the site is currently unavailable due to maintenance. If the problem persists, please contact the sites administrator. /p> /div> div classsection_header> div idchanges>/div> Configuration Overview /div> div classcontent_section_text> p> Ubuntus Apache2 default configuration is different from the upstream default configuration, and split into several files optimized for interaction with Ubuntu tools. The configuration system is b>fully documented in /usr/share/doc/apache2/README.Debian.gz/b>. Refer to this for the full documentation. Documentation for the web server itself can be found by accessing the a href/manual>manual/a> if the tt>apache2-doc/tt> package was installed on this server. /p> p> The configuration layout for an Apache2 web server installation on Ubuntu systems is as follows: /p> pre>/etc/apache2/|-- apache2.conf| `-- ports.conf|-- mods-enabled| |-- *.load| `-- *.conf|-- conf-enabled| `-- *.conf|-- sites-enabled| `-- *.conf /pre> ul> li> tt>apache2.conf/tt> is the main configuration file. It puts the pieces together by including all remaining configuration files when starting up the web server. /li> li> tt>ports.conf/tt> is always included from the main configuration file. It is used to determine the listening ports for incoming connections, and this file can be customized anytime. /li> li> Configuration files in the tt>mods-enabled//tt>, tt>conf-enabled//tt> and tt>sites-enabled//tt> directories contain particular configuration snippets which manage modules, global configuration fragments, or virtual host configurations, respectively. /li> li> They are activated by symlinking available configuration files from their respective *-available/ counterparts. These should be managed by using our helpers tt> a2enmod, a2dismod, /tt> tt> a2ensite, a2dissite, /tt> and tt> a2enconf, a2disconf /tt>. See their respective man pages for detailed information. /li> li> The binary is called apache2 and is managed using systemd, so to start/stop the service use tt>systemctl start apache2/tt> and tt>systemctl stop apache2/tt>, and use tt>systemctl status apache2/tt> and tt>journalctl -u apache2/tt> to check status. tt>system/tt> and tt>apache2ctl/tt> can also be used for service management if desired. b>Calling tt>/usr/bin/apache2/tt> directly will not work/b> with the default configuration. /li> /ul> /div> div classsection_header> div iddocroot>/div> Document Roots /div> div classcontent_section_text> p> By default, Ubuntu does not allow access through the web browser to em>any/em> file outside of those located in tt>/var/www/tt>, a hrefhttp://httpd.apache.org/docs/2.4/mod/mod_userdir.html relnofollow>public_html/a> directories (when enabled) and tt>/usr/share/tt> (for web applications). If your site is using a web document root located elsewhere (such as in tt>/srv/tt>) you may need to whitelist your document root directory in tt>/etc/apache2/apache2.conf/tt>. /p> p> The default Ubuntu document root is tt>/var/www/html/tt>. You can make your own virtual hosts under /var/www. /p> /div> div classsection_header> div idbugs>/div> Reporting Problems /div> div classcontent_section_text> p> Please use the tt>ubuntu-bug/tt> tool to report bugs in the Apache2 package with Ubuntu. However, check a hrefhttps://bugs.launchpad.net/ubuntu/+source/apache2 relnofollow>existing bug reports/a> before reporting a new bug. /p> p> Please report bugs specific to modules (such as PHP and others) to their respective packages, not to the web server itself. /p> /div> /div> /div> div classvalidator> /div> /body>/html>
Port 443
HTTP/1.1 200 OKServer: nginx/1.18.0 (Ubuntu)Date: Mon, 16 Feb 2026 13:05:37 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveVary: Accept-EncodingSet-Cookie: PHPSESSIDrcvfpi129gj2h6cv83hpa0c28d; expiresMon, 16-Feb-2026 14:05:37 GMT; Max-Age3600; path/; domainwww.expediters.com; secure; HttpOnly; SameSiteLaxPragma: no-cacheCache-Control: max-age0, must-revalidate, no-cache, no-storeExpires: Sun, 16 Feb 2025 13:05:37 GMTContent-Security-Policy: font-src fonts.gstatic.com use.typekit.net *.typekit.net *.gstatic.com *.fontawesome.com *.fonts.googleapis.com data: *.cloudflare.com data: self unsafe-inline; form-action geostag.cardinalcommerce.com geo.cardinalcommerce.com 1eafstag.cardinalcommerce.com 1eaf.cardinalcommerce.com centinelapistag.cardinalcommerce.com centinelapi.cardinalcommerce.com pilot-payflowlink.paypal.com www.paypal.com www.sandbox.paypal.com *.paypal.com *.authorize.net *.cardinalcommerce.com 3ds-secure.cardcomplete.com www.clicksafe.lloydstsb.com pay.activa-card.com *.wirecard.com acs.sia.eu *.touchtechpayments.com www.securesuite.co.uk rsa3dsauth.com *.monzo.com *.arcot.com *.wlp-acs.com * https://hpp.worldpay.com/app/hpp-iframe/integration/wpg/corporate https://secure-test.worldpay.com/shopper/3ds/ddc.html https://secure.worldpay.com/shopper/3ds/ddc.html https://payments-test.worldpay.com/app/hpp-iframe/integration/wpg/corporate https://payments-live.hpp.apps.eu-west-1-7z55k.dev.msp.worldpay.io/app/hpp-iframe/integration/wpg/corporate https://payments.worldpay.com/app/hpp-iframe/integration/wpg/corporate self unsafe-inline; frame-ancestors *.authorize.net https://pay.google.com/ self; frame-src fast.amc.demdex.net *.adobe.com bid.g.doubleclick.net *.youtube.com *.youtube-nocookie.com geostag.cardinalcommerce.com geo.cardinalcommerce.com 1eafstag.cardinalcommerce.com 1eaf.cardinalcommerce.com centinelapistag.cardinalcommerce.com centinelapi.cardinalcommerce.com www.paypal.com www.sandbox.paypal.com pilot-payflowlink.paypal.com player.vimeo.com https://www.google.com/recaptcha/ *.braintreegateway.com *.paypal.com google.com *.google.com *.authorize.net c.paypal.com checkout.paypal.com assets.braintreegateway.com pay.google.com *.cardinalcommerce.com * https://payments-test.worldpay.com/app/hpp-iframe/integration/wpg/corporate https://payments.worldpay.com/app/hpp-iframe/integration/wpg/corporate https://payments-live.hpp.apps.eu-west-1-7z55k.dev.msp.worldpay.io/app/hpp-iframe/integration/wpg/corporate https://pay.google.com https://secure-test.worldpay.com https://hpp.worldpay.com/ https://www.paypal.com/sdk/js *.addthis.com *.pinterest.com self unsafe-inline; img-src assets.adobedtm.com amcglobal.sc.omtrdc.net dpm.demdex.net cm.everesttech.net *.adobe.com widgets.magentocommerce.com data: www.googleadservices.com www.google-analytics.com googleads.g.doubleclick.net www.google.com bid.g.doubleclick.net analytics.google.com www.googletagmanager.com *.ftcdn.net *.behance.net t.paypal.com www.paypal.com www.paypalobjects.com fpdbs.paypal.com fpdbs.sandbox.paypal.com *.vimeocdn.com i.ytimg.com *.youtube.com p.typekit.net *.paypal.com *.typekit.net *.gstatic.com validator.swagger.io www.sandbox.paypal.com b.stats.paypal.com dub.stats.paypal.com assets.braintreegateway.com c.paypal.com checkout.paypal.com *.cloudflare.com *.cdn.klarna.com *.s.ytimg.com *.widgets.magentocommerce.com *.fpdbs.paypal.com *.t.paypal.com *.fpdbs.sandbox.paypal.com *.googleapis.com *.addthis.com *.pinterest.com *.cdninstagram.com data: self unsafe-inline; script-src assets.adobedtm.com *.adobe.com www.googleadservices.com www.google-analytics.com googleads.g.doubleclick.net analytics.google.com www.googletagmanager.com *.newrelic.com *.nr-data.net geostag.cardinalcommerce.com 1eafstag.cardinalcommerce.com geoapi.cardinalcommerce.com 1eafapi.cardinalcommerce.com songbird.cardinalcommerce.com includestest.ccdc02.com *.commerce-payment-services.com www.paypal.com www.sandbox.paypal.com www.paypalobjects.com t.paypal.com s.ytimg.com www.googleapis.com vimeo.com www.vimeo.com *.vimeocdn.com *.youtube.com https://www.gstatic.com/recaptcha/ https://www.google.com/recaptcha/ amcglobal.sc.omtrdc.net *.magento-ds.com use.typekit.net *.typekit.net google.com *.google.com *.cdn-apple.com *.authorize.net js.braintreegateway.com assets.braintreegateway.com c.paypal.com pay.google.com api.braintreegateway.com api.sandbox.braintreegateway.com client-analytics.braintreegateway.com client-analytics.sandbox.braintreegateway.com *.paypal.com songbirdstag.cardinalcommerce.com https://www.google.com/recaptcha/api.js *.gstatic.com *.cloudflare.com https://pay.google.com/gp/p/js/pay.js https://applepay.cdn-apple.com/jsapi/v1/apple-pay-sdk.js https://payments.worldpay.com/resources/cse/js/worldpay-cse-1.0.2.min.js https://payments.worldpay.com/resources/hpp/integrations/embedded/js/hpp-embedded-integration-library.js https://d35p4vvdul393k.cloudfront.net/sdk_library/us/stg/ops/pc_gsmpi_web_sdk.js https://d16i99j5zwwv51.cloudfront.net/sdk_library/us/prd/ops/pc_gsmpi_web_sdk.js https://www.paypal.com/sdk/js *.googleapis.com *.addthis.com *.moatads.com *.addthisedge.com *.facebook.com *.pinterest.com *.instagram.com self unsafe-inline unsafe-eval; style-src *.adobe.com fonts.googleapis.com assets.braintreegateway.com *.cloudflare.com https://fonts.googleapis.com/css *.googleapis.com self unsafe-inline; object-src self unsafe-inline; media-src *.adobe.com self unsafe-inline; manifest-src self unsafe-inline; connect-src dpm.demdex.net amcglobal.sc.omtrdc.net www.google-analytics.com www.googleadservices.com analytics.google.com www.googletagmanager.com *.newrelic.com *.nr-data.net vimeo.com geostag.cardinalcommerce.com geo.cardinalcommerce.com 1eafstag.cardinalcommerce.com 1eaf.cardinalcommerce.com centinelapistag.cardinalcommerce.com centinelapi.cardinalcommerce.com www.sandbox.paypal.com www.paypalobjects.com www.paypal.com pilot-payflowlink.paypal.com *.adobe.io performance.typekit.net *.sentry.io *.paypal.com google.com *.google.com *.authorize.net api.braintreegateway.com api.sandbox.braintreegateway.com client-analytics.braintreegateway.com client-analytics.sandbox.braintreegateway.com *.braintree-api.com *.cardinalcommerce.com https://www.google.com/pay https://pay.google.com/gp/p/web_manifest.json https://pay.google.com/gp/p/payment_method_manifest.json https://pay.google.com/ https://google.com/pay *.worldpay.com https://hpp.worldpay.com/app/hpp/135-0/telemetry https://hpp.worldpay.com/app/hpp/135-0/payment/paypalsmartbutton/continue https://www.paypal.com/sdk/js https://payments.worldpay.com/app/hpp/135-0/telemetry/iframe *.cloudflare.com *.googleapis.com *.addthis.com *.graph.instagram.com *.google-analytics.com self unsafe-inline; child-src assets.braintreegateway.com c.paypal.com *.paypal.com http: https: blob: self unsafe-inline; default-src self unsafe-inline unsafe-eval; base-uri self unsafe-inline;X-Content-Type-Options: nosniffX-XSS-Protection: 1; modeblockX-Frame-Options: SAMEORIGIN !doctype html>html langen> head > script> var LOCALE en\u002DUS; var BASE_URL https\u003A\u002F\u002Fwww.expediters.com\u002F; var require { baseUrl: https\u003A\u002F\u002Fwww.expediters.com\u002Fstatic\u002Fversion1769580389\u002Ffrontend\u002FSmartwave\u002Fporto\u002Fen_US };/script> meta charsetutf-8/>meta nametitle contentElectronic distributors: Shop at the best prices/>meta namerobots contentINDEX,FOLLOW/>meta nameviewport contentwidthdevice-width, initial-scale1, maximum-scale1.0, user-scalableno/>meta nameformat-detection contenttelephoneno/>title>Electronic distributors: Shop at the best prices/title>link relstylesheet typetext/css mediaall hrefhttps://www.expediters.com/static/version1769580389/_cache/merged/952d530cb169525c0dc1a93e68cde02b.min.css />link relstylesheet typetext/css mediascreen and (min-width: 768px) hrefhttps://www.expediters.com/static/version1769580389/frontend/Smartwave/porto/en_US/css/styles-l.min.css />link relstylesheet typetext/css mediaprint hrefhttps://www.expediters.com/static/version1769580389/frontend/Smartwave/porto/en_US/css/print.min.css />script typetext/javascript srchttps://www.expediters.com/static/version1769580389/_cache/merged/34dac0a3dbff1fad93558fe21f9bc983.min.js>/script>link relstylesheet typetext/css href//fonts.googleapis.com/css?familyShadows+Into+Light />link relicon typeimage/x-icon hrefhttps://www.expediters.com/media/favicon/stores/1/favicon.png />link relshortcut icon typeimage/x-icon hrefhttps://www.expediters.com/media/favicon/stores/1/favicon.png /> link relstylesheet href//fonts.googleapis.com/css?familyLato%3A300%2C300italic%2C400%2C400italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic typetext/css />link href//fonts.googleapis.com/css?familyBitter:300,400,500,600,700 relstylesheet>!-- link href//fonts.googleapis.com/css?familyPoppins:200,300,400,500,600,700,800 relstylesheet>link relstylesheet href//fonts.googleapis.com/css?familyOpen+Sans%3A300%2C300italic%2C400%2C400italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic&v1&subsetlatin%2Clatin-ext typetext/css mediascreen/> --> link relstylesheet typetext/css mediaall hrefhttps://www.expediters.com/media/porto/web/bootstrap/css/bootstrap.optimized.min.css> link relstylesheet typetext/css mediaall hrefhttps://www.expediters.com/media/porto/web/css/animate.optimized.css>link relstylesheet typetext/css mediaall hrefhttps://www.expediters.com/media/porto/web/css/header/type1.css>link relstylesheet typetext/css mediaall hrefhttps://www.expediters.com/media/porto/web/css/custom.css>link relstylesheet typetext/css mediaall hrefhttps://www.expediters.com/media/porto/configed_css/design_default.css>link relstylesheet typetext/css mediaall hrefhttps://www.expediters.com/media/porto/configed_css/settings_default.css>script typetext/javascript> window.theme {}; var js_porto_vars { rtl: }; var redirect_cart false; /script>script typetext/javascript> require( jquery, pt_animate , function($) { $(window).on(load, function() { var $wrap $(document.body); if ($.isFunction($.fn.themeAnimate)) { $wrap.find(data-plugin-animate, data-appear-animation).each(function() { var $this $(this), opts; var pluginOptions $this.data(plugin-options); if (pluginOptions) { if (typeof pluginOptions string) { opts JSON.parse(pluginOptions.replace(//g, ).replace(;, )); } else { opts pluginOptions; } } $this.themeAnimate(opts); }); } }); var scrolled false; $(window).scroll(function() { if ($(window).width() > 992) { if (160 $(window).scrollTop() && !scrolled) { $(.page-header:not(.sticky-header)).css(height, $(.page-header:not(.sticky-header)).height() + px); $(.page-header).addClass(sticky-header); scrolled true; if ($(.page-header).hasClass(type1) || $(.page-header).hasClass(type2) || $(.page-header).hasClass(type6)) { $(.page-header .minicart-wrapper).after(div classminicart-place hide>/div>); var minicart $(.page-header .minicart-wrapper).detach(); $(.page-header .navigation).append(minicart); } } if (160 > $(window).scrollTop() && scrolled) { $(.page-header.sticky-header).css(height, auto); $(.page-header).removeClass(sticky-header); scrolled false; if ($(.page-header).hasClass(type1) || $(.page-header).hasClass(type2) || $(.page-header).hasClass(type6)) { var minicart; minicart $(.page-header .navigation .minicart-wrapper).detach(); $(.minicart-place).after(minicart); $(.minicart-place).remove(); $(.page-header .minicart-wrapper-moved).addClass(minicart-wrapper).removeClass(minicart-wrapper-moved).removeClass(hide); } } } if ($(body).hasClass(mobile-sticky)) { if ($(window).width() 991) { if (130 $(window).scrollTop() && !scrolled) { $(.page-header:not(.sticky-header)).css(height, $(.page-header:not(.sticky-header)).height() + px); $(.page-header).addClass(sticky-header); scrolled true; } if (130 > $(window).scrollTop() && scrolled) { $(.page-header.sticky-header).css(height, auto); $(.page-header).removeClass(sticky-header); scrolled false; } } } }); $(window).resize(function() { var b_w $(window).width(); if (b_w 991) { if ($(.page-header .navigation .minicart-wrapper).length > 0) { var minicart; minicart $(.page-header .navigation .minicart-wrapper).detach(); $(.minicart-place).after(minicart); $(.minicart-place).remove(); $(.page-header .minicart-wrapper-moved).addClass(minicart-wrapper).removeClass(minicart-wrapper-moved).removeClass(hide); } } }); });/script> /head> body data-containerbody data-mage-init{loaderAjax: {}, loader: { icon: https://www.expediters.com/static/version1769580389/frontend/Smartwave/porto/en_US/images/loader-2.gif}} idhtml-body classcms-porto_home_13 layout-1220 wide cms-index-index page-layout-1column> script typetext/x-magento-init> { *: { Magento_PageBuilder/js/widget-initializer: { config: {data-content-type\slider\data-appearance\default\:{Magento_PageBuilder\/js\/content-type\/slider\/appearance\/default\/widget:false},data-content-type\map\:{Magento_PageBuilder\/js\/content-type\/map\/appearance\/default\/widget:false},data-content-type\row\:{Magento_PageBuilder\/js\/content-type\/row\/appearance\/default\/widget:false},data-content-type\tabs\:{Magento_PageBuilder\/js\/content-type\/tabs\/appearance\/default\/widget:false},data-content-type\slide\:{Magento_PageBuilder\/js\/content-type\/slide\/appearance\/default\/widget:{buttonSelector:.pagebuilder-slide-button,showOverlay:hover,dataRole:slide}},data-content-type\banner\:{Magento_PageBuilder\/js\/content-type\/banner\/appearance\/default\/widget:{buttonSelector:.pagebuilder-banner-button,showOverlay:hover,dataRole:banner}},data-content-type\buttons\:{Magento_PageBuilder\/js\/content-type\/buttons\/appearance\/inline\/widget:false},data-content-type\products\data-appearance\carousel\:{Magento_PageBuilder\/js\/content-type\/products\/appearance\/carousel\/widget:false}}, breakpoints: {desktop:{label:Desktop,stage:true,default:true,class:desktop-switcher,icon:Magento_PageBuilder::css\/images\/switcher\/switcher-desktop.svg,conditions:{min-width:1024px},options:{products:{default:{slidesToShow:5}}}},tablet:{conditions:{max-width:1024px,min-width:768px},options:{products:{default:{slidesToShow:4},continuous:{slidesToShow:3}}}},mobile:{label:Mobile,stage:true,class:mobile-switcher,icon:Magento_PageBuilder::css\/images\/switcher\/switcher-mobile.svg,media:only screen and (max-width: 768px),conditions:{max-width:768px,min-width:640px},options:{products:{default:{slidesToShow:3}}}},mobile-small:{conditions:{max-width:640px},options:{products:{default:{slidesToShow:2},continuous:{slidesToShow:1}}}}} } } }/script>div classcookie-status-message idcookie-status> The store will not work correctly when cookies are disabled./div>script typetext/javascript>document.querySelector(#cookie-status).style.display none;/script>script typetext/x-magento-init> { *: { cookieStatus: {} } }/script>script typetext/x-magento-init> { *: { mage/cookies: { expires: null, path: \u002F, domain: .www.expediters.com, secure: true, lifetime: 3600 } } }/script> noscript> div classmessage global noscript> div classcontent> p> strong>JavaScript seems to be disabled in your browser./strong> span> For the best experience on our site, be sure to turn on Javascript in your browser. /span> /p> /div> /div> /noscript>script> window.cookiesConfig window.cookiesConfig || {}; window.cookiesConfig.secure true;/script>script> require.config({ map: { *: { wysiwygAdapter: mage/adminhtml/wysiwyg/tiny_mce/tinymce5Adapter } } });/script>script> require.config({ paths: { googleMaps: https\u003A\u002F\u002Fmaps.googleapis.com\u002Fmaps\u002Fapi\u002Fjs\u003Fv\u003D3.53\u0026key\u003D }, config: { Magento_PageBuilder/js/utils/map: { style: , }, Magento_PageBuilder/js/content-type/map/preview: { apiKey: , apiKeyErrorMessage: You\u0020must\u0020provide\u0020a\u0020valid\u0020\u003Ca\u0020href\u003D\u0027https\u003A\u002F\u002Fwww.expediters.com\u002Fadminhtml\u002Fsystem_config\u002Fedit\u002Fsection\u002Fcms\u002F\u0023cms_pagebuilder\u0027\u0020target\u003D\u0027_blank\u0027\u003EGoogle\u0020Maps\u0020API\u0020key\u003C\u002Fa\u003E\u0020to\u0020use\u0020a\u0020map. }, Magento_PageBuilder/js/form/element/map: { apiKey: , apiKeyErrorMessage: You\u0020must\u0020provide\u0020a\u0020valid\u0020\u003Ca\u0020href\u003D\u0027https\u003A\u002F\u002Fwww.expediters.com\u002Fadminhtml\u002Fsystem_config\u002Fedit\u002Fsection\u002Fcms\u002F\u0023cms_pagebuilder\u0027\u0020target\u003D\u0027_blank\u0027\u003EGoogle\u0020Maps\u0020API\u0020key\u003C\u002Fa\u003E\u0020to\u0020use\u0020a\u0020map. }, } });/script>script> require.config({ shim: { Magento_PageBuilder/js/utils/map: { deps: googleMaps } } });/script>script typetext/javascript>require( jquery, themeSticky, function ($) { if(!$(body).hasClass(page-layout-1column) && !$(body).hasClass(account)) { $(.sidebar.sidebar-main .sidebar-content).themeSticky({ autoInit: true, minWidth: 992, containerSelector: .page-main .columns, autoFit: true, paddingOffsetBottom: 10, paddingOffsetTop: 10 }); }});/script>div classpage-wrapper>div classporto-block-html-top> div classbackground-color-light text-color-dark d-none> div data-content-typehtml data-appearancedefault data-elementmain data-decodedtrue>/div> /div>/div>script typetext/javascript> require( jquery , function ($) { $(.porto-block-html-top > div).removeClass(d-none).append(button classmfp-close>×/button>); $(body).on(click, .porto-block-html-top .mfp-close, function() { $(this).parent().fadeOut(); }); });/script> header classpage-header type1> div classmain-panel-top> div classcontainer> div classmain-panel-inner> div classpanel wrapper> div classheader-left> div classpanel header> /div> /div> div classheader-right> div classpanel header show-icon-tablet> div classtop-links-icon> a hrefjavascript:;>Links/a> /div> ul classheader links> li classgreet welcome data-bindscope: customer> !-- ko if: customer().fullname --> span classlogged-in data-bindtext: new String(Welcome, %1!). replace(%1, customer().fullname)> /span> !-- /ko --> !-- ko ifnot: customer().fullname --> span classnot-logged-in data-bindtext: >/span> !-- /ko --> /li> script typetext/x-magento-init> { *: { Magento_Ui/js/core/app: { components: { customer: { component: Magento_Customer/js/view/customer } } } } } /script>li classitem link compare hide data-bindscope: compareProducts data-rolecompare-products-link> a classaction compare titleCompare Products data-bindattr: {href: compareProducts().listUrl}, css: {: !compareProducts().count} > em classporto-icon-chart hidden-xs>/em> Compare (span classcounter qty data-bindtext: compareProducts().countCaption>/span>) /a>/li>script typetext/x-magento-init>{data-rolecompare-products-link: {Magento_Ui/js/core/app: {components:{compareProducts:{component:Magento_Catalog\/js\/view\/compare-products}}}}}/script>li classlink authorization-link data-labelor> a hrefhttps://www.expediters.com/customer/account/login/referer/aHR0cHM6Ly93d3cuZXhwZWRpdGVycy5jb20v/ >Sign In/a>/li>li>a hrefhttps://www.expediters.com/contact>Contact Us/a>/li>li>a hrefhttps://www.expediters.com/customer/account/create/ ididXZuuQlhr >Create an Account/a>/li>/ul> /div> div data-content-typehtml data-appearancedefault data-elementmain data-decodedtrue>a classlean-card-btn href/spec-sheets titleFacebook>Line Card/a>/div> /div> /div> /div> /div> /div> div classheader-main> div classheader content header-row> div classheader-left> span data-actiontoggle-nav classaction nav-toggle>span>Toggle Nav/span>/span> strong classlogo> img srchttps://www.expediters.com/media/logo/stores/1/logotype.png alt width305 height94 /> /strong> /div> div classheader-center> div classsearch-area show-icon-tablet> a hrefjavascript:void(0); classsearch-toggle-icon>span>i classporto-icon-magnifier>/i>/span>/a> div classblock block-search> div classblock block-content> form classform minisearch idsearch_mini_form actionhttps://www.expediters.com/catalogsearch/result/ methodget> div classfield search> div classcontrol> input idsearch data-mage-init{quickSearch:{ formSelector:#search_mini_form, url:https://www.expediters.com/search/ajax/suggest/, destinationSelector:#search_autocomplete} } typetext nameq value placeholderPart Number/Keyword classinput-text maxlength128 rolecombobox aria-haspopupfalse aria-autocompleteboth autocompleteoff/> div idsearch_autocomplete classsearch-autocomplete>/div> /div> /div> div classactions> button typesubmit titleSearch classaction search> span>Search/span> /button> /div> /form> /div>/div> /div> /div> div classheader-right> div classheader-contact> div classcustom-block>div data-content-typehtml data-appearancedefault data-elementmain data-decodedtrue>div classcustom-html mx-4 px-xl-2 d-none d-lg-block> div classporto-sicon-box text-left style_1 default-icon m-0> div classporto-sicon-default> div classporto-just-icon-wrapper styletext-align: center;> div classporto-sicon-img styledisplay: inline-block; font-size: 30px;> img classimg-icon d-block alt srchttps://www.expediters.com/media/wysiwyg/smartwave/porto/homepage/04/shop4_header_phone.png width30 /> /div> /div> /div> div classporto-sicon-header> h3 classporto-sicon-title stylefont-weight:600;font-size:11px;line-height:11px;color:#777;>CALL US NOW/h3> p stylefont-weight:700;font-size:18px;line-height:18px;color:#222529;>+1 866 568 5983/p> /div> /div>/div>style>.page-header .porto-sicon-box .porto-sicon-img { margin-right: 8px;}/style>/div>/div> a hrefhttps://www.expediters.com/customer/account/ classmy-account m-l-xs mr-1 mr-lg-2 titleMy Account>i classporto-icon-user-2>/i>/a> a hrefhttps://www.expediters.com/wishlist classwishlist mr-1 mr-lg-2 pr-lg-1 titleWishlist>i classporto-icon-wishlist-2>/i>/a> /div> div data-blockminicart classminicart-wrapper cart-design-2> a classaction showcart hrefhttps://www.expediters.com/checkout/cart/ data-bindscope: minicart_content> i classminicart-icon porto-icon-shopping-cart>/i> span classtext>Cart/span> span classcounter qty empty data-bindcss: { empty: !!getCartParam(summary_count) false }, blockLoader: isLoading> span classcounter-number> !-- ko if: getCartParam(summary_count) -->!-- ko text: getCartParam(summary_count) -->!-- /ko -->!-- /ko --> !-- ko ifnot: getCartParam(summary_count) -->0!-- /ko --> /span> span classcounter-label> !-- ko i18n: items -->!-- /ko --> /span> /span> /a> a classshowcart action-subtotal d-none hrefhttps://www.expediters.com/checkout/cart/ data-bindscope: minicart_content> span classcart-subtotal> span classlabel1>Shopping Cart/span> span classlabel2 d-none>Cart/span> span classcart-price> span classamount data-bindhtml: getCartParam(subtotal)> !-- ko if: !getCartParam(subtotal) --> !-- ko i18n: € 0.00 -->!-- /ko --> !-- /ko --> /span> /span> /span> /a> div classblock block-minicart empty data-roledropdownDialog data-mage-init{dropdownDialog:{ appendTo:data-blockminicart, triggerTarget:.showcart, timeout: 2000, closeOnMouseLeave: false, closeOnEscape: true, triggerClass:active, parentClass:active, buttons:}}> div idminicart-content-wrapper data-bindscope: minicart_content> !-- ko template: getTemplate() -->!-- /ko --> /div> /div> script>window.checkout {shoppingCartUrl:https:\/\/www.expediters.com\/checkout\/cart\/,checkoutUrl:https:\/\/www.expediters.com\/checkout\/,updateItemQtyUrl:https:\/\/www.expediters.com\/checkout\/sidebar\/updateItemQty\/,removeItemUrl:https:\/\/www.expediters.com\/checkout\/sidebar\/removeItem\/,imageTemplate:Magento_Catalog\/product\/image_with_borders,baseUrl:https:\/\/www.expediters.com\/,minicartMaxItemsVisible:5,websiteId:1,maxItemsToDisplay:10,storeId:1,storeGroupId:1,customerLoginUrl:https:\/\/www.expediters.com\/customer\/account\/login\/referer\/aHR0cHM6Ly93d3cuZXhwZWRpdGVycy5jb20v\/,isRedirectRequired:false,autocomplete:off,captcha:{user_login:{isCaseSensitive:false,imageHeight:50,imageSrc:,refreshUrl:https:\/\/www.expediters.com\/captcha\/refresh\/,isRequired:false,timestamp:1771247137}}}/script> script typetext/x-magento-init> { data-blockminicart: { Magento_Ui/js/core/app: {components:{minicart_content:{children:{subtotal.container:{children:{subtotal:{children:{subtotal.totals:{config:{display_cart_subtotal_incl_tax:0,display_cart_subtotal_excl_tax:1,template:Magento_Tax\/checkout\/minicart\/subtotal\/totals},children:{subtotal.totals.msrp:{component:Magento_Msrp\/js\/view\/checkout\/minicart\/subtotal\/totals,config:{displayArea:minicart-subtotal-hidden,template:Magento_Msrp\/checkout\/minicart\/subtotal\/totals}}},component:Magento_Tax\/js\/view\/checkout\/minicart\/subtotal\/totals}},component:uiComponent,config:{template:Magento_Checkout\/minicart\/subtotal}}},component:uiComponent,config:{displayArea:subtotalContainer}},item.renderer:{component:Magento_Checkout\/js\/view\/cart-item-renderer,config:{displayArea:defaultRenderer,template:Magento_Checkout\/minicart\/item\/default},children:{item.image:{component:Magento_Catalog\/js\/view\/image,config:{template:Magento_Catalog\/product\/image,displayArea:itemImage}},checkout.cart.item.price.sidebar:{component:uiComponent,config:{template:Magento_Checkout\/minicart\/item\/price,displayArea:priceSidebar}}}},extra_info:{component:uiComponent,config:{displayArea:extraInfo}},promotion:{component:uiComponent,config:{displayArea:promotion}}},config:{itemRenderer:{default:defaultRenderer,simple:defaultRenderer,virtual:defaultRenderer},template:Magento_Checkout\/minicart\/content},component:Magento_Checkout\/js\/view\/minicart}},types:} }, *: { Magento_Ui/js/block-loader: https://www.expediters.com/static/version1769580389/frontend/Smartwave/porto/en_US/images/loader-1.gif } } /script> /div> /div> /div> /div> div classsections nav-sections> div classsection-items nav-sections-items data-mage-init{tabs:{openedState:active}}> div classsection-item-title nav-sections-item-title data-rolecollapsible> a classnav-sections-item-switch data-toggleswitch href#store.menu> Menu /a> /div> div classsection-item-content nav-sections-item-content idstore.menu data-rolecontent> nav classnavigation sw-megamenu rolenavigation> ul> div data-content-typehtml data-appearancedefault data-elementmain data-decodedtrue>ul> li classui-menu-item level0> a hrefhttps://www.expediters.com/ classlevel-top>span>Home/span>/a> /li> li classui-menu-item level0 classic parent> div classopen-children-toggle>/div> a hrefjavascript:void(0) classlevel-top>span>Specialized Stocked Items/span>/a> div classlevel0 submenu styleleft: -9999px; right: auto;> div classrow> ul classsubchildmenu> li classui-menu-item level1> a hrefhttps://www.expediters.com/capacitors-specialized-stocked-items/ >span>Capacitors/span>/a> /li> li classui-menu-item level1> a hrefhttps://www.expediters.com/connectors-specialized-stocked-items/ >span>Connectors/span>/a> /li> li classui-menu-item level1> a hrefhttps://www.expediters.com/semis-ics-specialized-stocked-items/ >span>Semis/ICS/span>/a> /li> li classui-menu-item level1> a hrefhttps://www.expediters.com/inductors-specialized-stocked-items/ >span>Inductors/Chokes/Coils/span>/a> /li> li classui-menu-item level1> a hrefhttps://www.expediters.com/relays-specialized-stocked-items/ >span>Relays/span>/a> /li> li classui-menu-item level1> a hrefhttps://www.expediters.com/resistors-specialized-stocked-items/ >span>Resistors/span>/a> /li> li classui-menu-item level1> a hrefhttps://www.expediters.com/sockets-specialized-stocked-items/ >span>Sockets/span>/a> /li> li classui-menu-item level1> a hrefhttps://www.expediters.com/switches-breakers-specialized-stocked-items/>span>Switches/span>/a> /li> li classui-menu-item level1> a hrefhttps://www.expediters.com/wire-cable-specialized-stocked-items/>span>Wire & Cable/span>/a> /li> li classui-menu-item level1> a hrefhttps://www.expediters.com/test-equipment-specialized-stocked-items/>span>Test Equipment/span>/a> /li> li classui-menu-item level1> a hrefhttps://www.expediters.com/tubes-specialized-stocked-items/>span>Tubes/span>/a> /li> /ul> /div> /div>/li>li classui-menu-item level0 staticwidth parent> div classopen-children-toggle>/div> a href/authorized-lines.html classlevel-top>span>Authorized Lines/span>/a> div classlevel0 submenu stylewidth: 580px; left: 0px; right: auto;> div classcontainer> div classrow> ul classsubchildmenu col-md-12 mega-columns columns3> li classui-menu-item level1 parent> div classopen-children-toggle>/div> ul classsubchildmenu> li classui-menu-item level2> a href/authorized-lines/steinel-professional.html>img src/media/steinel-professional.png>br/>span>Steinel Professional/span>/a> /li> li classui-menu-item level2> a href/authorized-lines/hobson-manufacturing.html>img src/media/hobson-manufacturing.gif>br />span>Hobson Manufacturing/span>/a> /li> li classui-menu-item level2> a href/authorized-lines/linrose-electronics.html>img src/media/linrose-electronics.png>br />span>Linrose/span>/a> /li> li classui-menu-item level2> a href/authorized-lines/xenarc.html>img src/media/xenarc.gif>br />span>Xenarc/span>/a> /li> li classui-menu-item level2> a href/authorized-lines/xytronic.html>img src/media/xytronic.png>br />span>Xytronic/span>/a> /li> /ul> /li> li classui-menu-item level1 parent> div classopen-children-toggle>/div> ul classsubchildmenu> li classui-menu-item level2> a href/authorized-lines/noble-wire.html>img src/media/noble-wire.gif>br />span>Noble Wire & Terminal Corp./span>/a> /li> li classui-menu-item level2> a href/authorized-lines/calrad-electronics.html>img src/media/calrad-electronics.png>br />span>Calrad/span>/a> /li> li classui-menu-item level2> a href/authorized-lines/nte.html>img src/media/nte.png>br />span>NTE/span>/a> /li> li classui-menu-item level2> a href/authorized-lines/philmore.html>img src/media/philmore.png>br />span>Philmore/span>/a> /li> li classui-menu-item level2> a href/authorized-lines/aba.html>img src/media/aba.png>br />span>ABA/span>/a> /li> /ul> /li> li classui-menu-item level1 parent> div classopen-children-toggle>/div> ul classsubchildmenu> li classui-menu-item level2> a href/authorized-lines/platinum-tools.html>img src/media/platinum-tools.png>br />span>Platinum Tools/span>/a> /li> li classui-menu-item level2> a href/authorized-lines/klein-tools.html>img src/media/klein-tools.jpg>br />span> Klein/span>/a> /li> li classui-menu-item level2> a href/authorized-lines/pan-pacific.html>img src/media/pan-pacific.png>br />span>Pan Pacific/span>/a> /li> li classui-menu-item level2> a href/authorized-lines/waldom.html>img src/media/waldon.png>br />span>Waldom/span>/a> /li> li classui-menu-item level2> a href/authorized-lines/flex-wires.html>img src/media/flex-wires.png>br />span>Flex Wires/span>/a> /li> /ul> /li> /ul> /div> /div> /div>/li>/ul>/div>li classui-menu-item level0 fullwidth parent >div classopen-children-toggle>/div>a hrefhttps://www.expediters.com/stock-products.html classlevel-top titleStock Products>span>Stock Products/span>/a>div classlevel0 submenu>div classcontainer>div classrow>ul classsubchildmenu col-md-12 mega-columns columns4>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/ignition-terminals-test.html titleIgnition Terminals Test>span>Ignition Terminals Test/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/ac-adapters.html titleAC Adapters>span>AC Adapters/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/adhesives.html titleAdhesives>span>Adhesives/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/anti-static-products.html titleAnti Static Products>span>Anti Static Products/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/audio-equipment.html titleAudio Equipment>span>Audio Equipment/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/batteries.html titleBatteries>span>Batteries/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/bearings.html titleBearings>span>Bearings/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/buzzers.html titleBuzzers>span>Buzzers/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/capacitors.html titleCapacitors>span>Capacitors/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/chemicals.html titleChemicals>span>Chemicals/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/clamps.html titleClamps>span>Clamps/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/coils.html titleCoils>span>Coils/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/connectors.html titleConnectors>span>Connectors/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/crystals.html titleCrystals>span>Crystals/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/electrical.html titleElectrical>span>Electrical/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/enclosure.html titleEnclosure>span>Enclosure/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/eyelets.html titleEyelets>span>Eyelets/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/fans.html titleFans>span>Fans/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/ferrite-beads.html titleFerrite Beads>span>Ferrite Beads/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/ferrules.html titleFerrules>span>Ferrules/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/filters.html titleFilters>span>Filters/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/fittings.html titleFittings>span>Fittings/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/flashlights.html titleFlashlights>span>Flashlights/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/fuses.html titleFuses>span>Fuses/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/grommets.html titleGrommets>span>Grommets/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/handles.html titleHandles>span>Handles/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/hardware.html titleHardware>span>Hardware/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/heat-guns.html titleHeat Guns>span>Heat Guns/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/heat-shrink.html titleHeat Shrink>span>Heat Shrink/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/heat-sinks.html titleHeat Sinks>span>Heat Sinks/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/hole-plugs.html titleHole Plugs>span>Hole Plugs/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/horns.html titleHorns>span>Horns/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/ic-sockets.html titleIC Sockets>span>IC Sockets/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/insulators.html titleInsulators>span>Insulators/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/integrated-circuits.html titleIntegrated Circuits>span>Integrated Circuits/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/jacks-plugs.html titleJacks-Plugs>span>Jacks-Plugs/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/kits.html titleKits>span>Kits/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/knobs.html titleKnobs>span>Knobs/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/lamp-assemblies.html titleLamp Assemblies>span>Lamp Assemblies/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/lamps.html titleLamps>span>Lamps/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/leds.html titleLEDs>span>LEDs/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/meters.html titleMeters>span>Meters/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/motors.html titleMotors>span>Motors/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/pneumatic.html titlePneumatic>span>Pneumatic/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/potentiometers.html titlePotentiometers>span>Potentiometers/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/power-supplies.html titlePower Supplies>span>Power Supplies/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/relays.html titleRelays>span>Relays/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/resistors.html titleResistors>span>Resistors/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/rheostats.html titleRheostats>span>Rheostats/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/semiconductors.html titleSemiconductors>span>Semiconductors/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/shock-mounts.html titleShock Mounts>span>Shock Mounts/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/sockets.html titleSockets>span>Sockets/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/solder.html titleSolder>span>Solder/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/solenoids.html titleSolenoids>span>Solenoids/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/sonalerts.html titleSonalerts>span>Sonalerts/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/spacers.html titleSpacers>span>Spacers/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/speakers.html titleSpeakers>span>Speakers/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/standoffs.html titleStandoffs>span>Standoffs/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/strain-reliefs.html titleStrain Reliefs>span>Strain Reliefs/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/switches.html titleSwitches>span>Switches/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/terminal-blocks.html titleTerminal Blocks>span>Terminal Blocks/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/terminals.html titleTerminals>span>Terminals/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/thermistors.html titleThermistors>span>Thermistors/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/tools.html titleTools>span>Tools/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/transformers.html titleTransformers>span>Transformers/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/tyraps.html titleTyraps>span>Tyraps/span>/a>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/vises.html titleVises>span>Vises/span>/a>/li>li classui-menu-item level1 parent >div classopen-children-toggle>/div>a hrefhttps://www.expediters.com/stock-products/wire-and-cable.html titleWire And Cable>span>Wire And Cable/span>/a>ul classsubchildmenu >li classui-menu-item level2 >a hrefhttps://www.expediters.com/stock-products/wire-and-cable/tackers-staples.html titleTackers & Staples>span>Tackers & Staples/span>/a>/li>li classui-menu-item level2 parent >div classopen-children-toggle>/div>a hrefhttps://www.expediters.com/stock-products/wire-and-cable/wiring-tools.html titleWiring Tools>span>Wiring Tools/span>/a>ul classsubchildmenu >li classui-menu-item level3 >a hrefhttps://www.expediters.com/stock-products/wire-and-cable/wiring-tools/punchdown-tools.html titlePunchdown Tools>span>Punchdown Tools/span>/a>/li>li classui-menu-item level3 >a hrefhttps://www.expediters.com/stock-products/wire-and-cable/wiring-tools/cutters.html titleCutters>span>Cutters/span>/a>/li>li classui-menu-item level3 >a hrefhttps://www.expediters.com/stock-products/wire-and-cable/wiring-tools/strippers.html titleStrippers>span>Strippers/span>/a>/li>li classui-menu-item level3 >a hrefhttps://www.expediters.com/stock-products/wire-and-cable/wiring-tools/crimpers.html titleCrimpers>span>Crimpers/span>/a>/li>li classui-menu-item level3 >a hrefhttps://www.expediters.com/stock-products/wire-and-cable/wiring-tools/testers.html titleTesters>span>Testers/span>/a>/li>li classui-menu-item level3 >a hrefhttps://www.expediters.com/stock-products/wire-and-cable/wiring-tools/cable-management.html titleCable Management>span>Cable Management/span>/a>/li>li classui-menu-item level3 >a hrefhttps://www.expediters.com/stock-products/wire-and-cable/wiring-tools/screwdrivers.html titleScrewdrivers>span>Screwdrivers/span>/a>/li>li classui-menu-item level3 >a hrefhttps://www.expediters.com/stock-products/wire-and-cable/wiring-tools/others.html titleOthers>span>Others/span>/a>/li>/ul>/li>/ul>/li>li classui-menu-item level1 >a hrefhttps://www.expediters.com/stock-products/tests.html titleTests>span>Tests/span>/a>/li>/ul>/div>/div>/div>/li>div data-content-typehtml data-appearancedefault data-elementmain data-decodedtrue>ul> li classui-menu-item level0> a href# classlevel-top>span>GENERIC CROSS REFERENCE/span>/a> /li>li classui-menu-item level0> a href/about-us classlevel-top>span>About Us/span>/a> /li>li classui-menu-item level0> a href/contact classlevel-top>span>Request Quote/span>/a> /li>/ul>/div> /ul>/nav>script typetext/javascript> require( jquery, Smartwave_Megamenu/js/sw_megamenu , function ($) { $(.sw-megamenu).swMegamenu(); });/script> /div> div classsection-item-title nav-sections-item-title data-rolecollapsible> a classnav-sections-item-switch data-toggleswitch href#store.links> Account /a> /div> div classsection-item-content nav-sections-item-content idstore.links data-rolecontent> !-- Account links --> /div> /div> /div> /header> div classw-100> marquee stylecolor: #ff0000; font-weight: bold; font-size: 1.2rem;> Our website is currently undergoing a redesign to serve you better—please check back soon for an enhanced experience. /marquee>/div>main idmaincontent classpage-main>a idcontentarea tabindex-1>/a>div classpage messages>div data-placeholdermessages>/div>div data-bindscope: messages> !-- ko if: cookieMessagesObservable() && cookieMessagesObservable().length > 0 --> div aria-atomictrue rolealert classmessages data-bindforeach: { data: cookieMessagesObservable(), as: message }> div data-bindattr: { class: message- + message.type + + message.type + message, data-ui-id: message- + message.type }> div data-bindhtml: $parent.prepareMessageForHtml(message.text)>/div> /div> /div> !-- /ko --> div aria-atomictrue rolealert classmessages data-bindforeach: { data: messages().messages, as: message }, afterRender: purgeMessages> div data-bindattr: { class: message- + message.type + + message.type + message, data-ui-id: message- + message.type }> div data-bindhtml: $parent.prepareMessageForHtml(message.text)>/div> /div> /div>/div>script typetext/x-magento-init> { *: { Magento_Ui/js/core/app: { components: { messages: { component: Magento_Theme/js/view/messages } } } } }/script>/div>div classpage-main-inner>div classcolumns>div classcolumn main>input nameform_key typehidden valueu3vQ26jiC3ca55pA />div idauthenticationPopup data-bindscope:authenticationPopup, style: {display: none}> script>window.authenticationPopup {autocomplete:off,customerRegisterUrl:https:\/\/www.expediters.com\/customer\/account\/create\/,customerForgotPasswordUrl:https:\/\/www.expediters.com\/customer\/account\/forgotpassword\/,baseUrl:https:\/\/www.expediters.com\/,customerLoginUrl:https:\/\/www.expediters.com\/customer\/ajax\/login\/}/script> !-- ko template: getTemplate() -->!-- /ko --> script typetext/x-magento-init> { #authenticationPopup: { Magento_Ui/js/core/app: {components:{authenticationPopup:{component:Magento_Customer\/js\/view\/authentication-popup,children:{messages:{component:Magento_Ui\/js\/view\/messages,displayArea:messages},captcha:{component:Magento_Captcha\/js\/view\/checkout\/loginCaptcha,displayArea:additional-login-form-fields,formId:user_login,configSource:checkout}}}}} }, *: { Magento_Ui/js/block-loader: https\u003A\u002F\u002Fwww.expediters.com\u002Fstatic\u002Fversion1769580389\u002Ffrontend\u002FSmartwave\u002Fporto\u002Fen_US\u002Fimages\u002Floader\u002D1.gif } } /script>/div>script typetext/x-magento-init> { *: { Magento_Customer/js/section-config: { sections: {stores\/store\/switch:*,stores\/store\/switchrequest:*,directory\/currency\/switch:*,*:messages,customer\/account\/logout:*,recently_viewed_product,recently_compared_product,persistent,customer\/account\/loginpost:*,customer\/account\/createpost:*,customer\/account\/editpost:*,customer\/ajax\/login:checkout-data,cart,captcha,catalog\/product_compare\/add:compare-products,catalog\/product_compare\/remove:compare-products,catalog\/product_compare\/clear:compare-products,sales\/guest\/reorder:cart,sales\/order\/reorder:cart,checkout\/cart\/add:cart,directory-data,checkout\/cart\/delete:cart,checkout\/cart\/updatepost:cart,checkout\/cart\/updateitemoptions:cart,checkout\/cart\/couponpost:cart,checkout\/cart\/estimatepost:cart,checkout\/cart\/estimateupdatepost:cart,checkout\/onepage\/saveorder:cart,checkout-data,last-ordered-items,checkout\/sidebar\/removeitem:cart,checkout\/sidebar\/updateitemqty:cart,rest\/*\/v1\/carts\/*\/payment-information:cart,last-ordered-items,captcha,instant-purchase,rest\/*\/v1\/guest-carts\/*\/payment-information:cart,captcha,rest\/*\/v1\/guest-carts\/*\/selected-payment-method:cart,checkout-data,rest\/*\/v1\/carts\/*\/selected-payment-method:cart,checkout-data,instant-purchase,customer\/address\/*:instant-purchase,customer\/account\/*:instant-purchase,vault\/cards\/deleteaction:instant-purchase,multishipping\/checkout\/overviewpost:cart,paypal\/express\/placeorder:cart,checkout-data,paypal\/payflowexpress\/placeorder:cart,checkout-data,paypal\/express\/onauthorization:cart,checkout-data,persistent\/index\/unsetcookie:persistent,review\/product\/post:review,paymentservicespaypal\/smartbuttons\/placeorder:cart,checkout-data,paymentservicespaypal\/smartbuttons\/cancel:cart,checkout-data,wishlist\/index\/add:wishlist,wishlist\/index\/remove:wishlist,wishlist\/index\/updateitemoptions:wishlist,wishlist\/index\/update:wishlist,wishlist\/index\/cart:wishlist,cart,wishlist\/index\/fromcart:wishlist,cart,wishlist\/index\/allcart:wishlist,cart,wishlist\/shared\/allcart:wishlist,cart,wishlist\/shared\/cart:cart,braintree\/paypal\/placeorder:cart,checkout-data,braintree\/googlepay\/placeorder:cart,checkout-data}, clientSideSections: checkout-data,cart-data, baseUrls: https:\/\/www.expediters.com\/, sectionNames: messages,customer,compare-products,last-ordered-items,cart,directory-data,captcha,instant-purchase,loggedAsCustomer,persistent,review,payments,wishlist,recently_viewed_product,recently_compared_product,product_data_storage,paypal-billing-agreement } } }/script>script typetext/x-magento-init> { *: { Magento_Customer/js/customer-data: { sectionLoadUrl: https\u003A\u002F\u002Fwww.expediters.com\u002Fcustomer\u002Fsection\u002Fload\u002F, expirableSectionLifetime: 60, expirableSectionNames: cart,persistent, cookieLifeTime: 3600, cookieDomain: , updateSessionUrl: https\u003A\u002F\u002Fwww.expediters.com\u002Fcustomer\u002Faccount\u002FupdateSession\u002F, isLoggedIn: } } }/script>script typetext/x-magento-init> { *: { Magento_Customer/js/invalidation-processor: { invalidationRules: { website-rule: { Magento_Customer/js/invalidation-rules/website-rule: { scopeConfig: { websiteId: 1 } } } } } } }/script>script typetext/x-magento-init> { body: { pageCache: {url:https:\/\/www.expediters.com\/page_cache\/block\/render\/,handles:default,cms_index_index,cms_page_view,cms_index_index_id_porto_home_13,originalRequest:{route:cms,controller:index,action:index,uri:\/},versionCookieName:private_content_version} } }/script>div data-content-typehtml data-appearancedefault data-elementmain data-decodedtrue>style> .columns .column.main { padding-bottom: 0; } .h-100.owl-carousel .owl-stage-outer, .h-100.owl-carousel .owl-stage, .h-100.owl-carousel .owl-item, .h-100>.porto-ultimate-content-box { height: 100%; min-height: 500px; } .porto-ibanner-layer { position: absolute; z-index: 10; } .owl-carousel.nav-inside-left .owl-dots { left: 5%; bottom: 2rem; } .product.data.items > .item.content { border-width: 2px; position: relative; top: 0; z-index: -1; margin-top: 44px; } @media(max-width: 767px) { .product.data.items > .item.content { margin-top: 35px; padding-top: 0; } } .product.data.items > .item.content > .products { margin-top:-9px; } .product.data.items .item.title { font-family: Poppins; font-weight: 700; font-size: 14px; letter-spacing: -.025em; color: #282d3b; padding: 10px 0; } .product.data.items > .item.title:hover { border-color: #ee3d43; color: #ee3d43; } .product.data.items > .item.title.active { color: #ee3d43; border-color: #ee3d43; } .product.data.items > .item.title > .switch {font-size: inherit;} .bg-size-auto100>div { background-size: auto 100%!important; } @media (min-width: 768px) { .product.data.items > .item.title { margin-right: 31px; } .pc-width-44 { flex: 0 0 44.4444%; max-width: 44.4444%; } .pc-width-55 { flex: 0 0 55.5555%; max-width: 55.5555%; } }/style>div classhome-banner-slider porto-inner-container> div classcontainer> div classrow> div classm-b-md col-md-12 col-lg-12> div classwpb_wrapper vc_column-inner h-100> div idbanner-slider-demo-13 classporto-carousel home-banner-slider owl-carousel h-100 mb-0 nav-inside dots-style-1 nav-inside-left> div classporto-ultimate-content-box-container h-100> div classporto-ultimate-content-box has-content-pos justify-content-center stylepadding: 5rem 0 5rem 5%; background-color: #374654; background-size: cover; background-repeat: no-repeat; background-position: center center; background-color: rgba(0, 0, 0, 0); min-height: 378px; background-image: url(https://www.expediters.com/media/wysiwyg/slideshow1.png); > div classtext-box> h3>REPUTABLE AND TRUSTED/h3> p>Many Companies and agencies rely on Electronic Expediters to provide them with difficult to find or obsolete parts. We have avoided counterfeits by maintaining our business model and selectively purchasing from other reputable sources./p> p>a classbtn hrefaboutus tabindex0>Learn More/a>/p> /div> /div> /div> div classporto-ultimate-content-box-container h-100> div classporto-ultimate-content-box has-content-pos justify-content-center stylepadding: 5rem 0 5rem 5%; background-color: #374654; background-size: cover; background-repeat: no-repeat; background-position: center center; background-color: rgba(0, 0, 0, 0); min-height: 378px; background-image: url(https://www.expediters.com/media/wysiwyg/slideshow2.png); > /div> /div> div classporto-ultimate-content-box-container h-100> div classporto-ultimate-content-box has-content-pos justify-content-center stylepadding: 5rem 0 5rem 5%; background-color: #374654; background-size: cover; background-repeat: no-repeat; background-position: center center; background-color: rgba(0, 0, 0, 0); min-height: 378px; background-image: url(https://www.expediters.com/media/wysiwyg/slideshow3.png); > /div> /div> /div> script typetext/javascript> require(jquery, owl.carousel/owl.carousel.min, function ($) { $(#banner-slider-demo-13).owlCarousel({ items: 1, autoplay: true, autoplayTimeout: 3000, autoplayHoverPause: true, dots: true, navRewind: true, animateIn: fadeIn, animateOut: fadeOut, loop: true, nav: true }); }); /script> /div> /div> /div> /div>/div>div classporto-ultimate-content-box-container> div classcontainer> div classrow> div classm-b-md col-12> h3> span classtext-center>Featured Products/span> /h3> /div> /div> div classrow> div classm-b-md col> div classfeatured-product> a href/semis-ics-specialized-stocked-items> img src/media/wysiwyg/semis_and_ics_pic1.jpg altSemiconductors / ICS> div classboxTitle> h4>Semiconductors / ICS/h4> /div> /a> /div> /div> div classm-b-md col> div classfeatured-product> a href/connectors-specialized-stocked-items> img src/media/wysiwyg/connectors_pic1.jpg altConnectors> div classboxTitle> h4>Connectors/h4> /div> /a> /div> /div> div classm-b-md col> div classfeatured-product> a href/relays-specialized-stocked-items> img src/media/wysiwyg/relays_pic1.jpg altRelays> div classboxTitle> h4>Relays/h4> /div> /a> /div> /div> div classm-b-md col> div classfeatured-product> a href/capacitors-specialized-stocked-items> img src/media/wysiwyg/capacitors_pic1.jpg altCapacitors> div classboxTitle> h4>Capacitors/h4> /div> /a> /div> /div> div classm-b-md col> div classfeatured-product> a href/resistors-specialized-stocked-items> img src/media/wysiwyg/resistors.jpg altResistors> div classboxTitle> h4>Resistors/h4> /div> /a> /div> /div> /div>/div>div classporto-ultimate-content-box-container> div classcontainer> div classrow> div classm-b-md col-12 col-md-12 mt-5> h3> span classtext-center>Authorized Lines/span> /h3> div classporto-carousel brand-carousel owl-carousel py-4> div classitem>img srchttps://www.expediters.com/media/wysiwyg/smartwave/porto/brands/steinel_professional.png alt>/div> div classitem>img srchttps://www.expediters.com/media/wysiwyg/smartwave/porto/brands/noble_wire.gif alt>/div> div classitem>img srchttps://www.expediters.com/media/wysiwyg/smartwave/porto/brands/platinum_tools.png alt>/div> div classitem>img srchttps://www.expediters.com/media/wysiwyg/smartwave/porto/brands/hobson_manufacturing.gif alt>/div> div classitem>img srchttps://www.expediters.com/media/wysiwyg/smartwave/porto/brands/calrad.png alt>/div> div classitem>img srchttps://www.expediters.com/media/wysiwyg/smartwave/porto/brands/klein.jpg alt>/div> div classitem>img srchttps://www.expediters.com/media/wysiwyg/smartwave/porto/brands/linrose.png alt>/div> div classitem>img srchttps://www.expediters.com/media/wysiwyg/smartwave/porto/brands/NTE.png alt>/div> div classitem>img srchttps://www.expediters.com/media/wysiwyg/smartwave/porto/brands/pan_pacific.jpg alt>/div> div classitem>img srchttps://www.expediters.com/media/wysiwyg/smartwave/porto/brands/xenarc.gif alt>/div> div classitem>img srchttps://www.expediters.com/media/wysiwyg/smartwave/porto/brands/philmore.png alt>/div> div classitem>img srchttps://www.expediters.com/media/wysiwyg/smartwave/porto/brands/waldon.png alt>/div> div classitem>img srchttps://www.expediters.com/media/wysiwyg/smartwave/porto/brands/xytronic.png alt>/div> div classitem>img srchttps://www.expediters.com/media/wysiwyg/smartwave/porto/brands/aba.png alt>/div> div classitem>img srchttps://www.expediters.com/media/wysiwyg/smartwave/porto/brands/flex_wires.png alt>/div> /div> script typetext/javascript> require( jquery, owl.carousel/owl.carousel.min , function ($) { $(.brand-carousel.owl-carousel).owlCarousel({ autoplay: true, autoplayTimeout: 5000, autoplayHoverPause: false, loop: true, navRewind: true, lazyLoad: true, margin: 0, nav: true, dots: true, responsive: { 0: { items: 2 }, 640: { items: 3 }, 768: { items: 3 }, 992: { items: 4 }, 1200: { items: 6 } } }); }); /script> /div> /div> div classrow>div classcol-3>/div> div classm-b-md col-6 col-md-6> div classembed-responsive embed-responsive-16by9> iframe classembed-responsive-item width100% height410 srchttps://www.youtube.com/embed/ipWwO7LY2Js?si1w9d2idSrTMurzsN&rel0 allowfullscreen>/iframe> /div> /div> /div> /div>/div>div classporto-ultimate-content-box-container> div classcontainer> div classrow> div classm-b-md col-12 heading-home> h2 classmb-0 p-2> Military & Commercial - Semiconductors & Integrated Circuits/h2> /div> /div> div classrow> div classm-b-xl col-12> h4> span classtext-center>Part NO:/span> /h4> ul> li>FSC: 5961-DISCRETE SEMICONDUCTORS/li> li>MIL-S-19500 GOVT-TYPE NUMBER DESIGNATION/li> li>1N-2N-3N-4N/li> li>JAN-JANTX-JANTXV-JANS/li> li>FSC: 5962-ICS JM38510/XXXXX-BAA, BAB, BCC, BDA, BDB, BDX, BEA, BEB, BEC, BEX, BFA, BFB, BGA, BGB, BGC, BHA, BHB, BIA, BIB, BIC, BJA, BJB, BLA, BPA, BPC, BSA, BYA, BYB, BZA, B2A, SCA, SDA, SDX, SGA, SIA, SSA, STD /li> li>MILITARY PREFIXES STOCKED AT EE: AD, AT, CD, CLC, CY, DG, DS, EDI, ELH, EPM, FC, GAL, HCPL, HS1, HS9, IDT, LM, LT, MAX, MD, MN, MR, MSK, MT, MX, OP, PA, PAL, PM, SG, SJM, SMJ, SNJ, TDC, UC, UT, WF, X/li> li>MILITARY SUFFIXES STOCKED AT EE: 883, AW, BLA, BRA, BSA, BF3A, B2A, DM, DMQB, FMQB, FK, HM, J, JT, LMQB, MFKB, M2A, MEA, TDB, TEB, TLB/li> li>5400-54AC-54ALS, 54AS, 54BCT, 54F, 54H, 54HC, 54HCT, 54LS, 54L/li> /ul> /div> /div> div classrow> div classm-b-md col-12 heading-home> h2 classmb-0 p-2> Military & Commercial - Capacitors/h2> /div> /div> div classrow> div classm-b-sm col-12> div classproduct-type> h4>Product Type/h4> /div> div classd-flex mt-2> span>Variable Tantalum AC Bath Tub/span> span classmx-3>|/span> span>Computer Grades Dipped Mica Dipped Tantalum Filters/span> span classmx-3>|/span> span classmr-4>Feed Thru Piston Mylar/span> /div> /div> /div> div classrow w-100> div classm-b-xl col-12 col-md-3> table classtable table-bordered> thead> tr> th>MIL-SPEC TYPES/th> th>MANUFACTURER TYPES/th> /tr> /thead> tbody> tr> td>MIL-C-5/td> td>CM/td> /tr> tr> td>MIL-C-20/td> td>CC/CCR/td> /tr> tr> td>MIL-C-25/td> td>CP/td> /tr> tr> td>MIL-C-62/td> td>CE/td> /tr> tr> td>MIL-C-81/td> td>CV/td> /tr> tr> td>MIL-C-91/td> td>CN/td> /tr> tr> td>MIL-C-3871/td> td>CT/td> /tr> tr> td>MIL-C-3871/td> td>CJ/td> /tr> tr> td>MIL-C-3965/td> td>CL/td> /tr> tr> td>MIL-C-10950/td> td>CB/td> /tr> /tbody> /table> /div> div classm-b-xl col-12 col-md-3> table classtable table-bordered> thead> tr> th>MIL-SPEC TYPES/th> th>MANUFACTURER TYPES/th> /tr> /thead> tbody> tr> td>MIL-C-11015/td> td>CK/td> /tr> tr> td>MIL-C-11272/td> td>CY/td> /tr> tr> td>MIL-C-11693/td> td>CA/CAR/td> /tr> tr> td>MIL-C-12889/td> td>CA/td> /tr> tr> td>MIL-C-14409/td> td>PC/td> /tr> tr> td>MIL-C-15733/td> td>M15733/td> /tr> tr> td>MIL-C-18312/td> td>CH/td> /tr> tr> td>MIL-C-19978/td> td>CQ/td> /tr> tr> td>MIL-C-23183/td> td>CG/td> /tr> tr> td>MIL-C-23269/td> td>DYR/td> /tr> tr> td>/td> td>CS/td> /tr> /tbody> /table> /div> div classm-b-xl col-12 col-md-3> table classtable table-bordered> thead> tr> th>MIL-SPEC TYPES/th> th>MANUFACTURER TYPES/th> /tr> /thead> tbody> tr> td>MIL-C-26655/td> td>CTM/td> /tr> tr> td>MIL-C-27287/td> td>Var Capacitor/td> /tr> tr> td>MIL-C-28719/td> td>RK09/td> /tr> tr> td>MIL-C-39001/td> td>CSR/td> /tr> tr> td>MIL-C-39002/td> td>CLR/td> /tr> tr> td>MIL-C-39003/td> td>CKR/td> /tr> tr> td>MIL-C-39006/td> td>CV/CVR/td> /tr> tr> td>MIL-C-39014/td> td>CHR/td> /tr> tr> td>MIL-C-39018/td> td>CX/td> /tr> tr> td>MIL-C-39022/td> td>CWR/td> /tr> tr> td>MIL-C-49137/td> td>CFR/td> /tr> /tbody> /table> /div> div classm-b-xl col-12 col-md-3> table classtable table-bordered> thead> tr> th>MIL-SPEC TYPES/th> th>MANUFACTURER TYPES/th> /tr> /thead> tbody> tr> td>MIL-C-55365/td> td>CDR/td> /tr> tr> td>MIL-C-55514/td> td>CRH/td> /tr> tr> td>MIL-C-55681/td> td>Feed Thru/td> /tr> tr> td>MIL-C-83421/td> td>Cpctr/td> /tr> tr> td>MIL-C-83439/td> td>CRL/td> /tr> tr> td>MIL-C-83500/td> td>/td> /tr> /tbody> /table> /div> /div> div classrow> div classm-b-md col-12 heading-home> h2 classmb-0 p-2> Military & Commercial - Connectors/h2> /div> /div> div classrow> div classm-b-sm col-12> div classproduct-type> h4>Product Type/h4> /div> div classd-flex mt-2> span>BNC DSUB EDGE CARD/span> span classmx-3>|/span> span>RECEPTACLES POWER CONNECTORS HEADERS/span> span classmx-3>|/span> span>CENTRONIC IDC CONNECTORS TERMINAL BLOCKS/span> span classmx-3>|/span> span classmr-4>SHUNTS/span> /div> /div> /div> div classrow w-100> div classm-b-xl col-12 col-md-6> table classtable table-bordered> thead> tr> th>MIL-SPEC TYPES/th> th>MANUFACTURER TYPES/th> /tr> /thead> tbody> tr> td>MIL-C-5015/td> td>MS3100-MS3108/td> /tr> tr> td>MIL-C-5015G/td> td>MS3400-MS3459/td> /tr> tr> td>MIL-C-22520/td> td>M22520/td> /tr> tr> td>MIL-C-24308/01-/26/td> td>M24308/td> /tr> tr> td>MIL-C-26482/SER I/td> td>MS311--MS3128/td> /tr> tr> td>MIL-C-26482/SER II/td> td>MS3470-MS3476/td> /tr> tr> td>MIL-C-26500/td> td>MS24264-MS24266/td> /tr> tr> td>MIL-C-28840/td> td>M28840/td> /tr> tr> td>MIL-C-38999/SER I/td> td>MS27466-MS27656/td> /tr> tr> td>MIL-C-38999/SER II/td> td>MS27472-MS27475/td> /tr> /tbody> /table> /div> div classm-b-xl col-12 col-md-6> table classtable table-bordered> thead> tr> th>MIL-SPEC TYPES/th> th>MANUFACTURER TYPES/th> /tr> /thead> tbody> tr> td>MIL-C-38999/SER III/td> td>D38999/20-D38999/26/td> /tr> tr> td>MIL-C-39012/td> td>M39012/td> /tr> tr> td>MIL-C-39029/td> td>M39029/01-M39029/107/td> /tr> tr> td>MIL-C-5015/td> td>MS3100-MS3108/td> /tr> tr> td>MIL-C-5015G/td> td>MS3400-MS3459/td> /tr> tr> td>MIL-C-55116/td> td>MC183S-U229/td> /tr> tr> td>MIL-C-55302/td> td>M55302/td> /tr> tr> td>MIL-C-81511/td> td>M81511/td> /tr> tr> td>MIL--C-81659/td> td>M81659/td> /tr> tr> td>/td> td>M81659/29-M81659/72/td> /tr> /tbody> /table> /div> /div> div classrow> div classm-b-md col-12 heading-home> h2 classmb-0 p-2> Military & Commercial - Resistors/h2> /div> /div> div classrow> div classm-b-sm col-12> div classproduct-type> h4>Product Type/h4> /div> div classd-flex mt-2> span>METAL FILM WIREWOUNDS /span> span classmx-3>|/span> span>VITREOUS SURFACE MOUNT /span> span classmx-3>|/span> span>PRECISION CARBON /span> span classmx-3>|/span> span classmr-4>NETWORKS POTENTIOMETERS/span> /div> /div> /div> div classrow w-100> div classm-b-xl col-12 col-md-4> table classtable table-bordered> thead> tr> th>MIL-SPEC TYPES/th> th>MANUFACTURER TYPES/th> /tr> /thead> tbody> tr> td>/td> /tr> tr> td>MIL-R-10509/td> td>RN/td> /tr> tr> td>MIL-R-55182/td> td>RNR/RNC/td> /tr> tr> td>MIL-R-22684/td> td>RL/td> /tr> tr> td>MIL-R-39017/td> td>RLRL/td> /tr> tr> td>MIL-R-26/td> td>RW/td> /tr> tr> td>MIL-R-39007/td> td>RWR/td> /tr> tr> td>MIL-R-18546/td> td>RE/td> /tr> tr> td>/td> td>RER/td> /tr> /tbody> /table> /div> div classm-b-xl col-12 col-md-4> table classtable table-bordered> thead> tr> th>MIL-SPEC TYPES/th> th>MANUFACTURER TYPES/th> /tr> /thead> tbody> tr> td>/td> /tr> tr> td>MIL-R-39009/td> td>Military Chips/td> /tr> tr> td>MIL-R-55392/td> td>M83401/td> /tr> tr> td>MIL-R-83401/td> td>RCR/td> /tr> tr> td>MIL-R-39008/td> td>RJ/td> /tr> tr> td>MIL-R-22097/td> td>RJR/td> /tr> tr> td>MIL-R-39035/td> td>RV/td> /tr> tr> td>MIL-R-94/td> td>RT/td> /tr> tr> td>/td> td>RTR/td> /tr> /tbody> /table> /div> div classm-b-xl col-12 col-md-4> table classtable table-bordered> thead> tr> th>MIL-SPEC TYPES/th> th>MANUFACTURER TYPES/th> /tr> /thead> tbody> tr> td>MIL-R-27208/td> td>RB/td> /tr> tr> td>MIL-R-39015/td> td>RGR/td> /tr> tr> td>MIL-R-93/td> td>RA/td> /tr> tr> td>MIL-R-39005/td> td>RP/td> /tr> tr> td>MIL-R-19/td> td>RC/td> /tr> tr> td>MIL-R-22/td> td>/td> /tr> tr> td>MIL-R-11/td> td>/td> /tr> /tbody> /table> /div> /div>/div>/div>/div>/div>/div>/main>footer classpage-footer>div classfooterno> div classcontainer> div classrow> div classcol-lg-12 col-md-12 col-sm-12 col-xs-12> div classfooterno-content> form classform subscribe d-flex align-items-center justify-content-center novalidate action methodpost data-mage-init{validation: {errorClass: mage-error}} idnewsletter-validate-detail> div classfield newsletter d-flex pr-4> label classlabel forfooter_newsletter pr-4> h3 classfont-bitter>SIGN UP AND GET THE LATEST DEALS AND NEWS!/h3> /label> div classcontrol d-flex justify-content-center align-items-center> input nameemail typeemail idfooter_newsletter data-validate{required:true, validate-email:true} placeholderEmail Address /> /div> /div> div classactions> button classaction subscribe primary titleSubscribe typesubmit> span>Subscribe/span> /button> /div> /form> /div> /div> /div> /div>/div>div classfooter> div classfooter-top> div classcontainer> div classrow> div classcol-lg-12> div classcustom-block>style>#html-body data-pb-styleEVS4QVD,#html-body data-pb-styleWE4611J{background-position:left top;background-size:cover;background-repeat:no-repeat;background-attachment:scroll}#html-body data-pb-styleWE4611J{justify-content:flex-start;display:flex;flex-direction:column}#html-body data-pb-styleEVS4QVD{align-self:stretch}#html-body data-pb-styleIYIQ2WG{display:flex;width:100%}#html-body data-pb-styleI7L56LK,#html-body data-pb-styleXMSB6H3{justify-content:flex-start;display:flex;flex-direction:column;background-position:left top;background-size:cover;background-repeat:no-repeat;background-attachment:scroll;width:50%;align-self:center}#html-body data-pb-styleXMSB6H3{align-self:stretch}/style>div data-content-typerow data-appearancefull-bleed data-enable-parallax0 data-parallax-speed0.5 data-background-images{} data-background-typeimage data-video-looptrue data-video-play-only-visibletrue data-video-lazy-loadtrue data-video-fallback-src data-elementmain data-pb-styleWE4611J>div classpagebuilder-column-group data-background-images{} data-content-typecolumn-group data-appearancedefault data-grid-size12 data-elementmain data-pb-styleEVS4QVD>div classpagebuilder-column-line data-content-typecolumn-line data-elementmain data-pb-styleIYIQ2WG>div classpagebuilder-column data-content-typecolumn data-appearancealign-center data-background-images{} data-elementmain data-pb-styleI7L56LK>div data-content-typehtml data-appearancedefault data-elementmain data-decodedtrue>a href/>img src/media/logo/stores/1/logotype.png alt>/a>/div>/div>div classpagebuilder-column data-content-typecolumn data-appearancefull-height data-background-images{} data-elementmain data-pb-styleXMSB6H3>div data-content-typehtml data-appearancedefault data-elementmain data-decodedtrue>h3>Call us first for SEMICONDUCTORS/ICs - CAPACITORS CONNECTORS - RESISTORS - MILITARY & COMMERCIAL/h3>p>Over 750,000 line items in stock ready for immediate delivery at lowest prices...including basic and discontinued part numbers./p>/div>/div>/div>/div>/div>/div> /div> /div> /div> /div> div classfooterno> div classcontainer> div classrow> div classcol-lg-4 col-md-4 col-sm-4 col-xs-12> div classfooterno-content> h3 classtext-white>Phone: 866 568 5983/h3> /div> /div> div classcol-lg-4 col-md-4 col-sm-4 col-xs-12> div classfooterno-content text-center> h3 classtext-white>Fax: 805.987.3344/h3> /div> /div> div classcol-lg-4 col-md-4 col-sm-4 col-xs-12> div classfooterno-content text-right> h3 classtext-white>www.expediters.com/h3> /div> /div> /div> /div> /div> div classfooter-middle> div classcontainer> div classrow> div classcol-lg-3>div data-content-typehtml data-appearancedefault data-elementmain data-decodedtrue>div classwidget contact-info> h3 classwidget-title>ELECTRONIC EXPEDITERS, INC./h3> div classcontact-info contact-info-block> ul classcontact-details> li>i classfar fa-dot-circle>/i>span>3700 Via Pescadorbr>Camarillo, CA 93012-5049/span>/li> li>i classfab fa-whatsapp>/i> strong>Phone:/strong> span>(805) 987-7171/span>/li> li>i classfab fa-fax>/i> strong>FAX:/strong> span>(805) 987-3344/span>/li> li> i classfar fa-envelope>/i> strong>Email:/strong> span>a hrefmailto:support@expediters.com>support@expediters.com/a>/span> /li> /ul> /div>/div>/div>/div>div classcol-lg-3>div data-content-typehtml data-appearancedefault data-elementmain data-decodedtrue>div classwidget_text widget widget_custom_html> h3 classwidget-title>Account/h3> div classtextwidget custom-html-widget> ul> li>a href/customer/account/login>Login/a>/li>li>a href/customer/account/create/>Register/a>/li> li>a href/my-account/>My Account/a>/li> /ul> /div>/div>/div>/div>div classcol-lg-3>div data-content-typehtml data-appearancedefault data-elementmain data-decodedtrue>div classwidget_text widget widget_custom_html> h3 classwidget-title>Customer Service/h3> div classtextwidget custom-html-widget> ul> li>a href/contact>Contact/a>/li> li>a href#>News/a>/li> li>a href/faqs>FAQs/a>/li> /ul> /div>/div>/div>/div>div classcol-lg-3>div data-content-typehtml data-appearancedefault data-elementmain data-decodedtrue>div classwidget_text widget widget_custom_html> h3 classwidget-title>Resources/h3> div classtextwidget custom-html-widget> ul> li>a href#>Catalogs/a>/li> li>a href#>Track a Package/a>/li> li>a href#>Credit App/a>/li> /ul> /div>/div>/div>/div> /div> /div> /div> div classfooter-bottom> div classcontainer> address>© 2025 Electronic Expediters, Inc. All Rights Reserved./address> /div> /div> /div>a hrefjavascript:void(0) idtotop>em classporto-icon-up-open>/em>/a>/footer>script typetext/x-magento-init> { *: { Magento_Ui/js/core/app: { components: { storage-manager: { component: Magento_Catalog/js/storage-manager, appendTo: , storagesConfiguration : {recently_viewed_product:{requestConfig:{syncUrl:https:\/\/www.expediters.com\/catalog\/product\/frontend_action_synchronize\/},lifetime:1000,allowToSendRequest:null},recently_compared_product:{requestConfig:{syncUrl:https:\/\/www.expediters.com\/catalog\/product\/frontend_action_synchronize\/},lifetime:1000,allowToSendRequest:null},product_data_storage:{updateRequestConfig:{url:https:\/\/www.expediters.com\/rest\/default\/V1\/products-render-info},requestConfig:{syncUrl:https:\/\/www.expediters.com\/catalog\/product\/frontend_action_synchronize\/},allowToSendRequest:null}} } } } } }/script>script typetext/template idinstant-hit-template> {{#name}} div classresult-wrapper itempropitem> a classresult href{{url}}> div classresult-content> div classresult-thumbnail> {{#image}}img itempropimage src{{image}} alt{{name}} />{{/image}} {{^image}}span classno-image>/span>{{/image}} /div> div classresult-sub-content> div classproduct-line product-name> {{name}} /div> div classproduct-line product-price> Price: {{price}} /div> div classresult-description text-ellipsis>{{description}}/div> /div> /div> div classalgolia-clearfix>/div> /a> /div> {{/name}}/script>/div> /body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]